﻿body {
    background-color: #f5f5f5;
}

.top-catagory-area {
    background-color: #fff;
    /* margin-bottom: 15px;*/
    margin-top: 30px;
    border-bottom: solid 2px #dc232b;
    border-top: solid 2px #dc232b;
}
.mr-125{
    margin-right:125px;
}
/* Button */
.delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-right: 4px solid #221b31;
    border-radius: 10px;
    padding: 0 5px;
    margin: auto;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #dc232b;
}

.delicious-btnsmall {
    display: inline-block;
    min-width: 160px;
    color: #ffffff;
    border: none;
    border-right: 4px solid #221b31;
    border-radius: 10px;
    margin: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #dc232b;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #992599;
    border-color: #250a25;
}

.delicious-btn.btn-2 {
    background-color: #8c3e56;
    border-color: #dc232b;
}

    .delicious-btn.btn-2.active, .delicious-btn.btn-2:hover, .delicious-btn.btn-2:focus {
        background-color: #dc232b;
        border-color: #8c3e56;
    }

.delicious-btn.btn-3 {
    background-color: #474747;
    border-color: #8c3e56;
}

    .delicious-btn.btn-3.active, .delicious-btn.btn-3:hover, .delicious-btn.btn-3:focus {
        background-color: #dc232b;
        border-color: #8c3e56;
    }

.delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid #dc232b;
    line-height: 53px;
    color: #dc232b;
}

@media only screen and (max-width: 767px) {
    .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px;
    }
}

.delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
    line-height: 53px;
    color: #ffffff;
    background-color: #dc232b;
}

@media only screen and (max-width: 767px) {
    .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
        height: 40px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .delicious-btn {
        height: 40px;
        line-height: 39px;
    }
}

/* :: 4.0 Search Wrapper */
.search-wrapper {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 200;
    top: -80px;
    left: 0;
    background-color: #dc232b;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

    .search-wrapper form {
        position: relative;
        z-index: 1;
    }

        .search-wrapper form input {
            width: 90%;
            height: 40px;
            border: 2px solid #ffffff;
            font-size: 12px;
            font-style: italic;
            padding: 0 20px;
            margin: 15px 0;
        }

@media only screen and (max-width: 767px) {
    .search-wrapper form input {
        width: 80%;
    }
}

.search-wrapper form button {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 1;
    top: 15px;
    border: none;
    cursor: pointer;
    outline: none;
}

@media only screen and (max-width: 767px) {
    .search-wrapper form button {
        left: 20%;
    }
}

.search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 70px;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100;
}

.search-wrapper.on {
    top: 0;
}

.c-search input {
    width: 150%;
    height: 100%;
    color: #474747;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    z-index: 51;
    position: relative;
    border-radius: 8px;
    background-color: #f0f0f1;
    border: none;
    padding: 5px 5px 5px 20px;
}

.c-header__search {
    min-height: 1px;
    margin-right: -280px;
    padding-right: 0;
    padding-left: 0;
}
/* :: 5.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
}

    .header-area .top-header-area {
        width: 100%;
        height: 50px;
        background-color: #ffffff;
    }

@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        height: 70px;
    }
}

.header-area .top-header-area .breaking-news {
    position: relative;
    z-index: 1;
}

    .header-area .top-header-area .breaking-news .ticker {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

        .header-area .top-header-area .breaking-news .ticker ul {
            width: 100%;
            position: relative;
            z-index: 1;
        }

            .header-area .top-header-area .breaking-news .ticker ul li {
                display: none;
                width: 100%;
            }

                .header-area .top-header-area .breaking-news .ticker ul li a {
                    font-size: 14px;
                    color: #b6b6b6;
                    font-style: italic;
                }

                    .header-area .top-header-area .breaking-news .ticker ul li a:hover, .header-area .top-header-area .breaking-news .ticker ul li a:focus {
                        color: #dc232b;
                    }

.header-area .top-header-area .top-social-info a {
    display: inline-block;
    color: #b6b6b6;
    font-size: 13px;
    margin-right: 30px;
}

    .header-area .top-header-area .top-social-info a:last-child {
        margin-right: 0;
    }

    .header-area .top-header-area .top-social-info a:hover, .header-area .top-header-area .top-social-info a:focus, .header-area .top-header-area .top-social-info a.active {
        color: #dc232b;
    }

.header-area .delicious-main-menu {
    background-color: #fff;
    border-bottom: 1px solid #dddee9;
    position: relative;
    width: 100%;
    z-index: 100;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu {
        height: 80px;
    }
}

.header-area .delicious-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .delicious-main-menu .classy-navbar {
    height: 50px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu .classy-navbar {
        height: 80px;
    }
}

.header-area .delicious-main-menu .classy-navbar .classynav ul li a {
    font-size: 13px;
    /*font-weight: 600;*/
}

    .header-area .delicious-main-menu .classy-navbar .classynav ul li a:hover, .header-area .delicious-main-menu .classy-navbar .classynav ul li a:focus {
        font-weight: 600;
    }

