/* CSS Document */
@font-face {
    font-family: EBGaramond-ExtraBold;
    src: url(../fonts/EBGaramond-ExtraBold.ttf);
}
@font-face {
    font-family: EBGaramond-Bold;
    src: url(../fonts/EBGaramond-Bold.ttf);
}
@font-face {
    font-family: EBGaramond-BoldItalic;
    src: url(../fonts/EBGaramond-BoldItalic.ttf);
}
@font-face {
    font-family: EBGaramond-Medium;
    src: url(../fonts/EBGaramond-Medium.ttf);
}
@font-face {
    font-family: EBGaramond-MediumItalic;
    src: url(../fonts/EBGaramond-MediumItalic.ttf);
}
@font-face {
    font-family: EBGaramond-SemiBold;
    src: url(../fonts/EBGaramond-SemiBold.ttf);
}
@font-face {
    font-family: EBGaramond-SemiBoldItalic;
    src: url(../fonts/EBGaramond-SemiBoldItalic.ttf);
}
@font-face {
    font-family: EBGaramond-Regular;
    src: url(../fonts/EBGaramond-Regular.ttf);
}
@font-face {
    font-family: EBGaramond;
    src: url(../fonts/EBGaramond.otf);
}
@font-face {
    font-family: EBGaramondSC;
    src: url(../fonts/EBGaramondSC.otf);
}
@font-face {
    font-family: Agenda-Black;
    src: url(../fonts/Agenda-Black.otf);
}
body 
{
  background-color: #fff;
  height: 200vh;
  position: relative; 
  overflow-x:hidden;
}
body:before 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; 
}
body.offcanvas-menu:before 
{
    opacity: 1;
    z-index: 1002;
    visibility: visible; 
}

p {
  color: #b3b3b3;
  font-weight: 300; }


