/*@font-face {
    src: url('../fonts/adelle-regularwebfont.ttf');
    font-family: adelle;
}
@font-face {
    src: url('../fonts/mont-light.otf');
    font-family: mont;
    font-weight: 300;
}
@font-face {
    src: url('../fonts/mont-heavy.otf');
    font-family: mont;
    font-weight: 700;
}*/
@font-face {
    src: url('../fonts/MONT-EXTRALIGHTDEMO.OTF');
    font-family: mont;
    font-weight: 100;
}
@font-face {
    src: url('../fonts/MONT-HEAVYDEMO.OTF');
    font-family: mont;
    font-weight: 800;
}
@font-face {
    src: url('../fonts/futura-book-font.ttf');
    font-family: futura;
    font-weight: 500;
}
@font-face {
    src: url('../fonts/futura-medium-bt.ttf');
    font-family: futura;
    font-weight: medium;
}

a:hover {
    text-decoration: none;
    color: initial;
}
input:focus, button:focus {
    outline: none;
}
body {
    margin: 0;
    padding:0;
    letter-spacing: .5px;
}
main {
    overflow-x:hidden;
    overflow-y:hidden;
}
header {
    background: #fff;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    
    /*box-shadow: 0 3px 10px 0 #333;*/
}
.main-header {
    position: relative;
    background: #fff;
    transition: .5s ease;
}
.main-header .navbar {
    padding: 0;
    width: 100%;
}
.main-header .navbar .navbar-brand {
    width: 150px;
    transition: .5s ease;
    padding: 14px 0;
}
.main-header .navbar .navbar-nav {
    margin-left: 110px;
}
.main-header .navbar .navbar-nav.nav2 {
    margin-left: 40px;
}
.main-header .navbar-nav > li {
    position: relative;
}
.main-header .navbar-nav > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: #c5980a;
    transition: .3s ease;
    transform: rotateY(90deg);
}
.main-header .navbar-nav > li:hover:after {
    transform: rotateY(0deg);
}
.main-header .navbar-nav > li .nav-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 32px 0;
    line-height: 18px;
    vertical-align: top;
    transition: .5s ease;
}
.main-header .navbar-nav.nav2 > li .nav-link {
    border: none;
}
.main-header .navbar-nav > li .nav-link span {
    padding: 0 25px;
    /*border-right: 2px solid #c5980a;*/
    transition: .5s ease;
}
.main-header .navbar-nav > li:last-child .nav-link span {
    border: none;
}
.main-header .navbar-nav.nav2 > li .nav-link {
    color: #c5980a;
}
.main-header .navbar-nav.nav2 > li .nav-link i {
    color: #c5980a;
    margin-right: 5px;
}
.main-header .navbar-nav.nav2 > li .nav-link i.vibrating {
    -webkit-animation: vibrate .3s linear infinite;
    -moz-animation: vibrate .3s linear infinite;
    animation: vibrate .3s linear infinite;
}
.main-header .navbar-nav.nav2 > li:hover .nav-link i.vibrating {
    animation-play-state: paused;
}

.main-header .navbar-nav > li > ul > li:hover {
    background: #f5d43a;
    color: #313131;
}

@-webkit-keyframes vibrate {
    50% {
        transform: translateX(-2px);
    }
}
@-moz-keyframes vibrate {
    50% {
        transform: translateX(-2px);
    }
}


.main-header .navbar-nav.nav2 > li .nav-link span {
    padding: 0 12px;
    border: none;
}
.main-header .navbar-nav.nav2 > li .nav-link span em {
    font-style: normal;
}


/* Fixed Header CSS */
    .fixed-header {
        z-index: 9999999;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .4);
    }
    .fixed-header .main-header .navbar-brand {
        width: 100px;
    }
    