.header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a {
    text-transform: uppercase;
    padding: 12px 18px 11px;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    line-height: 1;
    color: #474747;
    font-weight: 600;
}

    .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus {
        font-size: 14px;
        color: #ffffff;
        background-color: #dc232b;
        border-bottom: 3px solid #741030;
    }

        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover::after, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus::after {
            color: #ffffff;
        }

.header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a {
    border-bottom: 3px solid #741030;
}

    .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a::after {
        color: #ffffff;
    }

.header-area .delicious-main-menu .classynav .search-btn {
    color: #b6b6b6;
    margin-left: 150px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .header-area .delicious-main-menu .classynav .search-btn i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .header-area .delicious-main-menu .classynav .search-btn:hover i, .header-area .delicious-main-menu .classynav .search-btn:focus i {
        color: #dc232b;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .delicious-main-menu .classynav .search-btn {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .delicious-main-menu .classynav .search-btn {
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu .classynav .search-btn {
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .nav-brand img {
        max-width: 90px;
    }
}

/* :: 6.0 Welcome Area CSS */
.hero-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-left: 4%;
    margin-right: 4%;
}

.register-section {
    background-color: #bdb8b826;
    position: relative;
    z-index: 1;
    margin-left: 4%;
    margin-right: 4%;
    height: 500px;
}

.register-header {
    background-color: #dc232b;
    padding: 10px;
    color: white;
}

    .register-header h5 > span {
        color: white;
        text-align: center;
    }

.eachsection {
    border-right: solid 2px #8c3e56;
}

.register-body {
    padding: 25px;
}

.register-footer {
    padding: 25px;
    background-color: #a39d9d26;
    bottom: 0px;
    margin-top: 50px;
}

.banner-bottom {
    padding: 0.5rem;
}

.wthree_head {
    margin-top: 0.5rem;
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    color: #dc232b;
    padding-bottom: .8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4rem;
}
    .section-heading h3{
        font-size:20px;
    }
.section-heading {
    margin-bottom: 25px;
}
    .wthree_head:before, .wthree_head:after {
        position: absolute;
        height: 2px;
        content: '';
    }

.aboutus .wthree_head:before {
    width: 11%;
    bottom: -17%;
    left: 44.5%;
}

.wthree_head:before {
    background: #dc232b;
    width: 11%;
    bottom: -1%;
    right: 1.5%;
}

.wthree_head:after {
    /* width: 18%;
    right: 41%;
    bottom: -18%;*/
    background: #e7dbdc;
    width: 87%;
    bottom: -1%;
    right: 13%;
}

.wthree_head:before, .wthree_head:after {
    position: absolute;
    height: 2px;
    content: '';
}

.hero-slides {
    position: relative;
    z-index: 1;
}

    .hero-slides .single-hero-slide {
        width: 100%;
        height: 820px;
        position: relative;
        z-index: 1;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

.hero-slides .single-hero-slide .hero-slides-content {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
    border-left: 3px solid #dc232b;
    background-color: rgba(24, 24, 24, 0.54);
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide .hero-slides-content {
        padding: 30px 20px;
    }
}

.hero-slides .single-hero-slide .hero-slides-content h2 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide .hero-slides-content h2 {
        font-size: 24px;
    }
}

.hero-slides .single-hero-slide .hero-slides-content p {
    font-size: 16px;
    text-align: right;
    margin-bottom: 50px;
    color: #ffffff;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #8c3e56;
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        font-size: 13px;
    }
}

.hero-slides .owl-next {
    left: auto;
    right: 4%;
}

.hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 80%;
    left: 80%;
}

    .hero-slides .owl-dots .owl-dot {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        margin-right: 10px;
    }

        .hero-slides .owl-dots .owl-dot.active {
            color: #8c3e56;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
    .breakpoint-on .classynav ul li.megamenu-item > a::after {
        top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
    .breakpoint-on .classynav ul li.megamenu-item > a::after {
        top: 10px;
    }
}

/* :: 7.0 Top Catagory Area */
.single-top-catagory {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

    .single-top-catagory img {
        width: 100%;
    }

    .single-top-catagory::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 5;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        background: -webkit-linear-gradient(to left, #000, rgba(0, 0, 0, 0.1));
        background: linear-gradient(to left, #000, rgba(0, 0, 0, 0.1));
    }

    .single-top-catagory .top-cta-content {
        position: absolute;
        top: 50%;
        left: 40px;
        width: auto;
        height: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

        .single-top-catagory .top-cta-content h3 {
            font-size: 30px;
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 5px;
        }

@media only screen and (max-width: 767px) {
    .single-top-catagory .top-cta-content h3 {
        font-size: 18px;
    }
}

.single-top-catagory .top-cta-content h6 {
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .single-top-catagory .top-cta-content h6 {
        margin-bottom: 10px;
    }
}

/* :: 8.0 Best Receipe Area */

.best-receipe-area {
    position: relative;
    z-index: 1;
}

.single-best-receipe-area {
    position: relative;
}

    .single-best-receipe-area img {
        border-bottom: 3px solid #dc232b;
        overflow: hidden;
        width: 100%;
        transition: transform .5s, filter 1.5s ease-in-out;
        filter: grayscale(100%);
    }

.single-best:hover img {
    opacity: 0.8;
    filter: grayscale(0);
    transition: .5s ease;
}

.top-cta-content {
    text-align: center;
    background-color: #14141473;
    border-left: #8c3e56 solid 3px;
    border-right: #8c3e56 solid 3px;
    padding: 30px 20px 30px 20px;
    position: absolute;
    top: 50%;
    left: 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

    .top-cta-content h3, h5 {
        color: white;
    }

.single-best-receipe-area .receipe-content {
    padding-top: 30px;
    text-align: center;
}

    .single-best-receipe-area .receipe-content h5 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 400;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .single-best-receipe-area .receipe-content h5:hover, .single-best-receipe-area .receipe-content h5:focus {
            color: #dc232b;
        }

    .single-best-receipe-area .receipe-content .ratings i {
        font-size: 11px;
        color: #fbb710;
        display: inline-block;
        padding: 0 1px;
    }

/* :: 9.0 Cta Area */
.cta-area {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 675px;
    background-attachment: fixed;
    background-image: url('./img/bg-img/bg-footer1.jpg');
    height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .cta-area .cta-content h2 {
        font-size: 72px;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: 400;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }
}

.cta-area .cta-content p {
    color: #ffffff;
    margin-bottom: 100px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content p {
        margin-bottom: 50px;
    }
}

/* :: 10.0 Small Receipe Area */
.small-receipe-area {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.single-small-receipe-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .single-small-receipe-area .receipe-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        width: 100px;
        padding-right: 20px;
    }

    .single-small-receipe-area .receipe-content span {
        font-size: 12px;
        display: block;
        color: #dc232b;
    }

    .single-small-receipe-area .receipe-content a {
        display: block;
    }

        .single-small-receipe-area .receipe-content a h5 {
            color: #474747;
            font-size: 18px;
            margin-bottom: 5px;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-small-receipe-area .receipe-content a h5 {
        font-size: 16px;
    }
}

.single-small-receipe-area .receipe-content a h5:hover, .single-small-receipe-area .receipe-content a h5:focus {
    color: #dc232b;
}

.single-small-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: #fbb710;
    display: inline-block;
    padding: 0 1px;
}

.single-small-receipe-area .receipe-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #9b9b9b;
}

/* :: 11.0 Quote Area */

.quote-area {
    position: relative;
    z-index: 50;
    border-radius: 15px;
    padding: 30px 15px 5px;
    margin-bottom: 80px;
    color: #3f3f7b;
}

    .quote-area span {
        font-size: 48px;
        font-style: italic;
        margin-bottom: 30px;
        display: block;
        color: #3f3f7b;
        line-height: 1;
    }

    .quote-area h4 {
        font-size: 24px;
        line-height: 1.5;
        font-style: italic;
        margin-bottom: 40px;
        color: #3f3f7b;
    }
    .quote-area li {
        color: #3f3f7b;
    }
    .quote-area ul {
        list-style: square;
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quote-area h4 {
        font-size: 20px;
    }
}

.quote-area p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 50px;
}

.quote-area .date-comments .date {
    font-size: 12px;
    color: #dc232b;
}

.quote-area .date-comments .comments {
    font-size: 12px;
    color: #9b9b9b;
}

/* :: 12.0 Newsletter Area */
.newsletter-area {
    text-align: center;
    position: absolute;
    z-index: 10000;
    /*    left: -100px;
*/ margin-top: -100px;
    margin-bottom: 80px
}

    .newsletter-area h4 {
        font-size: 24px;
        margin-bottom: 50px;
        display: block;
        color: #474747;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-area h4 {
        font-size: 20px;
    }
}

.newsletter-form {
    /*    padding: 30px 15px 100px;
*/
}

    .newsletter-form form input {
        width: 100%;
        height: 60px;
        border: none;
        background-color: #ffffff;
        color: #9b9b9b;
        font-size: 12px;
        font-style: italic;
        border-left: 3px solid #8c3e56;
        padding: 0 20px;
        margin-bottom: 25px;
    }

    .newsletter-form p {
        margin-top: 30px;
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 0;
        font-style: italic;
    }


/* :: 14.0 Blog Area */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar-area {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-sidebar-area {
        margin-top: 80px;
    }
}

.single-blog-area {
    position: relative;
    z-index: 1;
}

    .single-blog-area .blog-thumbnail {
        position: relative;
        z-index: 1;
    }

        .single-blog-area .blog-thumbnail .post-date {
            width: 75px;
            height: 100px;
            background-color: #dc232b;
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 10;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            text-align: center;
        }

@media only screen and (max-width: 767px) {
    .single-blog-area .blog-thumbnail .post-date {
        top: 10px;
        left: 10px;
    }
}

.single-blog-area .blog-thumbnail .post-date a {
    color: #ffffff;
    padding: 18px 10px;
    display: block;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 400;
}

    .single-blog-area .blog-thumbnail .post-date a span {
        font-size: 30px;
        font-weight: 700;
        display: block;
    }

.single-blog-area .blog-thumbnail .post-date:hover, .single-blog-area .blog-thumbnail .post-date:focus {
    background-color: #8c3e56;
}

.single-blog-area .blog-content {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

    .single-blog-area .blog-content .post-title {
        font-size: 22px;
        color: #474747;
        margin-bottom: 10px;
    }

        .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
            color: #dc232b;
        }

    .single-blog-area .blog-content .meta-data {
        font-size: 12px;
        color: #a4a4a4;
        margin-bottom: 20px;
    }

        .single-blog-area .blog-content .meta-data a {
            text-decoration: underline;
            font-size: 12px;
            color: #a4a4a4;
        }

            .single-blog-area .blog-content .meta-data a:hover, .single-blog-area .blog-content .meta-data a:focus {
                color: #dc232b;
            }

.single-widget {
    position: relative;
    z-index: 1;
}

    .single-widget h6 {
        margin-bottom: 50px;
        display: block;
    }

    .single-widget .list {
        padding-left: 30px;
    }

        .single-widget .list li a {
            display: block;
            padding: 5px 0;
            color: #797979;
        }

            .single-widget .list li a:hover, .single-widget .list li a:focus {
                color: #dc232b;
            }

.pagination {
    position: relative;
    z-index: 1;
}

    .pagination .page-link {
        padding: 0;
        font-size: 16px;
        margin-right: 5px;
        border: none;
        color: #474747;
    }

        .pagination .page-link:hover, .pagination .page-link:focus {
            background-color: transparent;
            color: #dc232b;
        }

    .pagination .page-item.active .page-link {
        background-color: transparent;
        color: #dc232b;
    }

/* :: 15.0 Receipe Area */
.receipe-post-search {
    position: relative;
    z-index: 20;
}

    .receipe-post-search form input {
        width: 100%;
        height: 60px;
        background-color: #f3f5f8;
        font-size: 14px;
        padding: 0 20px;
        border: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .receipe-post-search .col-12 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .receipe-post-search .col-12 {
        margin-bottom: 15px;
    }
}

.receipe-slider {
    position: relative;
    z-index: 1;
}

    .receipe-slider .owl-prev,
    .receipe-slider .owl-next {
        background-color: transparent;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        top: 50%;
        margin-top: -20px;
        left: 4%;
        position: absolute;
        z-index: 10;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        border-bottom: 3px solid #8c3e56;
    }

@media only screen and (max-width: 767px) {
    .receipe-slider .owl-prev,
    .receipe-slider .owl-next {
        font-size: 14px;
    }
}

.receipe-slider .owl-next {
    left: auto;
    right: 4%;
}

.receipe-slider:hover .owl-prev, .receipe-slider:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.receipe-headline span {
    font-size: 14px;
    display: block;
    color: #a4a4a4;
    margin-bottom: 0;
}

.receipe-headline h2 {
    font-size: 36px;
    color: #474747;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .receipe-headline h2 {
        font-size: 24px;
    }
}

