/*
Theme Name: Loyal
*/

@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-Medium.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-Italic.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
1
@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-Light.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bangers';
    src: url('../loyal/assets/fonts/Bangers-Regular.woff2') format('woff2'),
        url('../loyal/assets/fonts/Bangers-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-Regular.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../loyal/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../loyal/assets/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
    --PrimaryColor: #ce1c23;
    --YellowColor: #f3cc05;
    --GreenColor: #2a9564;
    --BrownColor: #2c120d;
    --LightBgColor: #fde1b9;
    --headingColor: #1c0d0a;
    --footerTextColor: #bebab9;
    --textcolor: #605958;
    --whitecolor: #ffffff;
    --borderColor: #202325;
    --BgColor: #ffffff;
    --Headingfont: 'Bangers', sans-serif !important;
    font-family: 'Poppins', sans-serif !important;
    background: var(--BgColor) !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.products-scroll .slick-dots,
.populardishes-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.products-scroll .slick-dots li button,
.populardishes-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--headingColor);
	list-style: none !important;
	z-index: 990;
	
}

.products-scroll .slick-dots li button,
.populardishes-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--headingColor);
	list-style: none !important;
	z-index: 990;
	
}

.products-scroll li button:before,
.populardishes-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.products-scroll .slick-dots li.slick-active button,
.populardishes-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--headingColor);
}

.products-scroll .slick-dots li.slick-active button,
.populardishes-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--headingColor);
}

.products-scroll .slick-dots li button,
.populardishes-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--headingColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 238, 117, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 238, 117, 1);
}



.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.footer-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../loyal/assets/img/footer-bg.png)  var(--BrownColor);
    padding-top: 80px;
}

.footer-wrapper::before{
    width: 100%;
    height: 19px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../loyal/assets/img/curve-lines.png);
    z-index: 500;
    content: '';
}

.footer-wrapper .footer-credencials{
    width: 100%;
    position: relative;
    border-top: 1px solid #422a26;
    padding: 25px 0px;
}

.footer-wrapper .footer-credencials p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--footerTextColor);
}

.footer-wrapper .footer-credencials p font{
    margin: 0px 20px;
}

.footer-wrapper .footer-credencials p a{
    color: var(--footerTextColor);
}

.footer-wrapper .footer-credencials p a:hover{
    color: var(--YellowColor);
    text-decoration: none;
}

.footer-wrapper .footer-credencials .col-lg-6:last-child{
    text-align: right;
}

.footer-logo{
    width: 100%;
    text-align: center;
    display: block;
}

.footer-logo img{
    width: auto;
    height: 70px;
    display: inline-block;
}

.stayintouch{
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}

.stayintouch hr{
    width: 100%;
    padding: 0;
    margin: 0px 0px 35px 0px;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #422a26;
}

.stayintouch p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    width: auto;
    display: inline-block;
    color: var(--footerTextColor);
}

.stayintouch h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-weight: normal;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    font-size: 48px;
}

.stayintouch h2 font{
    color: var(--YellowColor);
}

.stayintouch .col-lg-4{
    position: relative;
}

.stayintouch .col-lg-4::after{
    width: 8px;
    height: 71px;
    position: absolute;
    top: -12px;
    right: 30px;
    content: '';
    background: url(../loyal/assets/img/footerline-seperate.png) no-repeat;
}


.stayintouch .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
    display: block;
    text-align: left;
    float: right;
}

.stayintouch .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.stayintouch .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.stayintouch .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.stayintouch .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.stayintouch .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.stayintouch .socialmedia-icons li a.tw {
    background: #000000;
}

.stayintouch .socialmedia-icons li a.li {
    background: #0e72a3;
}

.stayintouch .socialmedia-icons li a.in {
    background: #f6523f;
}

.stayintouch .socialmedia-icons li a.em{
    background: #ec4134;
}

.footerlinks{
    width: 100%;
    text-align: center;
    display: block;
    margin: 45px 0px;
}

.footerlinks ul{
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.footerlinks ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.footerlinks ul li:last-child a{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.footerlinks ul li a{
    color: var(--footerTextColor);
    padding: 0px 15px 0px 0px;
    margin: 0px 15px 0px 0px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #422a26;
}

.footerlinks ul li a:hover{
    color: var(--YellowColor);
}



.wpcf7-not-valid-tip{
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.wpcf7-response-output{
    padding: 5px 0px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0;
    margin: -12px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.banner-wrapper-div{
    width: 100%;
    background: var(--BrownColor);
    position: relative;
    min-height: auto;
    display: block;
    padding-top: 145px;
    padding-bottom: 60px;
}

.banner-wrapper-div::before{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: rgba(0,0,0,0.75);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 60%;
    z-index: 1;
    opacity: 0.8;
}

.banner-wrapper-div .banner-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}


.banner-wrapper-div:after{
    width: 100%;
    height: 19px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../loyal/assets/img/curve-lines.png);
    z-index: 500;
    content: '';
    transform: rotateX(180deg);
}

.header-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1030;
    transition-duration: 0.3s;
    margin-top: 30px;
}

.header-wrapper .headerlogo img{
    width: auto;
    height: 75px;
    transition-duration: 0.3s;
}

.headercallus-div{
    text-align: right;
}

.headercallus-div{
    position: relative;
}

.headercallus-div::before{
    width: 1px;
    height: 50px;
    background: var(--whitecolor);
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -25px;
    content: '';
    opacity: 0.2;
}

.headercallus-div div{
    text-align: left;
    display: inline-block;
    width: auto;
    position: relative;
    padding-left: 55px;
}

.headercallus-div div::before{
    width: 41px;
    height: 41px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../loyal/assets/img/phoneicon.png) no-repeat;
}

.headercallus-div div h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    position: relative;
    font-size: 16px;
    color: var(--whitecolor);
    font-weight: 400;
}

