@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    overflow-x: hidden;
    font-family: "Raleway", sans-serif;
}
.container {
    max-width: 1280px;
    padding-left: 65px;
    padding-right: 65px;
}
button{
    background: transparent;
    border: none;
}
button:focus {
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus {
    box-shadow: none !important;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: url('../img/backtotop.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
    border-color: transparent;
    z-index: 99;
    width: 50px;
    height: 50px;
    font-size: 25px;
    transition: 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top:focus {
    outline: 0;
    box-shadow: none !important;
}
.back-to-top:active {
    color: #ffffff;
    /* background-color: #254250; */
    /* border-color: #254250; */
}

.back-to-top:hover {
    /* background-color: #27afa3; */
    color: #ffffff;
    /* border: 1px solid #27afa3; */
}
/* End of Back to top */

/* Scrollbar */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	/* border-radius: 10px; */
}

body::-webkit-scrollbar
{
	width: 10px;
	/* background-color: #04455B; */
}

body::-webkit-scrollbar-thumb
{
	/* border-radius: 10px; */
	background: #484893;
}
/* End of Scrollbar */

/* Pre loader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: #fff;
    background: radial-gradient(#ffffff, #d7d7e7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: relative;
    width: 235px;
    height: 235px;
    overflow: hidden;
    border-radius: 50%;
    /* box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1),
        10px 10px 10px rgba(0, 0, 0, 0.4),
        inset -5px -5px 5px rgba(255, 255, 255, 0.2),
        inset 10px 10px 10px rgba(0, 0, 0, 0.4); */
    box-shadow: 0 15px 35px rgb(75 75 127 / 59%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    /* border: 2px solid #292929; */
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.2),
        inset 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.loader img {
    position: relative;
    z-index: 99;
    animation: animate-logo 1.8s linear infinite;
}
.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(
        -225deg,
        #484893 0%,
        #439c75 50%,
        #3a9542 100%
    );
    filter: blur(15px);
    z-index: -1;
    animation: animate .7s linear infinite;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-logo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}

/* Header */
.header-wrap {
    /* background: #ffffff 0% 0% no-repeat padding-box; */
    width: 100%;
    /* height: 70px; */
    position: fixed;
    z-index: 999999;
    top: 15px;
    transition: .5s;
}
header ul.navbar-nav {
    float: right;
}
.header-wrap .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.header-wrap .navbar ul{
    width: 100% !important;
    justify-content: space-between !important;
    height: auto !important;
}
.header-wrap .navbar .quadmenu-navbar-nav{
    height: 70px !important;
}
.header-wrap .navbar ul li{
    /* margin: 0 32px; */
}
.header-wrap .navbar ul li a{
    color: #FFF !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 71px !important;
    position: relative !important;
    /* padding-bottom: 8px !important; */
}
.header-wrap .navbar ul li a:after {
    position: absolute !important;
    /* bottom: 0 !important; */
    bottom: 16px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    right: 0 !important;
    margin: auto !important;
    width: 0% !important;
    content: '.' !important;
    color: transparent !important;
    background: #fff !important;
    height: 1px !important;
    transition: .5s !important;
}
.header-wrap .navbar ul li a:hover:after {
    width: 115% !important;
}
.header-wrap .navbar ul li.head-logo a{
    width: 121px !important;
    height: 134px !important;
    display: block !important;
    transition: .5s !important;
    font-size: 0 !important;
}
.header-wrap .navbar ul li.head-logo a:before{
    content: '' !important;
    position: absolute !important;
    width: 121px !important;
    height: 134px !important;
    background: url('../img/logo.png') !important;
    background-repeat: no-repeat !important;
    top: 0 !important;
    transition: .5s !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.header-wrap.scrolled .navbar ul li.head-logo a:before {
    background: url('../img/scrolled-logo.png') !important;
}
.header-wrap .navbar ul li.head-call a{
    font-size: 0 !important;
    display: block !important;
}
.header-wrap .navbar ul li.head-call a:before{
    content: '' !important;
    position: absolute !important;
    width: 21px !important;
    height: 21px !important;
    background: url('../img/head-call.png') !important;
    background-repeat: no-repeat !important;
    top: 25px !important;
    right: 0 !important;
}
header.header-wrap.scrolled {
    background: #2a2a81d9 !important;
    backdrop-filter: blur(11px) !important;
    top: 0 !important;
}
header.header-wrap.scrolled .navbar ul li.head-logo a {
    transform: scale(.75) !important;
    margin-top: -10px !important;
}
.header-wrap .navbar ul li.head-logo a::after,
.header-wrap .navbar ul li.head-call a::after{
    display: none !important;
}
.header-wrap .navbar ul li:first-child{
    margin-left: 0 !important;
}
.header-wrap .navbar ul li:last-child{
    margin-right: 0 !important;
}
/* Mega menu styles */
#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
    padding: 0 !important;
}
.quadmenu-item-content span.quadmenu-caret {
    display: none;
}
#dropdown-336 ul {
    display: flex !important;
}
#dropdown-259 > ul {
    padding: 38px 20px !important;
}
#dropdown-336 ul a {
    /* align-items: flex-start !important; */
    justify-content: flex-start !important;
}
#dropdown-259 > ul span.quadmenu-text {
    color: #151725;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.03px;
    transition: .5s !important;
}
#dropdown-259 > ul span.quadmenu-text:hover{
    color: #2a2a81d9;
}
#dropdown-259 > ul .quadmenu-item a {
    line-height: 27px !important;
}
#dropdown-259 > ul .quadmenu-item a .quadmenu-text{
    transition: .5s !important;
}
#dropdown-259 > ul .quadmenu-item a:hover .quadmenu-text{
    color: #2a2a81d9;
}
#dropdown-259 > ul .quadmenu-item a:after {
    display: none;
}
#dropdown-259 > ul .quadmenu-item a {
    color: #3B3B3D;
}
#dropdown-336 ul a span.quadmenu-item-content {
    text-align: center;
}
#dropdown-260 > ul, #dropdown-261 > ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#dropdown-260 > ul li .quadmenu-title, #dropdown-261 > ul li .quadmenu-title {
    padding-bottom: 20px !important;
    text-transform: capitalize !important;
}
#dropdown-336 > ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 40px !important;
}
#dropdown-336 ul a span.quadmenu-item-content img{
    margin-bottom: 5px !important;
}
#menu-item-338 div > ul, #menu-item-340 div > ul, #menu-item-341 div > ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#menu-item-338 div > ul li, #menu-item-340 div > ul li, #menu-item-341 div > ul li {
    margin-bottom: 5px !important;
}
#menu-item-259 > a .quadmenu-text {
    padding-right: 0 !important;
}
#menu-item-259.open a:after {
    background: #116935 !important;
    height: 4px !important;
    width: 100% !important;
    bottom: -4px !important;
    z-index: 99999;
}



