*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
html{
  font-size: 1rem;
    scroll-behavior: smooth;
}


body.fade-out {
  opacity: 0;
  transition: none;
}
body{
  font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    opacity: 1;
    transition: 2s opacity;
      color: #333333;
}
h1{
font-family: 'Castoro', serif;
  line-height: normal;
}

p{
  color:#333333;
}
h1,h2,h3{
  font-family: 'Castoro', serif;
  color: #333333;
}
h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #333333;
  font-weight: 500;
}

h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.pad-8{
  padding-bottom: 8px;
  padding-right: 8px !important;
}

.content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
}
button.read_more_btn.collapsible.active {
  display: none;
}


.max-width-85 {
    max-width: 1600px;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    padding-top: 30px;
}
.img-responsive{
  width: 100%;
}
button:focus {
  outline: none !important;
}
.two-column-text {
  column-count: 2;
}

h2, .h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 500;
}

ul {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

li {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}


p{
  font-size: 1rem;
  color: #333333;
}

.pad_btm_30{
  padding-bottom: 30px;
}

button.read_more_btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 3px;
  font-weight: 600;
}

.text_title {
  position: relative;
}

.text_title h2 {
  font-size: 2rem;
}

.text_title::before {
    position: absolute;
    content: "";
    width: 316px;
    height: 13px;
    background-image: url(../img/title_border.png);
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 100%);
}

button.button_red {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  margin-right: 15px;
  transition: .5s;
  font-size: .9rem;
  font-weight: 500;
}

button.button_border {
  background-color: transparent;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #313b48;
  transition: .5s;
  font-size: .9rem;
  font-weight: 500;
}

button.button_red:hover{
  background-color: transparent;
  border: 1px solid #b43c1a;
  color: #313b48;
  transition: .5s;
}

button.button_border:hover{
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  color: #fff;
  transition: .5s;
}



@media screen and (max-width:767px) {
.max-width-85 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
h2, .h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

    
    
}






/* ////////////////////scroll///////////////////////// */



/* ////////////////////////navbar/////////////////////////// */

header#header {
  position: absolute;
  background-color: transparent;
  width: 100%;
  z-index: 1;
}

.dropdown button {
  padding: 0.2em .4rem;
  font-size: .95rem;
  color: #000;
  font-weight: 500;
  transition: .3s;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

#header-nav {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    z-index: 1000;
  }
  #header-nav.hide-nav-bar {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  a.menu-link {
    float: right;
    display: block;
    padding: 1em;
    margin-top: 36px;
}
  nav[role=navigation] {
    clear: right;
    -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;
  }
  .js nav[role=navigation] {
    max-height: 0;

  }
nav[role=navigation].active {
    max-height: 9rem;
}

  nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    float: left;
 
  }
nav[role=navigation] li a {
    display: block;
    font-size: .95rem;
    color: #fff;
    font-weight: 400;
    transition: .3s;
}

nav[role=navigation] li a:hover{
    text-decoration: none;
    color: #eaae68;
    transition: .3s;
}
  .menu-link {
    height: 30px;
    width: 33px;
    cursor: pointer;
  }
  .bar1,
  .bar2,
  .bar3 {
    margin-top: 3px;
    background: #fff;
    width: 33px;
    height: 4px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .bar2 {
    margin-top: 13px;
  }
  .bar3 {
    margin-top: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
    .brand {
        padding: 0;
        max-width: 260px;
    }
.header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.badge_img {
    padding: 0;
    max-width: 350px;
    margin-top: 40px;
}

.header_logo_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 20px;
}


.header_logo_block {
  display: none;
}

  .brand a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}

nav#menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #2F3C01;
    padding: 16px 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 25px;
    color: #fff;
    margin-top: 50%;
}

.header_inner nav#menu {
  margin-top: 70px;
}
span.navbar-top-icon {
  margin-right: 10px;
}

li.active a {
    border-bottom: 2px solid #000 !important;
}

  @media screen and (min-width: 400px) {

    a.menu-link {
      display: none !important;
    }
    .js nav[role=navigation] {
      max-height: none;
    }
    nav[role=navigation] ul {
      margin: 0 0 0 -0.25em;
      border: 0;
      float: right;
  }
nav[role=navigation] li {
    display: inline-block;
    margin: 0 0.25em;
    padding: 0 10px;
}
    nav[role=navigation] li a {
      border: 0;
    }

  }


  @media screen and (max-width: 767px) {

nav#menu {
    margin-top: 30%;
}
}

  @media screen and (max-width: 400px) {
header#header {
    z-index: 1;
}
      
nav#menu ul li {
    padding-bottom: 16px;
}  
      
      
    .js nav[role=navigation] {
      display: none !important;
  }
  nav#menu.active {
    display: block !important;
    height: 360px;
}
.brand img {
  z-index: 10;
}

nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  float: left;
  padding: 0.7em 0 0;
  width: 100%;
    z-index: 100;
}

    nav[role=navigation] {
      width: 100%;
  }
  nav[role=navigation] li a {
    padding-left: 0;
}
.brand {

  padding-bottom: 12px;
}


li.active::before {
  display: none;
}
.brand {
  float: left;
  padding: 1em 0;
  width: 80%;
}

nav#menu {
  padding: 10px 30px;
    border-radius: 5px;
}
.header_logo_block {
  position: relative;
}
nav#menu {
    margin-top: 0;
}
a.menu-link {
    display: block !important;
    top: -250px;
    position: absolute;
    right: 30px;
}    
      
  }

  @media screen and (max-width: 576px) {

div#header-nav .row.align-items-center {
  display: block !important;
}

  }


li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,a:focus{
  text-decoration: none;
}


#menu li.active a {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  line-height: 1;
  font-weight: 700 !important;
}

.brand_top {
  width: 60px;
}


  /* ////////////////////////navbar ends here/////////////////////////// */


#home_banner_section_202008_02 {
    background-image: url(../img/home_banner.jpg);
    width: 100%;
    height: 920px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner_text {
  padding-top: 150px;
  height: 90vh;
}

.banner_text h1 {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 15px;
}
.banner_text h4 {
  color: #313b48;
  font-weight: 600;
  font-size: 1.3rem;
}

.button_group {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* ////////////////////////////////////////////// */


section#home_about_section_202009_01 {
  padding: 50px 0;
  position: relative;
}
.row.home_about_img img {
    padding-bottom: 15px;
}



/* //////////////////////////////////////////////// */


section#full_width_wrapper {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
}
.col.hs_havilah_block_item {
    padding-top: 25px;
    border-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.row.hs_havilah_block {
  padding-top: 20px;
}

.col.hs_havilah_block_item:last-child {
  border-right: 0px solid #b3b3b3;
}
.production_icon {
    background-color: #A7B688;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 12px;
}
.production_icon img {
    padding: 10px;
}

.col.hs_havilah_block_item h5 {
    font-weight: 600;
    font-size: 1.1rem;
}

/* //////////////////////////////////////////////// */


section#products_section_202009_01 {
  padding: 50px 0;
  position: relative;
  background-color: #F1F2EB;  
  border-top: 1px solid #97A06E;
}

section#products_section_202009_01::before {
    position: absolute;
    content: "";
    background-image: url(../img/product_bg.png);
    width: 250px;
    height: 75%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
section#products_section_202009_01::after {
    position: absolute;
    content: "";
    background-image: url(../img/product_bg_2.png);
    width: 250px;
    height: 75%;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}




.row.featured_products_block {
    padding-top: 40px;
    align-items: flex-end;
}
.featured_products_item {
  padding-bottom: 10px;
}
.featured_products_item_text {
    padding-top: 0;
    text-align: center;
}
.featured_products_item_text h5 {
    font-weight: 600;
    font-size: 1.1rem;
}

/* //////////////////////////////////////////////////////////// */

section#our_process_section_202009_01 {
  padding: 50px 0;
  position: relative;
  background-color: #fcf2de;
}

#inner_our_process_section_202009_01{
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}

.row.our_process_block {
  padding-top: 20px;
}
.our_process_item {
  padding-bottom: 20px;
  text-align: center;
}

.our_process_item_icon {
  margin-bottom: 10px;
}
.our_process_item_icon img {
  width: 50px;
  height: 50px;
  border: 1px solid #f4ac0c;
  border-radius: 50%;
  padding: 3px;
}





/* //////////////////contact page////////////////// */



#contact_block_202009_01{
  padding: 50px 0;
  position: relative;
}



#contact_banner_202007_01{
  padding: 80px 0;
  position: relative;
  background-color: #f9ca39;
}

.contact-block-address h4 {
  margin-bottom: 15px;
}
i.contact-icon {
  margin-right: 10px;
}
.demoInputBox {
  margin-bottom: 10px;
  border: 0;
  border: 1px solid #313131;
  border-radius: 0;
  padding: 10px 10px;
}
.contact-block-address a {
  color: #000;
}
button.submit-btn {
  background-color: #000;
  border-radius: 0;
  padding: 11px 26px;
  line-height: 1;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  border: 0;
}
.service_block_202007_02_text_block {
  margin-bottom: 30px;
}