.receipe-headline .receipe-duration {
    border-left: 3px solid #dc232b;
    padding: 15px;
}

    .receipe-headline .receipe-duration h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }

        .receipe-headline .receipe-duration h6:last-child {
            margin-bottom: 0;
        }

.receipe-ratings .ratings {
    margin-bottom: 30px;
}

.receipe-ratings i {
    font-size: 18px;
    color: #fbb710;
    padding: 0 3px;
}

.single-preparation-step {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .single-preparation-step h4 {
        color: #474747;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        margin-bottom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ingredients {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .ingredients {
        margin-bottom: 80px;
    }
}

.ingredients h4 {
    color: #474747;
    margin-bottom: 30px;
}

.ingredients .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.ingredients .custom-control-label::before {
    width: 30px;
    height: 30px;
    background-color: #f3f5f8;
}

.ingredients .custom-control {
    padding-left: 2.5rem;
    margin-bottom: 30px;
    min-height: 35px;
}

.ingredients .custom-control-label {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
}

    .ingredients .custom-control-label::after {
        top: 10px;
        left: 5px;
        width: 20px;
        height: 20px;
    }

.ingredients .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dc232b;
}

.brand-area {
    border-bottom: solid 2px #dc232b;
    border-top: solid 2px #dc232b;
    background-color: white;
    margin: 0px
}
/* :: 16.0 Footer Area CSS */
.footer-area {
    position: relative;
    bottom: 0;
    z-index: 1;
    margin-top: auto;
    width: 100%;
    background: rgb(102,0,0);
    background: linear-gradient(90deg, rgba(102,0,0,0.23883056640625) 0%, rgba(238,238,238,1) 27%, rgba(255,255,255,1) 100%);
}

