@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@font-face {
  font-family: 'Girlfinest';
  src: url('../fonts/Girlfinest.eot');
  src: url('../fonts/Girlfinest.eot?#iefix') format('embedded-opentype'), url('../fonts/Girlfinest.woff') format('woff'), url('../fonts/Girlfinest.ttf') format('truetype'), url('../fonts/Girlfinest.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LBRITE';
  src: url('../fonts/LBRITE.eot');
  src: url('../fonts/LBRITE.eot?#iefix') format('embedded-opentype'), url('../fonts/LBRITE.woff') format('woff'), url('../fonts/LBRITE.ttf') format('truetype'), url('../fonts/LBRITE.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

/*Custom scrollbar*/
#style-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
  border-radius: 0vh;
}

#style-scroll::-webkit-scrollbar-thumb {
  background-color: #bf8942;
  border-radius: 0vh;
}

#style-scroll::-moz-scrollbar-track {
  width: 5px;
  background-color: #ccc;
  border-radius: 0vh;
}

/*Custom scrollbar*/
body {
  /*    font-family: 'Oswald', sans-serif;*/
  /*    font-family: 'Poppins', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  overflow-x: hidden;
  background: #f1f1f0 !important;
}

a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

a.text-warning:focus,
a.text-warning:hover {
  color: ivory;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background-color: #0084e3;
}

::selection {
  color: #fff;
  background-color: #0084e3;
}

:root {
  --blue: #14152c;
  --red: #cb2648;
  --green: #247073;
  --gray: #2b3842;
}

.container {
  max-width: 1200px;
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 20px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #ffffff;
  color: #000;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #ffffff;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #000;
  border-top: 1px solid #efefef;
  text-align: left;
}

#main .accordion .card-body {
  color: #333;
}

.health-inner-btn {
  font-family: 'LBRITE';
  position: absolute;
  right: 0px;
  top: -118px;
  left: 0px;
  line-height: 28px;
  text-align: center;
  font-size: 43px;
  margin: 0px auto;
  width: 380px;
  display: inline-table;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 77%);
}

.health-inner-btn>a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 12px 20px;
  line-height: normal;
  margin-top: 20px;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 77%);
}

.health-inner-btn>a:hover {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
}

.buynow {
  background: #267217 !important;
  border: 1px solid #267217 !important;
}

.buynow:hover {
  background: transparent !important;
  border: 1px solid #267217 !important;
  color: #267217 !important;
}

.video {
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
  background-size: 3px 3px;
}

.buttons {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 25%;
  right: 0px;
}

.buttonbtn {
  display: inline-block;
  border: 0px;
  font-size: 32px;
  color: #193e23;
  font-weight: 100;
  line-height: 33px;
  padding-right: 0px;
  padding-left: 0px;
}

.first {
  display: none;
}

.close-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0px;
  font-size: 28px;
  color: #fff;
  font-weight: 200;
  line-height: 40px;
  position: relative;
  top: -1px;
}

.overlay {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 50%);
  background-size: 3px 3px;
}

.ourmethods-grid {
  padding-top: 5rem;
  padding-bottom: 0rem;
}

.method-slider {
  width: 100%;
  height: 290px;
  position: relative;
  margin: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.method-slider>h2 {
  position: absolute;
  bottom: 0px;
  background: rgb(0 0 0 / 85%);
  font-size: 18px;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  width: 100%;
  text-align: left;
  margin: 0px;
}

.method3 {
  height: 610px !important;
}

.photo {
  position: absolute;
  width: 100%;
  height: 290px;
  display: none;
}

.photo>img {
  width: 100%;
}

.video-bg-grid {
  position: relative;
  /*

    background: url("../images/video-bg.jpg") no-repeat center center;

    background-size: cover;

    height: 500px;

    background-attachment: fixed;

    position: relative;

*/
}

.sona-video-btn {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  right: 10%;
  bottom: 60px;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 29px;
  border: 4px solid #ccc;
}

.video-bg-grid>a {
  display: block;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  width: 150px;
  margin: auto;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 35%;
  bottom: 0px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9, 0.9);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(0.9, 0.9);
  }
}

.avatar-upload {
  position: relative;
  max-width: 165px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 40px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #46231d;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #5eb22d;
  border-color: #5eb22d;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 112px;
  height: 112px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #46231d;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-border {
  padding: 30px 20px;
  background-color: rgb(255 255 255 / 73%);
  border: 1px solid #dddad7;
  margin-bottom: 30px;
}

.top-icon .col-md-3 {
  border-right: 1px solid #ccc;
}

.top-icon .col-md-3:last-child {
  border: 0px;
}

.top-icon .fa-user,
.top-icon .fa-list,
.top-icon .fa-list-alt,
.top-icon .fa-map-marker,
.top-icon .fa-shopping-cart,
.top-icon .fa-ticket {
  border: 1px solid #421f19;
  color: #421f19;
  float: left;
  font-size: 20px;
  line-height: 17px;
  margin-right: 8px;
  padding: 11px 0px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.top-icon .ico-text {
  color: #363636;
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  float: left;
  margin-top: 22px;
}

.ico-num {
  background-color: #5eb22d;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  float: right;
  height: 40px;
  width: 40px;
  padding: 9px 0px;
  text-align: center;
  position: relative;
}

.ico-num:before {
  content: '';
  border-bottom: 10px solid #5eb22d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 14px;
  left: -14px;
  transform: rotate(270deg);
}

.top-icon .col-md-3:nth-child(4n) {
  border-right: none;
}

.n-margin .ico-num .fa,
.top-icon .col-md-4.n-margin2 {
  margin-bottom: 0;
}

.n-margin-active:before {
  content: '';
  border-top: 10px solid #421f19;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -40px;
  left: auto;
  margin-left: -10px;
}

.n-margin-active:after {
  content: '';
  border-top: 2px solid #421f19;
  /* border-left: 10px solid transparent; */
  /* border-right: 10px solid transparent; */
  position: absolute;
  bottom: -31px;
  left: 0px;
  right: 0px;
}

#accordion .panel {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-top: 15px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 3px;
}

#accordion .panel-title a {
  display: block;
  padding: 12px 15px;
  background: #5eb22d;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 220px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: -50px;
}

#accordion .panel-title a.collapsed {
  box-shadow: none;
  color: #ffffff;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "+";
  font-family: "Font Awesome 5 Free";
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  color: #fff;
  transform: rotate(0);
}

#accordion .panel-title a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ececec;
  position: absolute;
  top: 0;
  right: 55px;
}

#accordion .panel-collapse {}

#accordion .panel-body {
  padding: 0px 15px;
  border: none;
  font-size: 15px;
  color: #615f5f;
  line-height: 27px;
}

.wrapper-1 {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 0px 0px;
  text-align: center;
}

.wrapper-2>img {
  border-radius: 100px;
}

.wrapper-2 h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 4em;
  letter-spacing: 3px;
  color: #3b7a01;
  margin: 0;
  margin-bottom: 20px;
  text-shadow: 5px 5px 7px rgb(0 0 0 / 18%);
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #46231d;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.slider-1 {
  height: 750px;
  width: 100%;

  background-image: url("../images/slider-banner/Banner-1-bg.png");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;


}

.slider-2 {
  height: 750px;
  width: 100%;

  background-image: url("../images/slider-banner/Banner-2.png");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;


}