/* End of Header */

/* Home page */
.main-banner-wrap{
    position: relative;
}
.main-banner-shape {
    position: absolute;
    z-index: 9;
    margin-top: 108px;
    margin-left: -30px;
}
.main-banner-content{
    width: 589px;
    height: 648px;
    background-repeat: no-repeat !important;
    padding: 150px 110px 180px 100px;
}
.main-banner-content h1{
    color: #FFF;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.30);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 109.375% */
    margin-bottom: 12px;
}
.main-banner-content h4{
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.054px;
    margin-bottom: 25px;
}
.main-banner-content p{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.034px;
}
.main-banner-pic-slider{
    
}
.main-banner-pic{
    width: 100%;
    height: 894px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.middle-shape-wrap {
    margin-top: -65px;
    position: relative;
}
.middle-shape-wrap img{
    width: 100%;
}
.home-intro-wrap{
    padding: 30px 0 50px;
}
.home-intro-wrap .container {
    padding-left: 105px;
}
.home-intro-contents{
    position: relative;
}
.home-intro-contents h2{
    color: #116935;
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px; /* 115.094% */
    margin-bottom: 30px;
}
.home-intro-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 158.824% */
    letter-spacing: 0.034px;
    margin-top: 25px;
}
.home-intro-pic{
    padding-left: 12px;
    position: relative;
}
.home-intro-pic-block{
    width: 525px;
    height: 640px;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    /* z-index: 1; */
}
.home-intro-pic-block:before{
    content: '';
    position: absolute;
    width: 538px;
    height: 532px;
    background: url('../img/ruhunu-home-intro-bg-overlay.png');
    background-repeat: no-repeat;
    top: 18px;
    right: -60px;
    z-index: -1;
}
.home-intro-pic-block:after{
    content: '';
    position: absolute;
    width: 302px;
    height: 229px;
    background: url('../img/ruhunu-home-intro-pic-overlay.png');
    background-repeat: no-repeat;
    bottom: -5px;
    right: -195px;
    z-index: -1;
}
.home-intro-count{
    width: 378px;
    height: 357px;
    background-repeat: no-repeat !important;
    padding: 95px 50px 50px 40px;
    margin-right: -88px;
    margin-bottom: -15px;
}
.home-intro-count span{
    display: block;
    color: #FFF;
    font-family: Roboto;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 170px;
    letter-spacing: -15.84px;
    margin-bottom: -18px;
}
.home-intro-count p{
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px; /* 251.852% */
    margin-left: 40px;
}
.leaves{
    position: absolute;
}
.leaf-1 {
    left: -105px;
    top: -62px;
}
.leaf-2 {
    right: -10px;
    top: 0;
}
.leaf-3 {
    left: 68px;
    bottom: 135px;
}
.leaf-4 {
    right: 0;
    bottom: 55px;
}
.home-why-choose-wrap{
    padding-bottom: 85px;
    position: relative;
    z-index: 9;
}
.home-why-choose-wrap .container {
    padding-left: 0;
}
.home-why-choose-left{
    position: relative;
    padding-top: 20px;
}
.home-why-choose-left:before{
    content: '';
    position: absolute;
    width: 926px;
    height: 694px;
    background: url('../img/why-choose-cinnamon-overlay.png');
    top: -60px;
    left: -80%;
    z-index: -1;
}
.home-why-choose-left h6 {
    color: #262B4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.036px;
    position: relative;
    margin-left: 200px;
    padding-right: 70px;
    margin-bottom: 10px;
}
.home-why-choose-left h6:before{
    content: '';
    position: absolute;
    width: 41px;
    height: 188px;
    background: url('../img/why-choose-arrow.png');
    top: 32px;
    left: -60px;
}
.home-why-choose-left img{

}
.home-why-choose-left h4 {
    color: #262B4F;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.052px;
    margin-top: -90px;
    padding-right: 280px;
    margin-left: 65px;
}
.home-why-choose-contents{
    padding-left: 95px;
}
.home-why-choose-contents h2{
    color: #50507B;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 128.889% */
    margin-bottom: 10px;
}
.why-choose-points {
    display: flex;
    flex-wrap: wrap;
}
.single-why-choose-point{
    display: block;
    flex-basis: 50%;
    padding-right: 35px;
    margin-top: 60px;
}
.image-title {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
}
.image-title img{

}
.image-title h4{
    color: #4B4B7F;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 120.833% */
    letter-spacing: 0.048px;
    max-width: 175px;
}
.single-why-choose-point p{
    color: #151725;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: 0.03px;
}

.about-spices-wrap{
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 130px 0 100px;
}
.about-spices-contents{
    width: 586px;
    height: 633px;
    background-repeat: no-repeat !important;
    padding: 130px 115px 80px 72px;
}
.about-spices-contents h2{
    color: #FFF;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px; /* 113.559% */
    margin-bottom: 20px;
}
.about-spices-contents p{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 163.636% */
}
.about-spice-top-shape {
    margin-top: 0;
    margin-bottom: -70px;
}
.about-spice-bottom-shape{
    margin-top: -82px;
}
.manufacture-spices-wrap{
    padding: 55px 0 65px;
}
.manufacture-spices-contents{
    position: relative;
}
.manufacture-spices-contents h4{
    color: #50507B;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px; /* 186.207% */
    margin-bottom: -10px;
}
.manufacture-spices-contents h2{
    color: #50507B;
    text-align: center;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}
