header {
  position: absolute;
  z-index: 1050;
  width: 100%; }

a:hover, a:focus, a:visited, a:link {
  outline: none; }

button:hover, button:focus, button:visited, button:link {
  outline: none; }
  #hm{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
			
        }

        #hm.sticky {
          position:fixed; top:0; z-index:2000; width:100%; background:#af3b2d;
        }

.top-div1 {
  /*margin-top: 50px;*/ /*background:#af3b2d;*/ padding-top: 10px; padding-bottom: 10px;}

  .logo-div{margin-top: 3px;}
  .menu-div{margin-top: 10px;}
.menu-div .navbar {
  padding: 0px;
  margin-left: 0px; }

.navbar-light .navbar-toggler {
  background: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* .menu-div .navbar-nav {
  background: rgba(0, 0, 0, 0.7);
  float: right; } */

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 4px 10px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-right: 1px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; border-right:1px solid #fff; }
  .menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link{border:none}

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  background: #f9a018; }

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item {
  color: #000;
  border-bottom: 1px solid #85fcfc;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #d8ffff !important;
  color: #e9225b; }

.menu-div .dropdown-item {
  padding: 15px !important; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #fff;
  background: #000000 !important; }

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }

.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #8c6e2d;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #8c6e2d;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #8c6e2d;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #8c6e2d;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #8c6e2d;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #9b792e; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #e1e3e4;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #7d351f;
  color: #fff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #bababa; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #000 !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #e1e3e4; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2; }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #ffffff;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #c1d428; }
  .banner-div1 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #009247;
    border: 3px solid #c1d428; }
  .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
    top: 0%; }
  .banner-div1 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div1 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.banner-div2 {
  display: none; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

    .vl{margin-left: auto; margin-right: auto;}

    .ind-shop{padding-top: 60px; padding-bottom: 60px;}
    .ind-shop h1 {
      margin: 0px;
          margin-bottom: 0px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  .ind-shop h1 span{font-weight: 400;}
  .ind-shop h3{margin:0px; font-size: 22px; text-align: center; }
  .ind-shop table{margin-top: 20px;}
  .ind-shop h3 span{font-weight: 600; color:#9e6e24}
  .ind-shop table td{border: 1px solid #ccc; padding: 10px;}
  .ind-shop table th{color:#fff; text-align: center; padding:10px; background: #373737;}
.ind-div1 {
  background: #f4f4f4;
  color: #606060;
  padding-bottom: 60px;
padding-top: 130px; }
  .ind-div1 p {
    margin-left: 20%;
    margin-right: 20%; text-align: center;}
  .ind-div1 .ind-intro {
    padding-top: 40px; }
  .ind-div1 .alupa1 {
    margin-top: -30%;
    position: relative;
    z-index: 1050; }
  .ind-div1 .logo1 {
    float: none;
    margin-top: -4%;
    position: relative;
    z-index: 1050; }

    .ind-div1 .logo1 {margin-left: auto; margin-right: auto;}

.ind-div2 {
  padding-top: 80px;
  padding-bottom: 0px; }
  .ind-div2 h1 {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px; }
    .ind-div2 h1 span {
      font-weight: 300; }
  .ind-div2 img {
    margin-left: auto;
    margin-right: auto; }
  .ind-div2 .br-left {
    margin-top: 50px; }
    .ind-div2 .br-left img {
      margin-left: auto;
      margin-bottom: 15px; }
    .ind-div2 .br-left h4 {
      margin: 0px;
      text-align: right;
      font-size: 17px; }
  .ind-div2 .br-right {
    margin-top: 20px; }
  .ind-div2 .carousel-control-next, .ind-div2 .carousel-control-prev {
    top: 0%; }
  .ind-div2 .carousel-control-prev {
    background: url(../images/brand-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .ind-div2 .carousel-control-next {
    background: url(../images/brand-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.ind-div3 {
  background: url(../images/bg1.jpg) no-repeat bottom left;
  color: #000;
  padding-top: 30px; 
  padding-bottom: 317px;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;

}

.mob-pr{display: none;}

.rice h1{margin-top: -30px;}
.rice img{margin-left: auto; margin-top: 20px;}
  .ind-div3 h1 {
    margin: 0px;
    margin-top: 20px;
    
    text-transform: uppercase;
    margin-bottom: 20px; }
    .ind-div3 h1 span {
      font-weight: 300; }
  .ind-div3 p {
    margin-right: 0%; }
  .ind-div3 .home-best {
    margin-top: 55px; }
  .ind-div3 .home-cer {
    margin-top: 60px; }
    .ind-div3 .home-cer h4 {
      margin: 0px;
      text-align: center;
      font-size: 17px; }

.ind-div4 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover; }
  .ind-div4 .ind-health {
    background: url(../images/home-health.png) no-repeat bottom right;
     padding-top: 60px; /*padding-bottom: 220px;*/ } 
  .ind-div4 .ind-health1 {
    padding-right: 20%;
  padding-top: 40px; }
    .ind-div4 .ind-health1 .ind-health2 {
      margin-bottom: 30px; }
  .ind-div4 h1 {
    margin: 0px;
    text-transform: uppercase;
    color: #d4922c;
    margin-bottom: 30px; }
    .ind-div4 h1 span {
      font-weight: 300; }
  .ind-div4 ul {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    font-size: 28px;
    margin-left: 30px; }
    .ind-div4 ul li {
      padding-bottom: 20px; }
  .ind-div4 .eat {
    margin-top: -20px; }
  .ind-div4 .ind-health3 {
    margin-top: 50px;
    padding-bottom: 50px; }
    .ind-div4 .ind-health3 h4 {
      margin: 0px;
      text-align: left;
      font-size: 26px;
      margin-top: 40px;
      color: #655857; }

.ind-div5 {
  padding-top: 80px; background: #e8e8e8; padding-bottom: 40px; line-height: 30px;}
  .ind-div5 h1 {
    margin: 0px;
    text-transform: uppercase;
    color: #9e6e24;
    margin-bottom: 30px;
    text-align: center; }
    .ind-div5 h1 span {
      font-weight: 300;
     }
  .ind-div5 .watch {
    margin-top: 50px;
    line-height: 27px; }
  .ind-div5 h2 {
    margin: 0px;
    text-align: left;
    font-size: 25px;
    margin-top: 0px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    /*border-bottom:1px solid #655857;*/
    font-weight: 600; }
  .ind-div5 .watch-more {
    float: right;
    margin-top: -10px;
    font-size: 14px;
    border: 1px solid #655857;
    padding: 8px 30px;
    border-radius: 10px;
    transition: all .5s ease; }
    .ind-div5 .watch-more:hover {
      border-color: #9e6e24; }
    .ind-div5 .watch-more a {
      text-decoration: none;
      color: #655857;
      transition: all .5s ease; }
      .ind-div5 .watch-more a:hover {
        color: #9e6e24; }
  .ind-div5 .read-more {
    display: inline;
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px; }
    .ind-div5 .read-more a {
      text-decoration: none;
      color: #000000;
      transition: all .5s ease; }
      .ind-div5 .read-more a:hover {
        color: #9e6e24; }

.rc-img{margin-left: auto; margin-right: auto; border-radius: 50%;}
.recip-div1 ol{padding:0px; margin: 0px; margin-left: 15px; font-weight: 600; font-size: 14px;}
.recip-div1 ol li{padding-bottom: 5px; line-height: 22px;;}
.rec-ex{margin-top: 25px;}
.rec-ex1{margin-top: 30px;}

.ind-div5 h3 {
  margin: 0px;
  text-align: left;
  font-size: 22px;

  text-align: center;
  margin-top: 20px;
  /*border-bottom:1px solid #655857;*/
  
  
  font-weight: 600; }

  .ind-div5 h4 {
    margin: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    /*border-bottom:1px solid #655857;*/
    margin-bottom: 10px;
    
    font-weight: 400; }

    .ind-div5 h5 {
      margin: 0px;
      text-align: left;
      font-size: 17px;
    
      
      
      /*border-bottom:1px solid #655857;*/
      margin-bottom: 10px;
      font-weight: 400; }

.ind-div6 {
  margin-top: 60px;
  margin-bottom: 60px; }
  .ind-div6 h1 {
    margin: 0px;
    text-transform: uppercase;
    color: #9a9a98;
    margin-bottom: 30px;
    font-weight: 300; position: relative; right: 21%; }
    .ind-div6 h1 span {
      font-weight: 600; }

#contactForm input {
  margin-bottom: 5px;
  padding: 5px 20px;
  border-radius: 0px;
  color: #a8a8a8;
  color: #a8a8a8;
  border-top: none;
  border-left: none;
  border-right: none; }

#contactForm textarea {
  margin-bottom: 20px;
  padding: 90px 20px;
  border-radius: 0px;
  color: #a8a8a8;
  color: #a8a8a8; }

.g-ca {
  margin-top: 20px; }

.submit {
  text-align: left;
  margin-top: 15px; }

.submit input {
  background: url(../images/submit-icon.png) no-repeat right 15px center #fec617;
  box-shadow: none;
  border: none;
  color: #000 !important;
  padding: 12px 30px !important;
  padding-right: 40px;
  text-align: center;
  border-radius: 0px;
  height: auto;
  width: auto;
  display: inline-block;
  transition: all .5s ease; }
  .submit input:hover {
    background-color: #9e6e24 !important;
    color: #fff !important;
    background-position: right 10px center; }

.in-banner {
  position: relative; }
  .in-banner img {
    width: 100%;
    position: relative;
    height: 878px;
    object-fit: cover; }
  .in-banner .in-ban-cont {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    top: 15%;
    color: #fff;
    padding-right: 25%; }
    .in-banner .in-ban-cont h1 {
      margin: 0px;
      display: inline-block;
      color: #67675f;
      background: #ffffff;
      font-size: 27px;
      padding: 5px 10px;
      text-transform: uppercase; }
    .in-banner .in-ban-cont h2 {
      margin: 0px;
      font-family: 'Amazing Kids';
      margin-top: 40px;
      font-size: 80px;
      line-height: 70px; }
      .in-banner .in-ban-cont h2 span {
        text-align: center;
        display: block; }
  .in-banner .in-ban-cont1 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    top: 15%;
    color: #373737;
    padding-right: 0%;
    display: none;
    margin-top: 30px;
    margin-bottom: 30px; }
    .in-banner .in-ban-cont1 h1 {
      margin: 0px;
      display: inline-block;
      color: #fff;
      background: #000;
      font-size: 27px;
      padding: 5px 10px;
      text-transform: uppercase; }
    .in-banner .in-ban-cont1 h2 {
      margin: 0px;
      font-family: 'Amazing Kids';
      margin-top: 40px;
      font-size: 60px;
      line-height: 60px;
      text-align: left; }
      .in-banner .in-ban-cont1 h2 span {
        text-align: left; }

.brand-div1 {
  position: relative;
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 18%, #ffffff 28%, #ffffff 100%);
  padding-bottom: 50px; }
  .brand-div1 .brand-bg {
    position: absolute;
    margin-top: -5%; }
  .brand-div1 .brand-para1 {
    position: relative;
    padding-left: 25%;
    padding-top: 60px;
    background: url(../images/line-brand.jpg) no-repeat bottom left 25%;
    padding-bottom: 40px; }
    .brand-div1 .brand-para1 h1 {
      margin: 0px;
      color: #e0a05b;
      text-transform: uppercase;
      font-size: 35px;
      margin-bottom: 20px;
      font-weight: 300; }
      .brand-div1 .brand-para1 h1 span {
        font-weight: 600; }
  .brand-div1 .brand-para2 .para-ex {
    padding-top: 50px; }
    .brand-div1 .brand-para2 .para-ex img {
      margin-top: 20px; }
    .brand-div1 .brand-para2 .para-ex h4 {
      margin: 0px;
      font-size: 26px;
      margin-top: 40px; }

.brand-div2 {
  position: relative;
  z-index: 5;
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 18%, #ffffff 28%, #ffffff 100%);
  padding-top: 50px;
  padding-bottom: 50px; }
  .brand-div2 .brand-bg {
    position: absolute;
    margin-top: -5%; }
  .brand-div2 .brand-para1 {
    position: relative;
    padding-left: 25%;
    padding-top: 60px;
    background: url(../images/line-brand.jpg) no-repeat bottom left 25%;
    padding-bottom: 40px; }
    .brand-div2 .brand-para1 h1 {
      margin: 0px;
      color: #e0a05b;
      text-transform: uppercase;
      font-size: 35px;
      margin-bottom: 20px;
      font-weight: 300; }
      .brand-div2 .brand-para1 h1 span {
        font-weight: 600; }
  .brand-div2 .brand-para2 .para-ex {
    padding-top: 50px; }
    .brand-div2 .brand-para2 .para-ex img {
      margin-top: 20px; }
    .brand-div2 .brand-para2 .para-ex h4 {
      margin: 0px;
      font-size: 26px;
      margin-top: 40px; }

.brand-div3 {
  position: relative;
  background: linear-gradient(to bottom, #feecd6 0%, #ffffff 100%);
  padding-bottom: 50px; }
  .brand-div3 .brand-bg {
    position: absolute;
    margin-top: -5%; }
  .brand-div3 .brand-para1 {
    position: relative;
    padding-left: 25%;
    padding-top: 60px;
    background: url(../images/line-brand.jpg) no-repeat bottom left 25%;
    padding-bottom: 40px; }
    .brand-div3 .brand-para1 h1 {
      margin: 0px;
      color: #db562b;
      text-transform: uppercase;
      font-size: 35px;
      margin-bottom: 20px;
      font-weight: 300; }
      .brand-div3 .brand-para1 h1 span {
        font-weight: 600; }
  .brand-div3 .brand-para2 .para-ex {
    padding-top: 50px; }
    .brand-div3 .brand-para2 .para-ex img {
      margin-top: 20px; }
    .brand-div3 .brand-para2 .para-ex h4 {
      margin: 0px;
      font-size: 26px;
      margin-top: 40px; }

.para1 {
  margin-left: auto;
  margin-right: auto; }

.weights {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  display: inline; }
  .weights li {
    padding: 5px;
    display: inline-block;
    width: 50px; }
    .weights li:nth-child(1) {
      background: #ffd876; }
    .weights li:nth-child(2) {
      background: #fecd71; }
    .weights li:nth-child(3) {
      background: #fcbd6d; }
    .weights li:nth-child(4) {
      background: #fca568; }

.bp2 {
  padding-top: 70px; }

.ins-banner img {
  width: 100%; }

.about-div1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .about-div1 h1 {
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
    color: #232d34;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600; }
    .about-div1 h1 span {
      font-weight: 600; }
  .about-div1 h2 {
    margin: 0px;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    color: #97723e;
    margin-bottom: 20px;
    font-weight: 300; }
  .about-div1 h3 {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    color: #81904d;
    margin-bottom: 30px;
    font-weight: 300; }

.about-div2 {
  padding-top: 0px;
  padding-bottom: 60px; }
  .about-div2 .about-right {
    margin-top: 30px;
    margin-bottom: 30px; }

.about-div3 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }

.about-last {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }

.health-div1 {
  background: url(../images/heath-bg.jpg) no-repeat top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }
  .health-div1 h1 {
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
    color: #232d34;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600; }
    .health-div1 h1 span {
      font-weight: 600; }
  .health-div1 .health-left {
    border-left: 2px solid #aeadab;
    padding-left: 20px;
    padding-right: 20px; }
    .health-div1 .health-left h2 {
      margin: 0px;
      font-size: 27px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      color: #97723e;
      margin-bottom: 20px;
      font-weight: 300; }
    .health-div1 .health-left h3 {
      margin: 0px;
      font-size: 22px;
      color: #fff;
      text-align: center;
      color: #81904d;
      margin-bottom: 30px;
      font-weight: 300; }
  .health-div1 .health-right {
    border-right: 2px solid #aeadab;
    padding-right: 20px;
    padding-left: 20px; }
    .health-div1 .health-right h2 {
      margin: 0px;
      font-size: 27px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      color: #97723e;
      margin-bottom: 20px;
      font-weight: 300; }
    .health-div1 .health-right h3 {
      margin: 0px;
      font-size: 22px;
      color: #fff;
      text-align: center;
      color: #81904d;
      margin-bottom: 30px;
      font-weight: 300; }

.health-list {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .health-list li {
    background: url(../images/health-list.jpg) no-repeat top 7px left;
    padding-left: 30px;
    padding-bottom: 10px; }

.health-img {
  margin-top: 30px; }

.recipes-div1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .recipes-div1 h1 {
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
    color: #232d34;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600; }
    .recipes-div1 h1 span {
      font-weight: 600; }
  .recipes-div1 h2 {
    margin: 0px;
    font-size: 27px;
    
    color: #fff;
    text-align: left;
    color: #212b2e;
    margin-bottom: 20px;
    font-weight: 600; }
  .recipes-div1 h3 {
    margin: 0px;
    text-align: left;
    color: #131008;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px; }
    .recipes-div1 h3.rec-hd {
      text-align: right; }
  .recipes-div1 .recipes-left h4 {
    margin: 0px;
    margin-top: 20px;
    color: #81904d;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px; }

    /* .rec1{background: #aec0d8;}
    .rec2{background: #f9bf85;} */
.recip-div1{padding: 30px; padding-top: 20px; /*margin-top: 20px; */background: #fff; }
.rec1{border-bottom: 1px solid #ccc;}

.recipes-div2 {
  background: #efefee;
  padding-top: 60px;
  padding-bottom: 60px; }
  .recipes-div2 h1 {
    margin: 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #232d34;
    background: url(../images/line-hd.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 50px; }
  .recipes-div2 .recipes-right {
    border-right: 2px solid #aeadab;
    padding-left: 20px;
    padding-right: 20px; }
    .recipes-div2 .recipes-right h2 {
      margin: 0px;
      font-size: 23px;
      text-transform: uppercase;
      color: #fff;
      background: #0c6933;
      margin-right: -20px;
      padding: 5px 20px;
      margin-bottom: 20px;
      text-align: center; }
    .recipes-div2 .recipes-right h3 {
      margin: 0px;
      text-align: left;
      color: #131008;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 20px; }
      .recipes-div2 .recipes-right h3.rec-hd {
        text-align: right; }
    .recipes-div2 .recipes-right h4 {
      margin: 0px;
      margin-top: 20px;
      color: #0c6933;
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px; }

.contact-div1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .contact-div1 h1 {
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
    color: #232d34;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600; }
    .contact-div1 h1 span {
      font-weight: 600; }
  .contact-div1 h3 {
    margin: 0px;
    margin-top: 20px;
    color: #81904d;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px; }

.con-img {
  margin-bottom: 20px; }

  .con-social{text-align: center; margin-top: 40px;}
.con-social img {
  display: inline;
  margin-right: 10px; }

.footer-div1 {
  background: -moz-linear-gradient(top, #ffffff 0%, #dee7f0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #dee7f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dee7f0 100%);
  text-align: left;
  color: #666666;
  padding-top: 80px;
  padding-bottom: 80px; }

  .footer-div1 h1 {
    margin: 0px;
    text-transform: uppercase;
    color: #9e6e24;
    margin-bottom: 20px;
    text-align: center; }
    .footer-div1 h1 span {
      font-weight: 300;
     }

  .footer-div1 .foot-add img {
    margin-bottom: 15px; }
  .footer-div1 .foot-location {
    text-align: center; }
    .footer-div1 .foot-location h6 {
      margin: 0px;
      margin-top: 10px;
      font-size: 15px;
      font-weight: 300;
      color: #666666; }
    .footer-div1 .foot-location img {
      margin-left: auto;
      margin-right: auto; }

.footer-div2 {
  background: #dee7f0;
  position: relative;
  margin-top: -40px; }
  .footer-div2 img {
    width: 100%;
    position: relative; }

.copy-div {
  text-align: center;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 5px;
  padding-bottom: 5px; }
  .copy-div a {
    text-decoration: none;
    color: #fff; }
    .copy-div a:hover {
      color: #ebebeb; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div img {
      display: inline; }


@media(max-width: 1920px)
{
  /* .ind-div3{padding-bottom: 529px;} */
}


@media (max-width: 1400px) {
  .ind-div4 .ind-health1 {
    padding-right: 35%; }

  .ind-div1 .alupa1 {
    width: 31%;
    margin-top: -23%; }
  .ind-div1 .logo1 {
    margin-top: -3%; }

  /* .top-div1 {
    margin-top: 10px; } */

  .in-banner .in-ban-cont {
    padding-right: 35%; }

  .brand-div1 .brand-para1, .brand-div3 .brand-para1 {
    padding-left: 49%; } }
@media (max-width: 1024px) {
  .ind-div4 .ind-health1 {
    padding-right: 45%; }

  .ind-div4 .ind-health3 h4 {
    font-size: 23px;
    margin-top: 10px; }

  .brand-div1 .brand-para1, .brand-div3 .brand-para1 {
    padding-left: 59%; } }
@media (max-width: 767px) {
  .top-div1 {
   /* margin-top: 10px;*/ }
   #hm.sticky{position: relative;}

       .ind-div2 img{margin-top:30px;}

  .mobilemenu {
    display: block;
    position: fixed !important;
    z-index: 2000; }

  .menu-div .navbar-nav, .menu-div button {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; }
    .ind-div1{padding-top: 30px;}
    .ind-div3{padding-left: 30px; padding-right: 30px;}
    .ind-div4 .ind-health{padding-bottom: 0px;}

  .ind-div1 .alupa1, .ind-div1 .logo1 {
    z-index: 1030; }

  .ind-div1 p {
    margin-left: 0%;
    margin-right: 0%; }

  .ind-div1 .logo1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }

  .ind-div1 .ind-intro {
    padding-top: 10px; }

  .ind-div1 {
    padding-bottom: 20px; }

  .ind-div2 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .ind-div2 .br-left {
    margin-top: 10px; }
    .ind-div2 .br-left img {
      margin-right: auto; }
    .ind-div2 .br-left h4 {
      text-align: center; }

  .ind-div3 {
    background-size: cover;
    padding-top: 30px; }
    .ind-div3 h1 {
      text-align: left;
      font-size: 30px; }
    .ind-div3 p {
      margin-right: 0%; }
    .ind-div3 .home-cer {
      margin-top: 30px;
      margin-bottom: 30px; }

  .hb1 {
    order: 2; }

  .hb2 {
    order: 1; }

  .ind-div4 {
    padding-top: 30px; }
    .ind-div4 .ind-health {
      padding-top: 0px;
      background: none; }
    .ind-div4 .ind-health1 {
      padding-right: 0%; }
    .ind-div4 h1 {
      font-size: 33px;
      margin-bottom: 0px; }
    .ind-div4 ul {
      margin-left: 40px;
      font-size: 17px; }
      .ind-div4 ul li {
        padding-bottom: 10px; }
    .ind-div4 .eat {
      margin-top: 0px; }

  .ind-div5 h1 {
    font-size: 32px;
    text-align: left; }
  .ind-div5 .watch-more {
    float: none;
    display: inline-block;
    margin-top: 10px; }

  .ind-div6 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .footer-div1 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .copy-div {
    margin-bottom: 43px;
    font-size: 12px; }
    .copy-div .power-div {
      text-align: center; }

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #eab049;
    text-align: center;
    padding: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif; }

  .call-div a {
    color: #754d07; }

  .in-banner img {
    height: auto; }
  .in-banner .in-ban-cont {
    position: relative;
    color: #373737;
    display: none; }
  .in-banner .in-ban-cont1 {
    display: block; }

  .brand-div1 .brand-para1, .brand-div3 .brand-para1 {
    padding-left: 0%;
    padding-top: 30px; }

  .brand-div1 {
    padding-top: 60px; }

  .brand-div1 .brand-bg, .brand-div3 .brand-bg {
    position: relative;
    margin-top: 0%; }

  .brand-div1 .brand-para2 .para-ex h4, .brand-div2 .brand-para2 .para-ex h4, .brand-div3 .brand-para2 .para-ex h4 {
    font-size: 19px; }

  .about-div1 .about-left h2 {
    font-size: 18px; }

  .about-div1 img, .about-div2 img {
    margin-left: auto;
    margin-right: auto; }

  .health-div1 .health-left h2 {
    font-size: 18px; }

  .health-div1 .health-left h3, .health-div1 .health-right h3 {
    font-size: 19px; }

  .health-div1 .health-right {
    margin-top: 30px; }

  .footer-div2 {
    margin-top: 0px; } }
body {
  font-family: "Montserrat", sans-serif;
  color: #373737;
  text-align: justify;
  line-height: 24px; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }

.container {
  max-width: 1200px;
  width: 100%; }

img {
  display: block; }

  .pnt li{font-size: 16px; color: #000;}

/*# sourceMappingURL=style.css.map */
.g1{z-index:-101}
.g1 p{top:75%; text-align: center; position: relative; color: #fff;}
.g1{position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 220px;
        width: 550px;
        border-radius: 250px 250px 0 0;
        background-color: #f05a28;}
        .g2{background: #ab5d79;}

        .th img{padding-bottom: 50px;}
        .th1{padding-left: 0px; text-align: center;}
.th1 img{position: relative; margin-top: 30px;
    /*left: -15%;
     top: 25%;*/
    margin-left: auto; margin-right: auto;} 

    .th1 h4{margin:0px; text-align: center; margin-top: 20px; font-size: 18px; margin-bottom: 20px; line-height: 24px; font-weight: 600;}

.th2{padding-left: 0px; text-align: center;padding-top: 106px;}



.th0 p{position: relative;
    left: 0%;
    top: 25%; font-size: 16px; font-weight: 500;}

.pr{padding-right: 35px;}
.pr1{padding-left: 35px;}
.we1{padding-top: 55px;}
.c1{text-transform: lowercase;}

@media(max-width:767px)
{
  .th1{padding-left: 0px;}
  .th0 p{top:7%; text-align: center;}
  .ind-div6 h1{right:0%}
  .th2{padding-top: 0px;}
}


#back_to_top {
  display: inline-block;
  background-color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer
}


#back_to_top.show {
  opacity: .3;
  visibility: visible;
}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover{background-color: #f05a28}
#back_to_top:hover::after{color:#fff}

/* Style the search field */

form.example{position: relative; z-index: 3;}

form.example input[type=text] {
  padding: 8px;
  font-size: 17px;
  border: 1px solid grey;
  border-right:none;
  float: left;
  width: 80%;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;

}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #fff;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* form.example button:hover {
  background: #ef5927;
} */

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

.shop{background: #be0000; padding:5px; line-height: 17px; border-radius: 20px; padding-top: 35px; margin-top: -30px; transition: all .5s ease;}
.shop a{text-decoration: none;}
.shop h5{text-align: center; text-transform: uppercase; color:#fff; font-size: 16px;}
.shop img{float: right; margin-right: 40px;}
.shop:hover{background: #f05a28;}

@media(max-width:767px)
{
  #hm.sticky{background: none;}
  .logo-div img{margin-left: auto; margin-right: auto;}
  .example{margin-top: 20px;}
  .buy-div{margin-top: 10px;}
  .buy-div img{margin-left: auto; margin-right: auto;}
  .mob-pr{display: block;}
  .desk-pr{display: none;}
  .ind-div1{padding-top: 30px;}
  .ind-div5 {
    padding-top: 30px;}
}

.anchor { padding-top: 90px; }

/* #brand, #recipe, #cnt { 
  scroll-margin-top: 150px;
  
}

#brand { 
  scroll-margin-top: 130px;
  
} */

/* html {
  scroll-padding-top: 110px; /* height of your sticky header */
/*} */