.slider-3 {
  height: 750px;
  width: 100%;

  background-image: url("../images/slider-banner/Banner-3.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

.slider-4 {
  height: 750px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-5 {
  height: 750px;
  width: 100%;
  background-image: url("../images/slider-banner/Banner-5.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.slider-6 {
  height: 750px;
  width: 100%;
  background-image: url("../images/slider-banner/Banner-6.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.slider-7 {
  height: 750px;
  width: 100%;
  background-image: url("../images/slider-banner/Banner-7.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.slider-1-title {
  position: absolute;
  /* bottom: auto; */
  top: 50%;
  z-index: 9;
  right: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  padding: 0px;
}

.slider-1-title h1 {
  color: #000;
  font-weight: 700;
  text-align: left;
  font-size: 40px;
}

.slider-1-title h1:after {
  content: '';
  background: #a07447;
  height: 3px;
  width: 90px;
  display: block;
  margin: 2rem 0rem;
}

.slider-1-title h1 span {
  color: #244c1a;
}

.slider-1-title p {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  padding-right: 40px;
}

.slider-1-title img {}

.slider-2-title {
  position: absolute;
  /* bottom: auto; */
  top: 50%;
  z-index: 9;
  right: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  padding: 0px;
}

.slider-2-title h1 {
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 40px;
}

.slider-3-title {
  position: absolute;
  /* bottom: auto; */
  top: 50%;
  z-index: 9;
  right: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  padding: 0px;
}

.slider-4-title {
  position: absolute;
  top: 50%;
  z-index: 9;
  right: auto;
  left: 11%;
  text-align: center;
  color: #fff;
  font-size: 6rem;
  line-height: normal;
}

.welcome-img-mobile {
  display: none;
}

.wel-img2-img-mobile {
  display: none;
}

.slider-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 40px;
  font-weight: 400;
  line-height: normal;
  margin-top: 29px;
  background: #46231e;
  border: 2px solid #46231e;
  clear: both;
  text-transform: uppercase;
  display: block;
  width: 190px;
}

.slider-btn:hover {
  color: #fff;
  text-align: center;
  background: #4caf50;
  border: 2px solid #4caf50;
}

.vendor-carousel .owl-nav {
  display: none;
}

.certifications-logos .owl-nav {
  display: none;
}

.right {
  position: relative;
}

.login-button {
  color: #000;
  cursor: pointer;
  transition: background .3s;
  -webkit-transition: background .3s;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.login-button>i {
  color: #333;
  font-size: 16px;
  margin-right: 5px;
}

.login {
  display: none;
  margin-bottom: 2%;
  margin-top: 35px;
  position: absolute;
  right: 0;
  width: 180px;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}

.login>ul {}

.login>ul>li {
  padding: 0px 0px;
  display: block;
}

.login>ul>li>a {
  color: #290b03;
  padding: 4px 0px;
  display: block;
}

.login>ul>li>a:hover {
  color: #c7a34c;
}

.triangle:after {
  content: "";
  border-right: 12px solid transparent;
  border-bottom: 12px solid #6a6a6a;
  border-left: 12px solid transparent;
  width: 0;
  position: absolute;
  top: -12px;
  right: 13px;
  z-index: -1;
}

.triangle:before {
  content: "";
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-left: 12px solid transparent;
  width: 0;
  position: absolute;
  top: -12px;
  right: 13px;
}

.certifications-grid {
  background-color: #efefef;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.certifications-grid h4 {
  font-size: 30px;
  margin-bottom: 50px;
  color: #42211a;
  font-weight: 700;
  text-align: center;
}

.box-title {
  font-family: 'Oswald', sans-serif;
  color: #000000;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
}

.box-title>span {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 16px;
}

.box-title1 {
  font-family: 'Oswald', sans-serif;
  color: #025543;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin: 0px;
  margin-bottom: 3px;
  position: absolute;
  left: 38px;
  top: -36px;
}

.box-title1>span {
  font-family: 'Poppins', sans-serif;
  color: #025543;
  font-size: 16px;
}

.h-box-1 {
  background: #edebeb url("../images/healthbox-bg.png") no-repeat right;
  height: 231px;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  /* border: 1px solid rgb(199 163 76 / 29%); */
  border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
  /* box-shadow: inset 0px 11px 8px -10px #561d0a, inset 0px -11px 20px -10px rgb(0 0 0 / 58%); */
}

.h-box-1>ul {
  padding: 10px 0px 0px 16px;
  margin: 0px;
  width: 64%;
}

.h-box-1>ul>li {
  list-style: none;
  font-size: 12px;
  position: relative;
  line-height: normal;
  color: #000;
  margin-bottom: 3px;
}

.h-box-1>ul>li:before {
  content: "\2022";
  position: absolute;
  left: -1em;
  color: red;
}

.heath-box-grid {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

.img-box {
  position: absolute;
  right: 4px;
  bottom: -18px;
}

.box-product {
  width: auto;
  height: 160px;
}

.box-product-bg {
  width: 140px;
  position: absolute;
  left: 0px;
  bottom: -40px;
}

.ourmethods {
  padding-top: 5rem;
  padding-bottom: 2rem;
  text-align: center;
}

.ourmethods>h4 {
  font-size: 30px;
  margin-bottom: 50px;
  color: #42211a;
  font-weight: 700;
}

.ourmethods-title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #193e23;
  font-weight: 700;
  padding: 6px 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.all-the-foods {}

div.clip-path-container {
  position: relative;
  height: 360px;
  width: 360px;
  margin: 10px;
  transition: all .2s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
  border-collapse: separate;
  background-color: #0d3b38;
}

.clip-path-container:focus,
.clip-path-container:active,
.clip-path-container:hover {
  /*
  border-radius: 50%;
  outline: none;
*/
}

.food {
  height: 360px;
  width: 360px;
  background-size: cover;
  transition: all .2s ease-in-out;
  /*  transform: scale(1.5); */
  outline: none;
  overflow: hidden;
  clip-path: polygon(0 100%, 0 0, 52% 0, 52% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}

.clip-path-container:hover .food {
  clip-path: polygon(60% 100%, 60% 0, 100% 0, 100% 100%);
  transform: scale(1.1);
}

.clip-path-container:hover .description-holder {
  left: 50px;
  opacity: 1;
}

.description-holder {
  position: absolute;
  top: 75px;
  left: 120px;
  height: auto;
  width: 130px;
  transition: all .4s ease-in-out;
  transition-delay: .1s;
  opacity: 0;
  text-align: right;
}

.description-holder p {
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
  color: #fff;
  text-align: left;
}

.Ghee {
  background-image: url("../images/Methods/Ghee.png");
  background-position: 50% 90%;
}

.Honey {
  background-image: url("../images/Methods/Honey.png");
  background-position: 50% 90%;
}

.Immunity-Mix {
  background-image: url("../images/Methods/Immunity Mix.png");
  background-position: 50% 90%;
}

.Kesar {
  background-image: url("../images/Methods/Kesar.png");
  background-position: 50% 90%;
}

.Kesariya-Thandai {
  background-image: url("../images/Methods/Kesariya Thandai.png");
  background-position: 50% 90%;
}

.Khat-Mitthi {
  background-image: url("../images/Methods/Khat Mitthi.png");
  background-position: 50% 90%;
}

.Oils {
  background-image: url("../images/Methods/Oils.jpg");
  background-position: 50% 90%;
}

.Pink-Salt {
  background-image: url("../images/Methods/Pink Salt.png");
  background-position: 50% 90%;
}

.Sugarcane {
  background-image: url("../images/Methods/Sugarcane.png");
  background-position: 50% 90%;
}

.Turmeric {
  background-image: url("../images/Methods/Turmeric.png");
  background-position: 50% 90%;
}


.effect-1 {
  position: relative;
  min-height: 262px;
  /* width: 200px; */
  /* -webkit-border-radius: 50%; */
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* border-radius: 50%; */
  display: block;
  text-align: center;
  /* line-height: 180px; */
  background-color: white;
  -webkit-transform: translateZ(0);
  padding: 20px;
  margin-bottom: 20px;
}

.effect-1 span {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
}

.effect-1:hover {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

/*
.effect-1:hover:after {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}
*/
.effect-1>img {
  width: 170px;
  margin-bottom: 20px;
}

/*
.effect-1:after {
    position: absolute;
    top: -47px;
    left: -45px;
    content: '';
    height: 290px;
    width: 290px;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px hsl(9deg 44% 18% / 34%);
    -moz-box-shadow: 0 0 0 5px hsl(9deg 44% 18% / 34%);
    box-shadow: 0 0 0 5px hsl(9deg 44% 18% / 34%);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}
*/
.about-sona {
  padding: 30px 100px;
  text-align: center;
}

.about-sona>h4 {
  font-family: 'Mr Dafoe', cursive;
  font-size: 50px;
  margin-bottom: 30px;
  color: #42211a;
}

.about-sona>p {
  font-size: 16px;
  line-height: normal;
}

.about-values {}

.about-values>h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #42211a;
  border-top: 1px solid rgb(70 35 29 / 25%);
  padding-top: 40px;
  font-weight: 700;
}

.about-values>ul {
  padding-left: 20px;
}

.about-values>ul>li {
  line-height: normal;
}

.our-essence {
  background: url("../images/our-essence.jpg") no-repeat right top;
  background-size: contain;
  background-color: #efefef;
  padding: 260px 0px;
  /* padding-bottom: 0px; */
}

.our-essence h4 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #193e23;
  font-weight: 700;
}

.our-essence p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 60px;
}

.our-strength {
  background-color: #efefef;
  padding: 160px 0px;
  padding-bottom: 5rem;
}

.our-strength h4 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #193e23;
  font-weight: 700;
  text-align: center;
}

.our-strength p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 60px;
}

.imgStrengths {
  text-align: center;
  display: block;
  margin: auto;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.imgStrengths img {
  height: 110px;
}

.our-team {
  background-color: #efefef;
  padding: 160px 0px;
  padding-bottom: 60px;
}

.our-team h4 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #193e23;
  font-weight: 700;
  text-align: center;
}

.our-team p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 60px;
}


.our-associatespartners {
  background-color: #efefef;
  padding: 160px 0px;
  padding-bottom: 60px;
}

.our-associatespartners h4 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #193e23;
  font-weight: 700;
  text-align: center;
}

.our-associatespartners p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 60px;
}





.contact-grid {
  padding: 90px 0px;
  /* background: #f5ebde; */
}

.contact-address {
  padding: 30px;
}

.contact-address>h2 {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 40px;
  color: #42211a;
  font-weight: 700;
}

.contact-address>h5 {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}

.contact-address>h5>img {
  float: left;
  padding-right: 20px;
  height: 30px;
  width: 50px;
}

.contact-address>h5>span {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

.contact-address>h5>p {
  font-size: 14px;
  float: left;
  width: 86%;
  padding: 3px;
  line-height: normal;
}

.feedbackform {
  width: 100%;
  padding: 30px 50px;
  background: rgb(255 255 255 / 45%);
  /* border-radius: 50px; */
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.feedbackform h2 {
  display: inline-block;
  font-size: 27px;
  margin-bottom: 30px;
  color: #42211a;
  font-weight: 700;
}

.label-txt2 {
  color: #000;
}

.input2 {
  width: 100%;
  padding: 10px 12px;
  background: transparent;
  border: 1px solid #d9d9d9;
  outline: none;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
}

.forgot-btn {
  font-size: 12px;
  color: #421f19;
  padding-bottom: 10px;
  display: block;
  text-align: right;
  position: relative;
  top: -10px;
}

.forgot-btn:hover {
  color: #000;
}

.adds-icon {
  width: 112px;
  height: 112px;
  margin: auto;
  background: #f5ebde;
  border-radius: 100px;
  padding: 24px;
  margin-bottom: 30px;
}

.adds-icon>img {
  width: 100%;
}

.login-btn {
  font-size: 15px;
  color: #fff;
  width: 100%;
  font-weight: 600;
  line-height: normal;
  background: #421f19;
  border: 2px solid #421f19;
  clear: both;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 50px;
  margin: auto;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-btn:hover {
  color: #421f19;
  background: transparent;
  border: 2px solid #421f19;
}

.new-account {
  border-left: 1px solid #ccc;
  padding: 20px;
}

.new-account h6 {
  text-align: center;
}

.subbutton2 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  background: #421f19;
  border: 2px solid #421f19;
  clear: both;
  text-transform: uppercase;
  display: block;
  border-radius: 100px;
  cursor: pointer;
  padding: 12px 60px;
  margin: auto;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.subbutton2:hover {
  color: #421f19;
  background: transparent;
  border: 2px solid #421f19;
}

.our-story-grid {
  /* background-color: #f3f3f3; */
  padding: 120px 0px;
  position: relative;
  padding-bottom: 0px;
  background: url("../images/slider-banner/Banner-1-bg.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gift-hampers {
  background-color: #000;
  padding: 120px 0px;
  position: relative;
  padding-bottom: 0px;
  background: #193e23 url(../images/our-gift-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.img-story {
  width: 100%;
  content: " ";
  background-image: url("../images/storybg.png");
  position: absolute;
  -webkit-animation: action 2s infinite alternate;
  animation: action 2s infinite alternate;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  /* background-attachment: fixed; */
  /* background-position-y: 100px; */
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.img-story2 {
  width: 100%;
  content: " ";
  background-image: url("../images/our-story2.png");
  position: absolute;
  -webkit-animation: action2 6s infinite alternate;
  animation: action2 6s infinite alternate;
  height: 110%;
  top: 0px;
  bottom: 0px;
  background-size: cover;
}

@-webkit-keyframes action2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-15px);
  }
}

@keyframes action2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-15px);
  }
}

.founder-namepic {
  color: #000;
  line-height: 28px;
  position: relative;
  top: 10px;
}

.founder-namepic>span {
  display: block;
  font-size: 22px;
  color: #46231e;
  font-weight: 700;
}

.story-founder-pic {
  margin-top: 50px;
  /* border: 1px solid #643626;
    border-radius: 100%;
    background:rgb(255 255 255 / 90%); */
}

.story-text {
  /* background-color: rgb(255 255 255 / 90%); */
  /* padding: 50px 40px; */
  /* border-radius: 0px 100px 0px 100px; */
  /* text-align: justify; */
  /* box-shadow: 10px 10px 20px rgb(66 31 26 / 24%); */
  /* display: inline-block; */
  /* width: 100%; */
  display: inline-block;
  padding-bottom: 6rem;
}

.story-text aside {
  float: left;
  width: 35%;
  margin-right: 3rem;
}

.story-text article {
  float: right;
  width: 60%;
}

.story-text article h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #42211a;
  font-weight: 700;
}

.story-text article p {
  font-size: 14px;
}


.inner-grid {
  background-size: cover;
  position: relative;
  top: 0px;
  width: 100%;
  height: 110px;
}

.right-corder-container {
  position: fixed;
  left: 20px;
  z-index: 9;
}

.short-text {
  color: #fff;
}

.whatapp-us {
  top: auto;
  bottom: 80px;
}