.headercallus-div div h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    position: relative;
    font-size: 22px;
    color: var(--whitecolor);
    font-weight: 500;
}

.headercallus-div div h4 a{
    color: var(--whitecolor);
}

.header-wrapper .col-xl-6{
    padding-top: 20px;
    transition-duration: 0.3s;
}

.header-wrapper .headercallus-div{
    padding-top: 16px;
    transition-duration: 0.3s;
}

.f-nav .header-wrapper{
    background: rgba(44, 18, 13, 0.94);
    margin-top: 0px;
    padding: 10px 0px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.f-nav .header-wrapper .headerlogo img{
    height: 55px;
}

.f-nav .header-wrapper .col-xl-6 {
    padding-top: 8px;
}

.f-nav .header-wrapper .headercallus-div{
    padding-top: 6px;
}

.banner-slider-div{
    position: relative;
    z-index: 10;
}

.banner-slider-div .banner-caption{
    width: 100%;
    height: 530px;
    display: table;
    padding-bottom: 45px;
}

.banner-slider-div .banner-caption .banner-caption-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.banner-slider-div .banner-caption .banner-caption-middlealign h1{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-weight: normal;
    font-family: var(--Headingfont);
    letter-spacing: 2px;
    font-size: 64px;
    line-height: 68px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); 
}

.banner-slider-div .banner-caption .banner-caption-middlealign h1 strong{
    color: var(--YellowColor);
}

.banner-slider-div .banner-caption .banner-caption-middlealign p{
    padding: 0;
    margin: 0px 0px 40px 0px;
    color: var(--footerTextColor);
}

.banner-slider-div .banner-caption .banner-caption-middlealign h6{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    color: var(--GreenColor);
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.banner-slider-div .banner-caption .banner-caption-middlealign h6 span{
    position: relative;
    padding: 0px 0px 0px 34px;
}

.banner-slider-div .banner-caption .banner-caption-middlealign h6 span::before{
    width: 24px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: -3px;
    background: url(../loyal/assets/img/banner-icon.png) no-repeat;
    content: '';
}

.banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons{
    width: 100%;
    position: relative;
    display: block;
    
}

.banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons .view-product{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 0px 24px;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    line-height: 44px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons .view-product:hover{
    background: var(--YellowColor);
    color: var(--BrownColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
-moz-box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);

}

.banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons .contact-button{
    background: none;
    color: var(--footerTextColor);
    padding: 0px 24px;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    line-height: 44px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons .contact-button i{
    margin-left: 5px;
}

.banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons .contact-button:hover{
    color: var(--YellowColor);
}

.banner-slider-div .col-lg-6 img{
    width: 100%;
}

.banner-right{
    position: relative;
}

.banner-right .circle-rotation{
    width: 160px;
    height: 160px;
    border: 2px solid var(--PrimaryColor);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 25px;
}

.banner-right .circle-rotation::before{
    width: 156px;
    height: 156px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../loyal/assets/img/circletext1.png) no-repeat;
    content: '';
    animation: 6s linear infinite pepperanim;
    transform: rotate(20deg);
}

@keyframes pepperanim {
    0% {
        transform: rotate(-20deg);
    }
    15% {
        transform: rotate(20deg);
    }
    30% {
        transform: rotate(-20deg);
    }
    45% {
        transform: rotate(20deg);
    }
    60% {
        transform: rotate(-20deg);
    }
    75% {
        transform: rotate(20deg);
    }
    90% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(-380deg);
    }
}

.banner-right .circle-rotation::after{
    width: 156px;
    height: 156px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../loyal/assets/img/circletext2.png) no-repeat;
    animation: 6s linear infinite cogwheelanim;
    content: '';
}

@keyframes cogwheelanim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.banner-slider-div .col-lg-6{
    position: relative;
}

.banner-nav-buttons{
    width: 100%;
    position: absolute;
    display: block;
    left: 12px;
    bottom: 0px;
}

.banner-nav-buttons button{
    width: 65px;
    height: 65px;
    border: 2px solid #716968;
    border-radius: 50%;
    position: relative;
    background: none;
    padding: 0px 0px;
    color: #716968;
    font-size: 20px;
    margin-right: 10px;
    transition-duration: 0.3s;
}

.banner-nav-buttons button:hover{
    color: var(--YellowColor);
    border-color: var(--YellowColor);

    -webkit-box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
-moz-box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);



}




.banner-wrapper-div .scrollbar-btn {
    width: 18px;
    height: 24px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    content: '';
    margin-left: -9px;
    z-index: 990;
    border: 0;
    outline: 0;
    animation: mouse-animations 1.5s infinite alternate;
    background: 0;
    background: url(../loyal/assets/img/mouse-icon.png) no-repeat;
}

.banner-wrapper-div .scrollbar-btn:hover {
    background-position-y: -24px
}

@keyframes mouse-animations {
    0 {
        bottom: 45px
    }

    70% {
        bottom: 45px
    }

    71% {
        bottom: 45px
    }

    100% {
        bottom: 60px
    }
}

