@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* Colors: */
  --color-f9c406: #f9c406;
  --color-529138: #529138;
  --color-2b0202: #2b0202;
  --color-c2c4c6: #c2c4c6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-montserrat: 'Montserrat', sans-serif;
  --font-family-oswald: 'Oswald', sans-serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-33: 33px;
  --font-size-42: 42px;
  --font-size-49: 49px;
  --font-size-46: 46px;
  --font-size-56: 56px;
  --font-size-95: 75px;
  --character-spacing-0: 0px;
  --line-height-22: 22px;
  --line-height-27: 27px;
  --line-height-30: 30px;
  --line-height-32: 32px;
  --line-height-36: 36px;
  --line-height-36: 36px;
  --line-height-43: 43px;
  --line-height-46: 46px;
  --line-height-49: 49px;
  --line-height-50: 50px;
  --line-height-60: 60px;
  --line-height-66: 66px;
  --line-height-72: 72px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}



* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-oswald);
  font-style: var(--font-style-normal);
  color: var(--color-000000);
  margin: 0;
  padding: 0;
}


.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}



a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-ec1f26);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 5px;
}

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

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}



p {
  font-size: var(--font-size-17);
  font-family: var(--font-family-montserrat);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
  letter-spacing: 0;
}

.p-content {
  font-size: var(--font-size-21);
  font-family: var(--font-family-montserrat);
  color: var(--color-000000);
  margin-bottom: 20px;
  letter-spacing: 0;
}

p span {
  font-weight: bold;
}

.medium-text {
  font-size: var(--font-size-21);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
}

.main-title {
  font-size: var(--font-size-95);
  font-weight: var(--font-weight-Bold);
  color: var(--color-f9c406);
  text-transform: uppercase;
}

.title {
  font-size: var(--font-size-46);
  color: var(--color-000000);
  line-height: 55px;
  font-family: var(--font-family-oswald);
  font-weight: var(--font-weight-Medium);
}

.div-title {
  font-size: var(--font-size-17);
  font-family: var(--font-family-montserrat);
  line-height: normal;
  font-weight: var(--font-weight-Bold);
  color: var(--color-8bbd38);
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-title {
  font-size: var(--font-size-56);
  text-transform: uppercase;
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
}

.div-text {
  font-size: var(--font-size-46);
  line-height: var(46);
  color: var(--color-000000);
  margin-bottom: 0px;
  text-align: left;
}

.font-binerka_demoregular {
  font-family: var(--font-family-sora);
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-529138 {
  color: var(--color-529138) !important;
}

.color-2b0202 {
  color: var(--color-2b0202) !important;
}

.color-0570b8 {
  color: var(--color-0570b8) !important;
  background: none !important;
  -webkit-text-fill-color: var(--color-0570b8);
}

.color-000000 {
  color: var(--color-000000) !important;
}

.color-ffffff {
  color: var(--color-ffffff) !important;
}

.swiper-container {
  width: 100%;

}

.swiper {
  overflow: hidden;
}

.mobile {
  display: none !important;
}

.offcanvas-header {
  display: none;
}


.swiper-slide-active .slider-title1 {
  animation: fadeInDown 2s;
}

.swiper-slide-active .slider-title2 {
  animation: fadeInRight 2s;
}

.swiper-slide-active .slider-title3 {
  animation: bounceInLeft 2s;
}

.sidenav,
.mobile-toggle {
  display: none;
}




/* top-header */
.details {
  display: flex;
  justify-content: flex-end;
  align-items: center !important;
}

.top-details {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}


ul.top-social {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 80px;
  z-index: 99999;
}

ul.top-details li a {
  font-family: var(--font-family-montserrat);
  color: var(--color-2b0202);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-Medium);
}

ul.top-details li a:hover {
  color: var(--color-f9c406);
}

ul.top-details li {
  color: var(--color-ffffff);
  margin-top: 10px;
}

ul.top-details li i {
  font-size: 24px;
  margin-right: 15px;
  color: var(--color-529138);
}

/* .top-header */



/* @import url(../css/root.css); */
/* main-header */

.g_header {
  top: 0%;
  background: #d8d8d8;
  padding: 12px 0;
  position: relative;
  z-index: 99;
  background: #eee;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  top: 0%;
  padding: 4px 0;
  position: fixed;
  background: #eee;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .navbar-brand img {
  width: 120px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .main-nav .logo-bg {
  background: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .main-nav .logo-bg img {
  display: none;
}


.main-nav {
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
  height: 100%;
}

.navbar-brand {
  position: relative;
  display: flex;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  justify-content: center;
  align-items: center;
}

.navbar-brand img,
.navbar-brand .svg {
  width: 170px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 22px 0;
  margin-right: 60px;
  font-size: var(--font-size-21);
  color: var(--color-2b0202);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-f9c406);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-f9c406);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f9c406);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 0px;
  top: 70px;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.dropdown-item {
  font-size: 16px;
  font-weight: var(--font-weight-Medium);
  padding: 10px 15px;
  letter-spacing: normal;

}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--color-f9c406);
  color: var(--color-2b0202);
}