/* Mega Menu CSS */
header .mega-menu {
    width: 100%;
    min-height: 500px;
    /*box-shadow: 0 0 10px 0 #aaa;*/
    border-top: 1px solid #aaa;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    font-family: futura;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
header .mega-menu.active {
    visibility: visible;
    opacity: 1;
}
.mega-list {
    background: #008000 url('../images/mega-menubg.jpg') no-repeat center;
    background-size: cover;
    padding: 30px;
    width: 42%;
    float: left;
    color: #87c397;
    position: relative;
    /*min-height: 500px;*/
    height: 580px;
    box-shadow: inset -4px 0px 10px 0 #555;
}
.mega-list span {
    cursor: pointer;
}
.mega-list .detail {
    display: none;
}
.mega-content {
    width: 58%;
    float: left;
    display: -webkit-flex;
    display: flex;
}
.mega-content .detdesc {
    width: 60%;
    float: left;
    padding: 30px 15px 15px;
}
.mega-content .detimg {
    width: 40%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 0;
}
.mega-content .detimg img {
    width: 100%;
    height: 100%;
}
.mega-list .styled-list {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    width: 30%;
}
.mega-list .styled-list li > a {
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 16px;
    /*color: #87c397;*/
    color: #fff;
}
.mega-list .styled-list.firstlevel > li .firstlevellink {
    font-size: 18px;
    position: relative;
}
.mega-list .styled-list.firstlevel > li.active .firstlevellink {
    color: #c5980a;
}
.mega-list .styled-list.firstlevel > li.active .firstlevellink:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #c5980a;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: calc(100% - 10px);
}
.mega-list .styled-list.firstlevel > li.active > span {
    background: #c89501;
    color: #ffe0a5;
}
.mega-list .secondlevel {
    width: 73%;
    display: none;
}
.mega-list .firstlevel > li.active .secondlevel {
    display: block;
    position: absolute;
    left: 36%;
    top: 30px;
}
.mega-list .styled-list li .secondlevellink {
    padding: 8px 15px 0px 0px;
    margin-bottom: 12px;
}
.mega-list .styled-list.secondlevel .styled-list li.active span.secondlevellink {
    border-bottom: 1px solid #c89501;
}
.mega-list .firstlevel > li.active .secondlevel .styled-list {
    width: 80%;
}
.mega-list .firstlevel > li.active .secondlevel .styled-list li {
    display: block;
    float: left;
    clear: both;
}
.mega-list .firstlevel > li.active .secondlevel .styled-list li.active > a {
    color: #c5980a;
}
.mega-list .firstlevel > li.active .secondlevel .styled-list:nth-child(2) {
    display: none;
}
.mega-content .detdesc h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.mega-content .detdesc p {
    color: #747476;
    min-height: 72px;
}
/*.mega-content .detdesc.descchai p {
    min-height: 72px;
}*/
.all-varients {
    text-align: center;
    padding: 20px 0;
}
.all-varients .menu-varient {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
.all-varients .menu-varient.varient1 {
    width: 27%;
}
.all-varients .menu-varient.varient2 {
    width: 33%;
}
.all-varients .menu-varient.varient3 {
    width: 28%;
}
.all-varients .menu-varient img {
    width: 100%;
}
.all-varients .menu-varient .varient-name {
    display: inline-block;
    background: #276b3f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    margin-top: 15px;
    border-radius: 4px;
}





/* Main CSS */

.common-btn {
    background: #bf922d;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    vertical-align: top;
    transition: .2s ease;
    font-size: 16px;
    font-weight: 600;
}
.common-btn.blg-btn {
    margin: 0 0 20px;
}
.common-btn:hover, .common-btn:focus {
    background: #fff;
    color: #bf922d;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

.main-banner-slider {
    background: url('../images/main-banner-bg.png') no-repeat center center;
    background-size: cover;
}
.main-banner {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    padding: 60px 0 70px;
    /*background: -webkit-radial-gradient(#dee8e3, #276b33);
    background: -moz-radial-gradient(#dee8e3, #276b33);
    background: radial-gradient(#dee8e3, #276b33);*/
    background: transparent;
    font-family: futura;
}

.banner-social {
    position: absolute;
    left: 0;
    padding-left: 6px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.banner-social .social-title {
    font-size: 18px;
    color: #a3bead;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    margin: 0;
}

.banner-social .straight-line {
    width: 1px;
    height: 50px;
    display: inline-block;
    background: #a3bead;
    margin: 20px 0;
}

.banner-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-social ul li a {
    color: #a3bead;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 22px;
}
.banner-social ul li a i {
    animation: blink 1s linear infinite;
}
.banner-social ul li a i:hover {
    animation-play-state: paused;
}
@-webkit-keyframes blink {
    50% {
        opacity: 0
    }
}
@-moz-keyframes blink {
    50% {
        opacity: 0
    }
}
@-o-keyframes blink {
    50% {
        opacity: 0
    }
}
@keyframes blink {
    50% {
        opacity: 0
    }
}
.main-banner-txt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.main-banner-txt .main-caption {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 13px;
}

.main-banner-txt p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}



.main-banner-img {
    width: 100%;
    padding: 0;
    position: relative;
}



.main-banner-slider.owl-carousel .main-banner-img img {
    width: 140px;
    display: inline-block;
    position: relative;
    transition: 1s ease;
}
/*.main-banner-slider .item2 {
    background: url('../images/banner1.png') no-repeat center center;
    background-size: cover;
}
.main-banner-slider .item3 {
    background: url('../images/banner3.png') no-repeat center center;
    background-size: cover;
}
.main-banner-slider .item4 {
    background: url('../images/banner4.png') no-repeat center top;
    background-size: cover;
}*/

.main-banner-slider .diff-item {
    background: url('../images/home/chai-masala-bg.jpg') no-repeat center center;
    background-size: cover;
}

.main-banner-slider .item2 .center_caption {
    position: absolute;
    bottom: 38%;
    left: 75%;
    transform: translate(-50%, 0);
    font-size: 34px;
    font-weight: 600;
    color: #18491f;
    padding: 15px 25px;
    border-radius: 30px;
    /*width: 100%;*/
    text-align: left;
    text-transform: uppercase;
    transition: 1s ease;
}


.main-banner-slider .item4 .goodness_text {
    text-align: center;
    padding-top: 50px;
    font-size: 34px;
    color: #18491f;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
@media screen and (max-width: 480px) {
    .main-banner-slider .item4 .goodness_text {font-size: 20px;}
    .main-banner-slider .item3 {background-size: auto;}
}
.main-banner-img img.top-level {
    z-index: 3;
}
.main-banner-img img.level1 {
    z-index: 2;
    padding: 5px;
}
.main-banner-img img.level2 {
    z-index: 1;
    padding: 10px;
}
.main-banner-img img.level3 {
    z-index: 0;
    padding: 15px;
}


.main-banner-img img.left {
    margin-right: -38px;
}
.main-banner-img img.level2.left {
    margin-right: -45px;
}
.main-banner-img img.level3.left {
    margin-right: -52px;
}

.main-banner-img img.right {
    margin-left: -38px;
}
.main-banner-img img.level2.right {
    margin-left: -45px;
}
.main-banner-img img.level3.right {
    margin-left: -52px;
}


.main-banner-img img.left.slideit {
    transform: translateX(calc(100% - 60px));
    opacity: 0;
}
.main-banner-img img.right.slideit {
    transform: translateX(calc(-100% + 60px));
    opacity: 0;
}





.main-banner-caption {
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase;
    color: #f5c309;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Rubik', sans-serif;
}
.select-btn {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 1;
    text-align: center;
    padding: 8px 15px 2px;
    background: #bf922c;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    font-family: adelle;
    text-transform: uppercase;
    letter-spacing: 7px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: context-menu;
}
.fixed-header .select-btn {
    display: none;
}
.select-btn:hover {
    color: #fff;
}
.main-tm {
    position: absolute;
    right: 30px;
    width: 100px;
    top: 40px;
}

.banner-magic {
    width: 100%;
    height: auto;
    position: absolute;
    top: 110px;
    z-index: 4;
    transition: 1s ease;
}
.banner-magic.invisible { opacity: 0; }
.banner-magic .spice-magic {
    position: absolute;
    cursor: pointer;
    transition: .4s ease;
}
.banner-magic .spice-magic:before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: transparent;
    border: 6px solid rgba(255,255,255,.5);
    left: -6px;
    top: -6px;
    border-radius: 50%;
}
.banner-magic .spice-magic:after {
    content: '';
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background: transparent;
    border: 10px solid rgba(255,255,255,.2);
    left: -16px;
    top: -16px;
    border-radius: 50%;
    animation: borderblink .7s linear infinite;
}
@-webkit-keyframes borderblink {
    50% {
        border-width: 0px
    }
}
@-moz-keyframes borderblink {
    50% {
        border-width: 0px
    }
}
@-o-keyframes borderblink {
    50% {
        border-width: 0px
    }
}
@keyframes borderblink {
    50% {
        border-width: 0px
    }
}
.banner-magic .spice-magic > img {
    transition: .3s ease;
}
.banner-magic .spice-magic:hover > img {
    transform: scale(1.3);
}
.banner-magic .spice-magic .main-magic-img {
    width: 40px;
}

.ginger-magic {
    left: 6%;
}
.pepper-magic {
    left: 16%;
}
.coriander-magic {
    left: 27%;
}
.red-chilli-magic {
    left: 39%;
}
.turmeric-magic {
    left: 65%;
}
.cumin-magic {
    left: 76%;
}
.chilli-magic {
    left: 86%;
}


.banner-magic .magic-detail {
    position: absolute;
    bottom: -150px;
    left: -180px;
    background: #c4dccf;
    display: inline-block;
    width: 200px;
    padding: 20px;
    border-radius: 40px;
    text-align: center;
    visibility: hidden;
}
.main-banner-slider .banner-magic .magic-detail img {
    width: 100px;
    max-width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.banner-magic .magic-detail p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 21px;
}
.choose-section {
    background: #276b3f;
    padding: 30px 0;
    position: relative;
}
.sec_title {
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #c19101;
    padding-bottom: 10px;
    margin-bottom: 50px;
    font-family: mont;
}
.sec_title.title_white {
    color: #fff;
}
.sec_title.title_green {
    color: #276b3f;
}


.about-section {
    position: relative;
    padding: 35px 0 50px;
    background: #e3e2de;
}
/*.about-section>.container {
    background: url('../images/home/bg-v.png') no-repeat;
    background-position: left center;
}*/
.about-section .underneath-text {
    position: absolute;
    left: 40px;
    color: #d4d3cf;
    font-size: 130px;
    line-height: 110px;
    top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.about-detail ul {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    font-family: futura;
    color: #595d60;
}
.section_title {
    font-size: 33px;
    margin: 30px 0 20px;
    font-family: futura;
    font-weight: 600;
}
.section_title.white {
    color: #fff;
}
.section_subtitle {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}
.section_subtitle.white {
    color: #fff;
    font-weight: 500;
}
.all-products.home-products .excerpt {
    font-size: 17px;
    font-weight: 600;
    color: #747476;
    max-width: 900px;
    margin: 0 auto;
}
.all-products.home-products .excerpt.white {
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 27px;
    font-weight: 500;
}
.about-detail p {
    font-size: 18px;
    font-weight: 600;
    color: #595d60;
    margin-bottom: 30px;
    max-width: 550px;
    font-family: futura;
}
.about-slider {
    width: 100%;
}
.about-slider:before {
    content: '';
    width: 300px;
    height: calc(100% + 85px);
    background: #b7d6b6;
    position: absolute;
    top: -35px;
    right: 40px;
}
.about-slider.owl-carousel .owl-nav, .about-slider.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    width: 50%;
    border-bottom: 2px solid #000;
    transform: translateX(-100px);
}
.about-slider button:focus {
    outline: none;
}
.about-slider button i {
    font-size: 26px;
    width: 35px;
    height: 35px;
    background: #036e36;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 6px 10px 20px 0;
}
.about-slider button img {
    font-size: 26px;
    width: 35px;
    height: 35px;
    background: #036e36;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 6px 10px 7px 0;
}




.why-thumb {
    padding: 0;
}
.choose-slider .owl-item .item {
    background: #fff;
    padding: 10px 25px;
    border-radius: 300px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.why-magic .why-inner {
    width: 100%;
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.why-magic .why-inner img {
    transition: 1.5s ease;
}
.why-magic {
    position: relative;
    padding: 15px 60px 15px 40px;
}
.why-magic .why-inner .inner-magic {
    position: absolute;
    top: 50%;
    width: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-caption {
    top: 0;
    font-size: 25px;
    color: #276b3f;
    font-weight: 400;
    width: 100%;
    margin-left: -50px;
    margin-bottom: 25px;
}
.choose-section .choose-slider .owl-dots {
    display: inline-block;
    margin: 20px 0 0 !important;
    width: 100%;
}
.choose-section .choose-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 10px 12px 0;
    background: #869791;
}
.choose-section .choose-slider .owl-dots .owl-dot.active span {
    background: #48b37d;
}
.choose-section .choose-slider .owl-dots button:focus {
    outline: none;
}
.quality-section {
    background: #fff;
    padding: 30px 0;
    position: relative;
}
.quality-section .item {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 30px;
}
.quality-section .item img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}
.quality-slider.owl-carousel .owl-item {
    padding: 15px;
}
.quality-slider.owl-carousel .item {
    text-align: center;
    /*background: #fff;*/
    /*box-shadow: 0 0 30px 0 rgba(0,0,0,.2);*/
}
.quality-slider.owl-carousel .item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100px;
}
.quality-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.quality-slider.owl-theme .owl-dot.active span {
    background: #131314 !important;
}
.quality-slider.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 4px;
}
.blog-section {
    padding: 90px 0 30px;
    position: relative;
    overflow: hidden;
}
.blog-section.home-blog {
    font-family: futura;
    overflow: visible;
    padding-top: 30px;
}
.blog-section.home-blog:before {
    content: '';
    background: #e3e2de;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-section.home-blog .blog-floating-spice-1 {
    top: -25px;
    left: 0;
}

.blog-section.home-blog .blog-floating-spice-2 {
    top: 0;
    right: 0;
}

.blog-section.home-blog .blog-floating-spice-3 {
    left: 0;
    top: 150px;
}

.blog-section.home-blog .blog-floating-spice-4 {
    bottom: 0;
    right: 0;
}
.single-blog {
    padding: 0;
    margin-bottom: 20px;
}
.blog-slider .bl_detail {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.bl-foot {
    border-top: 1px solid #cecbcb;
    padding: 13px;
}
.bl_detail .bl_meta {
    margin-top: -40px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.bl_detail .bl_meta .bl_date {
    float: left;
    width: 50%;
    text-align: left;
}
.bl_detail .bl_meta .bl_comments {
    float: left;
    width: 50%;
    text-align: right;
}
.bl_detail .bl_meta .bl_date span {
    background: #2a7135;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    padding: 9px;
}
.bl_detail .bl_meta .bl_comments span {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #bf922e;
    text-align: center;
    font-size: 20px;
    padding: 8px 16px;
    line-height: 25px;
    border-radius: 50%;
}
.bl_detail .bl_meta .bl_comments span i {
    display: inline-block;
    width: 100%;
    font-size: 28px;
}
.bl_detail-main {
    padding:10px 15px;
}
.bl_detail-main .bl_title {
    font-size: 20px;
    font-weight: 600;
}
.home_blog_more {
    color: #bf922e;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.home_blog_more span {
    float: right;
    font-size: 40px;
    line-height: 3px;
}
.blog-slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.blog-slider .owl-item.active.center .single-blog {
    width: calc(100% + 40px);
    transform: translateX(-20px);
}
.blog-slider .owl-item.active:not(.center) .single-blog {
    padding: 20px 30px;
}
.blog-slider .owl-item.active:not(.center) .single-blog > a {
    width: 100px;height: 100px;display: inline-block;margin-bottom: -40px;border-radius: 50%;overflow: hidden;
}
.blog-slider .owl-item.active:not(.center) .single-blog .bl_detail .bl_meta {
    opacity: 0;
    visibility: hidden;
}
.blog-slider .owl-item.active:not(.center) .single-blog .bl_detail .bl-foot {
    display: none;
}
.blog-slider .owl-item.active.center .single-blog .single-blog-thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.blog-slider .owl-item.active.center .single-blog .single-blog-thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.blog-section .blog-slider .owl-nav, .blog-section .blog-slider .owl-nav.disabled {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: block;
}

.blog-slider .owl-nav .owl-prev {
    transform: translateX(-200px);
}
.blog-slider .owl-nav .owl-next {
    transform: translateX(200px);
}

.blog-section.home-blog .blog-slider .owl-nav button {
    font-size: 16px;
    font-family: futura;
    font-weight: 600;
    color: #5b5b60;
}

.blog-section .blog-slider .owl-nav button i {
    font-size: 30px;
    color: #000;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
}
.blog-section .blog-slider:before, .blog-section .blog-slider:after {
    content: '';
    width: 320px;
    height: 320px;
    border: 2px dashed #c3bdbd;
    position: absolute;
    border-radius: 50%;
    animation: rotate360 2s linear infinite;
    z-index: -1;
}
.blog-section .blog-slider:before {
    top: calc(50% - 175px);
    left: calc(50% - 450px);
}
.blog-section .blog-slider:after {
    top: calc(50% - 175px);
    left: calc(50% + 130px);
}

















.single-blog p {
    font-size: 16px;
    font-family: mont;
    margin: 17px 0 10px;
}
.blog-slider .single-blog p {
    font-family: futura;
    color: #5e5e63;
    font-weight: 600;
}
.single-blog .blog_more {
    display: inline-block;
    background: #276b3f;
    color: #fff;
    font-size: 18px;
    /*font-weight: 600;*/
    font-family: mont;
    text-transform: uppercase;
    padding: 5px 25px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.4);
}
.single-blog img {
    box-shadow: 5px 5px 20px 0px #ddd;
}
.contact-us img {
    /*box-shadow: 5px 5px 20px 0px #ddd;*/
}
.testimonial-section {
    background: #276b3f;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.testimonial-slider .owl-item .test-thumb {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -50px;
}
.testimonial-slider .owl-item .item {
    background: #fff;
    /*padding: 0px 15px 20px;*/
}
.testimonial-slider .owl-item {
    /* padding-top: 60px; */
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider:before {
    content: '';
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background: #276b3f;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 0 880px 340px rgba(39, 107, 63, 1);
}
.testimonial-slider:after {
    content: '';
    right: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background: #276b3f;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 0 880px 340px rgba(39, 107, 63, 1);
}

.testimonial-section .testimonial-slider .owl-nav button {
    color: #fff !important;
    font-size: 35px !important;
}
.testimonial-section .testimonial-slider .owl-nav button:hover, .testimonial-section .testimonial-slider .owl-nav button:focus {
    background: transparent !important;
    outline: none;
}
.testimonial-section .testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
}
.testimonial-section .testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
}



/* Footer CSS */
footer {
    background: url('../images/footer-bg.jpg') center center;
    background-size: cover;
    padding: 40px 0 10px;
    font-family: futura;
    font-weight: 600;
}
.footer-logo {
    width: 150px;
    max-width: 100%;
}
.footer-social {
    margin: 0 0 30px;
}
.footer-social ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    font-size: 19px;
    color: #fff;
}