#make_a_tea_section_202009_01{
    background-image: url(../img/make_tea_wrapper.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.make_a_tea_text_block {
    padding: 40px 30px;
    position: relative;
    background-color: #EDAE5F;
}

.make_a_tea_text_block ul li {
    list-style: disc;
    margin-left: 19px;
    padding-bottom: 6px;
}

section#testimony_section_202009_01 {
    padding: 60px 0 30px;
    position: relative;
}
.testimony_block {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.testimony_block_img {
    flex: 0 0 25.333333%;
    max-width: 25.333333%;
    padding-right: 30px;
}
.testimony_block_img img {
    border-radius: 50%;
}
/*------------------------footer section-----------------------*/


ul.footer-navbar-02 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
ul.footer-navbar-02 li {
  margin-right: 20px;
}
ul.footer-navbar-02 li a {
  color: #1a1a1a;
  transition: .5s;
}
ul.footer-navbar-02 li a:hover {
color: #1a1a1a !important;
transition: .5s;
}
.footer-contact-details a {
  color: #1a1a1a;
}
.footer-contact-details {
  padding-top: 20px;
}

.footer-contact-details span {
  margin-right: 10px;
}
.footer-contact-details div {
  margin-bottom: 10px;
}


#contact_section {
  background-color: #F1F2EB;
  padding: 40px 0px;
  border-top: 2px solid #546323;
}
.row.footer_block_item {
    border-right: 1px solid #fff;
}
.about_block_202007_03_text p {
    margin-bottom: 5px;
}



.footer_block_item_logo {
    margin-bottom: 0;
    max-width: 140px;
    position: absolute;
    bottom: -30px;
}
.footer_text p {
  margin-bottom: 0;
  font-size: .85rem;
}

.social_media_block ul {
    display: flex;
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: flex-end;
}
.social_media_block ul li {
    margin-right: 25px;
}




.demoInputBox {
    border: 0;
    color: #000 !important;
    margin-bottom: 20px;
}

.demoInputBox:focus{
    outline: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.row.form-group-wrapper {
    align-items: flex-end;
}
button.submit-btn {
    margin-bottom: 20px;
    background-color: #666666;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    transition: .5s;
}

button.submit-btn:hover {
    background-color: #4d4c4c;
    transition: .5s;
    color: #fff;
}





@media only screen and (max-width:576px) {

ul.footer-navbar-02 {
  display: none;
}

.testimony_block {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    flex-direction: column;
}
.testimony_block_img {
    flex: 0 0 38.333333%;
    max-width: 38.333333%;
    padding-right: 30px;
    margin-bottom: 13px;
}
    
.footer_block_item_logo {
    margin-bottom: 0;
    max-width: 110px;
    position: absolute;
    bottom: -80px;
}
}
/* ///////////////////////////////about_page//////////////////////////////// */



.inner_banner_text {
  position: absolute;
  bottom: 40px;
}

@media only screen and (max-width:991px) {
  .inner_page_banner img {
    height: 360px;
    object-fit: cover;
  }
  .brand {
    padding: 0;
    max-width: 120px;
    margin-top: 20px;
}


.header_inner nav#menu {
  margin-top: 40px;
}



}



/*-------------------about_block_202007_04   img-grid----------------*/



.about_block_202007_04_img_grid {
  padding-bottom: 20px;
}

.about_block_202007_04_img_grid_block .col-lg-6.col-md-6.col-sm-12.col-xs-12{
position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.about_block_202007_04_img_grid.img_grid_item_02 {
  display: flex;
  justify-content: flex-end;
}
section#about_block_202007_04 {
  padding: 60px 0;
}

@media only screen and (max-width:576px) {

  .about_block_202007_04_img_grid.img_grid_item_02 img{
    width: 100%;
  }

  }



/* ////////////////////////////////////////////////////////////////////// */

section#products_section_202009_01 {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

ul.product_list_items {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-bottom: 30px;
}
ul.product_list_items li{
  padding: 0px 12px;
  border-right: 1px solid #202022;
}

ul.product_list_items li a {
  color: #202022;
  font-size: 1.2rem;
}
ul.product_list_items li:last-child {
  border-right: 0px;
}

.products_item_list_block_img {
  padding-bottom: 25px;
}
.products_item_list_block_text ul li {
  list-style: disc;
  margin-left: 20px;
  padding-bottom: 5px;
}

.products_item_list_block_text {
  padding-left: 20px;
}
button.btn_shop {
  background-color: #f4ac0c;
  padding: 5px 18px;
  border: 0;
  margin-top: 10px;
  transition: .5s;
}

button.btn_shop:hover {
  background-color: #202022;
  color: #f4ac0c;
  transition: .5s;
}


/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(24, 23, 23, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  -webkit-box-shadow: 0 0 20px rgba(156, 10, 10, 0.05);
  box-shadow: 0 0 20px rgba(173, 4, 4, 0.05);
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: rgb(63, 61, 61);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
      height: 40px;
      width: 40px;
      right: 30px;
      bottom: 88px;
  }
}




@media only screen and (max-width: 1200px) {

section#products_section_202009_01::after {
    width: 170px;
    height: 75%;
}
#home_banner_section_202008_02 {
    height: 700px;
}
    

}



@media only screen and (max-width: 767px) {

section#products_section_202009_01::before {
    width: 140px;
}
    
#home_banner_section_202008_02 {
    height: 600px;
}
   
section#products_section_202009_01::after {
    width: 140px;
    z-index: -1;
}
    
}