.dropdown-menu {
  padding: 0 !important;
}

/* main-banner */
.banner {
  width: 100%;
  height: 85vh;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
  position: relative;
}



.banner-slide img {
  /* position: absolute; */
  width: 100%;
  height: 85vh;
  object-fit: cover;
  z-index: 99;
}

.banner-content {
  top: 28%;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.banner-pagi {
  bottom: 20% !important;
  left: 8% !important;
  width: auto;
}

.banner-pagi span {
  margin: 0 10px;
}



.explore a {
  /* display: inline-block; */
  background: var(--color-2b0202);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-montserrat);
  color: var(--color-2b0202);
  padding: 10px 45px;
  border: 1px solid var(--color-f9c406);
  background: var(--color-f9c406);
  border-radius: 5px;
  margin-top: 30px;
  font-size: var(--font-size-17);
  text-transform: uppercase;
  display: inline-block;
}

.explore a:hover {
  background: var(--color-ffffff);

}



/* main-banner */


.line {
  width: 18%;
  height: 4px;
  margin: 30px 0;

  background: var(--color-ffffff);
}

/* .about-us */

.about-us {
  background: url(../images/about-bg.jpg)center no-repeat;
  background-size: cover;
  margin-top: -7%;
  padding-top: 200px;
}

.para {
  padding-left: 100px;
}

button.read-more {
  padding: 12px 80px;
}



.about-pg img :before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  border-radius: 0 150px 0 150px;
  height: calc(100% + 160px);
  top: -80px;
  right: -3px;
  background: transparent;
  z-index: 0;
  border: 30px solid var(--color-529138);
}


.networking .image-column {
  position: relative;
}


.networking .image-column .inner-column {
  position: relative;
  padding-left: 0px;
  padding-bottom: 0px;
}

.networking .image-column .inner-column:before {
  content: '';
  position: absolute;
  height: calc(50% + 80px);
  width: calc(100% + 60px);
  bottom: -50px;
  left: -30px;
  border-radius: 150px 150px 0 0;
  background: transparent;
  z-index: 0;
  border: 10px solid var(--color-529138);
}

.networking .image-column .image-1 {
  position: relative;
}


.networking .image-column .image-2 img,
.networking .image-column .image-1 img {
  display: flex;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  ;
  border-radius: 15px;
}

.mission-img img {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  float: left;
}

.line4 {
  width: 60%;
  height: 4px;
  margin-top: 20px;
  background: var(--color-529138);
}

/* .about-us */


/* .product */

/* table */

table.vitamins {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #000;
  border-radius: 10px;
  font-family: var(--font-family-montserrat);
}

table.vitamins thead {
  background: var(--color-f9c406);
  color: var(--color-2b0202);
  text-transform: uppercase;
  line-height: 40px;
}

table.vitamins1 thead {
  background: var(--color-529138);
  color: var(--color-ffffff);
  text-transform: uppercase;
  line-height: 40px;
}

table.vitamins1 tbody tr:nth-child(even) {
  background-color: #56ff6d30 !important;
}

table.vitamins thead th:nth-child(1) {
  width: 10%;
  text-align: left;
  padding-left: 20px;
}

table.vitamins thead th:nth-child(2) {
  width: 30%;
}

table.vitamins thead th:nth-child(3) {
  width: 12%;
}

table.vitamins thead th:nth-child(4) {
  width: 5%;
}

table.vitamins tbody {
  background: var(--color-ffffff);
  font-size: 1em;
  line-height: 15px;
  border-radius: 10px;
}

table.vitamins tbody tr {
  background: var(--color-ffffff);
  transition: 0.6s, color 0.6s;
  color: var(--color-2b0202);
}

table.vitamins tbody tr:nth-child(even) {
  background-color: #ffc70030;
}