.manufacture-spices-contents p{
    color: #151725;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.034px;
    max-width: 803px;
    margin: auto;
}
.leaf-5 {
    left: 0;
    top: -145px;
}
.leaf-6 {
    right: 0;
    top: -105px;
}
.manufacture-spices-feature-points{
    text-align: center;
    position: relative;
}
.manufacture-spices-feature-points::before {
    content: '';
    position: absolute;
    width: 831px;
    height: 466px;
    background: url('../img/manufacture-spices-round-line.png');
    bottom: -38px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
}
.manufacture-spices-feature-points img{
    margin-left: 40px;
}
.manufacture-spices-features{
    display: flex;
    width: 100%;
    position: relative;
}
.manufacture-spices-single-features{
    position: absolute;
}
.manufacture-spices-single-features img {
    margin-left: 0;
}
.manufacture-spices-single-feature-title{
    display: flex;
    align-items: center;
}
.manufacture-spices-single-features h4{
    color: #151725;
    text-align: left;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
    letter-spacing: 0.044px;
}
.manufacture-spices-single-feature-title button {
    position: relative;
    transition: .5s;
    z-index: 10;
}
.manufacture-spices-single-feature-title button.toggle-details.open {
    transform: rotate(45deg);
}
.manufacture-spice-1 {
    top: -380px;
    left: -3px;
}
.manufacture-spice-1 .manufacture-spices-single-feature-title h4 {
    max-width: 120px;
}
.manufacture-spice-2 {
    top: -162px;
    left: 40px;
}
.manufacture-spice-2 .manufacture-spices-single-feature-title h4 {
    min-width: 168px;
}
.manufacture-spice-2 button {
    top: -30px;
    left: -25px;
}
.manufacture-spice-3 {
    top: -15px;
    left: 264px;
}
.manufacture-spice-3 .manufacture-spices-single-feature-title h4 {
    min-width: 110px;
}
.manufacture-spice-3 button {
    top: -33px;
    left: -32px;
}
.manufacture-spice-4 {
    top: 46px;
    left: 512px;
}
.manufacture-spice-4 .manufacture-spices-single-feature-title h4 {
    min-width: 186px;
}
.manufacture-spice-4 button {
    top: -50px;
    left: -136px;
}
.manufacture-spice-5 {
    top: -30px;
    left: 832px;
}
.manufacture-spice-5 .manufacture-spices-single-feature-title h4 {
    min-width: 75px;
}
.manufacture-spice-5 button {
    top: -61px;
    left: -125px;
}
.manufacture-spice-6 {
    top: -174px;
    left: 953px;
}
.manufacture-spice-6 .manufacture-spices-single-feature-title h4 {
    min-width: 78px;
}
.manufacture-spice-6 button {
    top: -42px;
    left: -139px;
}
.manufacture-spice-7 {
    top: -365px;
    left: 1015px;
}
.manufacture-spice-7 .manufacture-spices-single-feature-title h4 {
    min-width: 145px;
}
.manufacture-spice-7 button {
    top: -38px;
    left: -217px;
}



.manufacture-spices-single-feature-details{
    width: 442px;
    height: auto;
    border-radius: 19px;
    background: #efefef;
    padding: 36px 35px;
    display: flex;
    justify-content: space-between;
    display: none;
    position: absolute;
    z-index: 1;
    transition: .5s;
}
.manufacture-spices-single-feature-details.open {
    display: flex;
    z-index: 11;
}
.manufacture-spices-single-feature-details-content{
    display: block;
}
.manufacture-spices-single-feature-details-content h5{
    color: #466E38;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
    letter-spacing: 0.04px;
    text-align: left;
    margin-bottom: 12px;
}
.manufacture-spices-single-feature-details-content p{
    color: #151725;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    letter-spacing: 0.03px;
    text-align: left;
}
.manufacture-spices-single-feature-details-pic{
    margin-left: 20px;
}
.manufacture-spice-7 .manufacture-spices-single-feature-details {
    right: 0;
}
.manufacture-spice-6 .manufacture-spices-single-feature-details {
    right: 0;
}
.manufacture-spice-5 .manufacture-spices-single-feature-details {
    right: 208px;
    top: -188px;
}
.manufacture-spice-4 .manufacture-spices-single-feature-details {
    right: 08px;
    top: -262px;
}
.manufacture-spice-3 .manufacture-spices-single-feature-details {
    left: 08px;
    top: -245px;
}
.home-our-products-wrap{
    /* display: flex; */
    padding: 80px 0 85px;
    overflow: hidden;
    /* background: #f8f8f8; */
    position: relative;
}
.home-our-products-wrap:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 670px;
    background: url('../img/home-product-sec-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
}
.home-our-products-wrap .container{
    padding-left: 0;
    padding-right: 0;
}
.home-our-product-contents{
    /* display: flex; */
}
.home-our-products-title{
    
}
.home-our-products-title h2 {
    color: #50507B;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: rotate(-90deg);
    width: max-content;
    left: -38px;
    top: 188px;
    position: relative;
}
.home-our-products-slider {
    padding-left: 15%;
}
/* .home-single-products-slide{
    max-width: 615px !important;
} */
.home-single-products-slide img{
    width: 100%;
}
.home-single-products-slide h3{
    color: #3B3B3D;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 121.739% */
    letter-spacing: 0.046px;
    margin-top: 28px;
}
.home-our-products-slider .slick-track {
    left: -14%;
}
.slick-prev:before, .slick-next:before {
    content: '' !important;
    font-size: 0 !important;
    opacity: 1 !important;
    width: 18px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
}
.home-our-products-slider .slick-prev:before{
    background: url('../img/product-left-arrow.png');
}
.home-our-products-slider .slick-next:before {
    background: url('../img/product-right-arrow.png');
}
.home-our-products-slider .slick-prev {
    left: 100px;
}
.home-our-products-slider .slick-next {
    right: unset;
    left: 160px;
}
.home-our-products-slider .slick-next, .home-our-products-slider .slick-prev {
    top: 95%;
}
.home-quality-stand-wrap{
    width: 100%;
    height: auto;
    padding: 125px 0 150px;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
    z-index: -1;
}
.home-quality-stand-contents{
    width: 640px;
    height: 636px;
    padding: 115px 135px 125px 65px;
    background-repeat: no-repeat !important;
    position: relative;
    float: right;
}
.home-quality-stand-contents:before{
    content: '';
    position: absolute;
    width: 613px;
    height: 643px;
    background: url('../img/home-quality-stand-pic-overlay.png');
    background-repeat: no-repeat;
    top: 22px;
    right: 18px;
    z-index: -1;
}
.home-quality-stand-contents h2{
    color: #50507B;
    font-family: Raleway;
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; /* 145.098% */
    margin-bottom: 22px;
}
.home-quality-stand-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.036px;
}
.home-quality-stand-icons{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-left: 60px;
}
.home-quality-stand-top-shape {
    margin-top: 0;
    margin-bottom: -48px;
}
.home-quality-stand-botttom-shape{
    margin-top: -75px;
}
.home-sustainability-wrap{
    padding: 60px 0 45px;
    /* overflow-x: hidden; */
}
.home-sustainability-contents{
    display: flex;
}
.sustainability-leaves-left{
    position: relative;
}
.sustainability-leaves-right{
    position: relative;
}
.home-sustainability-left {
    width: 826px;
    height: 686px;
    /* padding: 95px 257px 135px 120px; */
    padding: 60px 250px 135px 120px;
    background-repeat: no-repeat !important;
    position: relative;
    /* margin-right: -261px; */
}
.home-sustainability-left:before{
    content: '';
    position: absolute;
    width: 456px;
    height: 236px;
    background: url('../img/home-sustainability-cinnamon.png');
    background-repeat: no-repeat;
    bottom: 0;
    right: -168px;
    z-index: 1;
}
.home-sustainability-left h2, .home-sustainability-left h3{
    position: relative;
    color: #FFF;
    font-family: Raleway;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 116.364% */
}
.home-sustainability-left h2:before{
    content: '';
    position: absolute;
    width: 86px;
    height: 98px;
    background: url('../img/sustainability-icon.png');
    background-repeat: no-repeat;
    top: -8px;
    right: 75px;
}
.home-sustainability-left h3{
    line-height: normal;
    margin-bottom: 15px;
    margin-left: 110px;
}
.home-sustainability-left p{
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    letter-spacing: 0.034px;
    margin-top: 20px;
}
.home-sustainability-right {
    position: relative;
    z-index: 2;
    /* left: 25px; */
    /* margin-left: -246px; */
    margin-left: -195px;
    top: 40px;
}
.home-sustainability-right img{

}
.leaf-7 {
    top: -485px;
    left: -115px;
}
.leaf-8 {
    /* top: -75px; */
    top: -118px;
    left: -200px;
    z-index: 1;
}
.leaf-9 {
    top: -190px;
    left: 120px;
    z-index: 1;
}
.leaf-10 {
    top: -625px;
    right: -35px;
}
.leaf-11 {
    top: -518px;
    right: 362px;
}
.leaf-12 {
    top: -45px;
    right: 190px;
}
.leaf-13 {
    top: -25px;
    right: -15px;
}
.footer-top-shape {
    margin-top: 0;
    margin-bottom: -160px;
}
footer{
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 110px 0 35px;
}
footer .container .row:nth-child(1) {

}
footer .container .row:nth-child(1) .col-lg-5,
footer .container .row:nth-child(1) .col-lg-2 {
    display: flex;
    align-items: center;
}
.footer-links{

}
.footer-links ul{
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 0;
}
.footer-links ul li{

}
.footer-links ul li a{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    position: relative;
    padding-bottom: 8px;
}
.footer-links ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
    transition: .5s;
}
.footer-links ul li a:hover:after {
    width: 115%;
}
.footer-logo {
    position: relative;
    z-index: 9;
}
.footer-logo a {
    display: block;
}
.footer-logo img{

}
.footer-socials{
    width: 100%;
    padding-left: 135px;
}
.footer-socials h4{
    color: #FFF;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 123.81% */
    margin-bottom: 20px;
}
.social-medias{
    display: flex;
    align-items: center;
    gap: 55px;
}
.social-medias a{
    position: relative;
    z-index: 1;
}
.social-medias a:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    margin: auto;
    content: '';
    background: transparent;
    transition: .5s;
    z-index: -1;
    width: 0;
    height: 0;
}
.social-medias a:hover:after {
    background: #262870;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    transition: .5s;
}
.social-medias i{
    font-size: 35px;
    color: #fff;
}
footer .container .row:nth-child(2) {
    margin-top: 55px;
}
.footer-contacts{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.footer-contacts a{
    color: #FFF;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer-contacts a i{
    font-size: 25px;
    color: #fff;
    margin-right: 12px;
}
footer .container .row:nth-child(3){
    margin-top: 60px;
}
.footer-copyrights{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
}
.copyrights{

}
.copyrights p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.copyrights p a{
    color: #FFF;
    transition: .5s;
    position: relative;
    padding-bottom: 6px;
}
.copyrights p a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
    transition: .5s;
}
.copyrights p a:hover:after {
    width: 100%;
}
.company-copyright{
    display: flex;
    align-items: center;
}
.company-copyright img{
    margin-right: 12px;
}
.company-copyright p{
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
}
.company-copyright p a{
    font-size: 17px;
    color: #FFF;
    position: relative;
    padding-bottom: 6px;
}
.company-copyright p a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
    transition: .5s;
}
.company-copyright p a:hover:after {
    width: 100%;
}
/* End of Home page */