.footer-social ul li a i {
    width: 35px;
    height: 35px;
    margin: 0 7px;
    border: 2px solid #fff;
    line-height: 34px;
    transition: .3s ease;
}
.footer-social ul li:hover i {
    background: #fff;
    color: #bf922e;
}
.footer-menu {
    margin-bottom: 30px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.footer-menu ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: 2px solid #fff;
    line-height: 17px;
}
.footer-menu ul li:last-child {
    border: none;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .7px;
    line-height: 7px;
    transition: .3s ease;
}
.footer-menu ul li:hover a {
    color: #bf922e;
}

.newsletter-sec {
    margin: 30px 0;
    color: #fff;
    padding: 0 30px;
}
.newsletter-sec h4 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: .5px;
}
.newsletter-sec h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.newsletter-form {
    padding-top: 10px;
}
.newsletter-sec input[type="email"] {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 10px;
    width: 300px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
}

.newsletter-sec input[type="email"]::placeholder {
    color: #000;
}

.newsletter-sec input[type="submit"] {
    background: #bf922e;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 600;
    transition: .3s ease;
    height: 40px;
    margin-left: 6px;
}
.newsletter-sec input[type="submit"]:hover {
    background: #fff;
    color: #bf922e;
}
.footer-left {
    position: relative;
}

.footer-left:before {
    content: '';
    width: 1px;
    height: calc(100% - 50px);
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}




.recipes {
    padding: 50px 0 30px;
}
.main-filter-form {
    padding: 30px 0;
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.5);*/
    box-shadow: 10px 10px 22px 0 rgba(0,0,0,.5);
}
.filter-form input[type="text"], .filter-form select{
    width: 100%;
    background: #fff;
    padding: 3px 30px;
    border: 3px solid #ccc;
    border-radius: 20px;
    color: #aaa;
}
.filter-form input[type="text"]:focus, .filter-form select:focus {
    outline: none;
    padding: 3px 30px 3px 10px;
}
.filter-form input[type="text"]:focus::placeholder {
    color: #fff;
}
.spice-slider {
    padding: 40px 0;
}
.recipes .spice-slider .item img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -5px;
    width: 300px;
    max-width: 100%;
}
.spice-slider .spice_title {
    padding: 7px 30px;
    font-size: 18px;
    background: #276b3f;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-family: mont;
    margin: 25px 0 0;
}
.spice-slider .owl-item .item {
    padding: 50px 20px;
    transition: .5s ease;
}

.spice-slider .owl-item.active.center .item {
    transform: scale(1.3);
}


/* Testing Filter Form */

.spice-contents {
    padding: 40px 0;
}
.recipes .spice-contents .item img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -5px;
    width: 400px;
    max-width: 100%;
}
.spice-contents .spice_title {
    padding: 7px 30px;
    font-size: 18px;
    background: #276b3f;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    font-family: mont;
    margin: -8px 0 0;
}
.spice-contents .owl-item .item {
    transition: .5s ease;
}



.filter-form i.fa-close {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    color: #ccc;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.filter-form i.fa-search {
    position: absolute;
    width: 18px;
    height: 18px;
    color: #c19101;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.filter-form input[type="text"]:focus ~ i.fa-search, .filter-form select:focus ~ i.fa-search  {
    display: none;
}
.recipe-search {
    background: #276b3f;
    color: #fff;
    border: none;
    padding: 6px 30px 5px;
    font-size: 17px;
    font-family: mont;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.recipe-count {
    font-size: 25px;
    color: #2f2f2f;
    margin: 30px 0 0 10px;
    display: inline-block;
    border-left: 3px solid;
    padding-left: 10px;
}
.main-tm img {
    max-width: 100%;
    width: 100px !important;
}
.main-tm .magic-detail {
    position: absolute;
    top: 0;
    left: -180px;
    background: #c4dccf;
    display: inline-block;
    width: 200px;
    padding: 20px;
    border-radius: 40px;
    text-align: center;
    z-index: -1;
    opacity: 0;
}
.main-tm:hover .magic-detail {
    opacity: 1;
    z-index: 9;
}
/*.main-tm:before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: transparent;
    border: 6px solid rgba(255,255,255,.5);
    left: -6px;
    top: -6px;
    border-radius: 50%;
}
.main-tm:after {
    content: '';
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background: transparent;
    border: 10px solid rgba(255,255,255,.2);
    left: -16px;
    top: -16px;
    border-radius: 50%;
    animation: borderblink .7s linear infinite;
}*/

.main-banner-slider .main-tm .magic-detail img {
    margin-bottom: 15px;
    display: inline-block;
    width: 100px;
}
.main-tm .main-magic-img {
    cursor: pointer;
    position: relative;
    z-index: 7;
    transition: .3s ease .2s;
}
.main-tm:hover .main-magic-img {
    transform: scale(1.15);
}
.testimonial-slider .item iframe {
    vertical-align: top;
}

.main-banner-slider.owl-carousel .owl-nav {
    margin: 0;
    position: static;
}

.main-banner-slider.owl-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
}
.main-banner-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.main-banner-slider.owl-carousel .owl-nav button {
    margin: 0;
    z-index: 1;
}
.main-banner-slider.owl-carousel .owl-nav button:focus, .main-banner-slider.owl-carousel .owl-nav button:hover {
    outline: none;
    background: initial;
}
.main-banner-slider.owl-carousel .owl-nav button i {
    font-size: 40px;
    background: rgba(255,255,255,.2);
    color: #fff;
    line-height: 44px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.main-banner-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 0;
    padding-right: 45px;
    height: 20px;
}
.main-banner-slider.owl-carousel .owl-dots:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #a3bead;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
}
.main-banner-slider.owl-carousel .owl-dots button:focus {
    outline: none;
}
.main-banner-slider.owl-carousel .owl-dots button span {
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
}
.main-banner-slider.owl-carousel .owl-dots button.active span {
    background: #c5980a;
}