table.vitamins tbody tr:hover {
  color: #000;
  background: #ffc70030;
  font-weight: 600;
}

table.vitamins1 tbody tr:hover {
  color: #000;
  background: #56ff6d30 !important;
}

table.vitamins tbody td {
  font-weight: var(--font-weight-Medium);
  padding: 10px;
  line-height: normal;
  padding-left: 0;
}

table.vitamins tbody tr:hover td:first-child {
  background: rgba(0, 0, 0, 0);
}

table.vitamins tbody td:first-child {
  text-align: left;
  padding-left: 20px;
  font-weight: 700;
  transition: backgrounf 0.6s;
}




/* Mobile Layout */

@media screen and (max-width: 400px) {
  article {
    margin: 10px 15px;
  }

  table.vitamins {
    font-size: 0.8em;
  }
}






.grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  padding: 14px 0;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1% 0;
  width: 100%;
  max-height: 380px;
  background: #000;
  text-align: center;
  z-index: 9;
}

.grid figure::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 400px;
  background: linear-gradient(90deg, rgba(249, 196, 6, 1) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.grid figure:hover:before {
  left: -100%;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-size: var(--font-size-49);
  font-weight: bold;
  text-transform: uppercase;
}

.grid figure p {
  margin-top: 15px;
  font-size: var(--font-size-17);

}



figure.effect-lily img.lilly-img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily a {
  float: right;
  display: flex;
  width: 75px;
  height: 75px;
  border: none;
  object-fit: contain;
  align-items: center;
  justify-content: center;
  background: var(--color-529138);
}

figure.effect-lily:hover a {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-lily a img {
  width: 25px;
  height: 25px;
  height: auto;
  object-fit: contain;
}

figure.effect-lily figcaption {
  /* background: linear-gradient(90deg, #f9c406 0%, #ffffff00 50%); */
  text-align: left;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


figure.effect-lily figcaption>div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

figure.effect-lily h2 {
  font-size: var(--font-size-49);
  font-weight: var(--font-weight-Bold);
  color: var(--color-ffffff);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.content-product {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

figure.effect-lily p {
  color: rgb(243, 243, 243);
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img.lilly-img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

figure.effect-lily:hover h2 {
  width: fit-content;
  color: var(--color-f9c406);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.experience h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.experience h3 span {
  font-weight: var(--font-weight-Light);

}

.experience {
  padding-left: 80px;
  padding-right: 160px;
  padding-top: 40px;
}

.experience p {
  margin-top: 30px;
}

.experience h1 {
  line-height: 90px;
  margin-bottom: 0;
}

.line1 {
  width: 55%;
  height: 4px;
  margin: 10px 0;
  background: var(--color-529138);
}

.experience-flex {
  display: flex;
}

.exp-head {
  margin-right: 50px;
}


/* .product */
/* .service */

.services-main {
  position: relative;
  z-index: 9;
}

.service-slider {
  padding: 100px 0;
}

.services-main-box a {
  text-transform: uppercase;
  font-family: var(--font-family-montserrat);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-f9c406);
}

.services-main-box a:hover {
  color: var(--color-2b0202);
}

.services-main {
  position: relative;
  background: url(../images/services-bg.png) top no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}

.services-main-section {
  width: 100%;
}

.services-main p {
  color: var(--color-ffffff);
}

.services-main-heading {
  font-family: var(--font-family-montserrat) !important;
  color: #000;
  letter-spacing: 0;

}



.services-main-box {
  position: relative;
  padding-top: 70% !important;
  padding-bottom: 60px !important;
  padding: 40px;
  background: var(--color-529138);
}


.services-main-box h3 {
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
}

.services-main-box ul li {
  margin-right: 8px;
}

.services-main-box ul li img {
  width: 20px;
}

.services-main-img {
  position: relative;
  left: 35px;
  z-index: 9;
  margin-bottom: -65%;
}

.services-main-img img {
  width: 85%;
  border-radius: 0 0 72px 0;
  object-fit: cover;
}

.services-slider {
  padding: 0 50px;
  padding-bottom: 100px;
}

/* .service */

.advantage-testimonial {
  position: relative;
  background-color: #000;

}

.advantage {
  position: relative;
  padding-right: 26%;

}

.advantage-testimonial h5 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: var(--font-weight-Regular);
}

.line2 {
  width: 18%;
  height: 4px;
  margin: 30px 0;
  background: var(--color-f9c406);
}




.testimonial {
  position: absolute;
  width: 55%;
  background: url(../images/testimonial-bg.png) top no-repeat;
  background-size: cover;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-top: 20% !important;
  top: -457px;
  right: 0;
}

.swiper-button-next.testi-next {
  background: #fff url(../images/icon/btn-1.png) center no-repeat;
  width: 60px;
  height: 60px;
  top: 85%;
  right: 20%;
}

.testi-pagi {
  width: 20% !important;
  bottom: 12% !important;
  left: 11% !important;
}

.testi-pagi span {
  margin-right: 5px;
  border: 1px solid #FFF;
}

.swiper-pagination-bullet.testi-pagi {
  border: 1px solid #fff;
}



.clients h2 {
  font-size: var(--font-size-49);
}

.logo-slider img {
  opacity: 0.5;
}

.line3 {
  width: 40%;
  height: 4px;
  margin: 30px 0;
  background: var(--color-f9c406);
}

/* counter */

.counter {
  background: url(../images/counter-bg.jpg)center no-repeat;
  background-size: cover;
}



.counter {
  position: relative;
}


.count-digit {
  font-size: 106px;
  font-weight: var(--font-weight-Regular);
  /* display: block; */
  color: var(--color-ffffff);
}

.count-title {
  font-size: 30px;
  font-family: var(--font-family-oswald);
  letter-spacing: 0;
  font-weight: var(--font-weight-Medium);
  color: var(--color-ffffff);
  text-align: center;
  line-height: normal;
}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}



.logo-slider {
  padding: 50px 0;
  box-shadow: none;
}

footer {
  padding-top: 202px;
  background: #c49a03;
  clip-path: polygon(0 9%, 100% 0, 100% 101%, 0% 101%);
  margin-top: -78px;
}

.logo-footer img {
  margin-bottom: 30px;
  width: 250px;
}

.logo-footer {
  padding-right: 0px;
}

.footer-box {
  margin-left: 15%;
}

h3.footer-heading {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: var(--color-f9c406);
  letter-spacing: 2px;
}

footer ul li a:hover {
  color: var(--color-2b0202);
}

ul.footer-contact li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

ul.footer-menu li:hover i {
  margin-right: 10px;

  color: var(--color-2b0202);
}

ul.footer-contact li i {
  font-size: 17px;
  color: var(--color-ffffff);
  display: flex;
  margin-right: 20px;
}


ul.footer-contact li a {
  font-size: var(--font-size-17);
  font-family: var(--font-family-montserrat);
  color: var(--color-ffffff);
  margin-bottom: 0px;
  display: block;
}

ul.footer-menu li {
  display: flex;
  margin-bottom: 20px;
}

ul.footer-menu li i {
  transition: 0.5s;
  font-size: 15px;
  color: var(--color-ffffff);
  margin-right: 20px;
  ;
}

ul.footer-menu li a {
  font-size: var(--font-size-17);
  font-family: var(--font-family-montserrat);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  line-height: normal;
  display: block;
}

.footer-box p {
  color: var(--color-ffffff);
  font-size: var(--font-size-17);
  font-family: var(--font-family-montserrat);
  letter-spacing: 2;
  margin-bottom: 0;
  padding-right: 70px;
}

.social-footer {
  margin-top: 50px;
}

.social-footer ul li {
  float: left;
  margin-right: 20px;
}

.social-footer ul li i {
  border: 1px solid var(--color-ffffff);
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background: linear-gradient(0);

}

.social-footer ul li i:hover {
  color: var(--color-f9c406);
  background: var(--color-ffffff);


}




/* breadcrumb */

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3a8d40;
  padding: 20px 0;
  /* font-size: 30px !important; */
}

.breadcrumb-inner {
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  flex-direction: row;
  align-items: center;
}

.inner-banner::before {
  position: absolute;
  background: #0f2851;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
}

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  margin-bottom: 5px;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: #fff;
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}


/* .breadcrumb */
.heading {
  padding: 0 20rem;
}



input.form-control {
  width: 100%;
  padding: 15px;
  font-size: var(--font-size-16);
  border-radius: 5px;
  color: var(--color-000000);
  border: 1px solid #0005;
  background: var(--color-ffffff);
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  background: var(--color-ffffff);
  font-size: var(--font-size-16);
  letter-spacing: 2px;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #0005;

  background-color: var(--color-ffffff)
}

.modal-dialog {
  max-width: 50% !important;
}

::placeholder {
  color: var(--color-000000) !important;
  opacity: 0.5 !important;
  /* Firefox */
}

.form-control:focus {
  color: var(--color-000000);
  background: var(--color-ffffff);
  border-color: var(--color-000000);
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--color-000000) !important;
}

button.contact-btn {
  padding: 10px 60px;
  margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.contact-us {
  background: #0001;
}

.contact-us button {
  padding: 10px;
  width: 20%;
  color: var(--color-000000);
  text-transform: uppercase;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-Bold);
  border: 1px solid var(--color-f9c406);
  border-radius: 0px;
  margin-top: 20px;

}

.contact-us button:hover {
  color: var(--color-8bbd38);
  /* background: var(--color-529138); */
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: var(--color-000000);
  font-size: var(--font-size-22);
  margin-bottom: 20px;
}

.section-header p {
  color: var(--color-000000);
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}


.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
  color: var(--color-f9c406);
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: var(--color-2b0202);
  font-weight: bold;
  font-size: var(--font-size-26);
  margin-bottom: 10px;
  letter-spacing: 2;
}