.product-category-wrapper{
    width: 100%;
    position: relative;
    padding: 90px 0px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(212,234,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(212,234,224,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(212,234,224,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(212,234,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(212,234,224,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(212,234,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4eae0', GradientType=0 );
}

.product-category-item{
    width: 100%;
    background: url(../loyal/assets/img/bg-texture.png) repeat var(--GreenColor);
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 45px 15px;
    transition-duration: 0.3s;
}

.product-category-item:hover{
    background-color: var(--PrimaryColor);
}

.product-category-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--whitecolor);
    font-size: 20px;
}

.product-category-item p{
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-size: 15px;
    color: var(--whitecolor);
    opacity: 0.8;
    line-height: 22px;
}

.product-category-item span{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.product-category-item span img{
    width: auto;
    height: 105px;
    display: inline-block;
    transition-duration: 0.3s;
}

.product-category-item:hover span img{
    transform: rotateY(180deg);
}

.category-scroll,
.products-scroll,
.testimonials-scroll,
.recipes-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.category-scroll .col-lg-3,
.products-scroll .col-lg-3,
.testimonials-scroll .col-lg-4,
.recipes-scroll .col-lg-4{
    padding-left: 12px;
    padding-right: 12px;
}

.heading-styles{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.heading-styles h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 14px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--headingColor);
    font-size: 62px;
    line-height: 58px;
}

.heading-styles p{
    text-align: center;
    padding: 0;
    margin: 0;
}

.ourproducts-wrapper{
    width: 100%;
    margin-top: 100px;
}

.product-item-div{
    width: 100%;
    border: 2px solid var(--YellowColor);
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
    transition-duration: 0.3s;
    min-height: 375px;
}

.product-item-div:hover{
    border-color: var(--PrimaryColor);
}

.product-item-div .product-content{
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.product-item-div .product-content p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.product-item-div .product-content h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 18px;
}

.product-item-div .productimage{
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
}

.product-item-div .productimage img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.scrollingtext-wrap{
    width: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 10px 0px;
    margin: 80px 0px 0px 0px;
    left: 0px;
    margin-left: 0%;
}

.scrollingtext-wrap .text {
    font-size: 14px;
	text-transform: inherit;
	animation: animate_topscrolls 90s linear infinite;
}

.scrollingtext-wrap .text span{
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    line-height: 100px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:var(--GreenColor);
}

@keyframes animate_topscrolls {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.middleportion-wrapper{
    width: 100%;
    position: relative;
    background: url(../loyal/assets/img/bg-texture.png) repeat var(--PrimaryColor);
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    padding: 50px 0px;
    z-index: 100;
}

.middleportion-wrapper .row{
    margin-left: 0px;
    margin-right: 0px;
}

.middleportion-wrapper .row .col-lg-3{
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.middleportion-wrapper .row .col-lg-3::after{
    width: 9px;
    height: 183px;
    position: absolute;
    top: 0px;
    right: -3px;
    content: '';
    background: url(../loyal/assets/img/seperate-line.png) no-repeat;
}

.middleportion-wrapper .row .col-lg-3:last-child::after{
    display: none;
    visibility: hidden;
}

.middleportion-wrapper .row .col-lg-3 h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--whitecolor);
    font-size: 20px;
}

.middleportion-wrapper .row .col-lg-3 p{
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-size: 15px;
    color: var(--whitecolor);
    opacity: 0.8;
    line-height: 22px;
}

.middleportion-wrapper .row .col-lg-3 span{
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.middleportion-wrapper .row .col-lg-3 span img{
    width: auto;
    height: 93px;
    object-fit: cover;
    display: inline-block;
}

.recepies-wrapper{
    width: 100%;
    margin-top: 110px;
    margin-bottom: 100px;
}

.recepie-item-con{
    width: 100%;
    height: 440px;
    border-radius: 10px;
    background: var(--GreenColor);
    display: block;
    position: relative;
    overflow: hidden;
}

.recepie-item-con img{
    width: 100%;
    height: 440px;
    object-fit: cover;
    transition-duration: 0.3s;
    z-index: 0;
    position: relative;
}

.recepie-item-con:hover img{
    opacity: 0.2;
}

.recepie-item-con h5{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 30px;
    text-align: center;
    z-index: 100;
    color: var(--whitecolor);
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.recepie-item-con::before{
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    opacity: 0.75;
    z-index: 4;
}

.recepie-item-con:after{
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 35%;
    margin-top: -55px;
    content: '';
    background: url(../loyal/assets/img/recepie-icon.jpg) no-repeat;
    z-index: 10;
    transition-duration: 0.3s;
    opacity: 0;
}

.recepie-item-con:hover:after{
    opacity: 1;
    top: 46%;
}


.welcometext-wrapper{
    width: 100%;
    position: relative;
    background: var(--LightBgColor);
    display: block;
    margin-top: -125px;
    padding-top: 225px;
    padding-bottom: 120px;
}

.welcometext-wrapper:after{
    width: 100%;
    height: 19px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../loyal/assets/img/curve-lines.png);
    z-index: 500;
    content: '';
    transform: rotateX(180deg);
}

.welcometext-wrapper .col-lg-7 p{
    text-align: justify;
}

.welcometext-wrapper .col-lg-7 h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--headingColor);
    font-size: 62px;
    line-height: 58px;
}

.welcometext-wrapper .col-lg-7 .readmore-button{
    margin-top: 20px;
}

.readmore-button{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 0px 24px;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    line-height: 44px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.readmore-button:hover{
    background: var(--GreenColor);
    color: var(--whitecolor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
-moz-box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);


}

.welcometext-wrapper .col-lg-5{
    text-align: right;
}

.welcometext-wrapper .col-lg-5 .welcome-image{
    width: calc(100% - 50px);
    position: relative;
    display: inline-block;
    z-index: 10;
    margin-top: 16px;
}

.welcometext-wrapper .col-lg-5 .welcome-image::before{
    width: 450px;
    height: 450px;
    background: var(--GreenColor);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    border-radius: 50%;
    transition-duration: 0.3s;
}

.welcometext-wrapper .col-lg-5 .welcome-image img{
    width: 100%;
    position: relative;
    z-index: 100;
}

.enquiry-whychoose-wrapper{
    width: 100%;
    margin-top: 100px;
}

.whychoose-container .heading-styles h2,
.whychoose-container .heading-styles p{
    text-align: left;
}

.whychoose-container .col-lg-6:nth-child(1) .whychooseitem,
.whychoose-container .col-lg-6:nth-child(2) .whychooseitem{
    background: #f4faf7;
}

.whychoose-container .col-lg-6:nth-child(3) .whychooseitem,
.whychoose-container .col-lg-6:nth-child(4) .whychooseitem{
    background: #e9f4ef;
}

.whychoose-container .col-lg-6:nth-child(5) .whychooseitem,
.whychoose-container .col-lg-6:nth-child(6) .whychooseitem{
    background: #dfefe8;
}

.whychoose-container .col-lg-6:nth-child(7) .whychooseitem,
.whychoose-container .col-lg-6:nth-child(8) .whychooseitem{
    background: #d4eae0;
}

.whychoose-container .whychooseitem{
    display: block;
    padding: 17px 15px;
    border-radius: 5px;
}

.whychoose-container .whychooseitem p{
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: normal;
}

.whychoose-container .row{
    margin-left: -5px;
    margin-right: -5px;
}

.whychoose-container .col-lg-6{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.whychoose-container .whychooseitem h5{
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 18px;
}

.whychoose-container{
    padding-left: 80px;
}

.enquiry-wrapper{
    width: 100%;
    border: 2px solid var(--PrimaryColor);
    border-radius: 10px;
    position: relative;
    margin-top: 5px;
    padding: 45px 40px 45px 40px;
}

.enquiry-wrapper .enquiry-heading{
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.enquiry-wrapper .enquiry-heading p{
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.enquiry-wrapper .enquiry-heading h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--headingColor);
    font-size: 48px;
    line-height: normal;
}

.enquiry-wrapper .col-lg-12{
    position: relative;
    margin-top: 12px;
}

.enquiry-wrapper .col-lg-12:last-child{
    margin-top: 4px;
}

.enquiry-wrapper .col-lg-12 p{
    padding: 0;
    margin: 0;
}

.enquiry-wrapper .col-lg-12 .submit-btn{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 0px 24px;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    line-height: 46px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    transition-duration: 0.3s;
}

.enquiry-wrapper .col-lg-12 .submit-btn:hover{
    background: var(--GreenColor);
    color: var(--whitecolor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
    box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
}

.enquiry-wrapper .col-lg-12 input[type = text],
.enquiry-wrapper .col-lg-12 input[type = email]{
    width: 100%;
    position: relative;
    background: #fae8e9;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 44px;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}

.enquiry-wrapper .col-lg-12 textarea{
    width: 100%;
    position: relative;
    background: #fae8e9;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 75px;
    font-size: 15px;
    padding: 8px 15px 0px 15px ;
    color: var(--textcolor);
}

.testimonials-wrapper-div{
    width: 100%;
    position: relative;
    margin-top: 100px;
}


.testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--LightBgColor);
    transition-duration: 0.3s;
    border-radius: 10px;
}

.testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--whitecolor);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s;
}

.testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../loyal/assets/img/testimonial-propic.png) no-repeat var(--whitecolor);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
}

.testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 236px;
}

.testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
           line-clamp: 5; 
    -webkit-box-orient: vertical;
    color: var(--textcolor);
}

.testimonials-item .testimonials-content ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    display: block;
}

.testimonials-item .testimonials-content ul li{
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px;
}

.testimonials-item .testimonials-content ul li .fa-solid{
    color: var(--PrimaryColor);
}

.testimonials-item .testimonials-content ul li .fa-regular{
    color: var(--BrownColor);
}

.authentic-wrapper{
    width: 100%;
    background: var(--PrimaryColor);
    display: block;
    border-radius: 10px;
    margin-top: 120px;
    height: 240px;
    padding: 0px 50px;
}

.authentic-wrapper h3{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 70px 0px 0px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--whitecolor);
    font-size: 48px;
    line-height: 48px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.authentic-wrapper h3 font{
    color: var(--YellowColor);
}

.authentic-wrapper .col-lg-4:last-child{
    text-align: center;
}

.authentic-wrapper .col-lg-4 .readmore-button{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.authentic-wrapper .col-lg-4 .readmore-button:hover{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
    box-shadow: 0px 0px 15px 0px rgba(243,204,5,0.35);
}

.authentic-wrapper .col-lg-4 p{
    padding: 0;
    margin: 60px 0px 25px 0px;
    color: var(--whitecolor);
    line-height: 24px;
    opacity: 0.8;
}

.authentic-image{
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}

.authentic-image img{
    display: inline-block;
    height: 340px;
    width: auto;
}

.authentic-wrapper .carousel{
    margin-top: -50px;
}

.authentic-wrapper .col-lg-4:nth-child(2){
    position: relative;
}

.authentic-wrapper .col-lg-4:nth-child(2)::before{
    width: 50%;
    height: 240px;
    background: var(--YellowColor);
    position: absolute;
    left: 25%;
    top: 0px;
    transform: skew(45deg);
    content: '';
    animation: 6s linear infinite skewanim;
}

@keyframes skewanim {
    0% {
        transform: skew(45deg);
    }
   
    50% {
        transform: skew(-45deg);
    }
    
    100% {
        transform: skew(45deg);
    }
}

.mobile-footer-wrap{
    width: 100%;
    background: var(--LightBgColor);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1036;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    overflow: visible;
}

.mobile-footer-wrap .container-fluid{
    padding: 0px 0px;
}

.mobile-footer-wrap .container-fluid .row{
    margin-left: 0px;
    margin-right: 0px;
}

.mobile-footer-wrap .container-fluid .col-2{
    padding-left: 0px;
    padding-right: 0px;
    width: 20%;
    text-align: center;
    position: relative;
}

.mobile-footer-wrap h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    line-height: normal;
    font-weight: normal;
    font-size: 12px;
}

.mobile-footer-wrap span i{
    color: var(--PrimaryColor);
    font-size: 14px;
    line-height: normal;
}

.mobile-footer-wrap .col-2:nth-child(1) span i,
.mobile-footer-wrap .col-2:nth-child(4) span i{
    font-size: 12px;
}

.mobile-footer-wrap .col-2 a{
    width: 100%;
    display: block;
    padding: 4px 0px;
}

.mobile-footer-wrap .col-2 a:focus h6,
.mobile-footer-wrap .col-2 a:focus span i{
    color: var(--GreenColor);
}