/* About us page */
.inner-banner-wrap{
    width: 100%;
    min-height: 614px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.inner-banner-contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 614px;
}
.inner-banner-contents h1{
    color: #FFF;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.30);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 100% */
    margin-bottom: 28px;
}
.inner-banner-contents p{
    color: #FFF;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px; /* 157.143% */
    letter-spacing: 0.042px;
    max-width: 414px;
}
.inner-banner-shape{
    margin-top: -90px;
}
.breadcrumb-wrap {
    padding: 12px 0;
    margin-top: -82px;
    position: relative;
}
.breadcrumb-wrap nav{

}
.breadcrumb-wrap nav ol{
    margin-bottom: 0;
    gap: 35px;
}
.breadcrumb-wrap ol li{
    color: #284B9A;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.034px;
    display: flex;
    align-items: center;
}
.breadcrumb-wrap ol li a{
    color: #4F4F50;
    transition: .5s;
    position: relative;
}
.breadcrumb-wrap ol li a:hover{
    color: #284B9A;
}
.breadcrumb-wrap ol li a:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 13px;
    background: url('../img/breadcrumb-arrow.png');
    right: -30px;
    top: 6px;
}
.inner-page-sections{
    margin-top: 50px;
}
.about-us-intro-wrap{

}
.about-us-intro-contents{
    max-width: 401px;
    position: relative;
    z-index: 1;
}
.about-us-intro-contents h2{
    color: #116935;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 128.261% */
    margin-bottom: 30px;
}
.about-us-intro-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 158.824% */
    letter-spacing: 0.034px;
    margin-top: 25px;
}
.about-us-intro-pic{
    position: relative;
}
.about-us-intro-pic:before{
    content: '';
    position: absolute;
    width: 408px;
    height: 366px;
    background: url('../img/about-intro-cinnamon.png');
    left: -82px;
    top: -24px;
}
.about-us-intro-pic img{
    /* margin-left: -98px; */
    margin-left: -114px;
    margin-top: -30px;
}
.leaf-14 {
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: -52px;
    left: 270px;
}
.vision-mission-wrap {
    margin-top: -275px;
    margin-left: 30px;
    position: relative;
}
.vision-mission{
    display: flex;
    position: relative;
}
.vision-contents{
    width: 610px;
    height: 504px;
    background-repeat: no-repeat !important;
    padding: 95px 72px 130px 130px;
}
.vision-mission h2{
    color: #FFF;
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 113.725% */
    margin-bottom: 25px;
}
.vision-contents p{
    color: #FFF;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 144.444% */
    letter-spacing: 0.054px;
}
.mission-contents{
    width: 665px;
    height: 602px;
    background-repeat: no-repeat !important;
    padding: 160px 88px 100px 135px;
    margin-left: -175px;
    margin-top: 82px;
}
.mission-contents p{
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    letter-spacing: 0.034px;
    margin-top: 25px;
}
.mission-contents h2{
    margin-left: 65px;
    margin-bottom: -5px;
}
.leaf-15{
    right: 130px;
    top: 110px;
}
.leaf-16{
    right: -70px;
    top: 410px;
}
.why-choose-wrap{
    padding: 30px 0 75px;
}
.why-choose-wrap h2{
    color: #50507B;
    text-align: center;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 134.884% */
    margin-bottom: 80px;
}
.about-why-choose-blocks{
    position: relative;
}
.about-why-choose-blocks .single-why-choose-point {
    padding-right: 0;
    margin-top: 0;
}
.leaf-17{
    right: 60px;
    top: -135px;
}
.we-certified-wrap{
    position: relative;
    padding: 85px 0 18px;
}
.we-certified-wrap:before{
    content: '';
    position: absolute;
    width: 1557px;
    height: 1294px;
    background: url('../img/we-certified-bg-overlay.png');
    left: 43%;
    transform: translate(-50%, 0);
    top: 115px;
    z-index: -1;
}
.we-certified-wrap .col-md-12{
    display: flex;
    align-items: center;
}
.we-certified-contents{
    position: relative;
}
.we-certified-contents h2{
    color: #50507B;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 120.833% */
    margin-bottom: 25px;
}
.we-certified-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 168.421% */
    letter-spacing: 0.038px;
    max-width: 414px;
}
.we-certified-contents .home-quality-stand-icons {
    margin-top: 40px;
    padding-left: 0;
}
.we-certified-pic{
    position: relative;
}
.leaf-18{
    top: -360px;
    left: -150px;
}
.leaf-19{
    right: 180px;
    top: -32px;
}
.about-page-sections .footer-top-shape{
    position: relative;
    height: 218px;
}
.about-page-sections .footer-top-shape img{
    display: none;
}
.about-page-sections .footer-top-shape::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 230px;
    background: url('../img/about-footer-top-shape.png');
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-page-sections .footer-top-shape {
    margin-bottom: -147px;
}
/* End of About us page */

