:root {
    --color-primary: #000000;
    --color-black: #000000;
    --color-blue: #2E4C80;
    --color-yellow: #461d01;
    --color-white: #ffffff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
nav,
a,
section,
article,
aside,
div,
header,
footer,
form,
input,
figure,
ul {
    margin: 0;
    padding: 0;
}

/* html {
    scroll-behavior: smooth;
} */

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    /* font-weight: 700;
    color: var(--color-primary); */
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
}

figure {
    margin-bottom: 20px;
	position:relative;
}

iframe,
video {
    display: block;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--color-primary);
    font-size: 16px;
}

a {
    color: var(--color-blue);
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}

a:hover {
    color: var(--color-yellow);
    text-decoration: none;
    transition: 0.4s;
}

a:focus {
    outline: unset;
}

.group-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.group-btn li {
    width: auto !important;
    display: block !important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.group-btn li:last-child {
    margin-right: 0;
}

.page-btn,
button,
input[type=submit] {
    color: var(--color-white);
    position: relative;
    z-index: 555;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.4s;
    background: var(--color-yellow);
    display: flex;
    align-items: center;
    display: inline-flex;
	border-radius:25px;
}

.page-btn.bg {
    color: var(--color-yellow);
	background-image:linear-gradient(90deg,#f1cd76 2%,#ffecb2 42%,#d0a651 71%,#ffecb2);
}

.page-btn.bg-lt {
    background: var(--color-white);
    color: var(--color-black);
    border-color: var(--color-white);
}

input[type=submit] {
    display: inline-block;
    width: auto;
	 transition: 0.4s;
}

.page-btn:hover,
input[type=submit]:hover {
	 transition: 0.4s;
  background-image:linear-gradient(90deg,#f1cd76 2%,#ffecb2 42%,#d0a651 71%,#ffecb2);
}

.page-btn:after {
    content: "\f4cd";
    margin-left: 5px;
    font-family: "bootstrap-icons";
}

.text-green{
    color:var(--color-yellow);
}


.read-more {
    color: var(--color-primary-black);
    font-size: 17px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

button:focus {
    outline: none;
}

.bg-gray {
    background: #f9f9f9;
}

.bg-black {
    background: var(--color-black);
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-group a {
    margin-right: 25px;
}

label .imp {
    color: red;
}

input,
textarea,
select {
    width: 100%;
    border: 0;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 10px;
    background: var(--color-white);
}

select:invalid {
    color: #585858;
}

.form-group {
    margin-bottom: 15px;
}

textarea {
    max-height: 150px;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--color-yellow) !important;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
}

.form-group.select {
    position: relative;
}

::placeholder, select {
    color: #bdbdbd;
}
select.clicked{
    color:var(--color-black);
}


table {
    width: 100%;
}

section {
    padding: 80px 0;
    position: relative;
}

section.nopadding {
    padding: 0;
}

.small-pb {
    padding-bottom: 60px;
}

.small-pt {
    padding-top: 60px;
}

.small-p {
    padding: 60px 0;
}

.large-pb {
    padding-bottom: 100px;
}

.large-pt {
    padding-top: 100px;
}

.large-p {
    padding: 100px 0;
}

.section-intro {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.intro-wrap {
    position: relative;
}

.section-title {
    position: relative;
    margin: 0 auto 50px;
}

.section-title.lg-title h2 {
    font-size: 46px;
}
.section-title.sm-title h2 {
    font-size: 28px;
}

.section-title h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700 !important;
/*     margin-bottom: 0; */
    color: var(--color-yellow);
    font-weight: 400;
/* 	text-align: center; */
}

.section-intro p {
    font-size: 16px;
    max-width: 1050px;
    margin: 0 auto;
    font-family: 'AzoSans', sans-serif;
    max-width: 700px;
}

.lesspadding {
    padding: 0 10px;
}

.lessmargin {
    margin: 0 -10px;
}

.container {
    max-width: 1280px;
}

.form-options li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-options li label {
    display: block;
    padding: 5px 8px;
    position: relative;
    background: #dbceaf;
    text-align: center;
    z-index: 222;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    color: var(--color-black);
    letter-spacing: 1px;
    border: 1px solid  #dbceaf;
	margin-bottom:0;
}

.form-options li label:hover {
    background:  #bd963b;
    color: var(--color-white);
}

.form-options li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background:#f6ae04;
    z-index: -1;
    top: 0;
    border: 1px solid #f6ae04 ;
	border-radius:5px;
}

.form-options li input:checked+label {
    color: var(--color-white);
    border: 1px solid var(--color-orange);
}
.form-options li{
    margin-right: 10px;
}

/* nav css */
.navbar-expand-lg {
    padding: 0;
}

.navbar-light .navbar-nav>li a {
    padding: 10px 0px !important;
	margin:0 20px;
}

.navbar-light .navbar-nav>li:last-child a{
    margin-right: 0;
}

.navbar-light .navbar-nav li{
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: var(--color-white) !important;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link:before {
    content: "";
    border-bottom: 2px solid var(--color-white) !important;
    width: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    transition: 0.4s;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover:before,
.navbar-light .navbar-nav .nav-item.current-menu-item .nav-link:before {
    width: 100%;
    display: block;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-yellow);
}

.main-menu .sub-menu {
    position: absolute;
    z-index: 333;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    top: 80px;
    transition: 0.4s;
    background: #fff;
    width: 220px;
    padding: 10px 15px;
    box-shadow: 0 20px 60px -30px rgb(31 36 48 / 20%);
    pointer-events: none;
    right: 0;
}

.main-menu .nav-item:hover .sub-menu {
    top: 40px;
    transition: 0.4s;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-menu .sub-menu li a.nav-link {
    display: block;
    width: 100%;
    padding: 7px 0px !important;
    transition: 0.4s;
    position: relative;
	 color: var(--color-primary) !important;
	margin:0;
    font-size: 16px;
}

.main-menu .sub-menu li a:hover {
    color: var(--color-yellow) !important;
}

.main-menu {
       padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 555;
}

.navbar-light .navbar-nav>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link:after,
.navbar-light .navbar-nav .nav-item.active .nav-link:after {
    border-color: var(--color-primary);
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.navbar-brand{
    max-width: 100px;
}

/* header{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    z-index: 555;
} */


/* home page */

/* .hero-sec:before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(60deg, rgba(196, 132, 26, 0.2) 0, rgba(196, 132, 26, 0.2) 1px, transparent 1px, transparent 40px), repeating-linear-gradient(-60deg, rgba(196, 132, 26, 0.2) 0, rgba(196, 132, 26, 0.2) 1px, transparent 1px, transparent 40px);

} */

.hero-slider .hero-content,
.hero-image {
    position: relative;
}




.hero-content .container {
    position: absolute;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;

}

.hero-text{
	max-width:500px;
}

.hero-text h1{
	color: var(--color-yellow);
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 10px;
	position:relative;
}
.hero-text p.sub-title{
	margin: 0;
    color: var(--color-yellow) ;
    font-size: 20px;
    font-weight: 600;
	position:relative;
}

p.sub-title span{
	color: var(--color-blue) ;
}

p.sub-title:last-child:before{
	    content: "";
    border-left: 2px solid;
    position: absolute;
    height: 2px;
    width: 33%;
    left: 0;
    background: #000000;
    top: 12px;
}

.hero-heading p:last-child{
	padding-left:140px;
	margin-bottom:15px;
}

.hero-text h2 {
    font-weight: 700;
}
/* .hero-image img{
	height: 100vh;
	overflow:hidden;
    width: 100%;
    object-fit: cover;
} */

.hero-sec{
	background: linear-gradient( 90deg, transparent, #837350);
}

.slick-slide img{
	margin:0 auto;
}

.hero-slider .slick-dots {
    bottom: 10%;
}

.slick-dots li button:before {
    color: rgba(0, 0, 0, 0.9);
    font-size: 40px;
  
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--color-blue) !important;
}

.slide-item .hero-text {
    position: relative;
    right: 75px;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    max-width: 80%;
    margin:0 auto;
}

.slide-item.slick-active .hero-text {
    right: 0;
    transition: 0.7s;
    opacity: 1;
    visibility: visible;
}

.gradient-img {
    position: relative;
}
.quote-sec{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
	color:#ffffff;
}

.quote-sec h2{
	font-size: 55px;
    font-weight: 400 !important;
    font-style: inherit;
    color: #f9dc9c !important;
}
.ingredients-sec{
	
}
.ingredients-card{
	text-align:center;
}
.ingredients-card img{
	max-width: 225px;
    height: 225px;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.product-sec{
	background:#f5f5f5;
}

.product-sec .entry-content{
	max-width:1024px;
	margin:0 auto;
}

 .featured-card {
    background: linear-gradient(#fff, 75% ,  #dbceaf);
    transition: 0.4s;
    width: 100%;
	 border-radius:10px;
}

 .featured-card figure {
    margin-bottom: 0;
    position: relative;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.featured-card figure img {
       height: 100%;
    width: 100%;
    object-fit: contain;
}

.featured-card .feature-brief {
    padding:15px;
}
.org-price{
	margin-bottom:0;
}
.pd-title{
	font-size:20px;
	 color: var(--color-yellow);
	font-weight:600;
}
.stock-type{
	position: absolute;
    bottom: 15px;
    left: 15px;
    background: #bd963b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.pickle_type{
	    position: absolute;
    right: 0;
    background: #2e4c80;
    font-size: 13px;
    padding: 5px 5px;
    color: #fff;
}
}
.copy-right{
    background: var(--color-blue);
    color:var(--color-white);
}

/* About */

.page-banner-sec:before{
    content:"";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-banner-sec img{
    width: 100%;
    object-fit: cover;
	height:350px;
}

.page-title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-title h2{
    color:var(--color-white);
    max-width: 500px;
    margin: 0 auto;
}
.page-title{
	color:#ffffff;
}

.member-card{
    background:#f5f5f5;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}
.member-card figure{
    margin-bottom: 0;
}

.member-card figure img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.member-brief{
    text-align: center;
    padding:15px;

}

.member-brief h3{
    margin-bottom: 10px;
    font-size: 20px;
}

.member-brief p{
    opacity: 0.6;
    margin-bottom: 0;
}

.member-brief .member-contact{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background-image: linear-gradient(transparent, #ffffff 50%);
    opacity: 0;
    visibility: hidden;
    transition:0.4s;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    justify-content: center;
}

.member-card:hover .member-brief .member-contact{
    transition:0.4s;
    opacity: 1;
    visibility: visible;
}

.member-brief .member-contact ul li{
    margin-bottom: 10px;
}

.member-contact ul li a i {
    max-width: 25px;
    min-width: 25px;
    width: 100%;
    height: 25px;
    background: var(--color-blue);
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.event-slider, .council-slider, .ingredients-slider{
	margin:0 -12px;
}

.event-slider .slide-item,
.council-slider .slide-item,
.ingredients .slide-items{
	margin:0 12px;
}

.event-slider .slide-item a,
.event-slider .slide-item img{
	height:450px;
	object-fit:cover;
	display:block;
	width:100%;
}
.event-slider .slide-item h3{
	font-size:20px;
	text-align:center;
}

.slick-arrow{
	width: 40px;
    height: 40px;
    border-radius: 50%;
	background:var(--color-yellow) !important;
	z-index:555;
	opacity:0;
	visibility:hidden;
}

.event-slider:hover .slick-arrow,
.council-slider:hover .slick-arrow{
	opacity:1;
	visibility:visible;
}

.slick-prev{
	left:0;
}
.slick-next{
	right:0;
}
.event-slider .slick-dots{
	display:none !important;
}

.gallery-content {
    column-count: 5;
    column-gap: 20px;
}
.gallery-card a img {
    width: 100%;
    object-fit: cover;
}

.gallery-card a {
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery-card{
	margin-bottom:20px;
}