.contact-info-content a,
.contact-info-content p {
  color: var(--color-000000);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
}

.content-address p {
  padding-right: 30%;

}

.contact-info-content a:hover {
  color: var(--color-f9c406);
}

.contact-form {
  background: var(--color-ffffff);
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.contact-form h2 {
  font-weight: bold;
  font-size: var(--font-size-33);
  margin-bottom: 30px;
  color: var(--color-f9c406);
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  outline: none;
  resize: none;
}



.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
  width: 100%;
  background: #00bcd4;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #00bcd4;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
  background: #FFF;
  color: #00bcd4;
}

@media (max-width: 991px) {

  .responsive-flex {
    flex-direction: column-reverse;
  }

  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }
}


/* products */

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-529138);
  font-weight: 500;
  margin-bottom: 15px;
}


.sec-title h2,
.sec-title1 h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 20%;
  height: 3px;
  background-color: var(--color-f9c406);
}

.sec-title1 h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 20%;
  height: 3px;
  background-color: var(--color-529138);
}

.sec-title h4 {
  margin-bottom: 20px;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.products-section {
  position: relative;
  padding: 70px 0;
  background-color: aliceblue;
}

.products-section .sec-title1 {
  margin-bottom: 45px;
}
.products-section .sec-title{
  margin-bottom: 45px;
}

.products-section .content-column1 {
  position: relative;
  margin-bottom: 50px;
}

.products-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.products-section .content-column1 .inner-column li {
  font-family: var(--font-family-montserrat);
  margin-bottom: 20px;
  list-style-type: circle;
  margin-right: 21px;
}
.products-section .content-column .inner-column li {
  font-family: var(--font-family-montserrat);
  margin-bottom: 20px;
  list-style-type: circle;
  margin-right: 21px;
}

.products-section .content-column1 .inner-column {
  position: relative;
  padding-right: 30px;
}

.products-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.products-section .list-style-one {
  margin-bottom: 45px;
}

.products-section .btn-box {
  position: relative;
}

.products-section .btn-box a {
  padding: 15px 50px;
}

.products-section .image-column {
  position: relative;
}


.products-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.products-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  border-radius: 150px 0 150px;
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 15px solid var(--color-f9c406);
}