/* Spices page */
.inner-page-intro-wrap{

}
.inner-page-intro-contents{
    position: relative;
}
.inner-page-intro-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.032px;
    position: relative;
    z-index: 1;
}
.leaf-20 {
    top: -135px;
    right: 70px;
}
.product-listing-wrap{
    padding: 50px 0 50px;
}
.product-listing-leaf{
    position: relative;
}
.leaf-21 {
    top: -10px;
    left: -155px;
}
.product-block{
    display: block;
    margin-top: 35px;
    position: relative;
}
.product-block::before{
    content: '';
    position: absolute;
    width: 76px;
    height: 29px;
    background: url('../img/product-active-shape.png');
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -36px;
    opacity: 0;
    transition: .5s;
}
.product-block.product-active::before {
    opacity: 1;
}
.product-listing-wrap .row .col-lg-3:nth-child(1) .product-block,
.product-listing-wrap .row .col-lg-3:nth-child(2) .product-block,
.product-listing-wrap .row .col-lg-3:nth-child(3) .product-block,
.product-listing-wrap .row .col-lg-3:nth-child(4) .product-block {
    margin-top: 0;
}
.product-block img{
    width: 100%;
}
.product-block h3{
    color: #3B3B3D;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: 0.04px;
    margin-top: 15px;
}
.sub-products-block{
    background: #F2F0F0;
    width: max-content;
    position: relative;
    left: -3%;
    /* transform: translate(-50%, 0); */
    margin-top: 35px;
    /* display: none; */
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}
.sub-products-block.active {
    /* display: block; */
    max-height: 500px;
    /* overflow: visible; */
    width: 1171px;
}
.product-listing-wrap .row .col-lg-3:nth-child(4n+2) .sub-products-block {
    left: -112%;
}
.product-listing-wrap .row .col-lg-3:nth-child(4n+3) .sub-products-block {
    left: -221%;
}
.product-listing-wrap .row .col-lg-3:nth-child(4n+4) .sub-products-block {
    left: -330%;
}
.sub-pro-close {
    right: 0;
    top: 0;
    position: absolute;
    padding: 0;
    background: #484893;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: .5s;
    border: 1px solid #484893;
}
.sub-pro-close:hover{
    border: 1px solid #484893;
    background: #fff;
}
.sub-pro-close i {
    font-size: 22px;
    color: #ffffff;
    transition: .5s;
}
.sub-pro-close:hover i{
    color: #484893;
}
.sub-products-block .row {
    width: 100%;
    margin: 0;
}
.sub-products-block .row .col-lg-3{
    padding-left: 0;
    padding-right: 0;
}
.single-sub-product-block{
    display: block;
    padding: 25px 22px 45px;
    border-right: 1px solid #D7D4D4;
}
.sub-products-block .row .col-lg-3:nth-child(4) .single-sub-product-block {
    border-right: unset;
}
.single-sub-product-block img{

}
.single-sub-product-block h3{
    color: #3B3B3D;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: 0.04px;
}
/* End of Spices page */

/* Product detail page */
.single-page-sections{

}
.single-page-sections .header-wrap .navbar ul li a {
    color: #0C2811 !important;
}
.single-page-sections #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
    color: #0C2811 !important;
}
.single-page-sections .header-wrap.scrolled .navbar ul li a {
    color: #FFF !important;
}
.single-page-sections .header-wrap.scrolled #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
    color: #FFF !important;
}
.single-page-sections .header-wrap .navbar ul li.head-logo a:before {
    background: url('../img/scrolled-logo.png') !important;
}
.single-page-sections .header-wrap .navbar ul li.head-call a:before {
    background: url('../img/pro-single-head-call.png') !important;
}
.single-page-sections .header-wrap.scrolled .navbar ul li.head-call a:before {
    background: url('../img/head-call.png') !important;
}
/* .single-page-sections .breadcrumb-wrap{
    margin-top: 170px !important;
} */
.single-page-sections .breadcrumb-wrap {
	margin-top: 110px !important;
}
.single-product-intro-wrap{
    padding-bottom: 50px;
}
.single-product-intro-contents{
    position: relative;
    padding-top: 25px;
}
.single-product-intro-contents h2{
    color: #479847;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 111.321% */
    margin-bottom: 40px;
}
.single-product-intro-contents h3{
    color: #151725;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px; /* 150% */
    letter-spacing: 0.052px;
    margin-bottom: -12px;
}
.single-product-intro-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
    margin-top: 30px;
}
.leaf-22{
    left: -82px;
    bottom: -45px;
}
.single-product-intro-pic{
    text-align: right;
}
.single-product-intro-pic img {
    margin-top: -110px;
    margin-right: -50px;
}
.know-spice-shape {
    background-repeat: no-repeat !important;
    width: 366px;
    height: 320px;
    padding: 65px 52px 45px 50px;
    margin-top: -230px;
    /* margin-top: -162px; */
    margin-left: 50px;
    position: relative;
}
.know-spice-shape h4{
    position: relative;
    text-align: left;
    color: #FFF;
    font-family: Roboto;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 112.903% */
    letter-spacing: 0.062px;
    max-width: 155px;
    margin-bottom: 22px;
}
.know-spice-shape h4::before{
    content: '';
    position: absolute;
    width: 54px;
    height: 45px;
    background: url(../img/know-spice-icon.png);
    right: -60px;
    top: 10px;
}
.know-spice-shape p{
    text-align: left;
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 29px; /* 145% */
    letter-spacing: 0.04px;
}
.product-details-wrap{

}
.nutrition-facts-block{

}
.nutrition-facts-block h3{
    color: #4C4C4C;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 190.323% */
    margin-bottom: 0;
}
.nutrition-facts{
    display: flex;
    flex-wrap: wrap;
}
.single-nutrition-block{
    width: 98px;
    height: 110px;
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
    margin-left: -8px;
}
.single-nutrition-block:hover{
    background: #F3F2F2;
    box-shadow: unset;
}
.single-nutrition-block h6{
    color: #484F47;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
}
.single-nutrition-block h6 span{
    display: block;
    color: #4C4C4C;
    font-size: 10px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}