.whatapp-us a {
  height: 45px;
  width: 45px;
  border: none;
  font-size: 25px;
  border-radius: 62px;
  transition: all 300ms;
  cursor: pointer;
  display: block;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #25D366;
  -webkit-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

@keyframes pulsing3 {
  to {
    box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
  }
}

.zoominheader {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  -webkit-animation: zoomout 30s ease-in infinite;
  animation: zoomout 30s ease-in infinite;
  transition: all .1s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.3);
  }

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

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.3);
  }

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

/*End of Zoom in Keyframes */
/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.3);
  }

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

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.3);
  }

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

/*End of Zoom out Keyframes */
.our-tour {
  position: absolute;
  bottom: 0px;
  background: rgb(255 255 255 / 86%);
  padding: 6px 10px;
  right: 0px;
  left: 0px;
  width: 160px;
  margin: auto;
}

/*Pulse Circle Animation*/
#pulse-container {
  width: 190px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 150px;
  left: 0px;
}

.item2 {
  z-index: 2;
  padding: 5px;
}

.item2 a {
  text-decoration: none;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  color: #46231e;
  border: 5px solid #fff;
  border-radius: 50%;
}

.item2 a h1 {
  margin: 0px;
  padding: 0px;
  line-height: 58px;
  text-align: center;
  font-size: 22px;
  padding-left: 5px;
}

.circle {
  z-index: 1;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
  from {
    transform: scale(.4, .4);
    opacity: .5;
  }

  to {
    transform: sclae(1, 1);
    opacity: 0;
  }
}

.founder-name {
  font-size: 20px;
  font-weight: 700;
  color: #46231e;
}

.founder-name>span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.social_nav {
  top: 150px;
  position: fixed;
  z-index: 999;
}

.social_nav:hover {
  right: 40px;
}

.social_nav ul {
  margin-top: 0;
  margin-bottom: 0rem
}

.social_nav li {
  height: 45px;
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}

.social_nav li a {
  color: #fff !important;
  display: block;
  width: 130px;
  line-height: normal;
  transition: all .3s linear;
  text-decoration: none !important;
  border-radius: 10px 0px 0px 10px;
  padding: 12px 13px;
  position: fixed;
  z-index: 999;
  height: 45px;
  width: 45px;
  white-space: nowrap;
  transition: all 0.3s linear;
  border-radius: 10px 0px 0px 10px;
  right: -6px;
}

.social_nav ul li a:hover {
  width: 130px;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
}

.social_nav li:nth-child(1) a {
  background: #4267B2
}

.social_nav li:nth-child(2) a {
  background: #DD2A7B;
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.social_nav li:nth-child(3) a {
  background: #2867B2;
}

.social_nav li:nth-child(4) a {
  background: #25D366
}

.social_nav li:nth-child(5) a {
  background: #333
}

.social_nav li:nth-child(6) a {
  background: #ff0000
}

.social_nav li a i {
  width: 28px;
  font-size: 20px;
}

.social_nav ul li a span {
  font-weight: 600;
}

#sideNavi {
  position: fixed;
  right: 35px;
  top: 500px;
  z-index: 9;
  transition: all 0.3s linear;
}

#sideNavi:hover {
  right: 40px;
}

.side-navi-item {
  font-size: 16px;
  position: absolute;
  display: inline-block;
  width: 140px;
  height: 46px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  color: #fff;
  background-color: blue;
  cursor: pointer;
  animation: blinkingText 2s infinite;
  border-radius: 8px 8px 0px 0px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 8px 12px;
  color: #fff;
}

.side-navi-item>img {
  float: left;
  width: 20px;
}

.side-navi-item a {
  color: #fff;
  font-size: 14px;
}

.side-navi-item a img {
  display: inline-block;
  height: 22px;
  float: left;
  position: relative;
  top: -2px;
}

.side-navi-item.item1 {
  top: 0px;
}

.side-navi-item.active,
.side-navi-item:hover {
  background-color: #e5e5e5;
}

.side-navi-item>div {
  padding-top: 15px;
  text-align: center;
}

@keyframes blinkingText {
  0% {
    background: #3b7c00;
  }

  25% {
    background: #421f19;
  }

  50% {
    background: #3b7c00;
  }

  75% {
    background: #421f19;
  }

  100% {
    background: #3b7c00;
  }
}

.founder_massge {
  text-align: center;
  padding: 100px 0px;
  background: #fff;
  position: relative;
}

.client-box {
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 0px 10px;
  background: #fff;
}

.client-box2>img {
  width: auto !important;
  height: 100px;
  margin: auto;
  padding: 10px;
}

.client-box2 {
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 0px 10px;
  background: #fff;
  display: block;
}

.client-box2>img {}

.client-grid {
  /* background: #ffffff; */
  padding-top: 60px;
  padding-bottom: 20px;
}

.cunter-box {
  display: flex;
  width: 100%;
}

.counter {
  width: 33%;
}

.cunter-box>.end {
  border-right: 0px;
}

.count-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}

.counter-box-1>span {
  font-size: 30px;
  font-weight: 700;
  color: #46231e;
}

.count-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: left;
}

.icon-1x {
  float: left;
  background: #fcfcfb;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 10px;
  margin-right: 8px;
}

.icon-1x img {
  margin: 0px auto;
  height: 70px;
}

.counter-box-1 {
  float: left;
  margin-top: 18px;
}

.counter-box-1>sapn {
  float: left;
}

.counter-box-1>h2 {
  color: #46231e;
}

.about-pic {
  display: flex;
  margin: 10px 0px;
}

.about-pic>img {
  height: 80px;
}

.about-pic>article {
  text-align: left;
  padding: 10px;
}

.about-pic>article>h4 {
  font-size: 18px;
  font-weight: 600;
  color: #421f19;
  font-family: 'LBRITE';
}

.about-pic>article>p {
  font-size: 14px;
  text-align: left;
  margin: 0px;
  line-height: normal;
}

.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
}

.preloader .loader {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  top: 45%;
  left: 0px;
  right: 0px;
}

.preloader .loader .loader-inner {
  width: 200px;
  height: 192px;
  background: url("../images/loader.gif") no-repeat center center;
  background-size: contain;
}

.preloader::before,
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  height: 100%;
  width: 50%;
  z-index: -1;
  background: #421f19;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

svg {
  position: absolute;
  left: 72px;
  top: 72px;
  transform: translate(-22%, -53%);
  margin: auto;
}

.order-circle .circle-check {}

.goToTop .wrapper .logo-center a svg {
  display: none;
}

.group {
  transform: translate(42.5px, 42.5px);
}

path {
  transform: translate(-42.50px, -42.50px);
}

.large {
  opacity: 0;
  animation: large 5s linear infinite;
}

.large-2 {
  opacity: 0;
  animation: large-2 5s linear infinite;
}

.small {
  opacity: 0;
  animation: small 5s linear infinite;
}

@keyframes large {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }

  16.667% {
    opacity: 1;
  }

  33.333% {
    opacity: 0;
    transform: rotate(360deg) scale(1.6);
  }

  100% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
}

@keyframes large-2 {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }

  16.667% {
    opacity: 1;
  }

  33.333% {
    opacity: 0;
    transform: rotate(405deg) scale(1.2);
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
}

@keyframes small {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }

  16.667% {
    opacity: 1;
  }

  33.333% {
    opacity: 0;
    transform: rotate(-360deg) scale(1.6);
  }

  100% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
}

.img-wrapper {
  overflow: hidden;
  position: relative;
  border: 6px solid #fff;
  /* width: 100%; */
  box-shadow: 0px 0px 10px rgb(51 51 51 / 18%);
  float: left;
  margin-right: 4rem;
}

.img-wrapper2 {
  position: relative;
  border: 6px solid #fff;
  width: 100%;
  box-shadow: 0px 0px 10px rgb(51 51 51 / 18%);
}

.search-active {
  overflow: hidden;
}

.search-active .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

.search-active .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}

.search-active .control {
  cursor: default;
}

.search-active .control .btn-material {
  transform: scale(70);
}

.search-active .control .icon-material-search {
  opacity: 0;
}

/* Close Icon */
.icon-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99999;
  color: #000;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.icon-close:hover {
  transform: rotate(0);
}

.icon-close>img {}

/* Search Input */
.search-input {
  height: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  padding: 20px;
  z-index: 99999;
  margin-top: 0px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
  background: #fbebbd;
}

.search-input input {
  color: #000;
  font-size: 54px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
  display: block;
  height: auto;
  position: fixed;
  left: 90px;
  top: 40%;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  width: 88%;
}

.search-input ::-webkit-input-placeholder {
  color: #666;
}

.search-input :-moz-placeholder {
  color: #666;
  opacity: 1;
}

.search-input ::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.search-input :-ms-input-placeholder {
  color: #666;
}

/* Control btn */
.control {
  cursor: pointer;
}

.control .icon-material-search {
  color: #c7a34c;
  font-size: 18px;
}

.modal-body img {
  width: 100%;
}

.modal-dialog {
  max-width: 900px;
}

.sona-video {
  width: 100%;
  height: 500px;
  border: 0px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}

.modal {
  background: rgb(0 0 0 / 83%);
  padding-right: 0px !important;
}

.close {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .9;
  font-size: 30px;
}

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
  display: block;
  text-align: left;
  overflow: auto;
  height: 300px;
}

.tabs-right {
  border-left: 1px solid #ddd;
  display: block;
}

.tabs-left>li {
  float: none;
  margin-bottom: 0px;
  line-height: normal;
}

.tabs-right>li {
  float: none;
  margin-bottom: 0px;
  line-height: normal;
}