/* Single Blog Page CSS */

.blog_head {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.blog_head > .single_thumbnail {
    width: 100%;
}
.blog_head .blog_title_meta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 20px 25px;
    text-align: center;
}
.blog_head .blog_title_meta .single_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog_head .blog_title_meta .blog_meta {
    font-size: 16px;
}
.blog_head .blog_title_meta .blog_meta .author_name {
    padding-right: 12px;
    border-right: 1px solid #fff;
    margin-right: 5px;
}
.blog_body {
    padding: 30px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.blog_body_content {
    text-align: justify;
}
.blog_main_content table {
    border: 1px solid #222;
    margin-bottom: 20px;
}
.blog_main_content table td {
    padding: 10px 10px 0;
}
.blog_main_content img {
    max-width: 100%;
}
.sidebar_widget {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}
.sidebar_widget .sidebar_widget_title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #c5980a;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.sidebar_widget .sidebar_widget_content .all_tags a {
    background: #ccc;
    color: #333;
    padding: 4px 8px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.sidebar_widget .sidebar_widget_content .all_cats ul {
    padding-left: 20px;
    margin: 0;
}
.sidebar_widget .sidebar_widget_content .all_cats ul li a {
    color: #333;
}
.blog_body_title .main_single_title {
    font-size: 25px;
    color: #c5980a;
    margin-bottom: 19px;
}
.blog_main_footer {
    padding: 30px 0;
    background-color: #2d7838;
}
.blog_main_footer_reply {
    padding: 30px 0;
}
#submitreply {
    background: #ffffff;
    border: none;
    color: #276b3f;
    padding: 7px 18px;
    cursor:pointer;
}

.reply_blog {
    color: #fff;
    font-size: 20px;
    margin-left: 21px;
    margin-bottom: 19px;
}
.blog_comment_form input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.blog_comment_form textarea {
    width: 100%;
    padding: 5px 10px;
    height: 100px;
    margin-bottom: 15px;
}

.blog_comment_form text {
}

.blog_comment_form input[type="submit"] {
    background: #276b3f;
    border: none;
    color: #fff;
    padding: 7px 18px;
}
.inner_page {
    padding: 40px 0;
}
.inner_page_title {
    font-size: 30px;
    color: #c5980a;
    margin-bottom: 40px;
}




/* Custom Youtube CSS */

/*.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}*/

#gototop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #276b3f;
    padding: 5px 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    color: #fff;
    cursor: pointer;
    z-index: 99999999;
}

/* Product Page CSS */

.all-products {
    padding: 30px 0 0;
    position: relative;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: futura;
}
.page_title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #27282c;
}
.short_desc {
    font-size: 16px;
    font-weight: 600;
    color: #747476;
    margin-bottom: 50px;
    line-height: 26px;
    width: 800px;
    margin: 0 auto 50px;
    max-width: 100%;
}
.super_prod_wrap .main_prod_wrap {
    text-align: left;
    padding: 0 40px;
    position: relative;
}
.all-products .super_prod_wrap .main_prod_wrap {
    padding: 0 15px;
}
.all-products .main_prod_wrap .prod_wrap {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    margin-bottom: 80px;
    padding: 50px 100px 50px 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.all-products .main_prod_wrap .prod_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #c3bdbd;
    border-radius: 50%;
    animation: rotate360 2s linear infinite;
}
.all-products.home-products .main_prod_wrap .prod_wrap {
    width: 300px;
    height: 300px;
    border: none;
    padding-right: 140px;
}
.all-products.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap {
    padding-left: 140px;
}
.all-products.home-products .main_prod_wrap .prod_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #c3bdbd;
    border-radius: 50%;
    animation: rotate360 2s linear infinite;
}
.all-products.home-products .prod_wrap .floating_img {
    right: 35px;
}
.all-products.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .floating_img {
    left: 35px;
}
.all-products.home-products .super_prod_wrap .main_prod_wrap {
    padding: 0;
}