.footer-bottom {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.footer-logo {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .footer-area {
        height: 150px;
        border-top: 1px solid #ebebeb;
        margin-top: 30px;
    }
}

.footer-area .footer-social-info {
    padding-right: 15px;
}

    .footer-area .footer-social-info a {
        display: inline-block;
        color: #b6b6b6;
        font-size: 13px;
        margin-right: 30px;
    }

        .footer-area .footer-social-info a:last-child {
            margin-right: 0;
        }

        .footer-area .footer-social-info a:hover, .footer-area .footer-social-info a:focus {
            color: #dc232b;
        }

.footer-area p {
    color: #4b4b4b;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-area p {
        padding-left: 0;
    }
}

.footer-area p a {
    color: #4b4b4b;
    font-weight: 600;
}

    .footer-area p a:hover, .footer-area p a:focus {
        color: #dc232b;
    }

@media only screen and (max-width: 767px) {
    .footer-area .footer-logo {
        max-width: 90px;
    }
}

footer {
}

    footer .text-muted {
        font-size: 11px;
        text-align: justify
    }

.follow-us-instagram {
    position: relative;
    z-index: 1;
    border-top: 1px solid #dcdcdc;
}

    .follow-us-instagram h5 {
        font-size: 18px;
        padding: 35px 0;
        margin-bottom: 0;
    }

    .follow-us-instagram .insta-feeds {
        position: relative;
        z-index: 1;
    }

        .follow-us-instagram .insta-feeds .single-insta-feeds {
            position: relative;
            z-index: 1;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.2857%;
            flex: 0 0 14.2857%;
            max-width: 14.2857%;
            width: 14.2857%;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            overflow: hidden;
        }