.tabs-left>li {
  margin-right: 0px;
  display: block !important;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li>.product-mobile-view {
  display: none;
}

.tabs-left>li>a:hover {
  color: #d3831a;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left>li>a {
  display: block;
  color: #431f1a;
  padding: 5px 0px;
  font-size: 13px !important;
}

.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.tab-content>.tab-pane img {
  width: 100%;
}

.tab-pane-padding {
  padding: 0px;
}

.vertical-text {
  margin-top: 50px;
  border: none;
  position: relative;
}

.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.vertical-text.tabs-left {
  left: -50px;
}

.vertical-text.tabs-right {
  right: -50px;
}

.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.subscribe-grid {
  font-family: 'Oswald', sans-serif;
  background: url(../images/Subscriber.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  height: 270px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  top: 60px;
  background-position-x: -990px;
  box-shadow: 0px 10px 20px #c5c7d1;
}

.newsletter {
  font-family: 'Poppins', sans-serif;
  display: block;
}

.news-text {
  padding: 47px 60px;
  padding-right: 0px;
}

.newsletter h2 {
  font-size: 38px;
  margin-bottom: 10px;
  color: #e4cb63;
  text-align: left;
  font-weight: 600;
}

.newsletter h2 span {
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  text-align: left;
}

.newsletter p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin: 0px;
  padding-top: 10px;
}

.newsletter p a {
  color: #e4cb63;
}

.newsletter p span {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  top: 4px;
  left: 5px;
}

.newsletter .section-title {
  margin-bottom: 59px;
}

.newsletter .section-title h2 {
  background-image: -webkit-linear-gradient(-30deg, #ffffff 0%, #ffffff 100%);
}

.newsletter .section-title p {
  color: #fff;
}

.newsletter .newsletter-form {
  padding: 70px 132px;
  background: #fff;
}

.newsletter .newsletter-form input {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  border: none;
  padding: 16px 35px;
  color: #000;
  border-radius: 100px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
}

.newsletter .newsletter-form input:focus {
  outline: 0;
  box-shadow: 0px 0px 10px #ccc;
}

.newsletter .newsletter-form input::-webkit-input-placeholder {
  color: #666;
  opacity: .6;
}

.newsletter .newsletter-form input:-ms-input-placeholder {
  color: #666;
  opacity: .6;
}

.newsletter .newsletter-form input::-ms-input-placeholder {
  color: #666;
  opacity: .6;
}

.newsletter .newsletter-form input::placeholder {
  color: #666;
  opacity: .6;
}

.newsletter .newsletter-form button {
  width: 100%;
  background: #206031;
  border: 2px solid #206031;
  outline: none;
  color: #fff;
  padding: 16px;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  transition: all ease-in-out 0.2s;
}

.newsletter .newsletter-form button:hover {
  background: #193e23;
  outline: none;
  border: 2px solid #193e23;
}

.wel_com_grid {
  text-align: center;
  padding: 100px 0px;
  position: relative;
  clear: both;
  background: #f3f3f3;
}

.wel-content {
  text-align: left;
  padding-left: 30px;
}

.wel-content h2 {
  font-family: 'LBRITE';
  font-weight: 500;
  font-size: 45px;
  color: #181818;
}

.wel-content h2 b {
  font-family: 'LBRITE';
  color: #181818;
  font-weight: 500;
  display: block;
}

.wel-content h2 span {
  font-family: 'Poppins', sans-serif;
  color: #421f19;
  font-weight: 300;
  font-size: 26px;
  display: block;
  padding: 10px 0px;
  padding-top: 0px;
}

.wel-content p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #000000;
  margin: 15px 0px;
  line-height: 24px;
}

.head-title {
  margin-bottom: 3rem;
}

.head-title>h3 {
  font-family: 'LBRITE';
  color: #000;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: auto;
  padding: 0px;
  position: relative;
  display: block;
  margin-top: 0px;
  text-align: center;
}

.head-title>h3>span {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  display: block;
  padding: 5px 0px;
  /* text-transform: uppercase; */
}

.head-title p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 15px 0px;
  line-height: 24px;
}

.border-line {
  padding-bottom: 30px;
  text-align: center;
}

.readmore {
  font-size: 14px;
  color: #fff;
  padding: 10px 40px;
  font-weight: 400;
  /* border-radius: 100px; */
  line-height: normal;
  margin-top: 18px;
  background: #daa520;
  border: 2px solid #daa520;
  clear: both;
  text-transform: uppercase;
  display: inline-block;
}

.readmore:hover {
  color: #267217 !important;
  background: transparent;
  border: 2px solid #267217;
}

.readmore i {
  padding: 0px 3px;
  position: relative;
  top: -1px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slider-nav .slick-list .slick-track .slick-slide img {
  display: block;
  width: 130px;
  margin: auto;
  padding: 10px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

footer {
  position: relative;
  background: #eff1f1 url(../images/f-bg.png) repeat;
  margin-top: -50px;
}

.footer-logo {
  transition: transform 0.6s;
  display: block;
  width: 120px;
  margin: auto;
}

.footer-logo:hover {}

.footer-logo img {
  width: 100%;
}

.footer-top {
  color: #000;
}

.footer-bg {}

.coppyleft {
  display: block;
  font-size: 13px;
  padding: 40px 40px;
  font-weight: 400;
}

.coppyright {
  display: block;
  font-size: 13px;
  padding: 40px 40px;
  font-weight: 400;
  text-align: right;
}

.coppyright>a {
  color: #4267b2;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99;
  width: 50px;
  height: 88px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.8
  }

  100% {
    -webkit-transform: translateY(-0.4em);
    opacity: 0.9
  }
}

.scroll-top-wrapper:hover {}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper img {
  line-height: inherit;
}

.first-child {
  margin-right: 0px;
  padding: 0px;
}

footer ul {
  margin: 0px;
  padding: 0px;
  float: left;
}

footer ul li {
  list-style-type: none;
}

footer a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px
}

.com-add {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.footer-banner {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 40px;
  clear: both;
  float: left
}

footer .footer-inner {
  margin: auto;
  overflow: hidden;
  padding: 40px 0px;
  padding-bottom: 0px;
}

footer .footer-inner h3 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
}

.footer-column-1 {
  margin-right: 30px;
  margin-bottom: 15px;
  line-height: 18px;
  min-height: 220px;
  padding-right: 30px;
}

.footer-column {
  font-size: 14px;
  font-weight: 400;
  padding: 50px 37px;
  border-right: 1px solid #cdcdcd;
  height: 380px;
}
.footer-column-last{
  border-right:0;
}
footer .co-info {
  margin-right: 0px !important;
  padding: 30px 0px;
  text-align: left;
  margin-top: 0px;
}

footer .newsletter-row {
  overflow: hidden;
  width: 100%;
  padding: 55px 0px;
  background: hsl(7deg 44% 18% / 33%);
}

footer .newsletter-row .col1 {
  text-align: center
}

footer .footer-column a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

footer .footer-column a:hover {
  color: #c7a34c;
}

.footer-column-last {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-column-last li {
  padding: 0px 0 5px;
}

.footer-bottom .inner {
  margin: auto;
  padding: 20px 0 15px;
  height: 60px;
}

.footer-bottom .inner a {
  color: #aaa
}

.footer-bottom .inner .bottom_links a {
  margin-left: 15px;
}

.footer-bottom .inner a:hover {
  color: #fff
}

footer p {
  font-size: 14px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 0px;
  margin: 0px;
}

footer .footer-column a {
  display: block;
  color: #000;
  font-weight: 400;
}

footer a {
  line-height: normal;
  color: #b5b5b5;
}

footer a:hover {
  color: #000;
}

footer p {
  line-height: 20px;
}

footer h4 {
  padding: 0 0 20px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  /* font-family: 'Rubik', sans-serif; */
  color: #46231e;
  border-bottom: 1px solid rgb(66 33 28 / 12%);
}
footer h4 span {
  background: #d5d5d5;
  height: 2px;
  display: block;
  margin-top: 18px;
}

footer h4 span b {
  background: #c7a34c;
  display: block;
  height: 2px;
  width: 40px;
}

footer .input-text:focus {
  background: #fff;
  border-color: #464646;
}

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

.footer-bottom {
  padding: 0px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  background-color: #1b1e24;
  text-align: center
}

.footer-bottom a {
  color: #999;
}

.footer-bottom .company-links ul {
  padding: 0px;
}

.footer-bottom .company-links li {
  display: inline-block;
  margin-left: 20px;
  list-style: none;
  float: right;
  border-bottom: none
}

.add-icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 18px;
  color: #c7a34c;
  height: 28px;
  width: 28px;
  line-height: 25px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  /* border: 2px #ffffff dotted; */
  border-radius: 25px;
  /* background: #c7a34c; */
}

.email-footer {
  font-size: 14px;
  margin-bottom: 30px;
}

.email-footer a {
  font-size: 14px;
  line-height: 26px;
  color: #431f1a;
  padding: 0px;
}

.phone-footer {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

footer address {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.icon-location-arrow:before {
  color: #431f1a
}

.icon-mobile-phone:before {
  color: #431f1a
}

.icon-envelope:before {
  color: #431f1a
}

footer address em {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 8px !important
}

footer address em:before {
  margin: 0px !important
}

footer address span {
  display: inline-block !important
}

footer address div {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 15px 0px;
  border-bottom: 1px #b7bcc8 dotted;
}

footer address div:last-child {
  border: none
}

.email-icon:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 18px;
  color: #c7a34c;
  height: 28px;
  width: 28px;
  line-height: 25px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  /* border: 2px #ffffff dotted; */
  border-radius: 25px;
  /* background: #c7a34c; */
}

.phone-icon:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 18px;
  color: #c7a34c;
  height: 28px;
  width: 28px;
  line-height: 25px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  /* border: 2px #ffffff dotted; */
  border-radius: 25px;
  /* background: #c7a34c; */
}

.footer-bottom .bottom_links li {
  margin-left: 20px
}

.custom-footer-links li {
  margin: 7px 0
}

.footer-col-right {
  width: 58%;
  float: left
}

.contact-info {
  text-align: center;
}

ul.contact-info span {
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #666;
  float: left
}

ul.contact-info li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

ul.contact-info li.last {
  float: left;
  margin-bottom: 0px;
  border-bottom: 0px #2D3D4C solid
}

/* Social Icons*/
.social .fb a:before {
  content: "\f09a";
  font-family: FontAwesome;
}

.social .fb>a {
  font-size: 25px;
  border-radius: 100px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #c7a34c;
  text-align: center;
  padding: 0;
}

.social .fb>a:hover {
  color: #000;
  padding-left: 0px;
}

.social .tw a:before {
  content: "\f099";
  font-family: FontAwesome;
}