.single-nutrition-block p{
    color: #4C4C4C;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 146.154% */
    text-transform: uppercase;
}
.varieties-products-block{
    padding-top: 20px;
    padding-left: 55px;
    position: relative;
}
.varieties-products-block h3{
    color: #4C4C4C;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 280.952% */
    margin-bottom: 20px;
}
.varieties-products{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 45px;
}
.single-variety-block{
    position: relative;
    text-align: center;
}
.single-variety-block::before{
    content: '';
    position: absolute;
    width: 120px;
    height: 119px;
    background: url(../img/variety-pro-shape-odd.png);
    left: 18px;
    top: -15px;
    z-index: -1;
}
.single-variety-block:nth-child(Even):before{
    width: 118px;
    height: 120px;
    background: url(../img/variety-pro-shape-even.png);
    left: 18px;
    top: -15px;
}
.single-variety-block img{

}
.single-variety-block h5{
    color: #151725;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.032px;
    text-align: center;
}
.leaf-23 {
    top: 230px;
    right: -30px;
}
.product-benefits-wrap{
    padding: 0 0 50px;
}
.product-benefit-points{
    padding-top: 75px;
    position: relative;
}
.product-benefit-points h2{
    color: #4C4C4C;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 190.323% */
    margin-bottom: 35px;
}
.product-benefit-points ul{
    padding-left: 0;
    column-count: 2;
}
.product-benefit-points ul li{
    color: #151725;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 147.368% */
    letter-spacing: 0.038px;
    list-style: none;
    position: relative;
    margin-top: 32px;
    padding-left: 58px;
    display: flex;
    align-items: center;
}
.product-benefit-points ul li:first-child {
    margin-top: 0;
}
.product-benefit-points ul li::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/benefit-point-icon.png);
    left: 0;
    top: 0;
}
.leaf-24 {
    left: -115px;
    bottom: -420px;
}
.product-benefit-pic{
    position: relative;
}
.product-benefit-pic img{

}
.leaf-25 {
    right: 35px;
    top: 235px;
}
.leaf-26 {
    right: 225px;
    top: 100px;
    z-index: -1;
}

.product-single-form-wrap{
    position: relative;
    padding: 180px 0 5px;
    margin-top: -40px;
    overflow: hidden;
}
.product-single-form-wrap::before{
    content: '';
    position: absolute;
    width: 1994px;
    /* height: 1637px; */
    height: 1450px;
    background: url(../img/product-single-form-bg-shape.png);
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: -1;
}
.product-single-form-contents{
    /* max-width: 970px; */
}
.product-single-form-contents h2{
    color: #FFF;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 111.321% */
    margin-bottom: 22px;
    position: relative;
}
.product-single-form-contents h2::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 31px;
    background: url(../img/leaf-15.png);
    left: 15px;
    top: -40px;
}
.product-single-form-contents p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
    letter-spacing: 0.032px;
    max-width: 738px;
}
.product-single-form {
    margin-top: 25px;
}
.form-field{
    position: relative;
    min-height: 60px;
    border-radius: 6px;
    border: 1px solid #CECECE;
    background: #FFF;
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.05);
    margin-top: 22px;
    height: 60px;
}
.form-field input{
    
}
.product-single-form .wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 1px;
    color: #f1dcdc;
}
.product-single-form .form-field.spice-inquiry-textarea {
    height: 192px;
}
.product-single-form .wpcf7-spinner {
    margin: 0 10px;
    position: absolute;
    top: 20px;
    right: 240px;
}
.form-field label{
    color: #31323E;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.036px;
    top: 17px;
    position: absolute;
    display: block;
    transition: all 0.2s;
    padding-left: 20px;
    z-index: 10;
}
.form-field span.active ~ label {
    top: 5px;
    color: #696A76;
    font-size: 12px;
    z-index: 20;
}
.form-field input, 
.form-field select, 
.form-field textarea {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    z-index: 15;
    color: #31323E;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.034px;
    padding-left: 20px;
    padding-top: 23px;
    height: 60px;
}
.form-field input:focus, 
.form-field select:focus, 
.form-field textarea:focus {
    /* border: 1px solid #F8F0F0; */
}
.form-field select{
    cursor: pointer;
}
.select-drop-arrow {
    position: relative;
}
.select-drop-arrow::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 0.800000011920929px solid #000;
    border-bottom: 0.800000011920929px solid #000;
    right: 30px;
    top: 20px;
    transform: rotate(-45deg);
}
.form-field.active .select-drop-arrow::before{
    z-index: 21;
}
.form-field textarea{
    height: 192px;
}
.contact-inquiry-btn {
    margin-top: 23px;
    width: 100%;
    text-align: right;
}
.contact-inquiry-btn input{
    width: 235px;
    height: 55px;
    border: none;
    border-radius: 40px;
    background: #30AA43;
    text-align: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.044px;
    padding-top: 0;
    padding-left: 0;
    transition: 0.5s;
}
.contact-inquiry-btn input:hover{
    background: #484893;
}
.single-page-sections .footer-top-shape img {
    display: none;
}
.single-page-sections .footer-top-shape::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 230px;
    background: url('../img/footer-top-shape-single-product.png');
    left: 0;
    top: -1px;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-page-sections .footer-top-shape {
    margin-bottom: 72px;
}
/* End of Product detail page */