@media only screen and (max-width: 767px) {
    .follow-us-instagram .insta-feeds .single-insta-feeds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .follow-us-instagram .insta-feeds .single-insta-feeds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}

.follow-us-instagram .insta-feeds .single-insta-feeds img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 186, 55, 0.9);
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon a {
        display: inline-block;
        color: #ffffff;
        font-size: 18px;
    }

.follow-us-instagram .insta-feeds .single-insta-feeds:hover img {
    -webkit-transform: scale(1.2) rotate(2.5deg);
    transform: scale(1.2) rotate(2.5deg);
}

.follow-us-instagram .insta-feeds .single-insta-feeds:hover .insta-icon {
    opacity: 1;
    visibility: visible;
}

/* :: 17.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 92%;
    height: 190px;
    margin-left: 4%;
    margin-right: 4%;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 120px;
    }
}

.breadcumb-area .breadcumb-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .breadcumb-text h2 {
        font-size: 24px;
    }
}

/* About Us Area */
.sub-heading {
    line-height: 2;
    font-size: 18px;
    text-align: center;
}




.img-hover-zoom {
    height: 300px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    z-index: 20;
    position: relative
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .5s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        margin-top: 30px;
        transform: scale(1.5) rotate(-90deg);
    }


.card .card-title {
    border-right: solid 4px #dc232b;
    padding: 15px;
    background-color: #dc232b1f
}
/* :: 18.0 Contact Area CSS */
.map-area {
    position: relative;
    z-index: 2;
}

    .map-area #googleMap {
        width: 100%;
        height: 680px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area #googleMap {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .map-area #googleMap {
        height: 350px;
    }
}

.single-contact-information {
    position: relative;
    z-index: 1;
}

    .single-contact-information h6 {
        font-size: 14px;
        border-bottom: 2px solid #dc232b;
        display: inline-block;
        color: #dc232b;
    }