.social .tw a {
  background: #359BED;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

.social .tw a:hover {
  background: #359BED;
}

.social .googleplus a:before {
  content: "\f16d";
  font-family: FontAwesome;
}

.social .googleplus>a {
  font-size: 28px;
  border-radius: 100px;
  line-height: 34px;
  display: inherit;
  width: 35px;
  height: 35px;
  color: #c7a34c;
  text-align: center;
  padding: 0px;
}

.social .googleplus>a:hover {
  color: #000;
  padding-left: 0px;
}

.social .rss a:before {
  content: "\f09e";
  font-family: FontAwesome;
}

.social .rss a {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 18px;
  color: #c7a34c;
  height: 28px;
  width: 28px;
  line-height: 25px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  /* border: 2px #ffffff dotted; */
  border-radius: 25px;
  /* background: #c7a34c; */
}

.social .rss a:hover {
  background: #FD9F13;
}

.social .pintrest a:before {
  content: "\f0d3";
  font-family: FontAwesome;
}

.social .pintrest a {
  content: "\f0d3";
  font-family: FontAwesome;
  background: #cb2027;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

.social .pintrest a:hover {
  background: #cb2027;
}

.social .linkedin a:before {
  content: "\f0e1";
  font-family: FontAwesome;
}

.social .linkedin a {
  content: "\f0e1";
  font-family: FontAwesome;
  background: #027ba5;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

.social .linkedin a:hover {
  background: #027ba5;
}

.social .youtube a:before {
  content: "\f167";
  font-family: FontAwesome;
}

.social .youtube a {
  background: #F03434;
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

.social .youtube a:hover {
  background: #F03434;
}

.social {
  margin-top: 20px;
  display: inline-block;
  margin-left: 36px;
}

.social ul {
  float: left;
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.social ul li {
  margin: 0px 5px 0px 0px;
  display: inline-block;
}

.social a {
  transition: background 400ms ease-in-out;
}

.foot-text {
  font-size: 14px;
  font-weight: 400;
  /* padding: 40px 57px; */
  /* border-left: 1px solid #cdcdcd; */
  /* border-right: 1px solid #cdcdcd; */
  /* height: 380px; */
  text-align: center;
}

.footer-middle {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 130px;
}

.safe_product {
  background: #ffffff;
  padding: 80px 0px;
  padding-top: 0px;
  /* border-top: 1px solid #efefef; */
  display: none
}

.gon {
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transform: scale(1.0);
}

.gon>img {
  /* padding: 20px; */
  width: 150px;
  margin: 0px auto;
  padding-top: 0px;
}

.gon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.gon>h2 {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
  display: block;
  margin-top: 0px;
  text-align: center;
}

.blog-grid {
  margin-bottom: 30px;
}

.latest-blog img {
  width: 100%;
  border-radius: 0px
}

.latest-blog {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, .2);
}

.latest-blog .blog-post {
  padding: 0;
}

.latest-blog .blog-post:last-child .blog_inner {
  border: none
}

.latest-blog .blog_inner {
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  padding: 30px;
  border-right: 1px #eaeaea solid
}

.latest-blog .fl-right {
  float: right;
  margin-right: 0px
}

.blog-info {
  padding: 25px 0px 0px 0px
}

.blog_entry p {
  margin: 0 0 1.5em 0;
  font-size: 14px;
  line-height: 1.6em;
}

.main-blog .post-meta {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px !important;
  text-align: left;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 15px;
}

.post-meta {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px !important;
  text-align: left;
  padding-bottom: 10px;
}

.post-meta li {
  display: inline-block;
  margin-right: 10px;
  color: #a7a7a7;
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
}

.post-meta li i {
  padding-right: 10px;
}

.post-meta li a {
  margin-right: 5px;
  color: #c7a34c;
  font-size: 13px;
}

.latest-blog .blog-title {
  color: #000000;
  height: 50px;
  margin: 0 auto 0px;
  text-align: left;
  text-transform: none;
  padding-left: 15px
}

.latest-blog h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 19px
}

.latest-blog h3 a {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 20px;
  display: block;
  font-family: 'Oswald', sans-serif;
}

.latest-blog .post-date {
  height: 80px;
  width: 80px;
  background: #c7a34c;
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  left: 22px;
  margin-top: -95px;
  padding-top: 15px;
  border: 4px #fff solid;
  border-radius: 10px;
}

.latest-blog .post-date span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px
}

.latest-blog .readmore {
  font-size: 12px;
  display: inline-block;
  padding: 6px 15px;
  border: 1px #ddd solid;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff
}

.latest-blog .readmore:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #ed6663;
  border: 1px solid #e0403d;
  color: #fff
}

.latest-blog .blog-title h2 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  padding: 12px 10px 2px 0px;
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.latest-blog>h2 {
  color: #292929;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0px 25px 20px 25px;
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 0px;
  min-width: 250px;
  text-align: center;
}

.post-date {
  color: #5e5f5f;
  font-weight: normal;
  font-size: 13px;
}

.latest-blog a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
}

.latest-blog a:hover {
  color: #000;
  text-decoration: none;
}

.blog_post img {
  max-width: 100%;
  height: auto;
}

.latest-blog p {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #777;
  font-weight: 400;
}

.blog_post img {
  margin-bottom: 20px;
  width: 100%;
}

.latest-blog .blog-img {
  display: block;
  overflow: hidden;
}

.latest-blog .blog-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.latest-blog .blog-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.blog-img img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}

.blog-img .mask {
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

.blog-img a.info {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.blog-img:hover .mask {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.blog-img:hover a.info {
  opacity: 1;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.blog-img .mask,
.blog-img .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}

.blog-img a.info {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: normal;
  font-family: 'Oswald', sans-serif;
  background: #c7a34c;
  color: #fff !important;
  border-radius: 100px;
  font-size: 16px;
  margin: 25px 0 0px 0;
  text-transform: uppercase;
  padding: 12px 40px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  font-weight: 500;
}

.blog-img a.info:hover {
  color: white;
  background: #a98737;
}

.blog-img {
  position: relative;
}

/*================================================

14 - gift area

==================================================*/
.health-box-carousel-indicators {
  bottom: 0px !important;
}

.health-box-carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
}

.gift_area {
  padding: 80px 0px;
  background: #fff8ed;
  padding-top: 20px;
}

.gift_item {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  display: flex;
}

.gift_image {
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: 20px 0px 0px 20px;
}

.gift_image img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.gift_text {
  padding: 76px 20px 0px 40px;
  background: #fff8ed url("../images/gift-right-bg.png") no-repeat right;
  position: relative;
  background-size: cover;
  z-index: 1;
  width: 50%;
  border-radius: 0px 20px 20px 0px;
  height: 326px;
}

.gift_text p {
  font-weight: 500;
  font-size: 20px;
}

.gift_text p span {
  font-size: 18px;
  color: #4caf50;
}

.gift_text p {
  font-weight: 700;
  font-size: 40px;
  color: #421f19;
}

.gift-meta p a {
  color: #c7a34c;
  font-size: 14px;
  border-bottom: 1px solid rgb(238 187 82 / 52%);
  display: block;
}

.blog-meta p i {
  margin-right: 3px;
  color: #c7a34c;
}

.gift_text h3 a {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  display: block;
  color: #421f19;
  padding: 0px 0px;
}

.gift_item:hover .gift_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-gift_item {
  color: #ffffff;
  display: inline-block;
  background: #421f19;
  border: 2px solid #421f19;
  border-radius: 100px;
  font-size: 14px;
  margin: 0px 0 0px 0;
  text-transform: uppercase;
  padding: 12px 50px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  font-weight: 400;
}

.btn-gift_item:hover {
  color: #421f19;
  background: #fff;
  border: 2px solid #421f19;
}

.btn-gift_item>i {
  position: relative;
  top: -2px;
  right: 3px;
}

.health-grid {
  background: url(../images/the-health-box.png) no-repeat center center #fff8ed;
  background-size: cover;
  padding: 100px 0px;
}

.health-main {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #fff;
}

.health-main>h3 {
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/text-bg.jpg);
  background-position: 0px 37%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.health-main>h2 {
  margin: 0px 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: 'Mr Dafoe', cursive;
  font-size: 100px;
  line-height: 1em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/text-bg.jpg);
  background-position: 0px 37%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 19px 0px 30px 0px;
  background-attachment: fixed;
}

.health-grid2 {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5rem;
}

.health-grid2 article {
  text-align: center;
  width: 1000px;
  margin: auto;
  padding-top: 5rem;
  /* border-bottom: 1px solid #ccc; */
}

.health-grid2 article h2 {
  font-family: 'LBRITE';
  font-size: 35px;
  margin: 0px auto;
  display: block;
  color: #000;
  font-weight: 500;
  /* text-shadow: 0px 2px 3px rgb(0 0 0 / 77%); */
  margin-bottom: 10px;
}

.health-grid2 article p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 15px 0px;
  line-height: 24px;
}

.health-grid2 article a {
  display: block;
  text-align: center;
  background: #46231e;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 12px 20px;
  line-height: normal;
  margin-top: 20px;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 77%);
  width: 240px;
  margin: auto;
}

.health-grid2 article a:hover {
  display: block;
  text-align: center;
  background: #4caf50;
}

.health-slider img {
  width: 100%;
}

.health-main2 {
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
}

.health-main2>h3 {
  margin: 0px 0;
  font-weight: 600;
  color: #c7a34c;
  font-size: 30px;
  line-height: normal;
  padding: 0px;
  text-align: center;
}

.health-main2>h2 {
  margin: 0px 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: 'Mr Dafoe', cursive;
  font-size: 100px;
  line-height: 1em;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-image: url(../images/text-bg.jpg); */
  /* background-position: 0px 37%; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  text-align: center;
  padding: 19px 0px 30px 0px;
  /* background-attachment: fixed; */
}

.health-7box {
  background: #fff8ed;
  position: absolute;
  left: 0px;
  right: 0px;
}

.health-main2>ul {
  display: inline-block;
}

.health-main2>ul>li {
  width: 33%;
  list-style: none;
  float: left;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
}

.health-main2>ul>li>i {
  color: #c7a34c;
  font-size: 11px;
  position: relative;
  top: -1px;
  padding-right: 10px;
}

.health-box-white {
  background: #fff;
  padding: 30px;
  border-top: 4px solid #c7a34c;
  box-shadow: 0 5px 0 rgb(200 200 200 / 20%);
  border: 1px #e5e5e5 solid;
  border-bottom: 1px #d5d5d5 solid;
  margin-top: -300px;
}

.white-box {
  margin-bottom: 25px;
}

.get-health-btn {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 15px 50px;
  font-weight: 400;
  border-radius: 100px;
  line-height: normal;
  top: 60px;
  background: #421f19;
  border: 2px solid #421f19;
  clear: both;
  text-transform: uppercase;
  display: block;
  position: relative;
  text-align: center;
  width: 330px;
  margin: 0px auto;
}

.get-health-btn:hover {
  color: #421f19 !important;
  background: #fff;
  border: 2px solid #421f19;
}

.get-health-btn i {
  padding: 0px 3px;
  position: relative;
  top: -1px;
}

/* OPTION 1 */
.overlay-outer {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.overlay-outer>a>img {
  width: 100%;
}

.overlay2 {
  background: rgb(66 31 25 / 74%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

a:hover .overlay2 {
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.overlay-outer:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 2px solid rgb(255 255 255);
  display: inline-block;
  padding-bottom: 5px;
}

.fadeIn_bottom {
  top: 80%;
}

.spl-pro {
  background: #fff url("../images/p12.jpg") no-repeat top;
  border-radius: 999px;
  padding: 0px;
  margin-bottom: 0px;
  z-index: 10;
  margin-top: 42px;
  text-align: center;
  position: relative;
  box-shadow: 0px 2px 25px -7px #000;
  height: 380px;
  width: 380px;
  background-size: contain;
}

.spl-pro .col-lg-4 {
  padding: 0px
}

.spl-pro img {
  max-width: 100%;
  border-radius: 999px;
  display: block;
  width: 90%;
  text-align: center;
  margin: auto;
}

.health-grid .block1 {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  margin-top: 86px;
  background: #685c88;
  border-radius: 20px;
  padding: 25px 100px 25px 25px;
  margin-right: -100px;
}

.health-grid strong {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: block;
  margin-bottom: 14px;
  letter-spacing: 1px;
  line-height: 30px;
}

.health-grid p {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}

.health-grid .block2 {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  background: #03a9f4;
  border-radius: 20px;
  padding: 25px 100px 25px 25px;
  margin-right: -100px;
}

.health-grid .block3 {
  overflow: hidden;
  color: rgb(255 255 255);
  font-size: 14px;
  margin-top: 86px;
  background: #4caf50;
  border-radius: 20px;
  padding: 25px 25px 25px 100px;
  margin-left: -100px;
}

.health-grid .block4 {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  background: #e31837;
  border-radius: 20px;
  padding: 25px 25px 25px 100px;
  margin-left: -100px;
}

.price-box {
  margin: 0;
  padding: 0px 0px;
}

.testimonial-grid {
  background: url(../images/PeopleSay.jpg) no-repeat #fff8ed;
  margin: 80px 0px 10px 0px;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px 40px;
}

.testimonial_095_slide>h5>a:hover {
  border: 1px solid #aa914f
}

#testimonial_095 {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

#testimonial_095>.carousel-inner {
  margin: auto
}

#testimonial_095>.carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab
}

#testimonial_095>.carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}

#testimonial_095>.carousel-inner>.carousel-item {
  overflow: hidden;
  height: auto;
}

.testimonial_095_indicators>.carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap
}