.products-section-right {
  position: relative;
  padding: 120px 0 70px;
}

.products-section-right .inner-column:after {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  border-radius: 150px 0 150px;
  top: -80px;
  right: -3px;
  background: transparent;
  z-index: 0;
  border: 15px solid var(--color-f9c406);
}

.products-section .image-column .image-1 {
  position: relative;
}


.products-section .image-column .image-2 img,
.products-section .image-column .image-1 img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  ;
  border-radius: 46px;
}

.products-section .image-column1 .image-2 img,
.products-section .image-column1 .image-1 img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 46px;
}

.products-section .image-column1 .inner-column {
  position: relative;
  padding-right: 80px;
  padding-bottom: 0px;
}

.products-section .image-column1 .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  border-radius: 0 150px 0 150px;
  height: calc(100% + 160px);
  top: -80px;
  right: -3px;
  background: transparent;
  z-index: 0;
  border: 15px solid var(--color-529138);
}

.products-section .image-column1 {
  position: relative;
}

.products-section .image-column1 .image-2 {
  position: relative;
}





/* products */






footer a {
  color: var(--color-ffffff);
}

footer a:hover {
  color: var(--color-2b0202);
}



.quick-links p {
  color: var(--color-ffffff);
}

.copyright {
  margin-top: 50px;
  border-top: 1px solid #fff;
  padding: 40px 0;
}