.contact-form-area .form-control {
    height: 52px;
    width: 100%;
    background-color: #f3f5f8;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-left: 3px solid #f3f5f8;
    border-radius: 0;
    padding: 15px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .contact-form-area .form-control:focus {
        border-left: 3px solid #dc232b;
        box-shadow: none;
    }

.contact-form-area textarea.form-control {
    height: 200px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* :: 19.0 Elements Area CSS */
.elements-title h2 {
    font-size: 30px;
    margin-bottom: 70px;
    color: #4b4b4b;
}

.single-pie-bar h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.single-cool-fact {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 80px;
}

    .single-cool-fact img {
        display: block;
        margin: 0 auto 10px;
    }

    .single-cool-fact h3 {
        font-size: 48px;
        margin-bottom: 10px;
        color: #dc232b;
        font-weight: 700;
    }

    .single-cool-fact h6 {
        font-size: 18px;
        margin-bottom: 0;
    }

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

    .single-accordion h6 a {
        border-radius: 0;
        background-color: #dc232b;
        color: #ffffff;
        border-left: 3px solid #8c3e56;
        display: block;
        margin: 0;
        padding: 20px 60px 20px 20px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
    }

        .single-accordion h6 a span {
            font-size: 10px;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 23px;
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

        .single-accordion h6 a.collapsed {
            background-color: #f3f5f8;
            color: #9b9b9b;
            border-left: 3px solid #dc232b;
        }

            .single-accordion h6 a.collapsed span.accor-close {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

            .single-accordion h6 a.collapsed span.accor-open {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

    .single-accordion .accordion-content p {
        padding: 20px 15px 5px;
        margin-bottom: 0;
    }


/* Features Area */
.single-feature-area {
    position: relative;
    z-index: 1;
}

    .single-feature-area h5 {
        margin-bottom: 0;
        padding-left: 30px;
    }

/*# sourceMappingURL=style.css.map */
.login-name {
    padding: 5px;
    color: gray;
    margin: 10px;
    margin-right: 0px;
}

    .login-name:hover {
        margin-right: 10px;
        color: #8c3e56;
        border-right: solid 1px #8c3e56;
    }

.login-icon {
    font-size: 25px;
    color: gray;
    margin-top: 25px
}

    .login-icon:hover {
        color: #8c3e56;
    }

@media (max-width: 576px) {

    .hidden-sm {
        display: none;
    }

    .header-area .nav-brand img {
        padding: 25px;
        max-width: 450px;
        margin: auto;
    }

    .footer-area video {
        width: 450px;
    }

    .footer-area {
        height: auto;
    }
}

.section-padding {
    padding: 60px 0;
}

.brand-carousel {
    padding-right: 25%;
    padding-left: 25%;
}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.single-logo img {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out;
}

    .single-logo img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01);
    }

.owl-dot.active {
    background-color: #000 !important;
}

.saleCard .card-img-top {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    -webkit-transition: all .8s ease-in-out;
}

    .saleCard .card-img-top:hover {
        width: 62%;
        backdrop-filter: grayscale(100%) blur(2px);
        -webkit-backdrop-filter: grayscale(100%) blur(2px);
    }

.serviceSale {
    padding: 5px;
    padding-top: 15px;
    background: #f5f5f5;
    position: relative;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    -webkit-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
}

.card-dicount {
    max-height: 200px;
    height:500%;
    background-image: url(./img/sale.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.serviceSale .card-title {
    padding-top: 5px;
}

.serviceSale .card-img-top {
}

.serviceSale:before, .serviceSale:after {
    position: absolute;
    content: "";
    height: 7px;
    background: #173b78;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
}

.serviceSale:before {
    z-index: 1;
}

.serviceSale:after {
    background: #c12f42;
    width: 0;
    z-index: 2;
}

.serviceSale:hover {
    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
}

    .serviceSale:hover:after {
        width: 100%;
    }

    .serviceSale:hover .custom-icon-wrap {
        background: rgba(220, 53, 69, 0.1);
        top: -10px;
    }

.service {
    padding: 10px;
    background: #fff;
    position: relative;
    text-align:center;
    height:320px;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    -webkit-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
}
.btnsale {
    bottom: 20px;
    position: fixed;
    padding: 2px 5px;
    left:20px;
    right:20px;
    
}
.pricesale {
    right: 20px;
    bottom: 55px;
    text-align:right;
    position: fixed;
}
.service .card-title {
    text-align: center
}

    .service .card-img-top img {
        height:50%;
        width:50%;
        margin:auto
    }

@media (max-width: 991.98px) {
    .js-search-input {
        display: none;
    }

    .service {
        padding: 2rem;
    }
}

@media (max-width: 991.98px) {
    .js-search-input {
        display: none;
    }

    .service {
        padding: 2rem;
    }
}

.service .custom-icon-wrap {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #fafafa;
    position: relative;
    margin-bottom: 1.5rem;
    -webkit-transition: 0.2s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.2s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.2s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    top: 0;
}

    .service .custom-icon-wrap > span {
        font-size: 1.8rem;
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        color: #fff44f;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.service:before, .service:after {
    position: absolute;
    content: "";
    height: 7px;
    background: #173b78;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
}

.service:before {
    z-index: 1;
}

.service:after {
    background: #c12f42;
    width: 0;
    z-index: 2;
}

.service:hover {
    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
}

    .service:hover:after {
        width: 100%;
    }

    .service:hover .custom-icon-wrap {
        background: rgba(220, 53, 69, 0.1);
        top: -10px;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #dc232b;
}

.delicious-tabs-content .nav-tabs .nav-link.active {
    background-color: #dc232b;
    color: #ffffff;
    /* border-left: 3px solid #8c3e56; */
}

.delicious-tabs-content .nav-tabs {
    border-bottom: none;
    /* margin-bottom: 50px; */
    background-color: #dc232b;
    align-content: center;
}

    .delicious-tabs-content .nav-tabs .nav-link {
        color: #ecd7d7;
        border: none;
        border-left: 3px solid #dc232b;
        padding: 15px;
        line-height: 50px;
        margin: 0 2px;
        border-radius: 0;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }

.usform input[type="text"] {
    padding-left: 50px;
    height: 46px;
    font-size: 12px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 50px;
    color: lightgray;
    border: 1px solid rgba(129, 129, 129, 0.2);
    border-radius: 5px;
    margin-top: 5px;
    background-color: #ffffff9c;
    box-shadow: none;
    font-size: 13px;
    transition: border-color .5s ease;
}