.testimonial_095_indicators>.carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.testimonial_095_indicators>.carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background: #c7a34c;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar {
  height: 3px
}

.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar-thumb {
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0
}

.testimonial_095_control_button .carousel-control-next,
.testimonial_095_control_button .carousel-control-prev {
  /* display: none; */
  top: 50%;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  /* background: #c7a34c; */
  color: #f5f5f5;
  /* border: 2px solid #c7a34c; */
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .6s cubic-bezier(.3, 1, 0, 1);
  transition: all .6s cubic-bezier(.3, 1, 0, 1);
}

.testimonial_095_control_button .carousel-control-prev {
  left: 7%;
  right: auto
}

.testimonial_095_control_button .carousel-control-next {
  right: 7%;
  left: auto
}

.testimonial_095_control_button .carousel-control-next:hover,
.testimonial_095_control_button .carousel-control-prev:hover {
  color: #ffffff;
  background: transparent;
  border: 0px solid transparent;
}

.testimonial_095_header>h5,
.testimonial_095_slide>h5>a,
.testimonial_095_slide>p {
  text-shadow: none;
  -webkit-font-smoothing: antialiased
}

.testimonial_095_header {
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0px auto;
  text-align: center;
  position: relative
}

.testimonial_095_header>h5 {
  font-family: 'LBRITE';
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0px 25px 15px 25px;
  position: relative;
  display: block;
  margin-top: 0px;
}

.testimonial_095_header>h5>span:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 1px;
  content: "";
  width: 100%;
  margin: auto;
  position: absolute;
  background: #1ed600
}

.testimonial_095_slide,
.testimonial_095_slide>a {
  right: 0;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

.testimonial_095_slide {
  bottom: 0;
  padding: 50px 60px;
  background: rgb(255 255 255 / 92%);
  /* border-radius: 50px; */
  margin-right: 10px;
}

.testimonial_095_slide>a {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  /* background: #d9d9d9; */
  float: left;
}

.testimonial_095_slide>a:hover:after {
  -webkit-animation: psBoxShadowEffect_2 2s ease-out;
  animation: psBoxShadowEffect_2 2s ease-out
}

.testimonial_icon {
  display: block;
}

.testimonial_095_slide>p {
  padding-top: 20px;
}

.testimonial_095_slide>p>a {
  padding: 2px 5px;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1);
  transition: all .3s cubic-bezier(.39, .575, .565, 1)
}

.testimonial_095_slide>p>a:hover {
  color: #fff;
  background: #aa914f
}

.testimonial_095_slide>h5 {
  padding: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
}

.testimonial_095_slide>h5 span {
  display: block;
  padding: 5px 0px;
}

.testimonial-video {
  background: #7a7a7a;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100px;
  line-height: 58px;
  font-size: 20px;
  position: relative;
  right: 0px;
  top: -5px;
  border: none;
  transition: all 300ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #7a7a7a;
  -webkit-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

@keyframes pulsing3 {
  to {
    box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
  }
}

.testimonial-video:hover {
  background: #fff;
  border: 2px solid #7a7a7a;
  color: #421e19;
}

.product-grid {
  background: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.best-sellers {
  padding-top: 110px;
  padding-bottom: 0px;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
  position: absolute;
  top: -45px;
  right: 6px;
}

button:focus {
  outline: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: #d6a21f !important;
  font-size: 16px !important;
  height: 22px !important;
  width: 40px !important;
  color: #ffffff !important;
  opacity: 0.9;
  transition: all ease-in-out 0.2s;
  line-height: 0px !important;
  border-radius: 0px !important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.9;
  color: #000 !important;
  background: #ddd !important;
}

.product-card {
  border: 1px solid #eee;
  margin-bottom: 0rem;
  background: #fff;
  /* border-bottom: 3px solid #d1c8ba; */
}

.fa-star {
  color: #ccc
}

.checked {
  color: orange;
}

.owl-carousel-box {
  padding: 0px 0px;
  padding-bottom: 0px;
}

.carousel_title {
  text-align: center;
  margin-bottom: 30px;
}

.carousel_title>h2 {
  color: #292929;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0px 25px 10px 25px;
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 0px;
  min-width: 250px;
}

.carousel_title>span {
  background: #431f1a;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.8px;
  margin: 0px;
  margin-bottom: 25px;
}

.card-product {
  height: 42%;
  width: 100%;
  overflow: hidden;
  background: #f7f7f7 url(../images/p-bg.png) no-repeat center center;
  border-bottom: 1px solid #eee;
  background-size: cover;
}

.newsletter-row {
  padding: 30px 0px;
  background: #fff0d9;
}

.post-slide {
  margin: 0 15px;
}

#news-slider {
  margin-top: 0rem;
}

#news-slider .owl-nav {
  display: none;
}

.post-slide .post-header {
  display: block;
  margin: auto;
  background-color: #fff;
  text-align: center;
  padding: 4px 0px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.post-slide .post-header img {
  width: auto !important;
  height: 90px !important;
  object-fit: cover;
  text-align: center;
  margin: auto;
}

.product-img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: 320px;
  margin: 0px auto;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.product-img>img {
  position: absolute;
  height: 100%;
  /*

  top: calc(50% - 100px);

  left: calc(50% - 100px);

*/
}

.product-img>img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.product-card:hover .product-img img:last-of-type {
  opacity: 0;
}

.product-card:hover .product-img {
  /*    transform: scale(1.1) rotate(0deg);*/
}

.product-card:hover .card-title>h1 {}

.card-title>article {
  color: #646464;
  font-weight: 400;
  padding: 10px 0px;
}

.product-card:hover {
  transition: all 0.3s ease;
  /* 
    box-shadow: 0px 4px 10px rgb(153 153 153 / 25%); */
}

.product-card2 {
  border: 0px;
}

.product-card2:hover {
  transition: all 0.3s ease;
  box-shadow: none;
  border: 0px;
}

.cur-creations {
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding-bottom: 3rem;
}

.cur-creations>li>a {
  position: relative;
  border: 6px solid #fff;
  box-shadow: 0px 0px 10px rgb(51 51 51 / 18%);
  display: block;
}

.cur-creations>li>a>img {
  width: 100%;
}

.cur-creations>li {
  list-style: none;
  float: left;
  margin-bottom: 50px;
}

.cur-creations>li:nth-child(2) {
  float: right;
}

.cur-creations>li:nth-child(3) {
  clear: both;
  float: left;
}

.cur-creations>li:nth-child(3) img {
  width: 94%;
}

.cur-creations>li:nth-child(4) {
  float: right;
  position: relative;
  margin-top: -110px;
}

.cur-creations>li:nth-child(4):before {
  display: block;
  position: absolute;
  top: -47px;
  width: 140px;
  height: 140px;
  content: "";
  left: -58px;
  /* border-top: solid 30px transparent; */
  /* border-bottom: solid 30px transparent; */
  border-left: solid 320px rgb(255 255 255);
}

.hover-effect {
  display: inline-block;
  /* max-height: 200px; */
  /* max-width: 300px; */
  overflow: hidden;
  position: relative;
}

.hover-effect img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.hover-effect::before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}

.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

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

.hover-effect>h2 {
  position: absolute;
  bottom: 10px;
  background: rgb(0 0 0 / 85%);
  font-size: 16px;
  padding: 12px 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9;
}

.hover-effect>h2>span {
  display: table;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  margin-top: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hover-effect:hover span {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
}

.table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  text-align: center;
}
.table>thead {
  vertical-align: bottom;
}
.table-content th, .table-content td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.table-content table td {
  border-top: medium none;
  font-size: 16px;
  padding: 20px 10px;
  vertical-align: middle;
  min-width: 140px;
}
.in-stock {
  color: #30b878;
}
.plantmore-product-thumbnail a img {
  width: 100px;
  height: 100px;
}

.plantmore-product-name a{
  color: #267217;
}

.plantmore-product-add-cart > a {
  background: #267217 ;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  text-transform: capitalize;
  -webkit-transform: 0.4s;
  transform: 0.4s;
  display: block;
  white-space: nowrap;
  border-radius: 3px;
}
.plantmore-product-add-cart > a:hover {
  background: #daa520;
}
.card-title {
  font-size: 14px;
  line-height: normal;
  padding: 30px 20px;
  margin: 0px;
  padding-top: 20px;
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
}