.floating-spices {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.floating-spices .floating-spice {
    position: absolute;
}
.floating-spices .floating-spice.floating-spice-1 {
    transform: translateY(-80px);
    left: 20px;
}
.floating-spices .floating-spice.floating-spice-2 {
    right: 0;
    top: 150px;
}
.floating-spices .floating-spice.floating-spice-3 {
    left: -70px;
    top: 550px;
}
.floating-spices .floating-spice.floating-spice-4 {
    bottom: -35px;
    right: 250px;
    z-index: 1;
}
.floating-spices .floating-spice.floating-spice-5 {
    right: 0px;
    top: 550px;
}
.floating-spices .floating-spice.floating-spice-6 {
    top: 1020px;
    left: 0;
}
.floating-spices .floating-spice.floating-spice-7 {
    top: 827px;
    left: 1164px;
    z-index: 1;
}










@-webkit-keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-moz-keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-o-keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.find-recipe {
    background: #2d7838;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
    font-family: futura;
}
.find-form {
    margin-top: 30px;
}
.find-form input[type="text"], .find-form select {
    background-color: #4c9871;
    background: #4c9871;
    border: none;
    padding: 8px 12px;
    color: #fff;
    width: 100%;
    font-family: futura;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.find-form input[type="submit"] {
    background: #bf922c;
    color: #fff;
    border: none;
    font-size: 17px;
    padding: 8px 40px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
.find-form input[type="text"]::placeholder {
    color: #fff;
}
.custom-col-20 {
    padding-right: 5px;
}
.recipe-found {
    margin-top: 50px;
    position: relative;
}
.recipe-found-img:before {
    content: '';
    position: absolute;
    top: 23px;
    right: 0;
    width: 150px;
    height: 2px;
    background: #fff;
}
.recipe-found-img {
    margin-bottom: 40px;
}
.recipe-found-img .recipe-found-img-main {
    position: absolute;
    top: -40px;
    transform: translateX(-190px);
    left: 0;
    z-index: 2;
}
.recipe-found-img .recipe-found-img-main-sub {
    position: absolute;
    left: -86px;
    top: 0;
    transform: translateY(80%);
    z-index: 1;
}
.recipe-found-desc {
    margin-bottom: 40px;
}




.all-products .main_prod_wrap .prod_wrap .sub_prod_wrap {
    text-align: right;
    position: relative;
}
.all-products .prod_title {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #27282c;
}
.all-products.home-products .prod_title {
    font-size: 27px;
    margin-bottom: 18px;
}
.all-products .prod_desc {
    color: #747476;
    font-size: 16px;
    font-weight: 600;
}
.all-products.home-products .prod_desc {
    font-size: 17px;
}
.all-products .prod_read {
    background: #286b40;
    color: #fff;
    padding: 6px 15px;
    margin-top: 5px;
    display: inline-block;
}
.chai-products .prod_read {
    background: #75202b;
}
.all-products.home-products .prod_read {
    background: transparent;
    color: #bf922c;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #bf922c;
    padding: 8px 0;
}
.all-products.home-products .secondary-img {
    position: absolute;
    right: 70px;
    width: 130px;
    bottom: -14px;
}
.super_prod_wrap .main_prod_wrap:nth-child(2n) .secondary-img {
    right: initial;
    left: 70px;
}
.prod_wrap .floating_img {
    position: absolute;
    right: 0;
    max-height: 300px;
    top: 50%;
    transform: translate(50%, -50%);
}
/* CSS for right product */
.super_prod_wrap .main_prod_wrap:nth-child(2n) {
    text-align: right;
}
.super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap {
    padding: 50px 30px 50px 100px;
    transform: translateY(150px);
}
.super_prod_wrap .main_prod_wrap:last-child .prod_wrap {
    margin-bottom: 100px;
}
.super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .sub_prod_wrap {
    text-align: left;
}
.super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .floating_img {
    right: initial;
    left: 0;
    transform: translate(-50%, -50%);
}

.all-products.home-products .prod_wrap .floating_img {
    max-height: 400px;
}






/* CSS for comma between products */
/*.super_prod_wrap .main_prod_wrap:nth-child(2n+1):after {
    width: 100px;
    height: 100px;
    background: url('../images/curvedarrow.png') no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
}*/
.super_prod_wrap .main_prod_wrap:nth-child(2n+1) .prod_wrap:after {
    width: 100px;
    height: 100px;
    background: url(../images/curvedarrow.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: -85px;
    right: -150px;
    content: '';
}
.super_prod_wrap .main_prod_wrap:nth-child(4n+1) .prod_wrap:after {
    transform: rotateY(180deg);
}
.super_prod_wrap .main_prod_wrap:last-child .prod_wrap:after {
    background: none;
}
.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n+1) .prod_wrap:after {
    background: none;
}
.all-products .super_prod_wrap .main_prod_wrap:nth-child(2n+1):after {
    background: none;
}
.super_prod_wrap .main_prod_wrap:last-child:after {
    background: transparent;
}
.all-products .fimg {
    position: absolute;
    width: 120px;
}
.all-products .fimg.right{
    right: 0;
}
.all-products .bgimg1 {
    top: 350px;
    transform: rotateY(180deg);
}
.all-products .bgimg2 {
    top: 275px;
    transform: rotateY(180deg);
}
.all-products .bgimg3 {
    top: 1650px;
}
.all-products .bgimg4 {
    top: 775px;
}
.all-products .bgimg5 {
    top: 640px;
}
.all-products .bgimg6 {
    top: 1222px;
    transform: translateX(20px);
}
.all-products .bgimg42 {
    top: 2200px;
}
.all-products .bgimg43 {
    top: 1800px;
}
.chai-products .bgimg2 {
    left: -30px;
}
.chai-products .bgimg1.right {
    right: -30px;
}
.chai-products .bgimg5 {
    left: -30px;
}
.chai-products .bgimg4.right {
    right: -31px;
}


/* Single Product Page */
.product_single {
    padding: 50px 0;
    position: relative;
}
.product_single .single_prod_thumb_wrapper {
    text-align: center;
    padding: 0 40px;
}
.product_single .single_prod_thumb {
    max-height: 420px;
}
.product_single .single_prod_thumb.small {
    max-height: 280px;
}
.product_single .single_prod_thumb.medium {
    max-height: 350px;
}
.product_single .single_prod_title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #39393e;
}
.product_single .single_prod_desc {
    font-size: 15px;
    font-weight: 500;
    color: #747476;
    max-width: 400px;
}
.product_single .single_prod_info {
    font-size: 20px;
    font-weight: 700;
    color: #39393e;
    margin: 20px 0 10px;
}
.product_single .single_prod_detail table {
    font-size: 16px;
    color: #747476;
    font-weight: 500;
}
.product_single .single_prod_detail table td {
    padding: 4px 40px 4px 0;
}
.product_single .single_prod_detail .var_btn {
    background: #2d783d;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    margin: 10px 5px 20px 0;
    border-radius: 3px;
}
.product_single .single_prod_detail .buy-btn {
    background: #2d783d;
    padding: 3px 15px 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
}
.single_pinch.top_single_pinch {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
}
.single_pinch.bottom_single_pinch {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
}
.error-section {
    padding: 50px 0 40px;
}
.error_text {
    font-size: 25px;
    margin: 30px 0 35px;
}
.explore_btn, .explore_btn:hover, .explore_btn:focus  {
    background: #276b3f;
    color: #fff;
    padding: 4px 25px 8px;
    display: inline-block;
    font-size: 25px;
}



/* Recipe Page CSS */
.recipe_banner {
    position: relative;
    overflow: hidden;
}
.recipe_banner img {
    width: 100%;
}

.recipe_banner_caption_wrapper {
    background: #eff0f1;
    box-shadow: -10px 0 20px 0 #eff0f1;
}
.recipe_banner_caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: futura;
    right: 11%;
    max-width: 300px;
}

.recipe_banner_caption .banner_title {
    font-size: 28px;
    color: #232427;
    font-weight: 700;
    letter-spacing: .3px;
}

.recipe_banner_caption .banner_desc {
    font-size: 16px;
    font-weight: 600;
    color: #575551;
}
.find-recipe-section {
    background: #246331;
    color: #fff;
    padding: 33px 0 0;
    font-family: futura;
}

.find-recipe-section .find_title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.find-recipe-section input[type="text"], .find-recipe-section select {
    background: #fff;
    color: #000;
    border: none;
    padding: 6px 10px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}
.find-recipe-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.find-recipe-section input[type="text"]::placeholder {
    color: #fff;
}

.find-recipe-section input[type="submit"] {
    background: #bf922c;
    color: #fff;
    border: none;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    cursor: pointer;
}
.find-recipe-section .custom-col-20:before {
    content: '\f002';
    right: 13px;
    font-family: fontawesome;
    position: absolute;
    top: 6px;
    font-size: 14px;
    color: #000;
}
.find-recipe-section .custom-col-20:last-child:before {
    content: '';
}
.not-found {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #eee;
    margin-bottom: 50px;
    position: relative;
}
.not-found h5 {
    width: 800px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.not-found h3 {
    font-size: 65px;
    font-weight: 600;
    color: #aaa;
    margin-bottom: 0;
    line-height: 38px;
}
.other-recipe-title {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 40px;
}
.not-found .floating-arrow {
    position: absolute;
    top: -53px;
    right: 118px;
    width: 85px;
}
.recipe-list {
    padding: 60px 0 0;
    position: relative;
    font-family: futura;
    overflow: hidden;
}
.single-recipe {
    margin-bottom: 80px;
}
.recipe-list .single-recipe-thumb img {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    width: 100%;
    margin-bottom: 20px;
}
.recipe-list .single-recipe-detail .single-recipe-title {
    font-size: 20px;
    font-weight: 600;
}
.recipe-list .single-recipe-detail .single-recipe-desc {
    font-size: 15px;
    font-weight: 600;
    color: #5d5e63;
    margin-bottom: 10px;
}
.recipe-list .single-recipe-detail .single-recipe-btn {
    color: #2a7135;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #2a7135;
}
.floating-recipe {
    position: absolute;
}
.floating-recipe:before {
    content: '';
    width: 300px;
    height: 300px;
    border: 2px dashed #ccc9c9;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: rotate360 2s linear infinite;
}
.floating-recipe.floating-recipe-2:before {
    right: 0;
    left: initial;
}
.floating-recipe.floating-recipe-4:before {
    right: 0;
    left: initial;
}
.floating-recipe img {
    position: relative;
}
.floating-recipe.floating-recipe-1 {
    top: 0;
    left: 0;
}
.floating-recipe.floating-recipe-1 img {
    transform: translateY(50px);
}
.floating-recipe.floating-recipe-2 {
    top: 0;
    right: 0;
}
.floating-recipe.floating-recipe-3 {
    top: 500px;
    left: 0;
}
.floating-recipe.floating-recipe-3 img {
    transform: translate(-50%, -32%);
}
.floating-recipe.floating-recipe-4 {
    top: 550px;
    right: 0;
}

/*  Ingredients Page CSS  */
.main-recipe {
    position: relative;
    padding: 60px 0;
    background: #fff;
    font-family: futura;
}
.main-recipe-thumb {
    z-index: 1;
}
.main-recipe-thumb.ingr-thumb:before {
    content: '';
    position: absolute;
    top: -8%;
    right: 20%;
    width: 60%;
    height: 116%;
    background: #bf922c;
    z-index: -1;
}
.main-recipe-thumb img {
    width: 100%;
}
.main-recipe-thumb.ingr-thumb .main-floating-img {
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -70%);
}
.main-recipe-detail {
    display: inline-flex;
    flex-wrap: wrap;
    width: 450px;
    height: 450px;
    max-width: 100%;
    padding: 20px;
    padding-left: 70px;
    position: relative;
    margin-left: -90px;
    align-items: center;
}
.ingr-recipe .main-recipe-detail {
    padding-left: 100px;
}
.main-recipe-detail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 450px;
    border: 2px dashed #b5b5b5;
    border-radius: 50%;
    animation: rotate360 2s linear infinite;
}
.main-recipe-detail-inner {
    position: relative;
}
.main-recipe-detail .main-recipe-title {
    font-size: 30px;
    font-weight: 600;
    color: #27282d;
    margin: 0 0 15px;
}
.main-recipe-detail .main-recipe-desc {
    font-size: 16px;
    font-weight: 600;
    color: #606266;
    margin-bottom: 0;
}
.ingredients-section {
    padding: 40px 0;
    background: #e7e7e7;
    overflow: visible;
    position: relative;
}
.ingredient-title {
    color: #202125;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 25px;
}
.ingredients-wrapper .ingredients {
    border: 1px solid #202125;
    padding: 15px 0;
}
.ingredients-wrapper {
    padding: 5px 20px;
    border: 1px solid #202125;
    margin-bottom: 40px;
}
.ingredients-wrapper .ingredients:last-child {
    border-left: none;
}
.ingredients-wrapper .ingredients ul {
    list-style: none;
    padding-left: 40px;
}
.ingredients-wrapper .ingredients ul li {
    color: #5d5e63;
    font-weight: 600;
    font-size: 16px;
    font-family: futura;
    line-height: 35px;
}
.ingredients-wrapper .ingredients {
    border: 1px solid #202125;
    padding: 15px 0;
}