.mobile-footer-wrap .col-2 button{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -20px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: var(--PrimaryColor);
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);

}



.mobile-footer-wrap .col-2 button span{
    width: 28px;
    height: 2px;
    background: var(--whitecolor);
    position: absolute;
    top: 0px;
    right: 15px;
    transition-duration: 0.3s;
}

.mobile-footer-wrap .col-2 button span:nth-child(1){
    top: 18px;
    animation: 2.5s linear infinite bar-oneanims;
}

.mobile-footer-wrap .col-2 button span:nth-child(2){
    top: 28px;
    animation: 2.5s linear infinite bar-twoanims;
}

.mobile-footer-wrap .col-2 button span:nth-child(3){
    top: 38px;
    animation: 2.5s linear infinite bar-oneanims;
}


@keyframes bar-oneanims{
    0% {
        width: 28px;
        right: 15px;
    }

    50% {
        width: 12px;
        right: 22px;
    }

    100% {
        width: 28px;
        right: 15px;
    }
}

@keyframes bar-twoanims{
    0% {
        width: 12px;
        right: 22px;
    }

    50% {
        width: 28px;
        right: 15px;
    }

    100% {
        width: 12px;
        right: 22px;
    }
}

.innerpage-banner-wrapper{
    width: 100%;
    position: relative;
    height: 440px;
    display: table;
    padding-top: 100px;
    overflow: hidden;
}

.innerpage-banner-wrapper::before{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: rgba(0, 0, 0, 0.75);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 60%;
    z-index: 1;
    opacity: 0.8;
}

.innerpage-banner-wrapper .innerpage-banner-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.innerpage-banner-wrapper .innerpage-banner-middle h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--whitecolor);
    font-weight: normal;
    font-family: var(--Headingfont);
    letter-spacing: 2px;
    font-size: 64px;
    line-height: 68px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.innerpage-banner-wrapper .innerpage-banner-middle h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--YellowColor);
    font-weight: normal;
    font-family: var(--Headingfont);
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 24px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.innerpage-banner-wrapper .innerpage-banner-middle h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-weight: normal;
    font-family: var(--Headingfont);
    letter-spacing: 2px;
    font-size: 64px;
    line-height: 68px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.innerpage-banner-wrapper .innerpage-banner-middle p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    width: auto;
    display: inline-block;
    color: var(--footerTextColor);
    width: 100%;
    text-align: center;
}

.innerpage-banner-wrapper:after {
    width: 100%;
    height: 19px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../loyal/assets/img/curve-lines.png);
    z-index: 500;
    content: '';
    transform: rotateX(180deg);
}

.innerpage-banner-wrapper .banner-bg{
    position: absolute;
    height: 440px;
    object-fit: cover;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.innerpage-content-div{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
}

.menumobile-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    height: 100vh;
    background: rgba(206, 28, 35, 0.9);
    z-index: 1035;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: table;
    padding-bottom: 50px;
    padding-top: 40px;
    transition-duration: 0.3s;
    display: none;
    visibility: hidden;i
}

.showmenu .menumobile-wrapper{
    bottom: 0px;
}