.card-title>h1 {
  font-size: 18px;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  color: #000;
  /* letter-spacing: 1px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title>h1>span {
  display: block;
  font-size: 14px;
  padding: 5px 0px;
}

.card-title>h3 {
  font-weight: 400;
  font-size: 11px;
  padding: 0px;
  color: #000000;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  float: right;
}

select:focus {
  outline: 0;
}

.card-title>p {
  font-size: 12px;
  margin-bottom: 5px;
}

.product-rate {
  font-size: 22px;
  margin-top: 0px;
  float: left;
}

.product-rate span {
  font-size: 18px;
  color: #4caf50;
}
.btn-product-card {
  font-family: 'Oswald', sans-serif;
  background: #daa520;
  border: 1px solid #daa520;
  color: #fff;
  display: block;
  font-size: 13px;
  margin: 15px 0 0px 1px;
  text-transform: uppercase;
  padding: 8px 10px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  font-weight: 500;
  width: 49%;
  float: left;
}

.btn-product-card:hover {
  color: #267217;
  background: #fff;
  border: 1px solid #267217;
}

.btn-product-card>i {
  position: relative;
  top: -2px;
  right: 3px;
}

.left-banner-grid{
  background-size: cover;
}
.left-banner-title {
  background: hsl(138.95deg 1.42% 88.82%);
  display: inline-block;
  padding: 10px 20px;
  color: #000000;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  z-index: 1;
  position: relative;
  left: -14px;
  width: 101%;
  text-transform: uppercase;
}
.product-steps {
  margin-bottom: 3rem;
  position: relative;
}
.why_sona {
  padding: 50px 20px;
}

.container_foto>.why_sona_right_product {
  position: absolute;
  right: 5px;
  top: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
  z-index: 1;
}

.container_foto>.why_sona_right_product img {
  width: 158px;
}

.container_foto2 {
  background: #eee2ff !important
}

.container_foto3 {
  background: #ffee3f !important
}

.container_foto3>span {
  color: #b56002;
}

.container_foto3 h2 {
  color: #b56002 !important;
}

.container_foto3 h4 a {
  color: #b56002 !important;
}

.container_foto4 {
  background: #ffe7ce !important;
}

.container_foto4 h4 a {
  color: #743900 !important;
}

.container_foto5 {
  background: rgb(255 213 196) !important
}

.container_foto5>span {
  color: #b73500 !important;
}

.container_foto5 h2 {
  color: #b73500 !important;
}

.container_foto5 h4 a {
  color: #b73500 !important;
}

.container_foto6 {
  background: #c3ffea !important
}

.container_foto6>span {
  color: #055a43;
}

.container_foto6 h2 {
  color: #055a43 !important;
}

.container_foto6 h4 a {
  color: #055a43 !important;
}

.container_foto7 {
  background: #fff1b8 !important
}

.container_foto7>span {
  color: #936e00;
}

.container_foto7 h2 {
  color: #936e00 !important;
}

.container_foto7 h4 a {
  color: #936e00 !important;
}

.container_foto8 {
  background: #ffdbbd !important
}

.container_foto8>span {
  color: #461e00;
}

.container_foto8 h2 {
  color: #461e00 !important;
}

.container_foto8 h4 a {
  color: #461e00 !important;
}

.mustard-oil-box {
  height: 810px !important;
  background-size: cover !important;
}

.mustard-oil-product {
  right: -21px;
  bottom: 30px;
  height: 690px;
}

.container_foto {
  padding: 40px 20px;
  padding-top: 12px;
  overflow: hidden;
  height: auto;
  margin-bottom: 30px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.container_foto>span {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}

.container_foto article {
  padding: 20px 15px;
  padding-bottom: 40px;
  width: 110%;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 5px solid #fff;
}

.container_foto article span {
  color: #303030;
  font-size: 22px;
  font-weight: 700;
}

.container_foto h2 {
  color: #2c1c38;
  font-weight: 500;
  font-size: 18px;
}

.container_foto h4 a {
  font-weight: 700;
  color: #683300;
  font-size: 22px;
  padding: 0px 0px;
  line-height: 25px;
}

.container_foto h4 a:hover {
  color: #333 !important;
}

.ver_mas {
  background: #683300;
  color: #ffffff;
  border: 2px solid #683300;
  font-weight: 400;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 100px 0px 0px 100px;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: 10px;
  z-index: 1;
  width: 140px;
}

.ver_mas:hover {
  color: #683300;
  background: #fff;
  border: 2px solid #683300;
}

.ver_mas span {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 13px;
}

.ver_mas i {
  padding: 0px 3px;
  position: relative;
  top: -1px;
}

.buy_mas {
  background: #3b7c00;
  color: #ffffff;
  border: 2px solid #3b7c00;
  font-weight: 400;
  padding: 8px 22px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px 100px 100px 0px;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: 148px;
  z-index: 1;
  width: 140px;
  text-align: center;
  border-left: 1px solid #fff;
}

.buy_mas:hover {
  color: #3b7c00;
  background: #fff;
  border: 2px solid #3b7c00;
}

.kilogram-div {
  display: block;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: 500;
  border: 1px solid rgb(189 189 189 / 42%);
  margin-top: 10px;
  background: rgb(255 255 255);
}

.kilogram-div:focus {
  outline: 0px;
}

.container_foto4 article .ver_mas {
  background: #683300;
  color: #ffffff;
  border: 2px solid #683300;
}

.container_foto4 article .ver_mas:hover {
  background: #fff;
  color: #683300;
  border: 2px solid #683300;
}

.container_foto4 h2 {
  color: #683300 !important;
  font-weight: 500;
  font-size: 18px;
}

/*hovers*/
.container_foto:hover {}

.container_foto:hover .imgbg {
  opacity: 0.1;
  transform: scale(1.5);
}

.container_foto:hover .why_sona_right_product {
  transform: scale(1.1);
}

.slider-bg {
  padding-top: 110px;
}

.carousel-control.left {
  left: 20px;
  right: auto;
  background-image: none;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: inline-block;
  margin-top: -10px;
  height: 70px;
  width: 80px;
  font-size: 35px;
  color: #9b9999;
  border-radius: 0px 50px 50px 0px;
  padding: 10px 10px;
  text-align: center;
}

.carousel-control.right {
  right: 20px;
  left: auto;
  background-image: none;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: inline-block;
  margin-top: -10px;
  height: 70px;
  width: 80px;
  font-size: 35px;
  color: #9b9999;
  border-radius: 50px 0px 0px 50px;
  padding: 10px 10px;
  text-align: center;
}

/*

.carousel-control.left:hover {

    background: #fff;

    color: #c7a34c;

}

.carousel-control.right:hover {

    background: #fff;

    color: #c7a34c;

}

*/
.item-img>.carousel-item>img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.carousel-indicators {
  bottom: 20px;
  z-index: 9;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border-top: none;
  border-bottom: none;
}

.modiji-img {
  width: 100% !important;
}

.slider-button {
  font-size: 18px;
  color: #fff;
  padding: 15px 50px;
  border: none;
  font-weight: 400;
  position: relative;
  border-radius: 100px;
  line-height: normal;
  margin-top: 20px;
  background: #c7a34c;
  border: 2px solid #c7a34c;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
}

.slider-button:hover {
  color: #ffffff !important;
  background: transparent;
  border: 2px solid #ffffff;
}

.slider-button:focus {
  color: #fff;
}

.slider-button i {
  padding: 2px 6px;
  font-size: 22px;
}

.low-img-logo {
  position: absolute;
  bottom: 81px;
  height: auto !important;
  width: 370px !important;
}

.light-logo-rightbottom {
  right: 12px;
}

.carousel-caption1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  top: 250px;
}

.last-caption {
  bottom: 210px;
}

.left-text {
  font-family: 'Lobster', cursive;
  text-align: left;
}

.left-text h1 {
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
}

.left-text h2 {
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
  color: #edd876;
}

.left-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
}

.center-text {
  font-family: 'Lobster', cursive;
  text-align: center;
}

.center-text h1 {
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
}

.center-text h1 span {
  color: #e3ff00;
}

.center-text h2 {
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
  color: #edd876;
}

.right-text {
  font-family: 'Lobster', cursive;
  text-align: center;
}

.right-text h1 {
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
}

.right-text h2 {
  font-size: 4rem;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 51%);
  color: #edd876;
}

.login_button {
  width: 160px;
  height: 100%;
  background: #f3f3f3;
  text-align: center;
}

.login_button a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #384158;
}

.wrap {
  display: flex;
  background: #fee6a3;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}

.ico-wrap {
  margin: auto;
  width: 100px;
}

.mbr-iconfont {
  padding-right: 1rem;
}

.vcenter {
  margin: auto;
}

.mbr-section-title3 {
  text-align: left;
  font-size: 18px;
}

.mega-order-btn {
  background: #c7a34c;
  color: white;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  font-size: 10px;
  margin: 15px 0 0px 0;
  text-transform: uppercase;
  border: 2px solid #a98737;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.mega-order-btn:hover {
  color: white;
  background: #a98737;
  border: 2px solid #a98737;
}

.navbar-right {
  position: relative;
  margin-right: 0px;
  width: 14%;
  float: left;
  padding: 20px 0px;
  transition: all 0.3s ease;
}

.navbar-right>a {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

#addtocart {
  width: 250px;
}

.badge {
  background-color: #46231e;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 4px 0px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 18px;
  width: 18px;
  font-weight: 500;
  position: absolute;
  margin-top: -7px;
  margin-left: -2px;
}

.shopping-cart {
  background: white;
  width: 320px;
  position: absolute;
  top: 64px;
  right: -12px;
  padding: 20px;
  /* overflow: hidden; */
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}

.shopping-cart.active {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
}

/*

.shopping-cart:before {

    content: '';

    border-bottom: 20px solid #ffffff;

    border-left: 20px solid transparent;

    border-right: 20px solid transparent;

    position: absolute;

    top: -20px;

    left: 50px;

}

*/
.goToTop .wrapper .navbar-right .shopping-cart {
  top: 64px;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  height: 40px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
  text-align: left;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: 10px;
  width: 100%;
  line-height: normal;
}

.shopping-cart .shopping-cart-items li:last-child {
  margin-bottom: 0px;
}

.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  max-width: 70px;
  max-height: 70px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  font-size: 14px;
}

.shopping-cart .shopping-cart-items .item-detail {
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.shopping-cart .shopping-cart-items .item-price {
  color: #008105;
  margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: #484848;
  font-size: 12px;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 11px;
  margin-left: -11px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #421f19;
  border: 2px solid #421f19;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  font-size: 14px;
  margin: 25px 0 0px 0;
  text-transform: uppercase;
}

.button:hover {
  border: 2px solid #421f19;
  color: #421f19;
  background: #fff;
}

.button i {
  padding-left: 5px;
}

.search_box:focus {
  outline: 0px;
}

.search_box::placeholder {
  color: #eee;
  font-size: 13px;
  opacity: 1;
}

.search_box:-ms-input-placeholder {
  color: #eee;
  font-size: 13px;
}

.search_box {
  padding: 6px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 300px;
  background: rgb(255 255 255 / 0%);
  color: #fff;
}

.search-btn {
  /* background: #c7a34c; */
  color: #fff;
  padding: 5px;
  border-radius: 100px;
  /* width: 30px; */
  text-align: center;
  /* height: 30px; */
  line-height: 21px;
  display: inline-block;
  font-size: 20px;
}

.search-btn:hover {}

.social-icon {
  font-size: 20px;
  padding: 5px 0px;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
}

.top_bar_contact_list li {
  display: inline-block;
  padding: 0px 10px;
  line-height: normal;
  position: relative;
}

.top_bar_contact_list li:last-child {
  padding-right: 0px;
}

.top_bar_contact_list>li:first-child {}

.top_bar_contact_list>li>a {
  color: #000;
  font-size: 18px;
  width: 20px;
  display: inline-block;
}

.top_bar_contact_list>li>a:hover {
  color: #c7a34c;
}

.border-right {
  border-right: 1px solid #ffffff !important;
}

.facebook {
  /* background: #3b5998; */
  color: #fff;
  /* border: 1px solid #3b5998; */
}

.instagram {
  /* background: #c32aa3; */
  color: #fff;
  /* border: 1px solid #c32aa3; */
}

.facebook:hover {}

.instagram:hover {}

.twitter:hover {
  color: #1DA1F2;
}

.goToTop .wrapper .logo {
  position: absolute;
  top: -14px;
  float: left;
  border-radius: 100px;
  padding: 24px;
  z-index: 1;
  width: 120px;
  height: 120px;
  box-shadow: none;
}

.goToTop .wrapper .logo .logo-border {
  display: none;
}

.goToTop {
  position: fixed;
  top: 0;
  height:80px;
  border-radius: 0px;
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 10px 0px;
  background: rgb(255 255 255 / 98%);
  z-index: 99;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 15%);
}

.goToTop .navbar-header .navbar-brand {
  width: 280px;
  margin-top: -6px;
  padding: 0px;
}

.goToTop .help-desk {
  padding-top: 0px;
}

.goToTop .navbar-collapse {}

.goToTop .wrapper .nav-links {
  /* display: flex; */
  /* float: right; */
  /* margin: 0px; */
  /* padding: 8px 0px; */
}

.goToTop .wrapper .navbar-right {
  padding: 20px 0px;
  transition: all 0.3s ease;
}

.goToTop .wrapper .logo-center a {
  display: block;
  position: relative;
  top: 0px;
  padding: 3px 12px;
  z-index: 1;
  margin: 0px auto;
  /* background: rgb(255 255 255); */
  min-width: 120px;
  height: 80px;
  /* box-shadow: 0px 10px 10px rgb(0 0 0 / 22%); */
  /* border: 1px solid #fff; */
}

.nav-links>li:hover .drop-menu,
.goToTop .nav-links>li:hover .mega-box {
  transition: all 0.3s ease;
  top: 60px;
  opacity: 1;
  visibility: visible;
}

nav {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  height: 80px;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 15%);
}

nav .wrapper {
  width: 100%;
  display: flex;

}

.wrapper .logo {
  display: none;
  position: absolute;
  top: 0px;
  padding: 10px;
  z-index: 1;
  margin: 0px auto;
  /* background: rgb(255 255 255); */
  border-radius: 100px;
  width: 160px;
  height: 160px;
  /* box-shadow: 0px 10px 10px rgb(0 0 0 / 22%); */
  /* border: 1px solid #fff; */
}