.copyright p {
  font-family: var(--font-family-montserrat) !important;
  font-size: var(--font-size-18) !important;
  margin: 0;
}


.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}




.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease;
  opacity: 1;
  width: 100% !important;
  visibility: visible;
}

.menu-btn {
  padding: 8px;
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 0px;
  background: var(--color-f9c406);
  right: 30px;
  top: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}






/* .whats-app */
.whatsapp-btn {
  position: fixed;
  bottom: 13%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 


/* back to top */

#button {
  display: inline-block;
  background: var(--color-f9c406);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 30px;
  border-radius: 50%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
}

#button::after {
  content: "\2191";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-f9c406);
  background: var(--color-ffffff);

}

#button:hover:after {
  color: var(--color-0570b8);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1560px;
}

/* responsive */
@media only screen and (min-width: 1921px) {}

@media (max-width: 1600px) {

  .navbar-brand img,
  .navbar-brand .svg {
    width: 140px;
  }

  .g_header {
    padding: 2px 0;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  figure.effect-lily a img {
    width: 20px;
  }

  figure.effect-lily a {
    width: 60px;
    height: 60px;
  }

  .about-us {
    margin-top: -8%;
  }
}

@media (max-width: 1560px) {

  .main-nav .navbar-nav .nav-item .nav-link {
    margin-right: 50px;
  }
}

@media (max-width: 1480px) {
  :root {
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-42: 42px;
    --font-size-49: 44px;
    --font-size-46: 42px;
    --font-size-56: 50px;
    --font-size-95: 90px;
  }

  .g_header {
    padding: 5px 0;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 26px 0;
  }

  ul.top-details li i {
    font-size: 22px;
    margin-right: 10px;
  }

  .para {
    padding-left: 60px;
  }

  .advantage-testimonial h5 {
    font-size: 28px;
  }

  .count-digit {
    font-size: 85px;
  }

  .count-title {
    font-size: 25px;
  }



}

@media (max-width: 1366px) {
  :root {
    --font-size-16: 16px;
    --font-size-17: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 19px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 28px;
    --font-size-33: 33px;
    --font-size-42: 42px;
    --font-size-49: 34px;
    --font-size-46: 32px;
    --font-size-56: 40px;
    --font-size-95: 80px;
  }

  .breadcrumb-inner {
    height: 320px;
  }

  .products-section {
    padding: 36px 0 70px;
  }

  .inner-banner::before {
    height: 320px;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    margin-right: 30px;
  }

  .line {
    margin: 18px 0;
  }

  .para {
    padding-left: 30px;
  }

  button.read-more {
    padding: 9px 40px;
  }

  figure.effect-lily figcaption>div {
    padding: 1em;
  }

  .testimonial {
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 10%;
    padding-top: 15% !important;
  }

  .testi-pagi {
    width: 20% !important;
    bottom: 9% !important;
    left: 7% !important;
  }

  .title {
    line-height: 42px;
  }

  .count-digit {
    font-size: 75px;
  }

  .line2 {
    margin: 18px 0;
  }

  .about-us {
    margin-top: -11%;
  }

  .products-section .image-column .inner-column {
    padding-left: 50px;
  }

  .products-section .sec-title {
    margin-bottom: 30px;
  }

  .sec-title h2,
  .sec-title1 h2 {
    font-size: 32px;
  }

  .products-section .content-column .inner-column {
    position: relative;
    padding-left: 0px;
  }

  .products-section .content-column1 .inner-column {
    position: relative;
    padding-right: 0px;
  }

  .logo-footer {
    padding-right: 0px;
  }

  .footer-box {
    margin-left: 1%;
  }

  footer {
    padding-top: 100px;
  }

  .content-address p {
    padding-right: 8%;
  }
  h3.footer-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 1199.98px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    margin-right: 28px;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 19px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 28px;
    --font-size-33: 33px;
    --font-size-42: 42px;
    --font-size-49: 34px;
    --font-size-46: 32px;
    --font-size-56: 33px;
    --font-size-95: 50px;

  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .main-nav {
    width: 100%;
    display: flex;
    float: left;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .top-details {
    padding-left: 15px;
    margin-top: 50px;
  }

  .navbar-brand img,
  .navbar-brand .svg {
    width: 45%;
  }

  .banner-pagi span {
    margin: 0 5px;
  }

  a.navbar-brand {
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 0;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
  }

  .navbar-nav {
    padding-left: 20px;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header {
    display: block;
  }

  .main-nav .navbar {
    padding: 0;
    width: 80%;
    float: left;
  }


  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .responsive-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .count-digit,
  .count-name {
    font-size: 100px;
  }

  .count-name:before,
  .count-digit::before {
    top: 5px;
    left: 5px;
  }

  .count-title {
    font-size: 30px;
  }

  .about-us {
    margin-top: -20%;
    padding-top: 200px !important;
  }

  .para {
    padding-left: 10px;
  }

  .about-us h3 {
    margin-bottom: 20px;
  }

  .p-content {
    margin-bottom: 10px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  button.explore {
    padding: 10px 25px;
  }

  .banner-content {
    top: 20%;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .count-digit,
  .count-name {
    font-size: 70px;
    line-height: 59px;
  }

  .counter {
    position: relative;
    padding-bottom: 100px !important;
  }

  footer {
    padding-top: 100px;
    background: #c49a03;
    clip-path: polygon(0 4%, 100% 0, 100% 101%, 0% 101%);
    margin-top: -78px;
  }

  .logo-footer img {
    margin-bottom: 10px;
    width: 230px;
  }

  .social-footer {
    margin-top: 0px;
  }

  .copyright {
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding: 20px 0;
  }

  .logo-footer {
    padding-right: 0;
  }

  h3.footer-heading {
    margin-bottom: 25px;
    margin-top: 50px;
  }

  .footer-box p {
    padding: 0;
  }

  ul.footer-contact li {
    align-items: center;
  }

  ul.footer-contact li i {
    margin-right: 10px;
  }

  .footer-box {
    margin-left: 0%;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    padding: 0 10px;
  }

  .contact-info {
    /* margin-bottom: 40px; */
    width: 100%;
    margin-top: 50px;
  }

.products-section .content-column .inner-column li,.products-section .content-column1 .inner-column li {
  font-size: 14px;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-right: 0px;
}

}

@media (max-width: 800px) {}

@media (max-width: 767.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 15px;
    --font-size-19: 19px;
    --font-size-21: 19px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 28px;
    --font-size-33: 33px;
    --font-size-42: 42px;
    --font-size-49: 28px;
    --font-size-46: 32px;
    --font-size-56: 33px;
    --font-size-95: 50px;
  }
  .grid figure p {
    margin-top: 10px;
    display: inline-block;
    font-size: var(--font-size-17);
  
  }

  .products-section .sec-title {
    margin-bottom: 18px;
  }
  .sec-title {
    margin-bottom: 18px;
  }


  .count-title {
    font-size: 22px;
  }

  footer {
    padding-top: 60px;
    background: #c49a03;
    clip-path: polygon(0 4%, 100% 0, 100% 101%, 0% 101%);
    margin-top: -78px;
  }

  footer {
    padding-top: 60px;
    background: #c49a03;
    clip-path: polygon(0 4%, 100% 0, 100% 101%, 0% 101%);
    margin-top: -60px;
  }

  .logo-footer {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .social-footer {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  figure.effect-lily a {
    width: 50px;
    height: 50px;
  }

  .inner p {
    line-height: normal;
  }

  .products-section .image-column1 .inner-column {
    position: relative;
    padding-right: 50px;
    padding-bottom: 0px;
  }

  .products-section .image-column1 .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 60px);
    border-radius: 0 150px 0 150px;
    height: calc(100% + 100px);
    top: -60px;
    right: -3px;
    background: transparent;
    z-index: 0;
    border: 15px solid var(--color-529138);
  }

  .products-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 60px);
    height: calc(100% + 100px);
    border-radius: 150px 0 150px;
    top: -60px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 15px solid var(--color-f9c406);
  }

  .contact-form {
    padding: 30px 15px;
  }

  .contact-us button {
    padding: 10px;
    width: 90%;
    font-size: 18px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }

  .contact-form h2 {
    margin-bottom: 15px;
  }

  .btn-center {
    display: flex;
    justify-content: center;
  }

  .contact-info-icon i {
    font-size: 24px;
    line-height: 40px;
    color: var(--color-f9c406);
  }
  .contact-info-content h4{
    font-size: 20px;
  }
  

  .contact-info-content {
    margin-left: 15px;
  }

  .content-address p {
    padding-right: 0%;
  }

  .contact-info-item {
    display: flex;
    margin-bottom: 15px;
  }

  .breadcrumb-inner {
    height: 180px;
    padding-bottom: 20px;
  }

  .inner-banner::before {
    height: 180px;
  }

  .banner {
    height: 60vh;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  }

  .sec-title h2,
  .sec-title1 h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: normal;
    color: #222222;
    font-weight: 600;
    padding-bottom: 14px;
  }

  .products-section .image-column {
    margin-bottom: 50px;
    margin-top: 50px;
}
.products-section .content-column1 {
  position: relative;
  margin-bottom: 20px;
}
.mobile-row{
  margin-top: 50px;
}

  .products-section {
    padding: 36px 0px 30px 0px;
  }

  .products-section .image-column .image-2 img,
  .products-section .image-column .image-1 img {
    border-radius: 26px;
  }

  .products-section .image-column1 .image-2 img,
  .products-section .image-column1 .image-1 img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 26px;
  }
  ul.footer-menu li i {
    font-size: 14px;
    margin-right: 12px;
}
.social-footer ul li {
  margin-right: 15px;
}
.copyright {
  margin-top: 10px;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.grid figure::before {
  background: linear-gradient(90deg, rgba(167, 131, 0, 0) 0%, rgba(255, 255, 255, 0) 50%);
}
}

@media (max-width: 480px) {
  :root {
    --font-size-16: 16px;
    --font-size-17: 14px;
    --font-size-18: 14px;
    --font-size-19: 15px;
    --font-size-21: 14px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 22px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 28px;
    --font-size-33: 28px;
    --font-size-49: 23px;
    --font-size-46: 22px;
    --font-size-56: 24px;
    --font-size-95: 33px;
  }

  .count-area-content {
    margin-top: 10px;
  }

  table.vitamins thead th:nth-child(1) {
    width: 11%;
    padding-left: 5px;
  }

  input.form-control,
  textarea.form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .navbar-brand img,
  .navbar-brand .svg {
    width: 120px;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }


  .count-digit,
  .count-name {
    font-size: 40px;
    line-height: 49px;
  }

  .title {
    line-height: normal;
  }

  button.explore {
    padding: 7px 10px;
    margin-top: 10px;
  }

  .about-us {
    margin-top: -40%;
    padding-top: 200px !important;
  }

  .line {
    height: 2px;
    margin: 10px 0;
  }

  .about-us h3 {
    margin-bottom: 10px;
  }
  figure.effect-lily img.lilly-img,figure.effect-lily:hover img.lilly-img{
    opacity: 1;
    transform: translate3d(-40px, 0px,0 )!important;
  }

  figure.effect-lily h2{
    color: var(--color-f9c406);
    margin-bottom: 0;
  }
  .grid figure:hover:before {
    left: 0%;
}
  figure.effect-lily figcaption>div {
    position: relative;
    padding: 0.5em;
    background: #FFF;
    color: #000;
  }
  .grid figure{
    max-height:100% !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  }
  figure.effect-lily figcaption>div p{
    color: #000;
  }
  .grid figure figcaption, .grid figure figcaption>a{
    position: relative;
    padding: 0;
  }

  figure.effect-lily a {
    width: 40px;
    height: 40px;
  }

  figure.effect-lily a img {
    width: 14px;
  }

  figure.effect-lily:hover h2,
  figure.effect-lily:hover p,
  figure.effect-lily:hover a {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 00px, 0);
  }

  .logo-footer img {
    margin-bottom: 5px;
    width: 50%;
  }

  ul.footer-menu li {
    display: flex;
    margin-bottom: 17px;
  }

  .main-header.g_shrink .navbar-brand img {
    width: 100px;
  }

  h3.footer-heading {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .mb-5 {
    margin-bottom: 0.5rem !important;
}
p {
  margin-bottom: 10px;
}

}

@media (max-width: 375px) {}

@media (max-width: 320px) {}

.whatsapp {
  position: relative;

}

.whatsapp span {
  position: absolute;
  top: 13px;
  left: -84px;
  background-color: #00d772;
  padding: 5px 15px;
  border-radius: 15px;
  padding-right: 19px;
  z-index: 0 !important;
  color: #000;
}