/**
Theme Name: Organici
*/
/**
 * Table of Contents
 *
 * 1. Padding, Margin, Font-size
 * 2. Custom CSS
 */

/*--------------------------------------------------------------
1. Padding, Margin, Font-size
--------------------------------------------------------------*/

:root {

  /* Honey */
  --honey-bg: #FFF8E6;
  --honey-text-1: #B7791F;
  --honey-text-2: #7C4A03;

  /* Caramel */
  --caramel-bg: #FAEEE6;
  --caramel-text-1: #9C4E1E;
  --caramel-text-2: #613112;

  /* Invert Sugar */
  --invert-bg: #FFF8E3;
  --invert-text-1: #C89A17;
  --invert-text-2: #85620B;

  /* Dhaga Mishri */
  --mishri-bg: #F2FBFE;
  --mishri-text-1: #0B6E88;
  --mishri-text-2: #084C61;

  /* Sharbats */
  --sharbat-bg: #FFF1F3;
  --sharbat-text-1: #C53044;
  --sharbat-text-2: #8F1D3F;

  /* Refined Sugar */
  --sugar-bg: #FCFCFD;
  --sugar-text-1: #5B6472;
  --sugar-text-2: #2F3946;

}

/* Font style */
.fsi {
  font-style: italic !important;
}

.fsn {
  font-style: normal !important;
}