.wrapper .logo-center {
  position: relative;
}

.wrapper .logo-center a {
  display: block;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  top: 0px;
  padding: 10px 20px;
  z-index: 1;
  margin: 0px auto;
  background: rgb(255 255 255);
  width: 146px;
  /* box-shadow: 0px 10px 10px rgb(0 0 0 / 22%); */
  /* border: 1px solid #fff; */
}

.wrapper .logo a {}

.wrapper .logo .logo-border {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 9px;
  right: 0px;
}

.wrapper .nav-links {
  margin: 0px;
  padding: 0px 0px;
  /* position: relative; */
  text-align: center;
  float: left;
  width: 87%;
}

.nav-links>li {
  list-style: none;
  line-height: 32px;
  display: inline-block;
}

.nav-links>li>a {
  color: #46231e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.nav-links>li>a:hover {
  color: #af7d00;
}

.nav-links>li:hover>a,
.drop-menu li>a:hover {
  color: #af7d00;
}

.nav-links .mobile-item {
  display: none;

}

.nav-links .drop-menu {
  position: absolute;
  background: #fff;
  width: 260px;
  line-height: normal;
  border: 1px solid #d8d8d8;
  /* border-top: 1px solid #c7a34c; */
  top: 154px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 0px;
  text-align: left;
  transform: scale(0) rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
}

.nav-links>li:hover .drop-menu,
.nav-links>li:hover .mega-box {
  transition: all 0.3s ease;
  top: 109px;
  visibility: visible;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1.0) rotate(0deg);
  transform: scale(1.0) rotate(0deg);
}

.nav-links .drop-menu:before {
  content: '';
  border-bottom: 20px solid #e3e3e3;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -21px;
  left: 50px;
  z-index: -1;
}

.nav-links .drop-menu:after {
  content: '';
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -19px;
  left: 50px;
}

.goToTop .wrapper .nav-links li:hover .drop-menu,
.goToTop .wrapper .nav-links li:hover .mega-box {
  top: 90px;
}

.drop-menu li {
  width: 100%;
  list-style: none;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 9px 15px;
  font-weight: 400;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  line-height: normal;
}

.drop-menu li a:hover {
  color: #c7a34c;
  letter-spacing: 0.5px;
}

.mega-box {
  position: absolute;
  width: 90%;
  top: 85px;
  right: 0px;
  z-index: 9;
  border: 0 none;
  padding: 0px 0px;
  transform: scale(0) rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
  left: 0;
}

.mega-box .content {
  background: #ffffff;
  padding: 26px 20px;
  border: 1px solid #e3e3e3;
  width: 100%;
  line-height: 45px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
  display: block;
}

.mega-box .content:before {
  content: '';
  border-bottom: 20px solid #e3e3e3;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  left: 237px;
  z-index: -1;
}

.mega-box .content:after {
  content: '';
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -17px;
  left: 237px;
}

.wrapper .btn {
  color: #c7a34c;
  font-size: 23px;
  cursor: pointer;
  display: none;
}

.wrapper .btn>img {
  height: 22px;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
  color: #fff;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

.sub-title span {
  color: var(--red);
}

.mega-title {
  font-size: 14px;
  font-weight: 500;
  color: #412a16;
  text-align: left;
  text-transform: uppercase;
}

.mega-title>span {
  background: rgb(86 86 86 / 79%);
  height: 1px;
  display: block;
  width: 25px;
  margin: 10px 0px;
}

.mega-drop-menu {
  min-height: 148px;
  border-right: 1px solid #ccc;
}

.mega-drop-menu>li {
  list-style: none;
  text-align: left;
  line-height: normal;
}

.mega-drop-menu>li>a {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  display: block;
  padding: 5px 0px;
  letter-spacing: 0.3px;
}

.mega-drop-menu>li>a:hover {
  color: #af7d00;
}

.our-privacy-grid {
  padding: 4rem 0rem;
}

.our-privacy-grid .section-title {}

.our-privacy-grid .section-title h2 {
  padding-bottom: 4px;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 40px;
  color: #42211a;
  font-weight: 700;
}

.our-privacy-grid .section-title h2 span {
  display: block;
  background: #d3b051;
  height: 2px;
  width: 90px;
  margin-top: 18px;
}

.privacy-text {}

.privacy-text h2 {
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 5px;
}

.privacy-text p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}

.slick-prev,
.slick-next {

  z-index: 9;
}

.slick-next {
  right: 5px !important;
}

.slick-prev {
  left: 5px !important;
}


.hampers {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.hampers-item {
  --items: 10;
  --width: clamp(150px, 30vw, 300px);
  --height: clamp(200px, 40vw, 400px);
  --x: calc(var(--active) * 800%);
  --y: calc(var(--active) * 200%);
  --rot: calc(var(--active) * 120deg);
  --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform-origin: 0% 100%;
  box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.5);
  background: black;
  pointer-events: all;
  transform: translate(var(--x), var(--y)) rotate(var(--rot));
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}

.hampers-item .hampers-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  /*
  opacity: var(--opacity);
  font-family: "Orelo-sw-db", serif;
*/
}

.hampers-item .hampers-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.hampers-item .title {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  left: 0px;
  right: 0px;
  width: 140px;
  text-align: center;
  margin: auto;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  /* font-size: clamp(20px, 3vw, 30px); */
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 6px 8px;
  border-radius: 100px;
  font-size: 14px;
  text-transform: uppercase;
}

.hampers-item .title:hover {
  border: 1px solid #daa520;
  background-color: #daa520;
}

.hampers-item .num {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 0px;
  left: 0px;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  font-size: 16px;
  background: rgb(0 0 0 / 54%);
  text-align: center;
  padding: 10px 5px;
  right: 0px;
}

.hampers-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.layout {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.layout:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 90px;
  width: 10px;
  height: 100%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  opacity: 0.15;
}

.layout .box {
  position: absolute;
  bottom: 0;
  left: 30px;
  color: #fff;
  transform-origin: 0% 10%;
  transform: rotate(-90deg);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.4;
}



.cursor {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
  transition: transform 0.85s cubic-bezier(0, 0.02, 0, 1);
  display: none;
  pointer-events: none;
}


.cursor2 {
  --size: 2px;
  transition-duration: 0.7s;
}

.hampers-box-popup {
  background-color: #fff;
  padding: 20px;
  max-width: 1060px;
}

.hampers-box-popup .modal-content .modal-header {
  padding: 0px;
  border-bottom: 0px solid #e9ecef;
}

.hampers-box-popup .modal-content .modal-header .close {
  color: #a7a7a7;
  font-size: 21px;
}





.skills {
  padding: 50px 0px;
}

.skills .skills-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}

.skills .skills-flex-container .box {
  flex: 1 1 25%;
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 22%) 0px 0px 24px;
  padding: 25px;
  text-align: center;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}

.skills .skills-flex-container .box .image {
  transition: all 0.3s ease-in-out 0.1s;
}

.skills .skills-flex-container .box .image img {
  max-width: 175px;
  object-fit: contain;
  border-radius: 100px;
}

.skills .skills-flex-container .box .title {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}

.skills .skills-flex-container .box .subtitle {
  margin-top: 0px;
  text-align: center;
  font-weight: 400;
  color: black;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.skills .skills-flex-container .box:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
  transform: scale(1.1);
}

.skills .skills-flex-container .box:hover .image {
  transform: scale(1.2) translateY(-30px);
}

.skills .skills-flex-container .box:hover .image img {
  animation: bouncing 0.5s 0.3s;
}

.skills .skills-flex-container .box:hover .title {
  letter-spacing: 1px;
  font-size: 16px;
}


@keyframes bouncing {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}






.our-event-media {
  background: #efefef url(../images/album-bg.jpeg) center top;
  background-size: cover;
  padding: 6rem 0rem;
  padding-bottom: 6rem;
}

.our-event-media h4 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.our-event-media p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 60px;
}

.polaroid-gallery {
  text-align: center;
  margin-top: 2rem;
}

.polaroid-gallery-title {
  font-size: 32px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}

.polaroid-card {
  display: inline-block;
  background-color: rgb(255 251 240);
  padding: 20px;
  box-shadow: 4px 20px 18px 2px rgb(0 0 0 / 42%);
  width: 20%;
  margin: 25px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  position: relative;
  margin-bottom: 3rem;
}

.polaroid-card img {
  width: 100%;
}

.polaroid-card-caption {
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
  font-weight: 600;
  color: #000;
}

.polaroid-card:nth-of-type(even) {
  transform: rotate(12deg);
}

.polaroid-card:nth-of-type(odd) {
  transform: rotate(-12deg);
}

.polaroid-card:nth-of-type(even)::before {
  content: '';
  display: block;
  background-color: rgba(222, 220, 200, 0.66);
  width: 100px;
  height: 25px;
  transform: rotate(-24deg) translate(-30px, -25px);
  position: absolute;
  top: 20px;
  left: 20px;
}

.polaroid-card:nth-of-type(odd)::before {
  content: '';
  display: block;
  background-color: rgba(222, 220, 200, 0.66);
  width: 100px;
  height: 25px;
  transform: translate(140px, -5px) rotate(25deg);
  position: absolute;
  right: 110px;
  top: 10px;
}

.polaroid-card:hover {
  transform: scale(1.2);
}

.polaroid {
  position: relative;
  width: 240px;
  height: 340px;
  background-color: rgb(255 251 240);
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 4px 3px 8px 2px rgb(0 0 0 / 42%);
  transition: transform 200ms;
  will-change: transform;
  display: block;
  margin: auto;
  margin-bottom: 4rem;
}

.polaroid:hover {
  color: #000;
}

.info {
  margin-left: 0px;
  font-size: 14px;
  color: #000;
}

.inside-overlay-1, .inside-overlay-2 {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  background-color: rgb(255 251 240);
  /* border: 1px solid #193e23; */
  transition: transform 200ms;
  transform-origin: center;
  will-change: transform;
  box-shadow: 4px 3px 8px 2px rgb(0 0 0 / 42%);
}

.polaroid,
.inside-overlay--1,
.inside-overlay--2 {
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.placeholder {
  display: flex;
  height: calc(100% - 6rem);
  margin: 1rem 1rem;
  /* filter: opacity(0.9); */
}

.placeholder img {
  width: 100%;
  object-fit: cover;
}

.inside-overlay-1 {
  transform: rotate(5deg);
}

.inside-overlay-2 {
  transform: rotate(-8deg);
}

.polaroid:hover>.inside-overlay-1,
.polaroid:focus>.inside-overlay--1 {
  transform: rotate(0deg);
}

.polaroid:hover>.inside-overlay-2,
.polaroid:focus>.inside-overlay-2 {
  transform: rotate(0deg);
}

.polaroid:hover {
  transform: translateY(-8px);
}

.polaroid:focus {
  outline-offset: 12px;
}

.footer-social{
  margin-top: 2rem;
}
.footer-social ul {
  display: flex;
  float: none;
}
.footer-social ul li{
  width: 20%;
    text-align: center;
}
.footer-social ul li a {
  font-size: 17px;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: normal;
}
.footer-social ul li a:hover{
  
}