.ingredients-wrapper {
    padding: 5px 20px;
    border: 1px solid #202125;
    margin-bottom: 40px;
}
.ingr-inner {
    background: #e7e7e7;
}
.ingredients-wrapper .ingredients:last-child {
    border-left: none;
}

.ingredients-wrapper .ingredients ul {
    list-style: none;
    padding-left: 40px;
}

.ingredients-wrapper .ingredients ul li {
    color: #5d5e63;
    font-weight: 600;
    font-size: 16px;
    font-family: futura;
    line-height: 35px;
}
.ingredients-wrapper .ingredients ul li span {
    font-weight: normal;
}
.ingredient-timing img, .ingredient-timing .ingredient-timing-detail {
    float: left;
}

.ingredient-timing img {
    margin-right: 13px;
    max-width: 109px;
}

.ingredient-timing .ingredient-timing-detail p {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 2px;
    color: #5d5e63;
}

.ingredient-timing .ingredient-timing-detail h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.ingredient-timing {
    margin-bottom: 50px;
}
.recipe-steps .ingredient-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.recipe-steps h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 6px;
    color: #202125;
}

.recipe-steps p {
    color: #5d5e63;
    font-size: 15px;
    font-weight: 600;
}
.ingr-floating-1 {
    position: absolute;
    right: 100px;
    top: 80px;
}
.ingr-floating-2 {
    left: -50px;
    top: 200px;
    position: absolute;
}
.floating-spices .floating-ingr-3 {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-45%);
}
.floating-spices .floating-ingr-4 {
    top: -90px;
    right: 0;
}
.floating-spices .floating-ingr-4 img {
    transform: translate(100%, -49%);
}
.floating-spices .floating-ingr-5 {
    bottom: 0;
    left: 0;
    transform: translate(-150%, -100%);
}
.floating-spices .floating-ingr-5 img {
    transform: translate(-34%, 153%);
}
.floating-spices .floating-ingr-6 {
    bottom: 0;
    transform: translate(25%, 35%);
    right: 0;
    position: absolute;
}
.floating-spices .floating-ingr-7 {
    position: absolute;
    right: 0;
    top: 550px;
}
.blog-page .single-blog {
    padding: 0;
    margin-bottom: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border: 1px solid #ccc;
}
.floating-spices .floating-blg-1 {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.contact-wrapper .floating-spices .floating-blg-1:before {
    width: 200px;
    height: 200px;
}
.contact-wrapper .floating-spices .floating-blg-1 img {
    top: -60px;
}
.floating-spices .floating-blg-2 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.contact-wrapper .floating-spices .floating-blg-2 {
    transform: translate(85%, -50%);
    z-index: 1;
}
.blg-wrapper {
    position: relative;
}
.floating-spices .floating-blg-3 {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
}
.floating-spices .floating-blg-4 {
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
}
.floating-spices .floating-blg-4 img {
    transform: translateX(150px);
}
.floating-spices .floating-contact-1 {
    position: absolute;
    top: 50%;
    right: -166px;
    z-index: 1;
}
.floating-spices .floating-contact-2 {
    position: absolute;
    top: 200px;
    transform: translateX(-80%);
    z-index: 1;
}
.contact-wrapper .floating-spices .floating-blg-3 {
    z-index: 1;
}
.blg-wrapper .single-blog-wrapper {
    padding: 0 25px;
}


/* Main banner slider 2 */
.banner-img-inner {
    display: inline-block;
    width: 20%;
    position: relative;
    margin-top: 50px;
}
.main-banner-slider.owl-carousel .banner-img-inner .front-img {
    width: 120px;
    display: inline-block;
    position: relative;
    margin-right: -50px;
    z-index: 1;
    margin-bottom: -90px;
}
.main-banner-slider.owl-carousel .banner-img-inner .back-img {
    display: inline-block;
    height: 261px;
    width: auto;
}
.owl-carousel .owl-item img.chai-masala-img {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}


/*.banner-img-inner.center-images {
    transform: translateY(70px);
}*/

/* Contact Us Page */
.contact-title {
    padding: 27px 0;
    background: #276a32;
    background: -webkit-linear-gradient(#276a32, #389344);
    background: -moz-linear-gradient(#276a32, #389344);
    background: -o-linear-gradient(#276a32, #389344);
    background: linear-gradient(#276a32, #389344);
    color: #fff;
}
.contact-title .page-title2 {
    font-size: 35px;
    margin: 0;
}
.contact-section {
    padding: 100px 0;
    position: relative;
}
.contact-map {
    padding: 0;
}
.contact-map iframe {
    display: block;
}
.contact-form {
    position: absolute;
    top: -50px;
    right: 0;
    width: 450px;
    /*background: #2d3434;*/
    background: #9c9c9c;
    color: #fff;
    height: calc(100% + 50px);
}
.contact-form .contact-form-inner {
    padding: 20px;
}
.contact-form-inner h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
}
.contact-form-inner .form-input {
    width: 100%;
    padding: 7px 15px;
    /*background: #202727;*/
    background: #fff;
    border: none;
    margin-bottom: 25px;
    color: #505050;
}
.contact-form-inner .form-input::placeholder {
    color: #505050;
}
.contact-form-inner .form-submit {
    font-size: 18px;
    font-weight: 600;
    border: none;
    background: #bf922e;
    color: #fff;
    padding: 7px 20px;
    cursor: pointer;
}
.contact-details {
    background: #bf922e;
    padding: 20px 15px;
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom: -50px;
    left: -30px;
}
.contact-details a {
    color: #fff;
}
.contact-details i {
    font-size: 25px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(68, 68, 68, 0.2);
    line-height: 50px;
}
.scroll-div {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
}
.scroll-div h6 {
    color: #fff;
    transform: rotate(-90deg) translate(12px,-3px);
    margin: 0;
}
.scroll-div .scroll-img {
    width: 50px;
}
.page-title-section {
    background: #f2f2f2;
    padding: 30px 0;
}

.page-title-section .banner_title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-title-section .banner_desc {
    font-size: 16px;
    font-weight: 600;
    color: #635d5d;
    width: 700px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
/* Sweet Alert */
#err2 {
    position: fixed;
    top: 100px;
    right: 20px;
    display: none;
    padding: 6px 15px;
    background: #fff;
    z-index: 99999;
    color: red;
}
#err2.error { color: #ff0000; }
#err2.warning { color: #fbbe36; }
#err2.success { color: #008000; }

/* Newsroom */
.single-news-item {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    width: 350px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    transition: .3s ease;
}
.single-news-item:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.single-news-item img {
    width: 100%;
}
.single-news-item .single-news-contents {
    padding: 15px;
}
.single-news-item .single-news-contents .single-news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}

.single-news-item .single-news-contents .single-news-description {
    font-size: 15px;
    font-weight: 600;
    color: #777;
    margin-bottom: 10px;
}
.single-news-item .single-news-contents .single-news-more {
    background: #27693f;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 7px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
    border: 1px solid #27693f;
}
.single-news-item .single-news-contents .single-news-more:hover {
    background: #fff;
    color: #27693f;
}

/* Blog Comment Section */

.comments-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 30px 0 0;
    margin: 10px 0 20px;
}
.comments-list .single-comment {
    margin-bottom: 30px;
    padding: 0;
}
.comments-list .single-comment .blog-comment-thumb {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.comments-list .single-comment .single-comment-inner {
    padding: 0;
}
.comments-list .single-comment .single-comment-inner .comment-user-name {
    font-size: 20px;
    font-weight: 700;
    color: #caa22e;
    margin-bottom: 15px;
}
.comments-list .single-comment .single-comment-inner .comment-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
.comments-list .single-comment .single-comment-inner .comment-date i {
    margin-right: 7px;
}
.comments-list .single-comment .single-comment-inner .user-comment {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #828282;
    margin: 0;
}











/* Media Query */

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .contact-section:after {
        width: 1000px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1315px) {
    .main-header .navbar-nav > li .nav-link span { padding: 0 20px; }
    .main-header .navbar-nav.nav2 > li .nav-link span { padding: 0 6px; }
    .main-banner-txt { margin-left: 60px; }
    .mega-content .detdesc h2 { font-size: 23px; }
    .mega-content .detdesc p { font-size: 15px; }
    .mega-list .styled-list.firstlevel > li .firstlevellink { font-size: 16px; }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .mega-content .detdesc h2 { font-size: 21px; }
    .mega-content .detdesc p { font-size: 14px; }
    .mega-list .styled-list li > a { font-size: 15px; }
    .mega-list .styled-list.firstlevel > li .firstlevellink { font-size: 14px; }
    .mega-list .styled-list.firstlevel > li.active .firstlevellink:after { bottom: 17px; }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
    .mega-content .detdesc h2 { font-size: 18px; }
    .mega-content .detdesc p { font-size: 14px; }
    .mega-list .styled-list li > a { font-size: 13px; }
    .mega-list .styled-list.firstlevel > li .firstlevellink { font-size: 12px; }
    .mega-list .styled-list.firstlevel > li.active .firstlevellink:after { bottom: 15px; }
}
@media screen and (min-width: 992px) {
    
    .fixed-header .main-header .navbar-nav > li .nav-link {
        padding: 22px 0;
    }    
    .fixed-header .main-header .navbar-nav > li .nav-link span {
        /*padding: 0 18px;*/
    }
    .fixed-header .main-header .navbar-nav.nav2 > li .nav-link span em {
        display: none;
    }
    .main-header .navbar-nav > li.mobile-only {
        display: none;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item.dropdown {
        position: relative;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: block;
        margin-top: 0px;
        border-radius: 0;
        transition: .5s ease;
        transform-origin: top;
        transform: rotateX(-90deg);
        opacity: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        transform: rotateX(0deg);
        opacity: 1;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li a{
        padding: 15px 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li a span {
        border: none;
    }
    .custom-col-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
}
@media screen and (min-width: 768px) {
    .contact-section:after {
        content: '';
        width: 400px;
        height: 2px;
        background: #bf922e;
        position: absolute;
        bottom: 80px;
        right: 0;
        z-index: -1;
    }
    .contact-details:after {
        content: '';
        position: absolute;
        bottom: 30px;
        right: 0;
        width: 100px;
        height: 2px;
        background: #fff;
    }
}
@media screen and (max-width: 1199px) {
    .main-banner-slider.owl-carousel.owl-carousel .owl-nav .owl-prev, .main-banner-slider.owl-carousel.owl-carousel .owl-nav .owl-next {
        position: static;
        transform: translateY(0);
    }
    .main-banner-slider.owl-carousel .owl-nav {
        position: absolute;bottom: 0; padding: 10px 0 20px; text-align: center;width: 100%;
    }
    .main-banner-slider.owl-carousel .owl-nav button i {
        font-size: 25px; line-height: 25px; width: 30px; height: 30px; display: inline-block;margin:0 25px;
    }
    .main-banner-slider.owl-carousel .owl-nav button img {
        font-size: 25px; line-height: 25px; width: 30px; height: 30px; display: inline-block;margin:0 25px;
    }
    .main-tm {
        top: 20px; right: 20px; width: 60px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    
    .main-header .navbar .navbar-nav {margin-left: 15px;}
    .main-header .navbar-nav > li .nav-link {padding: 20px 0;font-size: 13px;}
    .main-header .navbar-nav.nav2 > li .nav-link span {padding: 0 4px;}
    .main-header .navbar-nav > li .nav-link span {padding: 0 17px;font-size: 13px;}
    .main-header .navbar .navbar-brand { width: 90px; }
    .fixed-header .main-header .navbar-nav > li .nav-link span { padding: 0 12px; }
    .testimonial-slider:before { box-shadow: 0px 0 880px 200px rgba(39, 107, 63, 1) }
    .testimonial-slider:after { box-shadow: 0px 0 880px 200px rgba(39, 107, 63, 1) }
    .ginger-magic {left: 1%;}
    .pepper-magic {left: 13%;}
    .coriander-magic {left: 24%;}
    .red-chilli-magic {left: 37%;}
    .turmeric-magic { left: 65%; }
    .cumin-magic {left: 77%;}
    .chilli-magic {left: 89%;}
    .all-products .main_prod_wrap .prod_wrap { width: 320px; height: 320px; padding: 50px 80px 50px 25px; }
    .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap { padding: 50px 25px 50px 80px; }
    .all-products .prod_title { font-size: 16px; }
    .all-products .prod_desc { font-size: 14px; }
    .prod_wrap .floating_img { max-height: 230px; }
    .main-banner-slider.owl-carousel .main-banner-img img { width: 120px; }
    .banner-social { padding-left: 5px; }
    .recipe_banner_caption { right: 8%; }
    
    .ingredient-timing img { max-width: 85px; }
    .ingredient-timing .ingredient-timing-detail p { margin-top: 10px; }
    .all-products.home-products .main_prod_wrap .prod_wrap { width: 270px; height: 270px; padding-right: 125px; }
    .all-products.home-products .prod_wrap .floating_img { max-height: 250px; }
    .floating-spice-2 { display: none;  }
    #about-section { height: 250px !important; }
    .all-products.home-products .prod_title { font-size: 22px; margin-bottom: 8px; }
    .all-products.home-products .prod_desc { font-size: 15px; margin-bottom: 2px; }
    .all-products.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap { padding-left:125px; padding-right: 10px; }
    .main-banner-slider.owl-carousel .banner-img-inner .front-img { width: 90px; }
    .main-banner-slider.owl-carousel .banner-img-inner .back-img { width: auto; height: 200px; }
    .main-banner-txt { margin-left: 15px; }
    .all-products.home-products .secondary-img {
        right: 0px;
        bottom: -25px;
        width: 150px;
    }
    .super_prod_wrap .main_prod_wrap:nth-child(2n) .secondary-img {
        right: initial;
        left: 0;
    }
    .quality-section .item img {
        max-height: 80px;
    }

}

@media screen and (max-width: 991px) {
    header { z-index: 999; }
    .main-header .navbar { padding: 0; max-height: 600px; overflow: auto; }
    .main-header .navbar .navbar-brand { padding: 10px; }
    .main-header .navbar-nav > li.desktop-only { display: none; }
    
    .main-header .navbar .navbar-nav { margin-left: 0; }
    .main-header .navbar-nav > li .nav-link { padding: 15px 0; }
    .main-header .navbar-nav > li .nav-link span { padding: 0 10px; border: none; display: inline-block; }
    .main-header .navbar-nav.nav2 > li .nav-link span { padding: 0 10px; }
    /*.fixed-header .main-header .navbar-nav.nav2 > li .nav-link span em { display: inline; }*/
    .why-magic .why-inner .inner-magic { width: 100px; }
    .why-magic .why-inner { top: 50px; }
    .testimonial-slider:before, .testimonial-slider:after { display: none; }
    .newsletter-sec { padding: 0 30px; }
    .testimonial-section .testimonial-slider .owl-nav.disabled .owl-prev { position: relative; }
    .testimonial-section .testimonial-slider .owl-nav.disabled .owl-next { position: relative; }
    header .mega-menu.active { visibility: hidden; opacity: 0; }
    .main-header .navbar-nav > li:after { display: none; }
    .main-header .navbar-nav > li .dropdown-menu { border: none; margin-left: 15px; }
    .super_prod_wrap .main_prod_wrap:nth-child(2n+1):after { background: transparent; }
    .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap { transform: translateY(0px); }
    .super_prod_wrap .main_prod_wrap:last-child .prod_wrap { margin-bottom: 40px; }
    .main-banner-txt { text-align: center; margin-bottom: 40px; }
    .main-banner-txt p { max-width: 400px; margin: 0 auto 20px; }
    .floating-recipe { display: none; }
    .blog-slider { padding: 0 20px; }
    .blog-section .blog-slider:before, .blog-section .blog-slider:after { display: none; }
    .blog-slider .owl-item.active.center .single-blog, .blog-slider .owl-item .single-blog {
        width: 300px;
        transform: translateX(0);
        margin: 0 auto;
        max-width: 100%;
    }
    .blog-section .blog-slider .owl-nav, .blog-section .blog-slider .owl-nav.disabled {
        top: initial;
        bottom: -10px;
        left: 0;
        transform: translateY(0);
    }
    .blog-slider .owl-nav .owl-prev {
        transform: translateX(-20px);
    }
    .blog-slider .owl-nav .owl-next {
        transform: translateX(20px);
    }
    .ingr-floating-1 { right: 0; width: 80px; }
    .banner-img-inner {
        margin-top: 0;
    }
    .main-header .navbar .navbar-nav.nav2 { margin-left: 0; }
    .super_prod_wrap .main_prod_wrap:nth-child(2n+1) .prod_wrap:after {
        bottom: -35px;
    }
    .main-banner-slider .diff-item {
        background: transparent;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner-slider.owl-carousel .main-banner-img img { width: 120px; }
    .ginger-magic { left: 5%;}
    .pepper-magic { left: 16%;}
    .coriander-magic { left: 26%;}
    .red-chilli-magic { left: 36%;}
    .turmeric-magic { left: 63%;}
    .cumin-magic { left: 74%;}
    .chilli-magic { left: 85%;}
    .recipe_banner_caption { right: 4%; max-width: 250px; }
    .recipe_banner_caption .banner_desc { font-size: 14px; }
    .main-recipe-detail { width: 350px; height: 350px; }
    .main-recipe-detail:before { width: 350px; height: 350px; }
    .main-recipe-detail .main-recipe-desc { font-size: 14px; }
    .about-slider:before { width: 200px; }
    .main-banner-slider.owl-carousel .banner-img-inner .front-img { width: 100px; }
    .main-banner-slider.owl-carousel .banner-img-inner .back-img { width: auto; }
    .about-slider.owl-carousel .owl-nav, .about-slider.owl-carousel .owl-nav.disabled { width: 40%; transform: translateX(0); }
    .contact-form { width: 300px; }
    .contact-form .g-recaptcha {
        transform: scale(.8) translateX(-35px);
    }
    .recipe-found-img .recipe-found-img-main {
        position: static; transform: translateX(0);
    }
    .recipe-found-img:before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner-magic { display: none; }
    .main-tm {
        width: 49px;
        top: 40px;
    }
    .main-banner {
        padding-top: 90px;
    }
    .choose-slider .owl-item .item { border-radius: 0; }
    .why-magic { padding: 15px 40px 15px 40px; }
    .why-magic .why-inner { width: 100%; top: 0; }
    .why-magic .why-inner .inner-magic { width: 80px; }
    .why-caption { font-size: 15px; }
    .newsletter-sec { padding: 0; } 
    .main-banner-slider.owl-carousel .owl-dots { display: none; }
    .filter-form .col-sm-6 {  margin-bottom: 20px; }
    .all-products .fimg { display: none; }
    .custom-col-20 { padding-right: 15px; }
    .recipe_banner_caption {
        position: static;
        transform: translate(0);
        max-width: 100%;
        padding: 15px 20px;
    }
    .recipe_banner_caption .banner_desc { margin-bottom: 0 }
    .find-recipe-section .custom-col-20:before { right: 25px; }
    .common-btn { margin-bottom: 20px; }
    .about-slider:before { display: none; }
    .floating-spices { display: none; }
    .all-products.home-products .super_prod_wrap .main_prod_wrap { margin-bottom: 50px; }
    .all-products.home-products .super_prod_wrap .main_prod_wrap:last-child { margin-bottom: 0; }
    .all-products.home-products .main_prod_wrap .prod_wrap:before { display: none; }
    .all-products.home-products .main_prod_wrap .prod_wrap { width: auto; padding-right: 20px; }
    .all-products.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap { padding-left: 20px; margin-bottom: 0; height: auto; }
    .find-form input[type="text"] { margin-bottom: 20px; }
    .recipe-found-img .recipe-found-img-main { position: static; transform: translateX(0); max-width: 100%; }
    .blog-section .blog-slider:before, .blog-section .blog-slider:after { display: none; }
    .blog-slider { padding: 0 20px;     margin-bottom: 20px; }
    .main-recipe-detail { width: 100%; height: auto; text-align:center; margin: 20px 0 0; padding: 20px; }
    .main-recipe-thumb img { max-width: 300px; display: block; margin: 0 auto; }
    .main-recipe-detail:before { display: none; }
    .blog-page .single-blog { width: 350px; max-width: 100%; margin: 0 auto 40px; }
    .blog-section { padding-top:30px; }
    .all-products.home-products .prod_wrap .floating_img, .all-products.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .floating_img { position: static; transform: translate(0); }
    .all-products .main_prod_wrap .prod_wrap .sub_prod_wrap, .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .sub_prod_wrap { text-align: center; }
    .all-products.home-products .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap { padding-bottom: 0; }
    .recipe-found-img:before { display: none; }
    .recipe-found-desc { margin-bottom: 0; }
    .about-detail ul { margin-bottom: 30px; }
    .main-banner-slider {
        background: #276a32;
    }
    .about-slider.owl-carousel .owl-nav, .about-slider.owl-carousel .owl-nav.disabled {
        width: 100%;
        transform: translateX(00px);
        text-align: center;
        position: static;
        margin-top: 20px;
    }
    .about-section { padding: 5px 0 60px; }
    .all-products.home-products .secondary-img {
        display: none;
    }
    .contact-section{ padding: 0; }
    .contact-form { position: static; width: 100%; height: auto; }
    .contact-details { margin-left: 0; margin-top: 0; position: static; }
    .ingr-recipe .main-recipe-detail {
        padding-left: 20px; margin-top: 0;
    }
    .main-recipe-thumb.ingr-thumb .main-floating-img {
        display: none;
    }
    .main-recipe-thumb.ingr-thumb:before {
        display: none;
    }
    .not-found .floating-arrow {
        display: none;
    }
    .not-found h5 { font-size: 22px; margin-bottom: 25px; }
    .not-found h3 { font-size: 35px; line-height: 40px; }
    .quality-section {
        padding: 20px 0 30px;
    }
    .blog-section.home-blog .section_title {
        margin: 35px 0 0 !important;
    }
    .select-btn { top: -40px; } 
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .product_single .single_prod_thumb_wrapper { padding: 0;  }
    .main-banner { padding: 40px 0 70px; }
    .main-banner-slider.owl-carousel .main-banner-img img { width: 100px; }
    .ingredients-wrapper .ingredients ul { padding-left: 15px; padding-right: 10px; }
    .ingredients-wrapper .ingredients ul li { font-size: 14px; line-height: 30px; }
    .blg-wrapper .single-blog-wrapper { padding: 0 10px; }
    .main-banner-slider.owl-carousel .banner-img-inner .front-img { width: 80px; }
    .main-banner-slider.owl-carousel .banner-img-inner .back-img { width: auto; height: 200px; }
}

@media screen and (max-width: 575px) {
    .main-banner-caption { font-size: 20px; }
    .sec_title { font-size: 20px; }
    .why-magic { padding: 15px; }
    .why-magic .why-inner ul { padding-left: 10px; }
    /*.why-magic .why-inner { display: none; }*/
    .main-tm .magic-detail { display: none; }
    .why-caption { text-align: center; font-size: 20px; position: static; width: 100%; max-width: 100%; margin-top: 10px; }
    .quality-slider .item img { max-width: 130px; margin: 0 auto; }
    .footer-left:before { display: none; }
    .newsletter-sec { margin: 0 0 30px; }
    .main-banner-slider.owl-carousel .main-banner-img img { width: 90px; }
    .main-banner-slider .item2 .center_caption { font-size: 17px; left: 55%; padding: 15px 0; }
    .spice-slider .owl-item.active.center .item { transform: scale(1); }
    .blog_head .blog_title_meta { padding: 7px 5px; }
    .blog_head .blog_title_meta .single_title { font-size: 15px; margin-bottom: 10px; }
    .blog_head .blog_title_meta .blog_meta { font-size: 11px; }
    .footer-social { margin: 40px 0 30px; }
    .super_prod_wrap .main_prod_wrap, .super_prod_wrap .main_prod_wrap:nth-child(2n) { text-align: center; padding: 0 15px; }
    .all-products .main_prod_wrap .prod_wrap, .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap {margin-bottom: 30px; border: none; display: inline-block; width: 100%; padding: 20px; height: auto; border-radius: 0px; }
    .prod_wrap .floating_img, .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .floating_img {
        position: static;
        display: inline-block;
        transform: translateX(0px);
        margin-bottom: 20px;
    }
    .all-products .main_prod_wrap .prod_wrap .sub_prod_wrap, .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .sub_prod_wrap {
        text-align: center;
    }
    .product_single .single_prod_thumb {
        max-height: 380px;
        margin-bottom: 25px;
    }
    .product_single .single_prod_thumb_wrapper { text-align: center; padding: 0;}
    .product_single { padding: 50px 10px; }
    .single_pinch { display: none; }
    .single-recipe {
        margin-bottom: 80px;
        max-width: 300px;
        margin: 0 auto 80px;
    }
    
    .footer-menu ul li {
        border-right: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-logo { margin-bottom: 20px; }
    .main-header .navbar { padding: 0 15px; }
    .banner-img-inner { width: 110px; }
    .main-banner-slider.owl-carousel .banner-img-inner .front-img { width: 55px; }
    .main-banner-slider.owl-carousel .banner-img-inner .back-img { width: auto; height: 170px; }
    .ingredients-wrapper .ingredients:last-child {
        border-left: 1px solid;
    }
    .recipe-found-img .recipe-found-img-main-sub {
        display: none;
    }
    
    .recipe-found-img-sub, .all-products .main_prod_wrap .prod_wrap:before {
        display: none;
    }
    .short_desc {
        margin: 0 auto 15px;
    }
    .find-form input[type="text"], .find-form select {
        background: #fff;
        color: #000;
    }
    .select-btn {
        top: -90px;
    }
    .item2 .main-banner {
        padding-top: 52px;
    }
    
    /*.super_prod_wrap .main_prod_wrap { padding: 0 15px; }
    .all-products .main_prod_wrap .prod_wrap { width: 300px; height: 300px; padding: 40px 60px 40px 15px; }
    .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap { padding: 40px 15px 40px 60px; }
    .prod_wrap .floating_img { max-height: 200px; }
    .all-products .prod_title { font-size: 16px; line-height: 20px; }
    .all-products .prod_desc { font-size: 13px; }
    .all-products .prod_read { font-size: 13px; padding: 5px 12px; }
    .prod_wrap .floating_img { transform: translateX(35%); }
    .super_prod_wrap .main_prod_wrap:nth-child(2n) .prod_wrap .floating_img { transform: translateX(-35%); }*/
}
@media screen and (max-width: 480px) {
    .main-banner-img { padding: 0; margin-bottom: 10px; }
    .main-banner-slider.owl-carousel .main-banner-img img { width: 75px; }
    .main-banner-img img.left { margin-right: -40px; }
    .main-banner-img img.right { margin-left: -40px; }
    .banner-social { display: none; }
    .banner-img-inner { width: 75px; }
    .main-banner-slider.owl-carousel .banner-img-inner .front-img { width: 35px; margin-right: -36px; margin-bottom: -58px; }
    /*.main-banner-slider.owl-carousel .banner-img-inner .back-img { width: 71px; }*/
}
.img-responsive { max-width: 100% !important; }
.points li { padding-bottom: 10px; }
ul.points { margin-top: 20px; }
ul.products { list-style: none; padding-left: 0; }
ul.products li { padding-bottom: 10px;  }
ul.products li a { color: #000; }
ul.products li a:hover { color: #c52c0a;  }
.salescontacts b { color: #bf422e; }
.salescontacts h5 { font-weight: bold; }