/* Quality standards */
.quality-standards-intro-wrap{
    padding-bottom: 60px;
}
.quality-standards-intro-contents{
    position: relative;
}
.quality-standards-intro-contents h2{
    color: #479847;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 137.838% */
    margin-bottom: 40px;
}
.quality-standards-intro-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
    margin-top: 25px;
}
.quality-standards-intro-pic {
    margin-top: -32px;
    position: relative;
}
.quality-standards-intro-contents .home-quality-stand-icons {
    margin-top: 35px;
    padding-left: 0;
}
.leaf-27 {
    top: 190px;
    left: -95px;
}
.leaf-28 {
    top: -50px;
    left: 350px;
}
.leaf-29 {
    bottom: 85px;
    right: -72px;
}
.leaf-30 {
    bottom: -150px;
    right: 156px;
    z-index: 1;
}
.process-works-wrap{
    position: relative;
    padding: 85px 0 5px;
    margin-top: -25px;
    overflow: hidden;
}
.process-works-wrap::before {
    content: '';
    position: absolute;
    width: 1909px;
    height: 1714px;
    background: url(../img/process-works-bg-shape.png);
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: -1;
}
.process-works-wrap h2{
    color: #4C4C4C;
    text-align: center;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-family: Raleway;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px; /* 173.529% */
    margin-bottom: 30px;
}
.process-works-block{
    position: relative;
}
.process-works-slider{
    position: relative;
}
.process-works-slider::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 1px;
    background: #E0DBDB;
    left: 50%;
    transform: translate(-50%, 0);
    top: 42px;
}
.process-works-slide-content{

}
.process-works-slide-content .manufacture-spices-single-feature-title {
    justify-content: center;
    flex-direction: column;
}
.process-works-slide-content .manufacture-spices-single-feature-title h4{
    color: #466E38;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
    letter-spacing: 0.04px;
    min-height: 54px;
}
.quality-standards-page-sections .footer-top-shape {
    margin-bottom: 72px;
}
.quality-standards-page-sections .footer-top-shape img {
    display: none;
}
.quality-standards-page-sections .footer-top-shape::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 230px;
    background: url('../img/about-footer-top-shape.png');
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-works-slide-content .manufacture-spices-single-feature-details.open {
    position: relative;
    margin-top: -70px;
    background: #ffffff;
}
.process-work-detail-6{
    right: 120px;
}
.process-work-detail-7{
    right: 285px;
}
.quality-standards-page-sections .footer-top-shape::after {
    content: '';
    position: absolute;
    width: 213px;
    height: 197px;
    background: url('../img/leaf-19.png');
    left: 130px;
    top: 25px;
}
/* End of Quality standards */

/* Sustainability page */
.sustainability-intro-wrap{

}
.sustainability-intro-contents{
    position: relative;
}
.sustainability-intro-contents h2{
    color: #479847;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 137.838% */
    margin-bottom: 35px;
}
.sustainability-intro-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
    margin-top: 25px;
    max-width: 525px;
}
.sustainability-intro-contents p a{
    text-decoration-line: underline;
    color: #151725;
}
.sustainability-intro-pic{
    padding-left: 30px;
    position: relative;
}
.sustainability-intro-pic img{

}
.sustainability-certified {
    margin-top: -187px;
    margin-left: 26px;
}
.sustainability-certified img{

}
.sustainability-certified h4{
    color: #262B4F;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.036px;
    max-width: 220px;
    margin-left: 210px;
    margin-top: 45px;
    position: relative;
}
.sustainability-certified h4::after {
    content: '';
    position: absolute;
    width: 128px;
    height: 183px;
    background: url('../img/certified-line.png');
    left: -140px;
    top: -140px;
    z-index: -1;
}
.leaf-31 {
    left: -145px;
    top: 165px;
}
.leaf-32 {
    top: -110px;
    right: -65px;
}
.leaf-33 {
    bottom: 250px;
    right: -50px;
}
.leaf-34 {
    bottom: 35px;
    left: 35px;
    z-index: 1;
}
.sustainability-milestone-wrap{
    padding: 50px 0 50px;
}
.sustainability-milestone-wrap .row .col-md-12 {
    display: flex;
    align-items: center;
}
.sustainability-milestone-pic{

}
.sustainability-milestone-contents{
    padding-right: 16px;
}
.sustainability-milestone-contents h2{
    color: #479847;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 127.273% */
    margin-bottom: 35px;
}
.sustainability-milestone-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
    margin-top: 25px;
}
.support-community-wrap{
    padding: 60px 0 35px;
}
.support-community-wrap h2{
    color: #479847;
    text-align: center;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 127.273% */
    margin-bottom: 30px;
}
.support-community-wrap p{
    color: #151725;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
    max-width: 928px;
    margin: auto;
}
.support-community-contents{
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    position: relative;
}
.support-community-contents img{
    height: 100%;
}
.support-community-contents img:nth-child(1){
    
}
.support-community-block {
    width: 448px;
    height: 500px;
    background-repeat: no-repeat !important;
    padding: 72px 108px 115px 78px;
    margin: 70px -108px 0 -128px;
    position: relative;
    z-index: 1;
}
.support-community-block p{
    color: #FFF;
    text-align: center;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-family: Raleway;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 120.69% */
}
.support-community-block h4{
    color: #FFF;
    text-align: center;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-family: Roboto;
    font-size: 138px;
    font-style: normal;
    font-weight: 700;
    line-height: 140px;
}
.support-community-block h4 span{
    
}
.support-community-block h5{
    color: #FFF;
    text-align: center;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px; /* 100% */
    margin-top: 15px;
}
.support-community-contents img:nth-child(3){
    
}
.leaf-35 {
    right: -30px;
    top: -20px;
    height: auto !important;
    z-index: -1;
}
.leaf-36 {
    bottom: -58px;
    left: 405px;
    height: auto !important;
    z-index: 1;
}
/* End of Sustainability page */

/* FAQ page */
.faq-wrap{

}
.faq-contents{
    position: relative;
}
.faq-contents h2{
    color: #479847;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 137.838% */
    margin-bottom: 25px;
}
.faq-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
    max-width: 1022px;
}
.leaf-37 {
    top: -100px;
    right: 105px;
}
.leaf-38 {
    top: 100px;
    left: -172px;
}
.faq-accordion{
    padding-top: 45px;
    position: relative;
}
.faq-accordion .accordion{
    max-width: 970px;
    padding-left: 100px;
}
.accordion-item{
    border: unset;
    border-radius: 0 !important;
    border-bottom: 1px solid #D2D1D1 !important;
    background-color: transparent;
}
.accordion-item:last-child{
    border-bottom: none !important;
}
.accordion-item h2{
    margin-bottom: 0;
}
.accordion-item h2 button{
    color: #4F4F51 !important;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 107.692% */
    letter-spacing: 0.052px;
    border-radius: unset !important;
    background: transparent;
    box-shadow: unset;
    padding: 28px 25px 28px 65px;
    background-color: transparent !important;
    box-shadow: unset !important;
}
.accordion-item h2 button[aria-expanded="true"]{
    color: #50507B !important;
    font-size: 25px;
}
.accordion-button::after {
    width: 22px;
    height: 3px;
    background: #515151;
    left: 15px;
    position: absolute;
    transform: unset !important;
}
.accordion-button::before {
    height: 22px;
    width: 3px;
    background: #515151;
    left: 24.4px;
    position: absolute;
    content: '';
    transition: .5s;
}
.accordion-button:not(.collapsed)::after {
    background: #50507B;
}
.accordion-button[aria-expanded="true"]::before {
    height: 0;
    background: #50507B;
}
.accordion-body{
    padding: 5px 25px 30px 65px;
}
.accordion-body p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.034px;
}
.leaf-39 {
    bottom: 135px;
    left: 0;
}
.leaf-40 {
    top: 290px;
    right: 0;
}
.leaf-41 {
    bottom: 0;
    right: 160px;
    z-index: 1;
}
.leaf-42 {
    bottom: -230px;
    left: 32px;
    z-index: 1;
}
/* End of FAQ page */