.menumobile-wrapper .menumobile-middlelaign{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.menumobile-wrapper .menumobile-middlelaign ul{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.menumobile-wrapper .menumobile-middlelaign ul li{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.menumobile-wrapper .menumobile-middlelaign ul li a{
    color: var(--whitecolor);
    padding: 5px 0px;
    margin: 0;
    line-height: normal;
    width: 100%;
    display: inline-block;
    font-size: 6.5vw;
}

.menumobile-wrapper .menumobile-middlelaign ul li a:hover{
    color: var(--YellowColor);
}

.menumobile-wrapper .closebtn{
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: var(--whitecolor);
    border: none;
    outline: none;
    color: var(--PrimaryColor);
}

.alert-text{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.alert-text p{
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.product-list-page .row .col-xl-3{
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-singlepage .col-lg-5 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);


}

.product-singlepage .col-lg-7 p{
    text-align: justify;
}

.otherproducts{
    margin-top: 90px;
}

.googlemap-wrapper {
	position: relative;
	padding-bottom: 420px;
	height: 0;
	overflow: hidden;
	margin: 80px 0px 0px 0px;
}

.googlemap-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-form-style{
    padding-left: 80px !important;
}

.contact-form-style .row .col-md-6 p,
.contact-form-style .row .col-md-12 p,
.contact-form-style .row .col-md-3 p{
    padding: 0;
    margin: 0;
}

.contact-form-style .row .col-md-6{
    padding-bottom: 12px;
}

.contact-form-style .row .col-md-12{
    padding-bottom: 4px;
}

.contact-form-style .row .col-md-6 input{
    width: 100%;
    position: relative;
    background: #fae8e9;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 44px;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}

.contact-form-style .row .col-md-12 textarea{
    width: 100%;
    position: relative;
    background: #fae8e9;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 120px;
    font-size: 15px;
    padding: 8px 15px 0px 15px;
    color: var(--textcolor);
}

.contact-form-style .row .col-md-3 .submit-btn{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 0px 24px;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    line-height: 46px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    transition-duration: 0.3s;
}

.contact-form-style .row .col-md-3 .submit-btn:hover{
    background: var(--GreenColor);
    color: var(--whitecolor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
    box-shadow: 0px 0px 15px 0px rgba(42,149,100,0.45);
}

.contact-form-style .heading-styles h2{
    text-align: left;
    font-size: 48px;
    line-height: 48px;
}

.contact-form-style .heading-styles p{
    text-align: left;
}

.getintouch-wrapper{
    width: 100%;
    border: 2px solid var(--PrimaryColor);
    border-radius: 10px;
    position: relative;
    margin-top: 5px;
    padding: 45px 40px 45px 40px;
    min-height: 100%;
}

.getintouch-wrapper h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--headingColor);
    font-size: 28px;
    line-height: 30px;
}

.getintouch-wrapper p strong{
    color: var(--PrimaryColor);
}

.getintouch-wrapper p a{
    color: var(--textcolor);
    text-decoration: none;
}

.getintouch-wrapper p:last-child{
    margin-bottom: 0px;
}

.getintouch-wrapper span{
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

.getintouch-wrapper span img{
    width: auto;
    height: 80px;
    display: inline-block;
}

.blog-item-div{
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: 12px 0px;
}

.blog-item-div .blog-image-con{
    width: 100%;
    height: 250px;
    background: var(--PrimaryColor);
    position: relative;
}

.blog-item-div .blog-image-con img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-div .blog-image-con i{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 40%;
    margin-top: -12px;
    z-index: 10;
    font-size: 24px;
    color: var(--whitecolor);
    transition-duration: 0.3s;
    opacity: 0;
}

.blog-item-div:hover .blog-image-con i{
    top: 50%;
    opacity: 1;
}

.blog-item-div:hover .blog-image-con img{
    opacity: 0.2;
}

.blog-item-div .blog-heading-con{
    width: 100%;
    background: var(--LightBgColor);
    padding: 0px 20px;
    margin: 0;
    height: 90px;
    display: table;
}

.blog-item-div .blog-heading-con h5{
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.blog-item-div .blog-heading-con h5 font{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.single-blog-page .col-lg-4 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 45px;
}

.single-blog-page .col-lg-4 h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--headingColor);
    font-size: 32px;
    line-height: normal;

}

.single-blog-page .col-lg-4 ul{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.single-blog-page .col-lg-4 ul li{
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.single-blog-page .col-lg-4 ul li a{
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    transition-duration: 0.3s;
}

.single-blog-page .col-lg-4 ul li a:hover{
    color: var(--PrimaryColor);
}

.single-blog-page .col-lg-8 p{
    text-align: justify;
}

.single-blog-page .col-lg-8 .blog-heading{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-family: var(--Headingfont);
    letter-spacing: 1.2px;
    color: var(--headingColor);
    font-size: 34px;
    line-height: normal;
}

.single-blog-page .col-lg-8 ul{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0;
    position: relative;
}

.single-blog-page .col-lg-8 ul li{
    font-size: 16px;
    color: var(--textcolor);
    padding: 0;
    margin: 6px 0px 0px 0px;
}

.single-blog-page .col-lg-8 h4{
    width: 100%;
    padding: 0;
    margin: 35px 0px 10px 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 22px;
}

.single-blog-page .col-lg-8 h3{
    width: 100%;
    padding: 0;
    margin: 35px 0px 10px 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 24px;
}

.single-blog-page .col-lg-8 h6{
    width: 100%;
    padding: 0;
    margin: 25px 0px 5px 0px;
    font-weight: 600;
    color: var(--GreenColor);
    font-size: 18px;
}

.stickysidebar{
    width: 100%;
    position: sticky;
    top: 100px;
}

.faq-styles .accordion-item{
    background: var(--LightBgColor);
    border-radius: 10px !important;
    margin: 10px 0px;
    overflow: hidden;
    border: none !important;
}

.faq-styles .accordion-item p:last-child{
    margin-bottom: 0px;
}

.faq-styles .accordion-button{
    background: var(--LightBgColor);
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.faq-styles .accordion-button:not(.collapsed){
    background: var(--PrimaryColor);
    box-shadow: none;
    color: var(--whitecolor);
}

.faq-styles .accordion-button font{
    color: var(--PrimaryColor);
    margin-right: 10px;
    font-weight: 600;
}

.faq-styles .accordion-button:not(.collapsed) font{
    color: var(--YellowColor);
}

.single-recipes-page .col-lg-5 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.single-recipes-page .col-lg-7 p:last-child{
    margin-bottom: 0px;
}

.single-recipes-page .col-lg-7 h2{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 26px;
    font-weight: 600;
}

.single-recipes-page .col-lg-7 h3{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 24px;
    font-weight: 600;
}

.single-recipes-page .col-lg-7 h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 22px;
    font-weight: 600;
}

.single-recipes-page .col-lg-7 h5{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 600;
}

.single-recipes-page .col-lg-7 h6{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.single-recipes-page .col-lg-7 p{
    text-align: justify;
}

.single-recipes-page .col-lg-7 ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.single-recipes-page .col-lg-7 ul li{
    color: var(--textcolor);
    padding: 0;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.single-recipes-page .col-lg-7 .recipies-heading{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 26px;
    font-weight: 600;
}

.recipes-page-con .col-lg-4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.recipes-page-con .col-lg-4 .recepie-item-con,
.recipes-page-con .recepie-item-con img{
    height: 380px;
}

.product-pagecons .col-lg-3{
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-pagecons .product-category-item{
    display: block;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content p {
    overflow: visible;
    display: block;
}

.testimonials-page .col-lg-4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.about-page-content .col-lg-7 p{
    text-align: justify;
}

.about-page-content .col-lg-7 p:last-child{
    margin-bottom: 0px;
}

.about-page-content .col-lg-7 ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 25px 0px ;
}

.about-page-content .col-lg-7 ul li{
    color: var(--textcolor);
    margin: 8px 0px;
    width: 100%;
}

.about-page-content .col-lg-7 ul li strong{
    color: var(--GreenColor);
}

.about-page-content .col-lg-7 h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 15px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 22px;
}

.page-id-226 .innerpage-content-div h3,
.page-id-3 .innerpage-content-div h3{
    width: 100%;
    padding: 0px;
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
}

.page-id-226 .innerpage-content-div h5,
.page-id-3 .innerpage-content-div h5{
    width: 100%;
    padding: 0px;
    font-weight: 600;
    font-size:18px;
    margin: 20px 0px 5px 0px;
    color: var(--headingColor);
}

.page-id-226 .innerpage-content-div ul,
.page-id-3 .innerpage-content-div ul{
    padding-left: 20px;
}

.page-id-226 .innerpage-content-div ul li,
.page-id-3 .innerpage-content-div ul li{
    color: var(--textcolor);
    margin: 5px 0px;
}

.page-id-226 .innerpage-content-div p,
.page-id-3 .innerpage-content-div p{
    text-align: justify;
}

.page-id-226 .innerpage-content-div p a,
.page-id-3 .innerpage-content-div p a{
    color: var(--textcolor);
    text-decoration: none;
}

.about-page-content .aboutimage{
    width: 100%;
    position: relative;
    height: 100%;
    display: table;
}

.about-page-content .aboutimage span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.about-page-content .aboutimage span img{
    width: 100%;
    height: auto;
}


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




@media screen and (max-width: 1024px) {
   .header-wrapper .headercallus-div{
    display: none;
    visibility: hidden;
   }

   .welcometext-wrapper .col-lg-5 .welcome-image img{
    height: auto;
   }

   .welcometext-wrapper .col-lg-5 .welcome-image::before{
    width: 340px;
    height: 340px;
   }

   .banner-slider-div .banner-caption .banner-caption-middlealign h1{
    font-size: 48px;
    line-height: 50px;
   }

   .banner-slider-div .banner-caption{
    height: 400px;
   }

   .banner-right .circle-rotation{
    top: 0px;
   }

   .product-category-item{
    min-height: 338px;
   }

   .heading-styles h2,
   .welcometext-wrapper .col-lg-7 h2{
    font-size: 52px;
    line-height: 52px;
   }

   .authentic-wrapper{
    padding: 0px 20px;
   }

   .authentic-wrapper h3{
    font-size: 38px;
    line-height: 38px;
   }

   .stayintouch h2{
    font-size: 38px;
   }

   .stayintouch .socialmedia-icons{
    float: left;
    margin-top: 20px;
   }

   .contact-form-style{
        padding-left: 45px !important;
    }
}

@media screen and (max-width: 980px) {
    .product-category-item{
        min-height: auto;
    }

    .banner-wrapper-div{
        overflow: hidden;
    }

    .header-container .col-lg-8,
    .banner-nav-buttons,
    .banner-slider-div .banner-caption .banner-caption-middlealign p,
    .banner-slider-div .banner-caption .banner-caption-middlealign .banner-buttons,
    .headercallus-div::before,
    .banner-slider-div .banner-caption .banner-caption-middlealign h1 br,
    .banner-right .circle-rotation,
    .heading-styles p br,
    .middleportion-wrapper .row .col-lg-3::after,
    .authentic-wrapper .col-lg-4:nth-child(2),
    .stayintouch .col-lg-4::after,
    .authentic-wrapper h3 br{
        display: none;
        visibility: hidden;
    }

    .banner-slider-div .banner-caption{
        text-align: center;
        padding-bottom: 0px;
        height: 240px;
    }

    .header-wrapper .headercallus-div{
        display: flex;
        visibility: visible;
    }

    .banner-slider-div .banner-caption .banner-caption-middlealign h1{
        font-size: 64px;
        line-height: 64px;
        padding: 0;
        margin: 0;
    }

    .middleportion-wrapper{
        padding: 0px 0px;
    }

    .middleportion-wrapper .col-lg-3:nth-child(1),
    .middleportion-wrapper .col-lg-3:nth-child(2){
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }

    .middleportion-wrapper .col-lg-3:nth-child(1),
    .middleportion-wrapper .col-lg-3:nth-child(3){
        border-right: 1px solid rgba(255,255,255,0.4);
    }

    .middleportion-wrapper .col-lg-3{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .welcometext-wrapper .col-lg-7 h2{
        text-align: center;
    }

    .welcometext-wrapper{
        text-align: center;
    }

    .welcometext-wrapper .col-lg-5 .welcome-image{
        width: 60%;
        text-align: center;
        margin-top: 60px;
        right: 20%;
    }

    .welcometext-wrapper .col-lg-5 .welcome-image::before {
        width: 460px;
        height: 460px;
    }

    .whychoose-container .heading-styles h2{
        margin-top: 100px;
    }

    .whychoose-container .heading-styles h2, .whychoose-container .heading-styles p {
        text-align: center;
    }

    .stayintouch .col-lg-8{
        text-align: center;
    }

    .stayintouch h2{
        text-align: center;
    }

    .stayintouch .socialmedia-icons{
        width: 100%;
        text-align: center;
    }

    .whatsapp-iconbtn{
        right: 15px;
        bottom: 15px;
    }

    .authentic-wrapper{
        height: auto;
        padding: 45px 0px;
    }

    .authentic-wrapper h3{
        text-align: center;
        margin-top: 0px;
    }

    .authentic-wrapper .col-lg-4 p{
        margin: 15px 0px 25px 0px;
        padding: 0px;
    }

    .innerpage-banner-wrapper,
    .innerpage-banner-wrapper .banner-bg{
        height: 380px;
    }

    .innerpage-banner-wrapper{
        padding-top: 60px;
    }

    .innerpage-banner-wrapper .innerpage-banner-middle h2{
        font-size: 48px;
        line-height: 50px;
    }

    .menumobile-wrapper{
        display: table;
        visibility: visible;
    }

    .product-singlepage .col-lg-5 img{
        margin-bottom: 45px;
    }

    .product-singlepage .col-lg-7{
        text-align: center;
    }

    .innerpage-banner-wrapper .innerpage-banner-middle h4{
        font-size: 54px;
        line-height: 54px;
    }

    .contact-form-style{
        padding-left: 12px !important;

        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 540px) {
    .welcometext-wrapper .col-lg-5 .welcome-image::before,
    .whatsapp-iconbtn,
    .middleportion-wrapper .row .col-lg-3 p,
    .footerlinks,
    .stayintouch p br{
        display: none;
        visibility: hidden;
    }

    .header-wrapper .headerlogo img {
        height: 55px;
    }

    .headercallus-div div h4{
        font-size: 16px;
    }

    .headercallus-div div h6{
        font-size: 14px;
        margin-bottom: 2px;
    }

    .headercallus-div div::before{
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    .headercallus-div div{
        padding-left: 45px;
    }

    .header-wrapper .headercallus-div{
        text-align: right;
    }

    .header-wrapper .headercallus-div {
        display: block;
        visibility: visible;
    }

    .banner-slider-div .banner-caption .banner-caption-middlealign h1{
        font-size: 32px;
        line-height: 34px;
    }

    .banner-slider-div .banner-caption .banner-caption-middlealign h6{
        font-size: 15px;
    }

    .f-nav .header-wrapper .headerlogo img {
        height: 45px;
    }

    .banner-wrapper-div{
        padding-top: 100px;
    }

    .banner-slider-div .banner-caption {
        padding-top: 25px;
        height: 160px;
    }

    .category-scroll,
    .products-scroll,
    .testimonials-scroll,
    .recipes-scroll{
        margin-left: -4px;
        margin-right: -4px;
    }

    .category-scroll .col-lg-3,
    .products-scroll .col-lg-3,
    .testimonials-scroll .col-lg-4,
    .recipes-scroll .col-lg-4{
        padding-left: 4px;
        padding-right: 4px;
    }

    .product-category-wrapper{
        overflow: hidden;
        padding: 60px 0px;
    }

    .product-category-wrapper .container,
    .ourproducts-wrapper .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .heading-styles h2, .welcometext-wrapper .col-lg-7 h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .ourproducts-wrapper{
        margin-top: 60px;
        overflow: hidden;
    }

    

    .ourproducts-wrapper .heading-styles {
        padding: 0px 12px;
    }

    .middleportion-wrapper .row .col-lg-3 h5{
        padding: 0;
        margin: 0;
        font-size: 15px;
    }

    .middleportion-wrapper .row .col-lg-3{
        padding-left: 10px;
        padding-right: 10px;
    }

    .middleportion-wrapper .row .col-lg-3 span img{
        height: 60px;
    }

    .welcometext-wrapper{
        padding-top: 180px;
        padding-bottom: 60px;
    }

    .scrollingtext-wrap .text span{
        font-size: 60px;
        line-height: 60px;
    }

    .scrollingtext-wrap{
        margin-top: 45px;
    }

    .middleportion-wrapper{
        margin-top: 45px;
    }

    .welcometext-wrapper .col-lg-5 .welcome-image{
        width: 100%;
        right: 0px;
    }

    .enquiry-whychoose-wrapper,
    .whychoose-container .heading-styles h2,
    .testimonials-wrapper-div{
        margin-top: 60px;
    }

    .enquiry-wrapper{
        padding: 35px 15px;
    }

    .enquiry-wrapper .enquiry-heading h3{
        font-size: 38px;
    }

    .testimonials-wrapper-div{
        width: 100%;
        overflow: hidden;
    }

    .testimonials-wrapper-div .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .testimonials-wrapper-div .heading-styles{
        padding: 0px 12px;
    }

    .authentic-wrapper{
        margin-top: 60px;
    }

    .recepies-wrapper{
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .authentic-wrapper h3{
        font-size: 32px;
        line-height: 32px;
    }

    .authentic-wrapper{
        padding: 45px 15px;
    }

    .recepie-item-con,
    .recepie-item-con img{
        height: 340px;
    }

    .footer-wrapper .footer-credencials p{
        text-align: center;
    }

    .stayintouch h2{
        font-size: 32px;
    }

    .footer-logo{
        margin-bottom: 30px;
    }

    .recepies-wrapper{
        width: 100%;
        overflow: hidden;
    }

    .recepies-wrapper .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .recepies-wrapper .container .heading-styles{
        padding-left: 12px;
        padding-right: 12px;
    }

    .banner-slider-div .banner-caption .banner-caption-middlealign h6 span{
        padding-left: 0px;
    }

    .banner-slider-div .banner-caption .banner-caption-middlealign h6 span::before{
        display: none;
        visibility: hidden;
    }

    .footer-wrapper{
        padding-bottom: 50px;
    }

    .innerpage-banner-wrapper .innerpage-banner-middle h2 {
        font-size: 42px;
        line-height: 44px;
    }

    .innerpage-content-div{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .otherproducts{
        margin-top: 60px;
    }

    .innerpage-banner-wrapper .innerpage-banner-middle h4 {
        font-size: 34px;
        line-height: 34px;
    }

    .getintouch-wrapper{
        padding: 45px 15px;
        text-align: center;
    }

    .getintouch-wrapper span{
        text-align: center;
    }

    .contact-form-style .heading-styles h2 br{
        display: none;
        visibility: hidden;
    }

    .contact-form-style .heading-styles h2 {
        text-align: left;
        font-size: 34px;
        line-height: 34px;
        text-align: center;
    }

    .contact-form-style .heading-styles p{
        text-align: center;
    }

    .single-blog-page .col-lg-8 .blog-heading{
        font-size: 28px;
    }

    .single-blog-page .col-lg-8 h4{
        font-size: 20px;
        text-align: left;
    }

    .stickysidebar{
        margin-top: 45px;
    }

    .getintouch-wrapper h4{
        text-align: center;
    }

    .single-recipes-page .col-lg-7 h4{
        font-size: 20px;
    }

    .single-recipes-page .stickysidebar{
        margin-top: 0px;
        margin-bottom: 45px;
    }

    .single-recipes-page .col-lg-7 .recipies-heading{
        font-size: 24px;
    }

    .recipes-page-con .col-lg-4 .recepie-item-con,
    .recipes-page-con .recepie-item-con img{
        height: 320px;
    }

    .page-id-226 .innerpage-content-div h3,
    .page-id-3 .innerpage-content-div h3{
        font-size: 22px;
    }

}