/* Font weight */
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.fz-5 {
  font-size: 50px;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.p-11 {
  padding: 110px !important;
}

.p-12 {
  padding: 120px !important;
}

.p-13 {
  padding: 130px !important;
}

.p-14 {
  padding: 140px !important;
}

.p-15 {
  padding: 150px !important;
}

.p-16 {
  padding: 160px !important;
}

.p-17 {
  padding: 170px !important;
}

.p-18 {
  padding: 180px !important;
}

.p-19 {
  padding: 190px !important;
}

.p-20 {
  padding: 200px !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pt-11 {
  padding-top: 110px !important;
}

.pt-12 {
  padding-top: 120px !important;
}

.pt-13 {
  padding-top: 130px !important;
}

.pt-14 {
  padding-top: 140px !important;
}

.pt-15 {
  padding-top: 150px !important;
}

.pt-16 {
  padding-top: 160px !important;
}

.pt-17 {
  padding-top: 170px !important;
}

.pt-18 {
  padding-top: 180px !important;
}

.pt-19 {
  padding-top: 190px !important;
}

.pt-20 {
  padding-top: 200px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.pr-11 {
  padding-right: 110px !important;
}

.pr-12 {
  padding-right: 120px !important;
}

.pr-13 {
  padding-right: 130px !important;
}

.pr-14 {
  padding-right: 140px !important;
}

.pr-15 {
  padding-right: 150px !important;
}

.pr-16 {
  padding-right: 160px !important;
}

.pr-17 {
  padding-right: 170px !important;
}

.pr-18 {
  padding-right: 180px !important;
}

.pr-19 {
  padding-right: 190px !important;
}

.pr-20 {
  padding-right: 200px !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pb-11 {
  padding-bottom: 110px !important;
}

.pb-12 {
  padding-bottom: 120px !important;
}

.pb-13 {
  padding-bottom: 130px !important;
}

.pb-14 {
  padding-bottom: 140px !important;
}

.pb-15 {
  padding-bottom: 150px !important;
}

.pb-16 {
  padding-bottom: 160px !important;
}

.pb-17 {
  padding-bottom: 170px !important;
}

.pb-18 {
  padding-bottom: 180px !important;
}

.pb-19 {
  padding-bottom: 190px !important;
}

.pb-20 {
  padding-bottom: 200px !important;
}

.pb-26 {
  padding-bottom: 260px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pl-11 {
  padding-left: 110px !important;
}

.pl-12 {
  padding-left: 120px !important;
}

.pl-13 {
  padding-left: 130px !important;
}

.pl-14 {
  padding-left: 140px !important;
}

.pl-15 {
  padding-left: 150px !important;
}

.pl-16 {
  padding-left: 160px !important;
}

.pl-17 {
  padding-left: 170px !important;
}

.pl-18 {
  padding-left: 180px !important;
}

.pl-19 {
  padding-left: 190px !important;
}

.pl-20 {
  padding-left: 200px !important;
}

/* Margin */
.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.m-11 {
  margin: 110px !important;
}

.m-12 {
  margin: 120px !important;
}

.m-13 {
  margin: 130px !important;
}

.m-14 {
  margin: 140px !important;
}

.m-15 {
  margin: 150px !important;
}

.m-16 {
  margin: 160px !important;
}

.m-17 {
  margin: 170px !important;
}

.m-18 {
  margin: 180px !important;
}

.m-19 {
  margin: 190px !important;
}

.m-20 {
  margin: 200px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mt-11 {
  margin-top: 110px !important;
}

.mt-12 {
  margin-top: 120px !important;
}

.mt-13 {
  margin-top: 130px !important;
}

.mt-14 {
  margin-top: 140px !important;
}

.mt-15 {
  margin-top: 150px !important;
}

.mt-16 {
  margin-top: 160px !important;
}

.mt-17 {
  margin-top: 170px !important;
}

.mt-18 {
  margin-top: 180px !important;
}

.mt-19 {
  margin-top: 190px !important;
}

.mt-20 {
  margin-top: 200px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mr-11 {
  margin-right: 110px !important;
}

.mr-12 {
  margin-right: 120px !important;
}

.mr-13 {
  margin-right: 130px !important;
}

.mr-14 {
  margin-right: 140px !important;
}

.mr-15 {
  margin-right: 150px !important;
}

.mr-16 {
  margin-right: 160px !important;
}

.mr-17 {
  margin-right: 170px !important;
}

.mr-18 {
  margin-right: 180px !important;
}

.mr-19 {
  margin-right: 190px !important;
}

.mr-20 {
  margin-right: 200px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mb-11 {
  margin-bottom: 110px !important;
}

.mb-12 {
  margin-bottom: 120px !important;
}

.mb-13 {
  margin-bottom: 130px !important;
}

.mb-14 {
  margin-bottom: 140px !important;
}

.mb-15 {
  margin-bottom: 150px !important;
}

.mb-16 {
  margin-bottom: 160px !important;
}

.mb-17 {
  margin-bottom: 170px !important;
}

.mb-18 {
  margin-bottom: 180px !important;
}

.mb-19 {
  margin-bottom: 190px !important;
}

.mb-20 {
  margin-bottom: 200px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.ml-11 {
  margin-left: 110px !important;
}

.ml-12 {
  margin-left: 120px !important;
}

.ml-13 {
  margin-left: 130px !important;
}

.ml-14 {
  margin-left: 140px !important;
}

.ml-15 {
  margin-left: 150px !important;
}

.ml-16 {
  margin-left: 160px !important;
}

.ml-17 {
  margin-left: 170px !important;
}

.ml-18 {
  margin-left: 180px !important;
}

.ml-19 {
  margin-left: 190px !important;
}

.ml-20 {
  margin-left: 200px !important;
}

/* Margin top negative */
.mtn-0 {
  margin-top: 0px !important;
}

.mtn-1 {
  margin-top: -10px !important;
}

.mtn-2 {
  margin-top: -20px !important;
}

.mtn-3 {
  margin-top: -30px !important;
}

.mtn-4 {
  margin-top: -40px !important;
}

.mtn-5 {
  margin-top: -50px !important;
}

.mtn-6 {
  margin-top: -60px !important;
}

.mtn-7 {
  margin-top: -70px !important;
}

.mtn-8 {
  margin-top: -80px !important;
}

.mtn-9 {
  margin-top: -90px !important;
}

.mtn-10 {
  margin-top: -100px !important;
}

.mtn-11 {
  margin-top: -110px !important;
}

.mtn-12 {
  margin-top: -120px !important;
}

.mtn-13 {
  margin-top: -130px !important;
}

.mtn-14 {
  margin-top: -140px !important;
}

.mtn-15 {
  margin-top: -150px !important;
}

.mtn-16 {
  margin-top: -160px !important;
}

.mtn-17 {
  margin-top: -170px !important;
}

.mtn-18 {
  margin-top: -180px !important;
}

.mtn-19 {
  margin-top: -190px !important;
}

.mtn-20 {
  margin-top: -200px !important;
}

/* Margin right negative */
.mrn-0 {
  margin-right: 0px !important;
}

.mrn-1 {
  margin-right: -10px !important;
}

.mrn-2 {
  margin-right: -20px !important;
}

.mrn-3 {
  margin-right: -30px !important;
}

.mrn-4 {
  margin-right: -40px !important;
}

.mrn-5 {
  margin-right: -50px !important;
}

.mrn-6 {
  margin-right: -60px !important;
}

.mrn-7 {
  margin-right: -70px !important;
}

.mrn-8 {
  margin-right: -80px !important;
}

.mrn-9 {
  margin-right: -90px !important;
}

.mrn-10 {
  margin-right: -100px !important;
}



.mrn-11 {
  margin-right: -110px !important;
}

.mrn-12 {
  margin-right: -120px !important;
}

.mrn-13 {
  margin-right: -130px !important;
}

.mrn-14 {
  margin-right: -140px !important;
}

.mrn-15 {
  margin-right: -150px !important;
}

.mrn-16 {
  margin-right: -160px !important;
}

.mrn-17 {
  margin-right: -170px !important;
}

.mrn-18 {
  margin-right: -180px !important;
}

.mrn-19 {
  margin-right: -190px !important;
}

.mrn-20 {
  margin-right: -200px !important;
}

/* Margin bottom negative */
.mbn-0 {
  margin-bottom: 0px !important;
}

.mbn-1 {
  margin-bottom: -10px !important;
}

.mbn-2 {
  margin-bottom: -20px !important;
}

.mbn-3 {
  margin-bottom: -30px !important;
}

.mbn-4 {
  margin-bottom: -40px !important;
}

.mbn-5 {
  margin-bottom: -50px !important;
}

.mbn-6 {
  margin-bottom: -60px !important;
}

.mbn-7 {
  margin-bottom: -70px !important;
}

.mbn-8 {
  margin-bottom: -80px !important;
}

.mbn-9 {
  margin-bottom: -90px !important;
}

.mbn-10 {
  margin-bottom: -100px !important;
}

.mbn-11 {
  margin-bottom: -110px !important;
}

.mbn-12 {
  margin-bottom: -120px !important;
}

.mbn-13 {
  margin-bottom: -130px !important;
}

.mbn-14 {
  margin-bottom: -140px !important;
}

.mbn-15 {
  margin-bottom: -150px !important;
}

.mbn-16 {
  margin-bottom: -160px !important;
}

.mbn-17 {
  margin-bottom: -170px !important;
}

.mbn-18 {
  margin-bottom: -180px !important;
}

.mbn-19 {
  margin-bottom: -190px !important;
}

.mbn-20 {
  margin-bottom: -200px !important;
}

/* Margin left negative */
.mln-0 {
  margin-left: 0px !important;
}

.mln-1 {
  margin-left: -10px !important;
}

.mln-2 {
  margin-left: -20px !important;
}

.mln-3 {
  margin-left: -30px !important;
}

.mln-4 {
  margin-left: -40px !important;
}

.mln-5 {
  margin-left: -50px !important;
}

.mln-6 {
  margin-left: -60px !important;
}

.mln-7 {
  margin-left: -70px !important;
}

.mln-8 {
  margin-left: -80px !important;
}

.mln-9 {
  margin-left: -90px !important;
}

.mln-10 {
  margin-left: -100px !important;
}

.mln-11 {
  margin-left: -110px !important;
}

.mln-12 {
  margin-left: -120px !important;
}

.mln-13 {
  margin-left: -130px !important;
}

.mln-14 {
  margin-left: -140px !important;
}

.mln-15 {
  margin-left: -150px !important;
}

.mln-16 {
  margin-left: -160px !important;
}

.mln-17 {
  margin-left: -170px !important;
}

.mln-18 {
  margin-left: -180px !important;
}

.mln-19 {
  margin-left: -190px !important;
}

.mln-20 {
  margin-left: -200px !important;
}

.white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #f2f2f2 !important;
}

/*--------------------------------------------------------------
2. Custom CSS
--------------------------------------------------------------*/
iframe {
  border: none;
  width: 100%;
}

.image-top {
  position: relative;
  z-index: 1;
}

header .navbar,
.noo-header.header-2 .menu-position {
  min-height: 80px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs>li>a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #212121;
}

.interact-banner {
  padding-top: 95px;
  background-image: url(../images/website-images/modern-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .20) 0%, rgba(255, 255, 255, 0) 45%),
    radial-gradient(circle at 55% 45%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(135deg, #E8D18C 0%, #F0DD9E 20%, #FFF4D6 45%, #F3D97A 75%, #D4A017 100%); */
}

.feature-product {
  padding-top: 65px;
  background-color: #FFF3D4;
}

.feature-product-2 {
  padding-top: 95px;
  padding-bottom: 97px;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-to-action-1 {
  padding-top: 85px;
  padding-bottom: 95px;
  background-image: url(../images/website-images/ramkripa-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(../images/testimonial_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-2 {
  padding-top: 130px;
  padding-bottom: 260px;
  background-image: url(../images/testimonials.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/testimonial_bg_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-4 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url(../images/testimonial_bg_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.noo-testimonial-sync1 .background_image,
.testimonial-header .background_image {
  background-image: url(../images/vector.png);
}

.noo-testimonial-sync1.style-2 .background_image {
  background-image: url(../images/vector_green.png);
}

.newsletter {
  background-image: url(../images/newsletter.jpg);
}


.noo-footer-shop-now {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  position: relative;
  /* text-align: center; */
  background-image: url(../images/website-images/home-page-products.png);
}

.noo-footer-shop-now::before {
  background: rgba(214, 178, 37, 0.34);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '';
}

.about-us-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/bg_white.jpg);
}

.our-product {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/bg_our_product.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}

.ads {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/image-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ads h2 {
  text-align: center;
  font-size: 34px;
  color: #fff;
}

.noo-simple-product-bk {
  background-image: url('../images/bg_creative.jpg');
}

.noo-simple-product-bk-2 {
  background-image: url('../images/simple-product.jpg');
}

.story-bk {
  background-image: url('../images/rectangle.png');
}

.noo-about-left {
  background-image: url('../images/image_lefft.jpg');
}

.noo-image {
  background-image: url('../images/photo.jpg');
}

.our-menu {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(../images/today_menu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.noo-product-menu-content {
  background-image: url('../images/bread.jpg');
}

.our-service {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/bg12.jpg);
}

.footer-4 {
  background-image: url(../images/footer_bg.jpg);
}

.img-background-color {
  background-color: #f4eede;
}

.img-background-sign {
  background-image: url(../images/image.jpg);
}

.img-background-sign.style-2 {
  background-image: url(../images/store.jpg);
}

.noo-page-heading {
  background-image: url('../images/hero-banner.jpg');
}

.noo-page-heading.heading-2 {
  background-image: url('../images/header-business.jpg');
}

.noo-page-heading.heading-3 {
  background-image: url('../images/header-agency.jpg');
}

.noo-page-heading.heading-4 {
  background-image: url('../images/header-fullwidth.jpg');
}

.noo-page-heading.heading-5 {
  background-image: url('../images/header-business.jpg');
}

.noo-page-heading.heading-6 {
  background-image: url('../images/header-center.jpg');
}

.noo-page-heading.heading-blog {
  background-image: url('../images/header-blog.jpg');
}

.image-elastickstack.bg-1 {
  background-image: url(../images/stack-1.jpg);
}

.image-elastickstack.bg-2 {
  background-image: url(../images/stack-2.jpg);
}

.image-elastickstack.bg-3 {
  background-image: url(../images/stack-3.jpg);
}

.image-elastickstack.bg-4 {
  background-image: url(../images/stack-4.jpg);
}

.content-featured img {
  width: 100%;
  height: auto;
}

.masonry-container .masonry-item .owl-theme .owl-controls {
  margin-top: 20px;
}

.blog-item .blog-slider img {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: block;
  max-width: 100%;
  width: 100%;
}

.blog-item .blog-slider .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#googleMap {
  height: 440px;
}

.noo-images-grid .grid-1 {
  background-image: url('../images/grid_1.jpg');
}

.noo-images-grid .grid-2 {
  background-image: url('../images/grid_2.jpg');
}

.noo-images-grid .grid-3 {
  background-image: url('../images/grid_3.jpg');
}

.noo-images-grid .grid-4 {
  background-image: url('../images/grid_4.jpg');
}

.flickr_badge_image {
  margin: 0 10px 10px 0;
  width: 72px;
  height: 72px;
  display: inline-block;
  background: 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .masonry-container .masonry-item {
    width: 100%;
    max-width: 100%;
  }

  .masonry-container .masonry-item img {
    width: 100%;
  }

  .interact-banner {
    background-size: 100% 100%;
  }

  .navbar-brand {
    margin-top: 6px;
    padding-left: 0;
  }

  .header-1 .navbar-brand,
  .header-3 .navbar-brand,
  .header-5 .navbar-brand {
    margin-top: 0px;
  }

  .header-3 .noo_menu_canvas,
  .header-6 .noo_menu_canvas,
  .header-1 .noo_menu_canvas {
    margin-top: 7px;
  }

  .noo-menu-extend {
    display: none;
  }
}

@media (max-width: 414px) {
  .noo-clients.noo-clients-3 {
    width: 100%;
  }

  .heading-2 .page-title {
    margin-top: 35px;
  }

  .noo-farmer-title.noo-farmer-title-slider {
    clear: left;
  }
}




.blog-thumbnail img {
  width: 282px;
  height: 250px;
  object-fit: cover;
  display: block;
}


.noo-farmer-thumbnail img {
  width: 282px;
  height: 250px;
  object-fit: cover;
  display: block;
}


/* options css for card */
.blog-item {
  background: #fff;
  /* border-radius: 16px; */
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.blog-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.blog-thumbnail {
  overflow: hidden;
}

.blog-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.blog-item:hover .blog-thumbnail img {
  transform: scale(1.08);
}

.blog-content {
  padding: 24px;
}

.blog-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D4AF37;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.blog-content .read-more:hover {
  color: #0F172A;
}

/* fitter icon  */
.noo-header-filter li a i {
  font-size: 24px;
  margin-right: 10px;
  transition: 0.3s ease;
}

/* Icon Colors */
.all-icon {
  color: #2563EB;
  /* Blue */
}

.industrial-icon {
  color: #F59E0B;
  /* Orange */
}

.consumer-icon {
  color: #10B981;
  /* Green */
}

.syrup-icon {
  color: #DC2626;
  /* Red */
}

.sugar-icon {
  color: #8B5CF6;
  /* Purple */
}

/* Hover */
.noo-header-filter li a:hover i,
.noo-header-filter li a.selected i {
  transform: scale(1.1);
  opacity: 0.9;
}




.commerce .product-grid .noo-product-title .noo-product-action {
  background: #17a14c;
  transition: all 0.3s ease;
}

.commerce .product-grid .noo-product-title .noo-product-action:hover {
  background: #e28405 !important;
}

.product_type_simple {
  background-color: #17a14c !important;
  border: 1px solid #17a14c;
  color: #000;
  transition: all 0.3s ease;
}

.product_type_simple:hover {
  background-color: #e28405 !important;
  border-color: #e28405;
  color: #000;
}


p {
  color: #000 !important;
}



.noo-farmer .noo-farmer-content {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.noo-farmer:hover .noo-farmer-content {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  background: #EAF8FD;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #17a14c;
  /* font-weight: 800 !important; */
}

.noo-farmer-content h4 {
  color: black !important;
}

.noo-represent h2 {
  color: #17a14c;
  font-size: 56px;
  margin: 18px 0 25px;
}

span {
  color: #e28405;
}

.noo-product-title .amount {
  color: #fcc72b !important;

}

.noo-product-title span {
  color: white !important;
  font-weight: 800 !important;
}

.commerce .product-grid .noo-product-thumbnail .noo-rating .star-rating::before {
  color: #DC2626 !important
}

.blog-item .blog-description .cat a {
  color: #e28405 !important;
  font-weight: 800 !important;
}

.cat {
  color: #e28405 !important;
  font-weight: 800 !important;
}

.blog-description h3 a {
  color: #a52506 !important;
  font-weight: 800 !important;
  font-size: 22px;
  padding: 1px 3% 1px !important;
}


.noo-farmer-content h4 {
  color: #17a14c !important;
}

.noo-header-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  text-align: center;
}

.noo-header-filter li a,
.noo-header-filter li>span {
  font-weight: 600;
}

.noo_testimonial_wrap .noo-testimonial-sync2.testimonial-three {
  padding-top: 10px !important;
  max-width: 1100px;
}

.noo_testimonial_wrap .noo-testimonial-sync1.testimonial-three {
  padding-bottom: 5px;
  padding-top: 5px;
}

.noo_testimonial_wrap .noo-testimonial-sync2.testimonial-three .testimonial-content {
  margin-bottom: 0px;
  margin-top: 20px;
}

.testi-title {
  margin-bottom: 10px !important;
}

.fa::before,
.fab::before,
.far::before,
.fas::before {
  color: #e28405 !important;
}

.noo-product-masonry {
  margin-top: 40px;
}

.noo-footer-shop-now {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  position: relative;
  /* text-align: center; */
  background-image: url(../images/website-images/home-page-products.png);
}

.noo-footer-shop-now::before {
  background: rgba(214, 178, 37, 0.34);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '';
}


.noo-footer-shop-now h3 {
  color: var(--sharbat-text-2) !important;
}

.noo-footer-shop-now h4 {
  color: var(--sharbat-text-1);

}


.blog-item .blog-description .view-more {
  background-color: #e28405 !important;
  font-weight: 800;
  transition: all 0.3s ease;
}

.blog-item .blog-description .view-more:hover {
  background-color: #a52506 !important;
  color: white;
}

.commerce .product-grid .noo-product-title h3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.noo-header.header-4 .noo-main-menu .navbar-nav li>a {
  color: #9C4E1E !important;
  font-weight: 800;
}

.noo-topbar ul li a {
  color: #9C4E1E !important;
  font-weight: 800;
  position: relative;
}


.noo-short-intro h2 {

  color: #9C4E1E !important;
  background-image: none;
}

.noo-short-intro h4 {
  font-size: 34px;
  color: #e28405;
  line-height: 55px;
  margin: 0;
  padding: 0 0 20px;
}

.noo-short-intro {
  padding: 0 0 0;
}

.call-to-action-1 {
  padding-top: 85px !important;
  padding-bottom: 95px !important;
  background-image: url(../images/website-images/ramkripa-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.product-masonry .noo-product-table-cell span a:first-child {
  margin-right: 10px;
  color: white !important;
}

.noo-product-table-cell a {
  color: var(--honey-text-1);

}


.noo-our_story h2 {
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 48px;
  padding: 0;
}

.noo-our_story .our_story_content {
  padding: 0px !important;
}

.noo-our_story .our_story_content p {
  margin: 0 0 10px;
}

.noo-atributes-content strong {
  color: #e28405 !important;
}

.stat {
  color: #e28405 !important;

}


.button {
  display: inline-block;
  /* padding: 12px 28px; */
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Browse Products */
.button-primary {
  background: transparent;
  color: #f7941d !important;
  border: 2px solid #f7941d !important;
}

.button-primary:hover {
  background: #a52506;
  color: #fff !important;
  border: 2px solid #a52506 !important;

}

/* Contact Sales */
.button-secondary {
  background: #a52506;
  color: #fff !important;
  border: 2px solid #a52506 !important;

}

.button-secondary:hover {

  background: #28a745;
  color: white !important;
  border: 2px solid #28a745 !important;

}


.rk-cart-empty {
  text-align: center;
  padding: 0px !important;
  max-width: 640px;
  margin: 0 auto;
}

.fa-shopping-basket::before {
  color: #a52506 !important;
}

.rk-cart-empty h2 {
  color: #e28405 !important;
}


.commerce .product-grid .noo-product-thumbnail .noo-rating .star-rating span,
.commerce .product-grid .noo-product-thumbnail .noo-rating .star-rating::before {
  color: #a52506;
}



.noo-farmer-content h4 {
  color: #075985 !important;
}


.noo_testimonial_wrap .noo_testimonial_position {
  font-weight: 800;
  color: white !important
}

.noo_testimonial_wrap {
  text-align: center;
  color: var(--sharbat-bg);
  position: relative;
}

.testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--sharbat-bg) !important;
}

.noo_testimonial_wrap .noo-testimonial-sync2.testimonial-three .testimonial-content .testi-title {
  font-size: 34px;
  color: var(--sharbat-text-1);
  margin: 0 0 30px;
}

.noo_testimonial_wrap .noo_testimonial_name {
  font-size: 24px;
  color: #A61E4D;
  padding-bottom: 3px;
}

.noo_testimonial_wrap .noo_testimonial_position {
  font-weight: 800;
  color: #E63946 !important;
}





.noo-sh-mailchimp h3 {
  margin-top: 0;
  font-size: 40px;
  margin-bottom: 18px;
  color: var(--honey-text-1);
}




.noo-sh-mailchimp .newsletter-form-fields input[type="submit"] {
  background-color: #A85A24;
  font-weight: 800;
}

.noo-sh-mailchimp .newsletter-form-fields input[type="submit"]:hover {
  background-color: var(--honey-text-1);
}

.noo-header.header-4 .noo-topbar {
  border-bottom: 1px solid rgba(229, 99, 0, 0.18);
}

.noo-topbar ul li::after {
  background-color: rgba(229, 99, 0, 0.18);
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 30%;
  top: 34%;
  right: 0;
}


/* 5 Products in One Row */
@media (min-width:1200px) {

  .col-xl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }

}


/* Product card adjustment */
.noo-product-inner {
  height: 100%;
}


.noo-product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.noo-page-heading .noo-page-breadcrumb {
  font-weight: 800;
}

.noo-page-heading .noo-page-breadcrumb span {
  font-weight: 800;
  color: white !important;
}


.noo-header-filter li a i {
  font-size: 26px;
  margin-right: 10px;
  vertical-align: middle;
}

.noo-header-filter li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.noo-header-filter li a i {
    font-size: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

/* All Products Icon */
.noo-header-filter li:nth-child(1) a i {
    color: #6cae45;
}

/* Industrial Icon */
.noo-header-filter li:nth-child(2) a i {
    color: #e67e22;
}

/* Consumer Icon */
.noo-header-filter li:nth-child(3) a i {
    color: #3498db !important;
}


/* Selected category icon color */
.noo-header-filter li a.selected i {
    color: #ffffff;
}


.noo-page-heading.eff::before {
	background:rgba(6, 6, 6, 0.42);
}
.noo-sh-title h2{
color:#a52506 !important;}