/* Contact page */
.contact-wrap{
    margin-top: -30px;
    overflow: hidden;
    padding-bottom: 55px;
}
.contact-form-contents{
    margin-right: -35px;
}
.contact-form-contents h2{
    color: #479847;
    text-shadow: -2px 14px 30px rgba(0, 0, 0, 0.00);
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 137.838% */
    margin-bottom: 15px;
}
.contact-form-contents p{
    color: #151725;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: 0.034px;
}
.contact-form{
    max-width: 502px;
    margin-top: 10px;
}
.contact-form .form-field label {
    font-size: 17px;
    top: 16px;
}
.contact-form .form-field span.active ~ label {
    top: 5px;
    font-size: 12px;
    z-index: 20;
}
.contact-form .form-field textarea {
    height: 150px !important;
}
.contact-form .form-field.contact-textarea{
    height: 150px;
}
.contact-form .form-field {
    /* min-height: 57px; */
    height: 57px;
}
.contact-form .form-field input, .contact-form .form-field select, .contact-form .form-field textarea {
    height: 57px;
}
.contact-form .contact-inquiry-btn {
    text-align: left;
}
.contact-details{
    position: relative;
}
.contact-details:before{
    content: '';
    position: absolute;
    width: 937px;
    height: 1249px;
    background: url('../img/contact-page-bg.png');
    top: -120px;
    right: -78%;
    z-index: -1;
}
.contact-details-shape{
    width: 564px;
    height: 609px;
    padding: 100px 100px 140px 120px;
    background-repeat: no-repeat !important;
    margin-left: -20%;
    margin-top: 100px;
}
.contact-details-shape h3{
    color: #FFF;
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 126.316% */
    letter-spacing: 0.076px;
    margin-bottom: 15px;
}
.contact-details-shape h5{
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.034px;
    margin-bottom: -5px;
}
.contact-num {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 22px;
}
.contact-num:before{
    content: '';
    position: absolute;
    width: 55px;
    height: 3px;
    background: #FFF;
    bottom: 0;
    left: 0;
}
.contact-num a{
    color: #FFF;
    font-family: Roboto;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 111.429% */
    letter-spacing: 0.07px;
    display: block;
    margin-top: 8px;
}
.contact-details-shape h6{
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 161.111% */
    letter-spacing: 0.036px;
    margin-top: 12px;
    margin-bottom: -3px;
}
a.contact-mail{
    color: #BBBBC6;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.034px;
}
.contact-location-block{
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}
.contact-location{
    width: 800px;
    height: 475px;
    margin-right: -163px;
}
.contact-location iframe{
    width: 100%;
    height: 100%;
    border-radius: 33px;
}
.contact-address{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 478px;
    height: auto;
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 33px;
    margin-right: 35px;
    margin-bottom: -45px;
}
.contact-address-details{
    padding-right: 30px;
}
.contact-address-details h4{
    color: #59598C;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.048px;
    margin-bottom: 15px;
}
.contact-address-details p{
    color: #151725;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 161.111% */
    letter-spacing: 0.036px;
}
.contact-address-details a{
    display: flex;
    align-items: center;
    color: #7B7D8A;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 188.235% */
    letter-spacing: 3.434px;
    text-transform: uppercase;
    margin-top: 22px;
    transition: .5s;
}
.contact-address-details a:hover{
    color: #23b0ff;
}
.contact-address-details a img{
    margin-right: 20px;
}
.contact-address img{

}
.leaf-43 {
    left: -170px;
    top: 85px;
}
.leaf-44 {
    right: 65px;
    top: 205px;
}
.leaf-45 {
    right: 152px;
    bottom: 100px;
}
.leaf-46 {
    right: 0;
    bottom: -112px;
}
.contact-page-sections .footer-top-shape::after {
    content: '';
    position: absolute;
    width: 213px;
    height: 197px;
    background: url('../img/leaf-19.png');
    right: 275px;
    top: 0px;
}
/* End of Contact page */

.process-works-tab-accordion{
    display: none;
}
.head-responsive-logo, .head-responsive-call{
    display: none;
}
.country-field {
    position: relative;
    z-index: 1;
}
.code-num {
    position: relative;
    z-index: 1;
}
span.iti__country-name {
    display: none;
}
.iti__country-list {
    width: 100%;
    overflow-x: hidden;
}
.iti__country-list::-webkit-scrollbar {
    width: 5px;
}
.iti__country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}
.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #484893;
}
.form-field.country-field label {
    top: 5px;
    font-size: 12px;
    z-index: 20;
}
.country-select.inside .flag-dropdown {
    width: 100%;
}
.country-select.inside .selected-flag {
    width: 100%;
}
.country-select .selected-flag .arrow {
    border-right: none;
    border-top: none;
    border-left: 0.800000011920929px solid #707070;
    border-bottom: 0.800000011920929px solid #707070;
    right: 22px;
    top: 26px;
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
}
.country-select .selected-flag .arrow.up {
    border-bottom: 0.800000011920929px solid #707070;
}
.country-select .flag {
    display: none;
}
.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 18px;
}
.country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}
.country-select ul.country-list {
    width: 100%;
    overflow-x: hidden;
}
.country-select ul.country-list::-webkit-scrollbar {
    width: 10px;
}
.country-select ul.country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}
.country-select ul.country-list::-webkit-scrollbar-thumb {
    background-color: #484893;
}
.country-select .selected-flag .arrow {
    top: 22px;
}


/* 404 page */
.error-page h4{
    color: #50507B;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    padding: 100px 0 100px;
}
/* End of 404 page */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
    text-align: center;
    margin: 25px 0 0;
    font-size: 14px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #ff0000;
    text-align: center;
    margin: 25px 0 0;
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    margin: 15px 0 0;
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
.wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 3px;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output, 
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.contact-form .wpcf7 form.payment-required .wpcf7-response-output, 
.contact-form .wpcf7 form.failed .wpcf7-response-output, 
.contact-form .wpcf7 form.aborted .wpcf7-response-output, 
.contact-form .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}
.process-works-slide-content .manufacture-spices-single-feature-title button.toggle-details img:nth-child(2){
    display: none;
}
.process-works-slide-content .manufacture-spices-single-feature-title button.toggle-details.open img:nth-child(2){
    display: block !important;
}
.process-works-slide-content .manufacture-spices-single-feature-title button.toggle-details.open img:nth-child(1){
    display: none !important; 
} 
.process-works-slide-content .manufacture-spices-single-feature-title button.toggle-details.open {
    transform: unset;
}

.grecaptcha-badge {
    display: none !important;
}