a 
{
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
a, a:hover 
{
    text-decoration: none !important; 
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*header*/
.hero 
{
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}

.site-navbar-wrap 
{
  /*position: absolute;*/
  z-index: 99;
  width: 100%;
  left: 0; 
  position: relative;
}
.site-navbar-wrap a 
{
    color: #ffffff; 
	font-family: EBGaramond-Regular;
}
.text-white {
    color: #000000 !important;
}
.pb-3, .py-3 {
    padding-bottom: 0.7rem !important;
}
.pt-3, .py-3 {
    padding-top: 0.7rem !important;
}
.site-navbar-wrap .site-navbar-top 
{
    font-size: 0.8rem;
	background: #000000;
}

.site-navbar-top 
{
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); 
}

.site-navbar 
{
  margin-bottom: 0px;
  width: 100%; 
}
.site-navbar .site-logo 
{
    font-weight: 200;
    line-height: 0;
    top: 0px;
    position: relative; 
    width: 160px;
    display: block;
}
.site-navbar .site-logo a 
{
      font-weight: 200;
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; 
}
.site-navbar .site-navigation .site-menu 
{
    margin-bottom: 0; 
}
.site-navbar .site-navigation .site-menu a 
{
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; 
}
.site-navbar .site-navigation .site-menu > li 
{
      display: inline-block;
      padding: 10px 5px; 
}
.site-navbar .site-navigation .site-menu > li > a 
{
        padding: 20px 10px;
        color: #000000;
        font-size: 16px;
		font-family: EBGaramond-Medium;
        text-decoration: none !important; 
}
.site-navbar .site-navigation .site-menu > li > a.active 
{
          color: #fff; 
}
/* .site-navbar .site-navigation .site-menu > li > a:hover 
{
	color: #ae8962; 
} */
.site-navbar .site-navigation .site-menu > li:last-child 
{
        padding-right: 0; 
}
.site-navbar .site-navigation .site-menu > li:last-child > a 
{
          padding-right: 0; 
}
.site-navbar .site-navigation .site-menu .has-children 
{
      position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a 
{
        position: relative;
        padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before
{
          position: absolute;
          /* content: "\e313"; */
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown 
{
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        border-radius: 4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top 
{
          position: absolute; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before 
{
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before 
{
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ae8962;
            border-width: 10px;
            margin-left: -10px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a 
{
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active 
{
            color: #007bff; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a 
{
          color: #fff !important; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li 
{
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a 
{
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a 
{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a 
{
            padding: 9px 20px;
            display: block; 
			color: #000000;
			font-size: 16px;
			font-family: EBGaramond-Medium;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover 
{
              background: #ae8962;
              color: #fff; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before 
{
            content: "\e315";
            right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul 
{
            left: 100%;
            top: 0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, 
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, 
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a 
{
            background: #ebeef0;
            color: #212529; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, 
.site-navbar .site-navigation .site-menu .has-children:focus > a, 
.site-navbar .site-navigation .site-menu .has-children:active > a 
{
        color: #ae8962; 
}
.site-navbar .site-navigation .site-menu .has-children:hover, 
.site-navbar .site-navigation .site-menu .has-children:focus, 
.site-navbar .site-navigation .site-menu .has-children:active 
{
        cursor: pointer; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, 
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown 
{
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; 
}

.site-mobile-menu 
{
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
.offcanvas-menu .site-mobile-menu 
{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header 
{
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close 
{
      float: right;
      margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span 
{
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover 
{
          color: #dee2e6; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo 
{
      float: left;
      margin-top: 10px;
      margin-left: 0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a 
{
        display: inline-block;
        text-transform: uppercase; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img 
{
          max-width: 70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover 
{
          text-decoration: none; 
}
.site-mobile-menu .site-mobile-menu-body 
{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; 
}
.site-mobile-menu .site-nav-wrap 
{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
}
.site-mobile-menu .site-nav-wrap a 
{
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active, 
.site-mobile-menu .site-nav-wrap a:hover 
{
        color: #007bff; 
}
.site-mobile-menu .site-nav-wrap li 
{
      position: relative;
      display: block; 
}
.site-mobile-menu .site-nav-wrap li.active > a 
{
        color: #ae8962; 
}
/* .site-mobile-menu .site-nav-wrap .arrow-collapse 
{
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover 
{
        background: #f8f9fa; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before 
{
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before 
{
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); 
} */
.site-mobile-menu .site-nav-wrap > li 
{
      display: block;
      position: relative;
      float: left;
      width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a 
{
        padding-left: 20px;
        font-size: 16px;
		font-family: EBGaramond-Medium;
}
.site-mobile-menu .site-nav-wrap > li > ul 
{
        padding: 0;
        margin: 0;
        list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li 
{
          display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a 
{
	padding-left: 40px;
	font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul 
{
            padding: 0;
            margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li 
{
              display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a 
{
                font-size: 16px;
                padding-left: 60px; 
}

.sticky-wrapper 
{
  position: absolute;
  z-index: 100;
  width: 100%; 
  background: #ffffff;
  height: 80px !important;
}
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar ul li.active a 
{
      color: #ae8962; 
}
.sticky-wrapper.is-sticky .site-navbar 
{
    background-color: #ffffff; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li 
{
      display: inline-block;
      padding: 10px 5px; 
}
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a 
{
        padding: 10px 10px;
        color: #000000;
        font-size: 16px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover 
{
          color: #ae8962 !important; 
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active 
{
          color: #fff !important; 
}
.sticky-wrapper.is-sticky .site-navigation .site-menu .has-children:hover > a, .sticky-wrapper.is-sticky .site-navigation .site-menu .has-children:focus > a, .sticky-wrapper.is-sticky .site-navigation .site-menu .has-children:active > a {
    color: #ae8962;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a 
{
        color: #ae8962; 
}
/*//header*/

/*home page*/
/*banner section*/
/* swiper */
.swiper-container {
  padding: 0;
  height: 530px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) 
{
.swiper-container 
{
    height: 500px;
}
}
.swiper-slide 
{
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-slide:after 
{
	content: "";
    background-image: linear-gradient(0deg, #00000030, rgb(0 0 0 / 30%), rgb(0 0 0 / 0%));
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
}

.swiper-slide:before 
{
  content: "";
  background-color: rgb(0 0 0 / 20%);
  background-image: linear-gradient(180deg, rgb(0 0 0 / 20%), rgb(0 0 0 / 20%));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next 
{
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev 
{
  left: 30px;
}

.swiper-button-next 
{
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span 
{
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span 
{
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span 
{
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after 
{
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span 
{
  left: 30%;
}

.swiper-button-next:hover span 
{
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after 
{
  width: calc(20px - 4px);
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) 
{
.swiper-button-prev 
{
    left: 0px;
}

.swiper-button-next 
{
    right: 0px;
}

.swiper-button-prev:hover span 
{
    left: 50%;
}

.swiper-button-next:hover span 
{
    right: 50%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after 
{
    display: none;
}
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next 
{
    background-image: none !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev 
{
    background-image: none !important;
    right: 10px;
    left: auto;
}
/* swiper pagination */
.swiper-pagination 
{
  height: 40px;
}

.swiper-pagination-bullet 
{
  background-color: transparent;
  border: solid 1px white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet 
{
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet:hover 
{
  background-color: white;
  opacity: 0.5;
}


.swiper-pagination-bullet-active 
{
  width: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: #ffffff !important;
  border: solid 1px white;
}

/* text content */
.slide-text 
{
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
  font-family: "IBM Plex Sans", sans-serif;
  width: 80%;
  max-width: 500px;
  z-index: 2;
  position: relative;
  left: 62vh;
    margin-top: 216px;
}

.slide-text h1 
{
  font-family: EBGaramond-MediumItalic;
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.slide-text h2 
{
  font-family: EBGaramond-MediumItalic;
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
/*.underline--double {
    -webkit-text-decoration-style: double !important;
    text-decoration-style: double !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-position: under !important;
}
.underline {
    text-decoration: underline;
}*/
/*.under_line {
  border-bottom: 2px solid #ffffff;
  width: fit-content;
}
.under_line::before {
  content: "";
}
.under_line::after {
  position: relative;
  content: "";
  display: block;
  border-bottom: 1px solid #ffffff;
  top: 7px;
}*/
.u_1
{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.u_2
{
	border-bottom: 2px solid #ffffff;
}

.slide-text p {
  font-size: 18px;
  font-family: EBGaramond-Medium;
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 70px;
}

/* text mobile */
@media screen and (max-width: 768px) 
{
.slide-text 
{
    width: 60%;
    left: 12vh;
}

.slide-text h1 
{
    font-size: 20px;
    letter-spacing: 0.02em;
}
.slide-text h2 
{
    font-size: 20px;
    letter-spacing: 0.02em;
}

.slide-text p 
{
    font-size: 14px;
}
}
@media (min-width: 769px) and (max-width: 1199px){
  .slide-text{
    left: 36vh;
  }
}
/* button */
.slide-text .shop-btn 
{
  font-family: EBGaramond-ExtraBold;
  background-color: #ae8962;
  border: solid 1px #ae8962;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .shop-btn:after 
{
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .shop-btn:hover::after 
{
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .shop-btn:hover 
{
  font-weight: 800;
}

@media screen and (max-width: 768px) 
{
  
.slide-text .shop-btn:hover::after 
{
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
}

}
button:focus 
{
  outline: 0;
}
/*//banner section*/

/*featured product section*/
.featu-product
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.featu-product-ttl h2
{
	color: #000000;
	font-family: EBGaramond-Bold;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
}
.divider 
{
    border-bottom: 1px solid #ae8962;
    width: 120px;
    display: block;
    line-height: 1.6em;
    border-top: 4px solid #ae8962;
    border-left: 0px solid;
    border-right: 0px solid;
    padding-bottom: 4px;
}
/*//featured product section*/

/*slider*/
.post-slide9
{
	margin:60px 10px;
	background:#fff;
	margin-bottom:2em;
}
.post-slide9 .post-img
{
	overflow:hidden;
	position:relative;
}
.post-slide9 .post-img img
{
	width:100%;
	height:auto;
	transform:scale(1,1);
	transition:all 3s ease 0s;
}
.post-slide9:hover .post-img img
{
	transform:scale(1.2,1.2);
}
.post-slide9 .over-layer
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background:#00000080;
	transition:all .5s linear;
}
.post-slide9:hover .over-layer
{
	opacity:1;
}
.post-slide9 .post-link
{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	top:45%;
}
.post-slide9 .post-link li
{
	display:inline-block;
	margin-right:10px;
}
.post-slide9 .post-link li a
{
	line-height:59px;
    font-family: EBGaramond-Bold;
    font-size: 30px;
    line-height: 32px;
	color:#ffffff;
	transform:scale(1,1);
	transition:all .2s linear;
}
.post-slide9 .post-link li a:hover
{
	text-decoration:none;
	transform:scale(1.1,1.1);
}
.post-slide9 .post-review
{
	padding:15px 0;
	overflow:hidden;
}
.post-slide9 .post-title
{
	margin-top:0;
}
.post-slide9 .post-title a
{
	display:block;
	color:#333;
	font-size:18px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	transition:all .5s ease 0s;
}
.post-slide9 .post-title a:hover
{
	text-decoration:none;
	color:#1f80bb;
}
.owl-theme .owl-buttons div
{
	position:relative;
	border-radius:0;
	background:#807b87;
	padding:7px 15px;
	transition:all .5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev
{
	position:absolute;
	left:0;
	top:50%;
	opacity:0;
	transition:all .5s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev
{
	opacity:1;
	left:-30px;
}
.owl-theme .owl-buttons .owl-next
{
	position:absolute;
	right:0;
	top:50%;
	opacity:0;
	transition:all .5s linear;
}
.owl-carousel:hover .owl-buttons .owl-next
{
	opacity:1;
	right:-30px;
}
.owl-next:before,.owl-prev:before
{
	content:"\f053";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	color:#fff;
}
.owl-next:before
{
	content:"\f054";
}
@media only screen and (max-width:990px)
{
.post-slide9 .post-info li
{
	margin-right:5px;
}
.owl-theme .owl-buttons div
{
	display:none;
}
}
@media only screen and (max-width:767px)
{
.post-slide9 .post-link li a
{
	width:40px;
	height:40px;
	line-height:39px;
	font-size:13px;
}
.post-slide9 .post-title a
{
	font-size:14px;
}
}
.mobile-swipe h6{
  font-family:  EBGaramond-Regular;
}

/*//slider ends*/

/*about*/
.hm_about
{
	padding-bottom: 80px;
}
.about_hm_img
{
	position: absolute;
}
.about_hm_img img
{
	border-radius: 30px;
}
.about_hm_dtl
{
	background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -70px;
    margin-top: 25px;
}
.about_hm_dtl span
{
	font-family: EBGaramond;
	color: #000000;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
.about_hm_dtl h2
{
	font-family: EBGaramond-BoldItalic;
	color: #000000;
	font-size: 44px;
	line-height: 40px;
	margin-bottom: 20px;
    margin-top: 5px;
}
.about_hm_dtl p
{
	font-family: EBGaramond;
	color: #000000;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 30px;
}
.btn_shopnow
{
	font-family: EBGaramond-SemiBold;
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}
.btn_shopnow:hover
{
	font-family: EBGaramond-SemiBold;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000000;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}
/*about ends*/

/*recent product*/
.recent-product
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.recent-product-ttl h2
{
	color: #000000;
	font-family: EBGaramond-Bold;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.recent-product-ttl h4 {
    color: #000000;
    font-family: EBGaramond-SemiBold;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*slider*/
.post-slide8
{
	margin:30px 15px;
	position:relative;
	background:#ffffff;
	margin-bottom:2em;
}
.post-slide8 .post-img
{
	position:relative;
	overflow:hidden;
}
.post-slide8 .post-img img
{
	width:100%;
	height:auto;
	border-radius: 30px;
}
.post-slide8 .over-layer
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background: rgb(0 0 0 / 0%);
	transition:all .3s ease;
}
.post-slide8:hover .over-layer
{
	opacity:1;
}
.post-slide8 .post-link {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 12%;
    text-align: center;
    display: grid;
    float: right;
}
.post-slide8 .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
	box-shadow: 0 2px 1px 0.5px #0000000d;
}
.post-slide8 .post-link li a
{
	color:#000000;
	font-size:14px;
}
.post-slide8 .post-link li a:hover
{
	color:#a47a4d;
	text-decoration:none;
}
.post-slide8 .post-date
{
	position:absolute;
	top:10%;
	left:4%;
}
.post-slide8 .month
{
	display: inline-block;
    border-radius: 20px;
    padding: 2px 25px;
    color: #ffffff;
    font-size: 20px;
    font-family: EBGaramond;
    background: #a47a4d;
    line-height: 26px;
}
.post-slide8 .post-content
{
	padding:30px;
}
.post-slide8 .post-title
{
	margin:0 0 15px 0;
}
.post-slide8 .post-title a
{
	font-size:20px;
	font-family: EBGaramond-SemiBold;
	color:#010101;
	line-height: 26px;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
}
.post-slide8 .post-title a:hover
{
	text-decoration:none;
	color:#ae8962;
}
.post-slide8 .post-description
{
	font-size:16px;
	font-family: EBGaramond-Bold;
	line-height:24px;
	color:#610707;
}
.post-slide8 .post-description span
{
	font-size:16px;
	font-family: EBGaramond-Bold;
	line-height:24px;
	color:#9f9f9f;
	text-decoration: line-through;
	padding-left: 10px;
}
.post-slide8 .read-more
{
	color:#333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	transition:color .2s linear;
}
.post-slide8 .read-more:hover
{
	text-decoration:none;
	color:#ff8b3d;
}
.post-slide8 .read-more:after
{
	content:"";
	position:absolute;
	width:30%;
	display:block;
	border:1px solid #ff8b3d;
	transition:all .3s ease;
}
.post-slide8 .read-more:hover:after
{
	width:100%;
}
@media only screen and (max-width:479px)
{
.post-slide8 .month
{
	font-size:14px;
}
.post-slide8 .date
{
	font-size:14px;
}
}
/*//slider ends*/
.btn_addtocart
{
	background-color: #ffffff;
	color: #000000;
	font-family: EBGaramond;
	font-size: 16px;
	box-shadow: 0 2px 1px 0.5px #0000000d;
    padding: 5px 15px;
    border-radius: 50px;
	position: absolute;
    bottom: 20px;
	text-align: center;
	left: 30%;
}
.btn_addtocart:before {
    content: '+';
    display: inline-block;
    margin-right: 5px;
}
.btn_addtocart:hover
{
	color: #a47a4d;
}
.recent-product-img
{
	padding-top: 30px;
}
.recent-product-img img
{
	border-radius: 30px;
}
/*//recent product ends*/

/*we are about*/
.we-are-about
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f6f5f7;
}
.we-are-about-ttl h2 {
    color: #000000;
    font-family: EBGaramond-Bold;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}
.we-are-about-ttl p
{
	font-family: EBGaramond;
    font-size: 14px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 40px;
}
.about-box
{
	margin-bottom: 5px;
	padding: 20px;
}
.about-box img
{
	margin-bottom: 20px;
}
.about-box h3
{
	font-size: 20px;
    font-family: EBGaramond-SemiBold;
	color: #5e0000;
	line-height: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.about-box p
{
	font-family: EBGaramond;
    font-size: 14px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 10px;
}
/*//we are about*/

/*testimonials*/
.partner-log{
  margin-left: 9vh;
  margin-top: 22px;
}
/* .partner-log img{
  width: 98px;
} */
.partner-logo{
  margin-left: 58px;
}
.partner-logo img{
  /* width: 217px; */
  position: relative;
    margin-top: 83px;
}
.partner-glis{
  margin-top: 15px;
  margin-left: -27px;
}
.partner-glis img{
  width: 352px;
}

@media only screen and (max-width: 767px){
  .partner-glis{
    margin-left:0px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1000px){
  .partner-log{
    margin-left:11vh;
  }
  .partner-logo {  
    margin-left: 12px;
  }
}
.testimonials
{
	 padding-top: 80px; 
	padding-bottom: 120px;
}
.testimonial-ttl h2 {
    color: #000000;
    font-family: EBGaramond-Bold;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}
.testimonial-ttl h3 {
    color: #000000;
    font-family: EBGaramond-SemiBoldItalic;
    font-size: 46px;
    line-height: 40px;
    margin-bottom: 30px;
	margin-top: 30px;
}


.testimonial {
  padding: 20px 30px 30px 30px;
  margin: 0 15px 15px 15px;
  overflow: hidden;
  position: relative;
}
/*.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}*/
.testimonial .description {
  font-size: 15px;
  font-family: EBGaramond-SemiBold;
  letter-spacing: 1px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 25px;
}
.testimonial .title {
  font-size: 20px;
  font-family: EBGaramond-Bold;
  letter-spacing: 1px;
  color: #ae8962;
  margin: 0;
  margin-bottom: 5px;
}
.testimonial .post {
  font-size: 16px;
  font-family: myFifthFont;
  color: #000000;
}
.testimonials .owl-controls .owl-page span {
  border: 2px solid #000000;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.testimonials .owl-controls .owl-page.active span,
.testimonials .owl-controls .owl-page:hover span {
  background: #ae8962 !important;
  border-color: #ae8962;
}
.quotes {
    font-family: Agenda-Black;
    font-size: 60px;
	line-height: 58px;
    color: #a47a4d;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}
/*//testimonials*/

/*//home page*/

/*top banner*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 160px;
}
.page-cover {
    padding: 25px 0px;
    position: relative;
}
.page-cover {
    color: white;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/banner_01.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	margin-top: 80px;
}
.cover-navbar-wrapper-recipie.pt-164 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cover-navbar-wrapper-recipie {
    background: linear-gradient(rgba(0,0,0,30%), rgba(0,0,0,30%)), url(../images/banner_02.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	margin-top: 80px;
}
.cover-navbar-wrapper-product-dtl.pt-164 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cover-navbar-wrapper-product-dtl {
    background: linear-gradient(rgba(0,0,0,30%), rgba(0,0,0,30%)), url(../images/banner_02.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	margin-top: 80px;
}
.page-cover h1 {
    font-size: 46px;
	font-family: EBGaramond-Bold;
	color:#ffffff;
    /*margin-bottom: 30px;*/
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.breadcrumb {
    padding: 5px 0px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.page-cover .breadcrumb {
    background: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #ffffff !important;
	font-family: EBGaramond-Medium;
	font-size:16px;
	letter-spacing: 1px;
	line-height: 25px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105" !important;
	font-family: "FontAwesome";
}
.page-cover .breadcrumb li a {
    color: #ffffff;
	font-family: EBGaramond-Medium;
	font-size:16px;
	letter-spacing: 1px;
	line-height: 25px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
.top-space
{
	padding-top: 50px;
	padding-bottom: 50px;
}
/*//top banner*/


/*recipie page*/
.recipie
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.recipie_img img {
    border-radius: 30px;
}
.recipie_dtl
{
	padding-top: 100px;
}
.recipie_dtl span
{
	color: #000000;
    font-family: EBGaramond-Bold;
    font-size: 20px;
    line-height: 32px;
	letter-spacing: 1px;
}
.recipie_dtl h2
{
	color: #000000;
    font-family: EBGaramond-ExtraBold;
    font-size: 30px;
    line-height: 38px;
	letter-spacing: 1px;
    margin-bottom: 30px;
	margin-top: 10px;
}
.recipie_dtl p {
    font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
}
.benefit_dtl
{
	padding-top: 100px;
}

.benefit_dtl h2
{
	color: #000000;
    font-family: EBGaramond-ExtraBold;
    font-size: 30px;
    line-height: 38px;
	letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: -45px;
    text-align: center;
}
.benefit_dtl ul
{
	font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    font-size: 16px;
    margin: 26px;
    padding: 3px;
    list-style: number;
}
.benefit_dtl ul li{
  padding: 10px;
}
.nutrtion-oo-dtl ul
{
	font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    font-size: 16px;
    margin: 26px;
    padding: 3px;
    list-style: number;
}
.nutrtion-oo-dtl ul li{
  padding: 10px;
}
/*.btn_recipie
{
	background: #a47a4d;
	color: #ffffff50;
	font-family: EBGaramond;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px 25px 10px 25px;
	border-radius: 15px 15px 15px 15px;
}*/

.recipie_dtl .shop-btn 
{
  font-family: EBGaramond;
  background-color: #ae8962;
  border: solid 1px #ae8962;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff80;
  position: relative;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.recipie_dtl .shop-btn:after 
{
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.recipie_dtl .shop-btn:hover::after 
{
  left: 4px;
  top: 5px;
  background-color: #77573480;
}

.recipie_dtl .shop-btn:hover 
{
  font-family: EBGaramond;
}


/*tabs*/
.recipie-tab
{
	padding-top: 0px;
	padding-bottom: 120px;
}

.department-tabs {
	clear: both;
	position: relative; 
    margin: 0 auto;
	padding-bottom: 80px;
	width: 100%;
}

.department-tab {
	float: left;
	width: 20%;
  margin-left: 42px;
}

.department-tab label {
	position: relative;
	top: 0;
	cursor: pointer;
	color: #000000;
	font-size: 22px;
	font-family: mySecondFont;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: grid;
    text-align: center;
}
.divider-01 {
    border-bottom: 1px solid #ae8962;
    width: 50px;
    display: block;
    line-height: 1.6em;
    border-top: 4px solid #ae8962;
    border-left: 0px solid;
    border-right: 0px solid;
    padding-bottom: 4px;
}
.department-tab label .divider-01
{
	display: none;
}

.department-tab [type=radio] {
	display: none;   
}

.department-tab1 {
	float: left;
}

.department-tab1 label {
	position: relative;
	top: 0;
	cursor: pointer;
	color: #ef285a;
	font-size: 22px;
	font-family: mySecondFont;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.department-tab1 [type=radio] {
	display: none;   
}
.tab-content-img img {
    box-shadow: 15px 15px 0px 0px rgb(255 98 137);
}
.tab-content-cont
{
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tab-content-cont h4
{
	color: #000000;
    font-size: 28px;
    font-family: mySecondFont;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.tab-content-cont p
{
	color: #000000;
    letter-spacing: 1px;
	font-size: 14px;
    font-family: mySixthFont;
    line-height: 26px;
    text-align: justify;
	margin-bottom: 40px;
}
.tab__content {
   position: relative;
	top: 160px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
	opacity: 0;
	padding-bottom: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.department-tabs [type=radio]:checked ~ label {
	background: transparent;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	z-index: 2;
}

.department-tabs [type=radio]:checked ~ label > i {
	color: #000000;
}

.department-tabs [type=radio]:checked ~ label > .icon-01 {
	background-image: url(../images/icon_01-c.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-01 {
	background-image: url(../images/icon_01.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-02 {
	background-image: url(../images/icon_02-c.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-02 {
	background-image: url(../images/icon_02.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-03 {
	background-image: url(../images/icon_03-c.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-03 {
	background-image: url(../images/icon_03.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-04 {
	background-image: url(../images/icon_04-c.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-04 {
	background-image: url(../images/icon_04.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-05 {
	background-image: url(../images/icon_05-c.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-05 {
	background-image: url(../images/icon_05.png);
	width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}

.department-tabs [type=radio]:checked ~ label > .divider-01 {
	display: block;
}
.department-tabs [type=radio]:checked ~ label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}


.box-image-r
{
	margin:30px 15px;
	position:relative;
	background:#ffffff;
	margin-bottom:2em;
}
.box-image-r .rec-img
{
	position:relative;
	overflow:hidden;
}
.box-image-r .rec-img img
{
	width:100%;
	height:auto;
	border-radius: 30px;
}
.box-image-r .rec-date
{
	position:absolute;
	top:10%;
	left:4%;
}
.box-image-r .rec-month
{
	display: inline-block;
    border-radius: 20px;
    padding: 2px 25px;
    color: #ffffff80;
    font-size: 16px;
    font-family: EBGaramond;
    background: #a47a4d;
    line-height: 26px;
}
.box-image-r .rec-content
{
	padding:30px;
}
.box-image-r .rec-title
{
	margin:0 0 15px 0;
}
.box-image-r .rec-title a
{
	font-size:20px;
	font-family: EBGaramond-SemiBold;
	color:#010101;
	line-height: 26px;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
}
.box-image-r .rec-title a:hover
{
	text-decoration:none;
	color:#ae8962;
}
.box-image-re
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn_viewmore
{
	font-family: EBGaramond-SemiBold;
	color: #ae8962;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid #ae8962;
	margin-bottom: 20px;
}
.btn_viewmore:hover
{
	font-family: EBGaramond-SemiBold;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ae8962;
	margin-bottom: 20px;
	border-bottom: 1px solid #ae8962;
}
/*//tabs*/

/*//recipie page*/

/*nutrition page*/
.nutrition
{
	padding-top: 80px;
	padding-bottom: 120px;
}
.nutrition_img
{
	position: absolute;
}
.nutrition_img img
{
	border-radius: 30px;
}
.nutrition_dtl
{
	background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -70px;
    margin-top: 67px;
}
.nutrition_dtl h2
{
	font-family: EBGaramond-Bold;
	color: #000000;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
    margin-top: 5px;
}
.nutrition_dtl p
{
	font-family: EBGaramond;
	color: #000000;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 30px;
  margin-top: 30px;
}
.nutrition-title
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.nutrition_ttl .big_text {
    left: 0px;
    right: 0px;
    z-index: -1;
    bottom: 15%;
    line-height: 1;
    color: #e9e7e7;
    display: block;
    font-size: 144px;
    position: absolute;
    font-family: EBGaramond-Bold;
    letter-spacing: 35px;
}


/*tab 1*/
.tab-home01
{
	padding-bottom:30px;
	padding-top: 30px;
    background-image: url(../images/banner_02.jpg);
    background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tab-head
{
	padding-bottom:100px;
	padding-top:100px;
}
.textContainer {
  position: relative;
}

.text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.text 
{
	font-size:34px;
	font-family:mySecondFont !important;
	color:#ffffff;
	line-height:50px;
}
.text span
{
	font-size:34px;
	font-family:mySecondFont !important;
	color:#0080cc;
	line-height:50px;
}
.textContainer img
{
	margin-bottom: 20px;
}
.textContainer h2
{
	font-family: EBGaramond-BoldItalic;
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	padding-bottom: 20px;
	letter-spacing: 3px;
}
/*//tab 1*/
.nutrition-details
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/bg_01.png);
	background-repeat: repeat;
}
.nutrition-details-o .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
	padding-bottom: 40px;
}
.nutrition-details-o .info-list1 li{
  position: relative;
  display: block;
  padding-left: 80px;
  padding-right: 18px;
}
.nutrition-details-o .info-list1 li p{
  font-family: EBGaramond;
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
.nutrition-details-o h2 {
    color: #5e0000;
    font-family: EBGaramond-SemiBold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
	text-transform: uppercase;
    line-height: 1.1;
}

.nutrition-details-o .info-list1 li:last-child{
  margin-bottom: 0px;
}

.nutrition-details-o .info-list1 li img{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
}

.nutrition-details-o .info-list1 li img{
	color: #ffffff;
}

.nutrition-details-o .info-list1 li a:hover{
  color: #ffffff;
  text-decoration: none;
}

.nutrition-details-o .info-list1 li a:focus{
  text-decoration: none;
}
.nutrtion-oo
{
	padding-top: 80px;
	padding-bottom: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.nutrtion-oo-dtl
{
	/* padding-top: 60px; */
	padding-left: 20px;
}
.nutrtion-oo-dtl p {
    font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
    letter-spacing: 0px;
}
.nutrtion-oo-dtl h3
{
	font-family: EBGaramond-BoldItalic;
    font-size: 36px;
    line-height: 34px;
    color: #000000;
    padding-bottom: 20px;
}
/*//nutrition page*/

/*products page*/
.product_images {
    /* padding-top: 80px; */
    padding-bottom: 120px;
}
.products
{
	margin:30px 15px;
	position:relative;
	background:#ffffff;
	margin-bottom:2em;
}
.products .post-img
{
	position:relative;
	overflow:hidden;
}
.products .post-img img
{
	width:100%;
	height:auto;
	border-radius: 0px;
}
.products .over-layer
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background: rgb(0 0 0 / 0%);
	transition:all .3s ease;
}
.products:hover .over-layer
{
	opacity:1;
}
.products .post-link {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 12%;
    text-align: center;
    display: grid;
    float: right;
}
.products .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
	box-shadow: 0 2px 1px 0.5px #0000000d;
}
.products .post-link li a
{
	color:#000000;
	font-size:14px;
}
.products .post-link li a:hover
{
	color:#a47a4d;
	text-decoration:none;
}
.products .post-date
{
	position:absolute;
	top:10%;
	left:4%;
}
.products .month
{
	display: inline-block;
    border-radius: 20px;
    padding: 2px 25px;
    color: #ffffff;
    font-size: 20px;
    font-family: EBGaramond;
    background: #a47a4d;
    line-height: 26px;
}
.products .post-content
{
	padding:30px;
}
.products .post-title
{
	margin:0 0 15px 0;
}
.products .post-title a
{
	font-size:20px;
	font-family: EBGaramond-SemiBold;
	color:#010101;
	line-height: 26px;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
}
.products .post-title a:hover
{
	text-decoration:none;
	color:#ae8962;
}
.products .post-description
{
	font-size:16px;
	font-family: EBGaramond-Bold;
	line-height:24px;
	color:#610707;
}
.products .post-description span
{
	font-size:16px;
	font-family: EBGaramond-Bold;
	line-height:24px;
	color:#9f9f9f;
	text-decoration: line-through;
	padding-left: 10px;
}
.products .read-more
{
	color:#333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	transition:color .2s linear;
}
.products .read-more:hover
{
	text-decoration:none;
	color:#ff8b3d;
}
.products .read-more:after
{
	content:"";
	position:absolute;
	width:30%;
	display:block;
	border:1px solid #ff8b3d;
	transition:all .3s ease;
}
.products .read-more:hover:after
{
	width:100%;
}
.products .btn_addtocart
{
	background-color: #ffffff;
	color: #000000;
	font-family: EBGaramond;
	font-size: 16px;
	box-shadow: 0 2px 1px 0.5px #0000000d;
	padding: 5px 15px;
	border-radius: 50px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 25%;
}
.products .btn_addtocart:before {
    content: '+';
    display: inline-block;
    margin-right: 5px;
}
.products .btn_addtocart:hover
{
	color: #a47a4d;
}
.btn_buynow
{
	background: #ae8962;
	color: #ffffff;
	font-family: EBGaramond-ExtraBold;
	padding: 5px 20px 5px 20px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	border: 1px solid #ae8962;
}
.btn_buynow:hover
{
	background: #ffffff;
	color: #ae8962;
	font-family: EBGaramond-ExtraBold;
	border: 1px solid #ae8962;
}
@media only screen and (max-width:479px)
{
.products .month
{
	font-size:14px;
}
.products .date
{
	font-size:14px;
}
}
/*//products page*/

/*product details*/
.product-details
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.products-dtl h2
{
	color: #000000;
    font-family: EBGaramond-Bold;
    font-size: 26px;
	text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 10px;
	margin-top: 20px;
}
.small-title
{
	color: #575757;
    font-family: EBGaramond-Medium;
    font-size: 14px;
	letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 10px;
}
.products-dtl p {
    font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}
.products-dtl h4 {
    color: #000000;
    font-family: EBGaramond-SemiBold;
    font-size: 16px;
    line-height: 26px;
	letter-spacing: 1px;
    margin-bottom: 30px;
}
.products-dtl h4 span {
    color: #000000;
    font-family: EBGaramond-ExtraBold;
    font-size: 16px;
    line-height: 26px;
	letter-spacing: 1px;
    margin-bottom: 20px;
}
.btn_buyon
{
	background: #ae8962;
	color: #ffffff;
	font-family: EBGaramond-Bold;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	border: 1px solid #ae8962;
}
.btn_buyon:hover
{
	background: #ffffff;
	color: #ae8962;
	font-family: EBGaramond-ExtraBold;
	border: 1px solid #ae8962;
}

/*image zoom*/
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 20px;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important;  
  width: 400px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important;
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: none;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  border-radius: 20px;
}

/* Lens */
.xzoom-lens {
  /*border: 1px solid #000000;*/
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
  border-radius: 20px;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(174 137 98) !important;
    -moz-box-shadow: 0px 0px 3px 0px rgb(174 137 98) !important;
    box-shadow: 0px 0px 3px 0px rgb(174 137 98) !important;
    border: 1px solid #ae8962 !important;;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
/*//image zoom*/
.product_images-01 {
    padding-top: 30px;
    padding-bottom: 120px;
}
/*//product details*/

/*recipie details page*/
.recipie-details
{
	padding-top: 80px;
	padding-bottom: 0px;
  max-width: 1200px;
}
.recipie-details_img img{
  width: 351px;
  margin-left: 123px;
  margin-top: 41px;
    border-radius: 35px;
}
.recipie-details-01
{
	padding-top: 80px;
	padding-bottom: 40px;
}
.recipie-details_dtl
{
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 80px;
}
.recipie-details_dtl h2
{
	color: #000000;
    font-family: EBGaramond-ExtraBold;
    font-size: 30px;
    line-height: 38px;
	letter-spacing: 1px;
    margin-bottom: 30px;
	margin-top: 10px;
}
.recipie-details_dtl p {
    font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
}
.recipie-details-timing
{
	background: #f0e1d0;
	border-radius: 20px;
	padding: 30px 20px 30px 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.recipie-details-o{
  
}
.recipie-details-o .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
	padding-bottom: 0px;
}
.recipie-details-o .info-list1 li{
  position: relative;
  display: block;
  padding-left: 80px;
  padding-right: 18px;
}
.recipie-details-o .info-list1 li p{
  color: #010101;
  font-family: EBGaramond-SemiBold;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
.recipie-details-o h2 {
    color: #010101;
    font-family: EBGaramond-SemiBold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
	text-transform: uppercase;
    line-height: 1.1;
}

.recipie-details-o .info-list1 li:last-child{
  margin-bottom: 0px;
}

.recipie-details-o .info-list1 li img{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
}

.recipie-details-o .info-list1 li img{
	color: #ffffff;
}

.recipie-details-o .info-list1 li a:hover{
  color: #ffffff;
  text-decoration: none;
}

.recipie-details-o .info-list1 li a:focus{
  text-decoration: none;
}
.ingredients
{
	padding-top: 30px;
	padding-bottom: 80px;
}
.ingredients-dtl
{
	padding-left: 20px;
}
.ingredients-dtl h2{
  display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	width: auto;
	text-align: center;
	font-family: EBGaramond-Bold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.ingredients-dtl ul
{
	font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    font-size: 16px;
    margin: 26px;
    padding: 3px;
    list-style: number;
}
.ingredients-dtl ul li{
  padding: 10px;
}
.ingredients-list fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: #000000;
    border-image: initial;
}
.ingredients-list legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	width: auto;
	text-align: center;
	font-family: EBGaramond-Bold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.ingredients-list p {
    color: #010101;
    font-family: EBGaramond-SemiBold;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.more-recipie
{
	padding-top: 0px;
	padding-bottom: 80px;
}
/*//recipie details page ends*/

/*contact page*/
.contact-us
{
	padding-top: 140px;
	padding-bottom: 80px;
}
.contact-address ul li,
.contact-address ul li a {
    color: #010101;
	font-family: EBGaramond-Medium;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
	letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	list-style: none;
}

.contact-address {
    /*padding: 0 15%;*/
	/*padding-top: 60px;
	padding-bottom: 70px;*/
	padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.contact-address h4 {
    font-size: 20px;
    font-family: EBGaramond-SemiBold;
    color: #010101;
    line-height: 26px;
    margin-bottom: 30px;
}
.contact-address ul {
    padding-left: 0px;
}
.contact-address ul li i {
    margin-right: 5px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 18px;
    width: 30px;
}

.contact-address ul li span {
    display: table;
}

.contact-address ul li a:hover {
    color: #ff6600;
}
.contact-map
{
	padding-bottom: 40px;
}

.cntct-frm
{
  padding-top: 40px;
  padding-left: 50px;
}
.cntct-frm h2
{
	font-size: 20px;
    font-family: EBGaramond-SemiBold;
    color: #010101;
    line-height: 26px;
    margin-bottom: 30px;
}
.cntct-frm .form-control {
  color:#3a3a3a !important;
  border: 1px solid #e6e9f5;
  background: #e6e9f5;
  font-family: EBGaramond-Regular;
  border-radius: 1px;
  box-shadow: none;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.cntct-frm .form-control:focus {
  border-bottom-color: #ae8962;
}

.cntct-frmt input {
  height: 40px;
  color:#3a3a3a;
  letter-spacing: 1px;
}

.cntct-frm input::placeholder {
  color: #3a3a3a;
  opacity: 1; /* Firefox */
}

.cntct-frm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #3a3a3a;
}

.cntct-frm input::-ms-input-placeholder { /* Microsoft Edge */
 color: #3a3a3a;
}

.cntct-frm textarea {
  color:#3a3a3a;
  letter-spacing: 1px;
}

.cntct-frm textarea::placeholder {
  color: #3a3a3a;
  opacity: 1; /* Firefox */
}

.cntct-frm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #afafaf;
}

.cntct-frm textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #3a3a3a;
}

.cntct-frm span {
  font-family: mySecondFont;
  font-size:14px;
  letter-spacing: 2px;
  color:#3a3a3a !important;
}
.cntct-frm button#submit {
    border-radius: 0px;
    color: #ffffff !important;
    background: #ae8962;
    border: 2px solid #ae8962;
    font-family: EBGaramond-Bold !important;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 20px;
	width: 100%;
	height: 40px;
}

.cntct-frm button#submit:hover {
  background: #ffffff;
  border: 2px solid #ae8962;
  color: #ae8962 !important;
}
/*//contact page*/

/*footer*/
.footer-area {
    padding: 10px 0 0;
	background-color: #000000;
}
.footer-area .footer-area-top {
    padding-bottom: 20px;
}
.footer-area .footer-area-top .footer-box img {
    margin-top: 60px;
	margin-bottom: 40px;
  width: 200px;
}
.footer-area .footer-area-top .footer-box p {
	font-family: myFifthFont;
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
}
.footer-area .footer-area-top .footer-box h4 {
    color: #ffffff;
    font-family: EBGaramond-SemiBold;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
	line-height: 1.1;
}
.footer-area .footer-area-top .footer-box .footer-social {
  margin-bottom: 24px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .footer-area-top .footer-box .footer-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box h4 {
  color: #ffffff;
  font-family: mySecondFont;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.1;
}
.footer-area .footer-area-top .footer-box .info-list {
  padding-top: 5px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .info-list li {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.1;
  list-style: none;
}
.footer-area .footer-area-top .footer-box .info-list li a {
  color: #ae8962;
  font-family: EBGaramond-Medium;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li a:hover {
  color: #ffffff;
  font-family: EBGaramond-Medium;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.footer-area .footer-area-top .footer-box .info-list li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-area-top .footer-box .tag-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .tag-list li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #727272;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li a {
  color: #ffffff;
  display: block;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover {
  border: 1px solid #111111;
  background: #111111;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area-top .contact-widget h4 {
    color: #ffffff;
    font-family: EBGaramond-SemiBold;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.1;
}
.footer-area-top .contact-widget .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
}
.footer-area-top .contact-widget .info-list1 li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: EBGaramond-Medium;
  letter-spacing: 0px;
  color: #ae8962;
  padding-left: 28px;
  margin-bottom: 15px;
}

.footer-area-top .contact-widget h1 {
    color: #ffffff;
    font-family: mySecondFont;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}

.footer-area-top .contact-widget .info-list1 li:last-child{
  margin-bottom: 0px;
}

.footer-area-top .contact-widget .info-list1 li i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
}

.footer-area-top .contact-widget .info-list1 li i{
	color: #ffffff;
}

.footer-area-top .contact-widget .info-list1 li a:hover{
  color: #ffffff;
  text-decoration: none;
}

.footer-area-top .contact-widget .info-list1 li a:focus{
  text-decoration: none;
}

.footer-area-top .contact-widget a
{
  color: #ae8962;
  font-family: EBGaramond-Medium;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-area-top .contact-widget .info-list1 li:first-child i{
  top: 5px;
}
.footer-area .footer-area-bottom {
  padding: 35px 0 0;
  border-top: 1px solid #ffffff;
  padding-bottom: 35px;
  text-transform: capitalize;
  font-size: 13px;
  /*background: #000000;*/
}
.footer-area .footer-area-bottom p {
  color: #ffffff;
  font-family: EBGaramond;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: none;
}
.footer-area .footer-area-bottom p span {
  color: #ae8962;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a:hover {
  color: #ae8962;
  font-family: myFifthFont;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}




.footer-area-recipie {
  padding: 10px 0 0;
background-color: #000000;

margin-top: -100px;
}
.footer-area-recipie .footer-area-res{
  padding-bottom: 20px;
}
.footer-area-recipie .footer-area-res .footer-box img {
  margin-top: 60px;
margin-bottom: 40px;
width: 200px;
}
.footer-area-recipie .footer-area-res .footer-box p {
font-family: myFifthFont;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}
.footer-area-recipie .footer-area-res .footer-box h4 {
  color: #ffffff;
  font-family: EBGaramond-SemiBold;
text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
line-height: 1.1;
}
.footer-area-recipie .footer-area-res .footer-box .footer-social {
margin-bottom: 24px;
padding-left: 0px;
}
.footer-area-recipie .footer-area-res .footer-box .footer-social li {
display: inline-block;
margin-right: 20px;
}
.footer-area-recipie .footer-area-res .footer-box .footer-social li a i {
color: #ffffff;
font-size: 18px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.footer-area-recipie .footer-area-res .footer-box .footer-social li a:hover i {
color: #ffffff;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.footer-area-recipie .footer-area-res .footer-box h4 {
color: #ffffff;
font-family: mySecondFont;
letter-spacing: 1px;
margin-bottom: 25px;
font-size: 16px;
line-height: 1.1;
}
.footer-area-recipie .footer-area-res .footer-box .info-list {
padding-top: 5px;
padding-left: 0px;
}
.footer-area-recipie .footer-area-res .footer-box .info-list li {
font-size: 14px;
margin-bottom: 15px;
line-height: 1.1;
list-style: none;
}
.footer-area-recipie .footer-area-res .footer-box .info-list li a {
color: #ae8962;
font-family: EBGaramond-Medium;
font-size: 14px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.footer-area-recipie .footer-area-res .footer-box .info-list li a:hover {
color: #ffffff;
font-family: EBGaramond-Medium;
font-size: 14px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
text-decoration: none;
}
.footer-area-recipie .footer-area-res .footer-box .info-list li:last-child {
margin-bottom: 0;
}
.footer-area-recipie .footer-area-res .footer-box .tag-list {
padding-top: 5px;
}
.footer-area-recipie .footer-area-res .footer-box .tag-list li {
display: inline-block;
margin-bottom: 7px;
margin-right: 3px;
border: 1px solid #727272;
background: transparent;
font-size: 14px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.footer-area-recipie .footer-area-res .footer-box .tag-list li a {
color: #ffffff;
display: block;
padding: 5px 17px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.footer-area-recipie .footer-area-res .footer-box .tag-list li:hover {
border: 1px solid #111111;
background: #111111;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.footer-area-recipie .footer-area-res .footer-box .tag-list li:hover a {
color: #ffffff;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
 .footer-area-res .contact-widget h4 {
  color: #ffffff;
  font-family: EBGaramond-SemiBold;
text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.1;
}
.footer-area-res .contact-widget .info-list1 {
  padding-top: 5px;
  padding-left: 0px;
}
.footer-area-res .contact-widget .info-list1 li{
position: relative;
display: block;
font-size: 14px;
line-height: 26px;
font-family: EBGaramond-Medium;
letter-spacing: 0px;
color: #ae8962;
padding-left: 28px;
margin-bottom: 15px;
}

.footer-area-res .contact-widget h1 {
  color: #ffffff;
  font-family: mySecondFont;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}

.footer-area-res .contact-widget .info-list1 li:last-child{
margin-bottom: 0px;
}

.footer-area-res .contact-widget .info-list1 li i{
position: absolute;
left: 0px;
top: 6px;
font-size: 16px;
}

.footer-area-res .contact-widget .info-list1 li i{
color: #ffffff;
}

.footer-area-res .contact-widget .info-list1 li a:hover{
color: #ffffff;
text-decoration: none;
}

.footer-area-res .contact-widget .info-list1 li a:focus{
text-decoration: none;
}

.footer-area-res .contact-widget a
{
color: #ae8962;
font-family: EBGaramond-Medium;
font-size: 14px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.footer-area-res .contact-widget .info-list1 li:first-child i{
top: 5px;
}
.footer-area-recipie .footer-area-bottom {
padding: 35px 0 0;
border-top: 1px solid #ffffff;
padding-bottom: 35px;
text-transform: capitalize;
font-size: 13px;
/*background: #000000;*/
}
.footer-area-recipie .footer-area-bottom p {
color: #ffffff;
font-family: EBGaramond;
font-size: 14px;
margin-bottom: 0px;
text-transform: none;
}
.footer-area-recipie .footer-area-bottom p span {
color: #ae8962;
font-family: myFifthFont;
font-size: 14px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-area-recipie .footer-area-bottom p a {
color: #ffffff;
font-family: myFifthFont;
font-size: 14px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-area-recipie .footer-area-bottom p a:hover {
color: #ae8962;
font-family: myFifthFont;
text-decoration: none;
font-size: 14px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.read-more1{
    color: #ffffff;
    text-transform:capitalize;
    position: relative;
    transition: color 0.20s linear;
	font-family: myThirdFont;
	font-size: 14px;
}
.read-more1:hover{
    text-decoration:none;
    color: #c49244;
}
.boder-bottom-four {
    border-bottom: 2px dashed rgb(193 193 193 / 10%);
	padding-top: 30px;
}

.cta {
    padding: 20px;
    background-color: #ae8962;
    top: -60px;
    position: relative;
}
.cta h2, .cta h3 {
    line-height: 1.5;
}
.cta h3 {
    font-size: 20px;
}
.cta .enq-1
{
	font-family: EBGaramond-Medium;
	color: #ffffff;
	line-height: 30px;
	font-size: 28px;
	margin-bottom: 15px;
}
.enq-2
{
    font-size: 15px;
    font-family: EBGaramond-SemiBold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 20px;
}
.cta h2, .cta h3 {
    line-height: 1.5;
}
.cta h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.btn_clickhere
{
	font-family: EBGaramond-SemiBold;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #000000;
	background-color: #000000;
	margin-bottom: 20px;
}
.btn_clickhere:hover
{
	font-family: EBGaramond-SemiBold;
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	background-color: transparent;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
/*//footer*/



@media (min-width: 992px) and (max-width: 1199px)
{
.about_hm_dtl {
    background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -70px;
    margin-top: 15px;
}
}
@media (min-width: 767px) and (max-width: 991px)
{
.hm_about {
    padding-bottom: 80px;
    padding-top: 60px;
}
.about_hm_dtl {
    background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -70px;
    margin-top: -60px;
}
.nutrition_dtl {
    background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 30px;
    margin-left: -70px;
    margin-top: -60px;
}
}
@media (min-width: 320px) and (max-width: 767px)
{
.icn-infor
{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
.site-navbar-wrap a {
    color: #ffffff;
    font-family: EBGaramond-Regular;
    font-size: 12px;
}
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    height: 100px !important;
}
.swiper-container {
    padding: 0;
    height: 530px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-top: 100px !important;
}
.about_hm_img {
    position: relative;
}
.about_hm_dtl {
    background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-top: -20px;
    margin-right: 30px;
}
.nutrition_img {
    position: relative;
}
.nutrition_dtl {
    background-color: #ae896270;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-top: -20px;
    margin-right: 30px;
}
.recipie-details_dtl
{
	padding-top: 80px;
	padding-left: 0px;
	padding-right: 0px;
}
.ingredients-dtl
{
	padding-left: 0px;
}
.nutrition {
    padding-top: 80px;
    padding-bottom: 80px;
}
.slider_image img
{
	width: 136px;
}
.nutrition_ttl .big_text {
    left: 0px;
    right: 0px;
    z-index: -1;
    bottom: 15%;
    line-height: 1;
    color: #f3f3f3;
    display: block;
    font-size: 50px;
    position: absolute;
    font-family: EBGaramond-Bold;
    letter-spacing: 35px;
}
.cntct-frm
{
  padding-top: 40px;
  padding-left: 0px;
}


.recipie {
    padding-top: 80px;
    padding-bottom: 20px;
}
.department-tab {
    float: left;
    width: 9%;
}
.department-tab label {
    position: relative;
    top: 0;
    cursor: pointer;
    color: #000000;
    font-size: 8px;
    font-family: mySecondFont;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    display: grid;
    text-align: center;
}
.department-tabs [type=radio]:checked ~ label > .icon-01 {
	background: url(../images/icon_01-c.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-01 {
	background: url(../images/icon_01.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-02 {
	background: url(../images/icon_02-c.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-02 {
	background: url(../images/icon_02.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-03 {
	background: url(../images/icon_03-c.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-03 {
	background: url(../images/icon_03.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-04 {
	background: url(../images/icon_04-c.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-04 {
	background: url(../images/icon_04.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.department-tabs [type=radio]:checked ~ label > .icon-05 {
	background: url(../images/icon_05-c.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.department-tab label .icon-05 {
	background: url(../images/icon_05.png) 0% / 55% no-repeat;
	width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 10px;
}
.divider-01 {
    border-bottom: 1px solid #ae8962;
    width: 15px;
    display: block;
    line-height: 1.6em;
    border-top: 2px solid #ae8962;
    border-left: 0px solid;
    border-right: 0px solid;
    padding-bottom: 2px;
}
.department-tabs [type=radio]:checked ~ label {
    background: transparent;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #000000;
    z-index: 2;
}
}




.faq {
  font-family: EBGaramond-SemiBold;
  width: 85%;
  margin: 20px 0 60px 7%;
}

.faq-q {
 
  margin:0; padding: 20px;
  counter-increment: section;
  position: relative;
}

.faq-q span{
  font-size: 22px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-q p{
  color: #525252;
  font-family: EBGaramond;
  font-size: 15px;
  line-height: 26px;
}
.faq-q:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.faq-q:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.mobile-swipe{
  display: none;
}


/* media query */
@media only screen and (max-width: 600px){
  .box-image-r{
    margin: 0;
    margin-bottom: -22px;
    /* margin-top: -66px; */
    top: -69px;
    background:none;
  }
  .footer-area-recipie{
    position: relative;
    margin-top: 55vh;
  }
  .mobile-swipe{
    display: block;
    margin-left: 15px;
  }
 
}				
@media only screen and (min-width: 601px) and (max-width: 768px){
  /* .footer-area-recipie{
    margin-top: 149vh;
  } */
}
@media only screen and (min-width: 769px) and (max-width: 980px){
  .footer-area-recipie{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recipie-details_img img{
    margin-left: 0px !important;
  }
}





/* whole sale page */
.about-area1 {
  padding-top: 109px;
}
.elementor-heading-title {
  color: #BF624C;
  font-family: EBGaramond-BoldItalic;
  font-size: 50px;
  
 
  text-transform: capitalize;
  line-height: 130px;
  position: relative;
    top: -122px;
}
.about-content{
  position: relative;
  top: -199px;
}
.about-title{
  width: 533px;
}
.about-title h2{
  font-family: EBGaramond-Bold;
  font-size: 42px;
  padding-bottom: 17px;
  line-height: 52px;
  padding-top: 16px;
}
.abou-title p{
  font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.about-img1{
  position: relative;
    top: 119px;
    left: -100px;
}
.premium-boxes{
  background-color: #ae8962;
  width: 100%;
  margin-top:96px;
  color: #fff;
  font-family: EBGaramond-Bold;
  width: 100%;
}
.premium-boxes h1{
  padding: 66px;
}
.box-left{
  padding-top: 128px;
  padding-left: 40px;
  width: 424px; 
}
.box-one{
  
  padding-top: 84px;
}
.box-two{
  position: relative;
    left: 134px;

    padding-top: 84px;
}

.end-section{
  margin-bottom: 100px;
  background-color: #f7f7f7;
  margin-top: 100px;
}
.contact-head{
  margin-top: 130px;
}
.submitbtn{
  float: right;
  margin-top: 61px;
  width: 135px;
  padding: 10px;
  color: #ffffff;
  background-color: #ae8962;
  border: none;
  transition: all 0.3s ease;
}
.submitbtn:hover{
 background-color: #533838;
 transition: all 0.3s ease;
}
.box-left h3{
  font-family: EBGaramond-SemiBold;
}
.box-left p{
  font-family: EBGaramond;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.contact-head h1{
  font-family: EBGaramond-SemiBold;
}
.contact-head p{
  font-family: EBGaramond;
    /* color: #000000; */
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.contact-head span{
  font-weight: bold;
  color: #493e3e;
}

@media screen and (max-width: 768px) {
  .about-img1{
    top: 0;
    left: 0;
  }
  
  .about-img1 img{
    width: 392px;
  }
  .about-title{
    position: relative;
    top: 152px;
    width: 52vh;
  }
  .about-title h2{
    font-size: 33px;
  }
  .box-left {
    padding-top: 82px;
    width: 332px;
    padding-left: 0;
}
.box-two{
  left:0;
  display: flex;
    justify-content: center;
}
.box-one {
  padding-top: 45px;
  justify-content: center;
  display: flex;
}
.premium-boxes h1{
  font-size: 32px;
}
.partner-log{
  display: flex;
  justify-content: center;
  margin-left: 0;
}
.partner-logo {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
}


.sponser-para h4{
  padding: 32px;
}
.sponser-para h1{
  font-weight: bold;
    font-size: 24px;
    padding-left: 32px;
    padding-bottom: 2px;
}
.sponser-para{
  margin-top: 70px;
}
.sponser-para p{
  padding-left: 32px;
  line-height: 21px !important;
  color: #000 !important;
  font-size: 14px;
  font-family: EBGaramond;
    font-size: 14px;
}
.sponser-left img{
  width: 384px;
    left: 156px;
    position: relative;
}
@media screen and (max-width: 700px){
  .sponser-left img{
    left: 0px;
  }
}

@media (min-width: 992px)
{
.d-lg-block {
    
    display: block !important;
    position: relative;
    left: -70px;
}  
}

@media screen and (min-device-width: 1500px) and (max-device-width: 3000px) { 
  /* .partner-log {
      margin-left: 12vh !important;

}
.recipie-details_img img{
  margin-left: 26vh;
} */
.recipie-class{
  width: 48% !important;
}
}


@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
  .recipie-details{
    position: relative;
   left:20vh;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .recipie-details{
    position: relative;
    left:45vh;
   
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
   .recipie-details{
    position: relative;
    margin-left: 10vh;
  } 
}
@media screen and (min-width:900px) and (max-width:1399px){
  .recipie-details {
    
    margin-left: 21vh;
  }
}