@font-face {

    font-family: "LeagueGothic";

    src: url("../fonts/LeagueGothic-Regular.otf") format("otf"),

        url("../fonts/LeagueGothic-Regular.woff") format("woff");

}

@font-face {

    font-family: "LeagueGothic Condensed";

    src: url("../fonts/LeagueGothic-CondensedRegular.otf") format("otf"),

        url("../fonts/LeagueGothic-CondensedRegular.woff") format("woff");

}

html,body {

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 400;

}

img {

    border:0;

    outline:none;

}
.clientele-responsive-img{
    width: 150px !important;
    height: 100px;
    
}
input {

    outline:none;

}

.clear,header,footer{

    clear:both;

}

html, body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, .hi_container {

    margin:0;

    padding:0;

}

a{

    outline: medium none;

}

body.overflow-hidden{

    overflow: hidden;

}

.my_row{

    margin: 0!important;

    padding: 0!important;

}

.global_ajax_loader {

    background: rgba(0,0,0,0.4);

    width: 100%;

    position: fixed;

    height: 100%;

    z-index: 99998;

    left: 0;

    right: 0;

    top: 0;

    display: none;

}

header.starchik-main-header.stick{

    position: fixed;

    top: 0;    

    z-index: 50;

    transition: all 0.4s ease;

    width: 100%;

}

header.starchik-main-header.stick{

    /*background-color:#fafafa;*/

    transition: all 0.6s linear;

    -webkit-box-shadow: 0 4px 6px rgba(57, 63, 72, 0.3);

    -moz-box-shadow: 0 4px 6px rgba(57, 63, 72, 0.3);

    box-shadow: 0 4px 6px rgba(57, 63, 72, 0.3);

}

#loader-wrapper {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1000;

    background: rgb(255,255,255);

}

#loader-wrapper-section{

    width: 100%;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    height: 100%;

}

body.loaded #loader-wrapper{

    visibility: hidden;

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out;

    transition: all 0.3s 1s ease-out;

}

body.loaded .loader{

    opacity: 1;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

.loader-wrapper-section .loader {

    display: flex;

    height: 100%;

    width: 100%;

    align-items: center;

    justify-content: center;

}

.loader-wrapper-section .circle {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    margin-right: 10px;



    animation-name: loading;

    animation-duration: 0.6s;

    animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;

    animation-direction: alternate;

}



.loader-wrapper-section .circle:first-child {

    background-color: #912621;

    animation-delay: 0s;

}



.loader-wrapper-section .circle:nth-child(2) {

    background-color: #f44708;

    animation-delay: 0.2s;

}



.loader-wrapper-section .circle:nth-child(3) {

    background-color: #faa613;

    animation-delay: 0.4s;

    margin-right: 0px;

}



@keyframes loading {

    from {

        transform: translateY(30px);

    }

    to {

        transform: translateY(0px);

    }

}

.error_divison {

    background: #f9edbe;

    border: 1px solid #f0c36d;

    color: #000000;

    padding: 8px 15px;

    margin: 10px auto;

    position:fixed;

    top:10px;

    left:0;

    right:0;

    width: 300px;

    z-index:99999;

    box-shadow: 1px 1px 2px 1px #ccc;

    line-height: 15px;

    text-align: center;

    display: none;

    border-radius: 2px;

}

.form_error {

    color: #f00;

    padding: 8px 0px;

    margin: 10px 0px;

    width: 300px;

    line-height: 15px;

    text-align: left;

    display: none;

}

.inline-block{

    display: inline-block!important;

}

.block{

    display: block!important

}

.scroll-top-wrapper {

    position: fixed;

    opacity: 0;

    visibility: hidden;

    overflow: hidden;

    text-align: center;

    z-index: 99999999;

    background-color: #ee3f2c;

    color: #ffffff;

    width: 50px;

    height: 48px;

    line-height: 48px;

    right: 6px;

    bottom: 20px;

    border-top-left-radius: 50%;

    border-top-right-radius: 50%;

    border-bottom-right-radius: 50%;

    border-bottom-left-radius: 50%;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.scroll-top-wrapper {

    visibility: hidden;

    text-align: center;

    color: #ffffff;

    line-height: 48px;

}

.scroll-top-wrapper i.fa {

    line-height: 45px;

    font-size: 20px;

}

.scroll-top-wrapper.show {

    visibility: visible;

    cursor: pointer;

    opacity: 1.0;

}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search] {

    border: 1px solid #dcdcdc;

    width: 94%;

    height: 42px;

    padding: 0 10px;

    border-radius: 5px;

    margin: 0 0 6px 0;

}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {

    border-bottom: 1px solid #dcdcdc;

    box-shadow: none;

}

input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {

    border-bottom: 1px solid #dcdcdc;

    box-shadow: none;

}

input:not([type]).invalid, input:not([type]):focus.invalid, input[type=text].invalid, input[type=text]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, textarea.materialize-textarea.invalid, textarea.materialize-textarea:focus.invalid {

    border-bottom: 1px solid #dcdcdc;

    box-shadow: none;

}

textarea{

    border: 1px solid #dcdcdc;

    width: 100%;

    height: 150px;

    outline: medium none;

    margin: 0 0 20px 0;

    border-radius: 5px;

    resize: none;

    padding: 10px 0 0 10px!important;

    -webkit-transition: all 0.25s ease-out;

    -moz-transition: all 0.25s ease-out;

    -ms-transition: all 0.25s ease-out;

    -o-transition: all 0.25s ease-out;

    transition: all 0.25s ease-out;

}

select.browser-default{

    border: 1px solid #dcdcdc;

    border-radius: 5px;

    height: 42px;

    outline: medium none;

}

.mb-20{

    margin-bottom: 20px;

}

.mb-25{

    margin-bottom: 25px;

}

.mb-30{

    margin-bottom: 30px;

}

.mb-35{

    margin-bottom: 35px;

}

.mt-20{

    margin-top: 20px;

}

.mt-25{

    margin-top: 25px;

}

.mt-30{

    margin-top: 30px;

}

.mt-35{

    margin-top: 35px;

}

/* header css */

.starchik-main-header{

    position: relative;

}

.starchik-main-header .starchik-nav-main-wrapper .container{

    position: relative;

}

header a.starchik-logo{

    display: inline-block;

}

.starchik-header-section{

    display: inline-flex;

    align-items: center;

    width: 100%;

    padding: 24px 0px 24px;
    transition: all 0.4s;

}

header.starchik-main-header.stick .starchik-header-section{
    padding: 15px 0px;
    transition: all 0.4s;
}

nav.starchik-header-nav{

    background-color: transparent;

    box-shadow: none;

    line-height: 52px;

    height: 52px;

    text-align: right;

}

nav.starchik-header-nav .nav-wrapper{

    line-height: 52px;

    height: 52px;

    position: inherit;

}

nav.starchik-header-nav ul li.dropdown a.active,

nav.starchik-header-nav ul li a.dropdown-trigger.active{

    color: #ffffff;

    font-weight: 600;

    background-color: #000000;

}

nav.starchik-header-nav ul li .dropdown-content {

    width: 100% !important;

    max-width: 220px !important;

    border-radius: 0px;

    /*top: 51px !important;*/

    /*margin-top: 32px;*/

    /*left: 0 !important;*/

    /*        transition: all 0.2s ease-in-out;

            -moz-transition: all 0.2s ease-in-out;

            -webkit-transition: all 0.2s ease-in-out;

            -ms-transition: all 0.2s ease-in-out;

            -o-transition: all 0.2s ease-in-out;*/

    box-shadow: 0 4px 5px 1px rgba(0,0,0,0.1),0 2px 5px 0 rgba(0,0,0,0.1);

}

nav.starchik-header-nav ul li .dropdown-content li{

    height: 48px;

    line-height: 48px;

    margin: 0px;

    padding: 0px;

}

nav.starchik-header-nav ul li .dropdown-content li a{

    margin: 0px;

    height: 50px;

    line-height: 50px;

    font-size: 14px;

    color: #000000;

    font-weight: 600;

    display: inline-block;

    width: 100%;

    font-family: 'Poppins', sans-serif;

    transition: all 0.4s;

    border-bottom: 1px solid #d7d7d7;
    text-transform: none;

}

nav.starchik-header-nav ul > li > a.active, nav.starchik-header-nav ul > li > a:hover{

    color: #ffffff;

}

nav.starchik-header-nav ul li,nav.starchik-header-nav ul li a{

    height: 52px;

    line-height: 52px;

    display: inline-block;

    float: none;

}
nav.starchik-header-nav ul li:hover,nav.starchik-header-nav ul li:focus{
    background: rgba(0,0,0,0.12);
}

nav.starchik-header-nav ul li a > svg{

    height: 51px;

    line-height: 51px;

}

nav.starchik-header-nav ul li a{

    font-size: 16px;

    color: #000000;

    font-weight: 500;

    font-family: 'Poppins', sans-serif;

    /*padding: 0px 16px;*/

    padding: 0px 10px;

    font-stretch: normal;

    font-style: normal;

    line-height: normal;

    letter-spacing: normal;

    display: inline-flex;

    align-items: center;

    outline: medium none;

    text-transform: uppercase;

}

nav.starchik-header-nav ul li a.index{

    padding: 0px 10px;

}

nav.starchik-header-nav ul li a:hover,nav.starchik-header-nav ul li a:focus{
    color: #ffffff;
    background-color: #000000;

}

.starchik-main-header-cont{

    display: inline-block;

    width: 100%;
    
    background-color: #ffffff;

}

.starchik-header-ce-txt,

.starchik-header-ce-txt a{

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.75;

    letter-spacing: normal;

    color: #ffffff;

}

.starchik-header-ce-content {

    display: inline-flex;

    align-items: center;

    margin-right: 25px;

}

.starchik-header-ce-content:last-of-type{

    margin-right: 0px;

}

.header-top-right-content {

    display: inline-flex;

    align-items: center;

    width: 100%;

    justify-content: space-between;

    padding-left: 20px;

    justify-content: right;

}

.starchik-header-contact-email-section {

    display: inline-flex;

    align-items: center;

}

.starchik-header-ce-icon img {

    display: block;

    margin-right: 16px;

}

.starchik-nav-main-wrapper{

    display: inline-block;

    width: 100%;

    background-color: #ffffff;

}
.starchik-main-header {

    position: relative;

    float: left;

    width: 100%;

}
.starchik-logo-section {
    max-width: 250px;
    display: inline-block;
    width: 100%;
}

/*.starchik-nav-main-wrapper .megadrop {

    opacity: 0;

    visibility: hidden;

    position: absolute;

    list-style: none;

    top: 51px;

    left: 0px;

    width: 100%;

    min-height: 100px;

    text-align: left;

    margin-top: 30px;

    padding: 0;

    z-index: 99;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    overflow: hidden;

    transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    box-shadow: 0 4px 5px 1px rgba(0,0,0,0.1),0 2px 5px 0 rgba(0,0,0,0.1);

}

.starchik-nav-main-wrapper .megadrop.active {

    opacity: 1;

    visibility: visible;

    margin-top: 0px;

    transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

}

.starchik-nav-main-wrapper li.dropdown:hover .megadrop {

    opacity: 1;

    visibility: visible;

    margin-top: 0px;

    transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

}*/

.starchik-megamenu-content-img img {

    display: block;

}

nav.starchik-header-nav ul li .starchik-megamenu-content-items ul li{

    display: inline-block;

    height: 63px;

    line-height: 63px;

    vertical-align: top;

    margin-bottom: 9px;

    float: none;

    width: 235px;

}

nav.starchik-header-nav ul li .starchik-megamenu-content-items ul li a{

    display: inline-flex;

    align-items: center;

    width: 230px;

    height: auto;

    padding: 8px 8px;

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: normal;

    font-stretch: normal;

    font-style: normal;

    line-height: 20px;

    letter-spacing: normal;

    object-fit: contain;

    border-radius: 2px;

    border: solid 1px #dfdfdf;

    background-color: #f6f6f6;



    background-image: linear-gradient(to left, transparent, transparent 50%, #911f00 50%, #911f00);

    background-position: 100% 0;

    background-size: 200% 100%;



    color: #370e03;

    text-align: left;

    text-transform: none;

    margin: 0px 4px;

    transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

}

nav.starchik-header-nav ul li .starchik-megamenu-content-items ul li a:hover{

    background-position: 0 0;

    background-color: #911f00;

    color: #ffffff;

    font-weight: 500;

    border: solid 1px #911f00;

    box-shadow: 0 4px 5px 1px rgba(0,0,0,0.1),0 2px 5px 0 rgba(0,0,0,0.1);

    transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

}

.starchik-megamenu-content-items ul li a .megamenu-item-icon{

    margin-right: 6px;

    height: 44px;

    display: inline-flex;

    align-items: center;

}

.products-megamenu.dropdown-content{

    background-color: #fff;

}

.starchik-megamenu-content {

    text-align: center;

    float: right;

    max-width: 48%;

    width: 100%;

    padding: 40px 0 12px;

}

.starchik-megamenu-content-items a.mega-menu-read-more-cta{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 500;

    line-height: normal;

    letter-spacing: normal;

    text-align: right;

    color: #911f00;

    display: inline-block;

    text-transform: none;

    float: right;

    margin-right: 35px;

    height: auto;

}

/* header css */



/* footer css */

.starchik-main-footer{

    background-color: #ebebeb;

}

.starchik-main-footer-content{

    padding: 30px 0px 30px;

    margin: 0px 0px 0px;
    float: left;
    width: 100%;

}

footer .starchik-main-footer-links-grid-head{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 700;

    line-height: 2.14;

    color: #fff;

    text-align: left;

}

footer .starchik-main-footer-links-grid-txt ul li,

footer .starchik-main-footer-links-grid-txt ul li a{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.85;

    color: #fff;

    text-align: left;

    transition: all 0.4s;

    position: relative;

}

footer .starchik-main-footer-links-grid-txt ul li a:focus,

footer .starchik-main-footer-links-grid-txt ul li a:hover{

    color: #d7d7d7;

    transition: all 0.4s;

}

/*footer .starchik-main-footer-links-grid-txt ul li a::after{

    position: absolute;

    content: '';

    width: 0;

    left: 0;

    bottom: 0;

    height: 2px;

    background-color: #aaaaaa;

    visibility: hidden;

    opacity: 0;

    transition: width 0.4s ease-in-out;

}

footer .starchik-main-footer-links-grid-txt ul li a:hover::after{

    width: 100%;

    visibility: visible;

    opacity: 1;

    transition: width 0.4s ease-in-out;

}*/

footer .starchik-main-footer-links-grid-txt ul{

    margin-bottom: 30px;

}

.starchik-main-footer-links-grid {

    display: inline-block;

    vertical-align: top;

    margin-right: 11px;

}

.starchik-main-footer-links-grid:last-of-type{

    margin-right: 0px;

}

.starchik-main-footer-links-sec {

    text-align: left;
    padding-top: 5px;

}

footer .copyright-main-desc-txt > a,

footer .copyright-main-desc-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 400;

    text-align: center;

    color: #fff;

}

footer .copyright-main-wrapper{

    float: left;

    width: 100%;

    background-color: #272727;

}

footer .copyright-main-content{

    padding: 32px 0px;

}

/* footer css */



/* homepage css */

.page-banner-main-wrapper.homepage{

    background-size: cover;

    height: 650px;

    display: inline-block;

    width: 100%;    

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}

.page-banner-main-wrapper.homepage.banner-01{

    background-image: url(../images/banner-04-bg-img.jpg);

}

.page-banner-main-wrapper.homepage.banner-02{

    background-image: url(../images/banner-02-bg-img.jpg);

}

.page-banner-main-wrapper.homepage.banner-03{

    background-image: url(../images/banner-03-bg-img.jpg);

}

.banner-main-head-big-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 72px;

    font-weight: 700;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.1;

    letter-spacing: normal;

    color: #fff;

    max-width: 657px;

    text-transform: none;

}

.banner-main-head-big-txt.white-color{

    color: #ffffff;

}

.banner-main-head-big-txt.receipe-color{

    color: #c23f09;

}

.page-banner-main-section{

    display: inline-flex;

    height: 700px;

    width: 100%;

    padding: 130px 0px;

}

.page-banner-main-section.align-items-center{

    align-items: center;

}

.page-banner-main-section-slider.homepage-page-banner-slider{

    float: left;

    width: 100%;

    margin-bottom: 0px;

}

.page-banner-main-section-slider.homepage-page-banner-slider .slick-dots{

    bottom: 40px;

    max-width: 1170px;

    text-align: right;

    margin: 0 auto;

    left: 0;

    right: 0;

}

.page-banner-main-section-slider.homepage-page-banner-slider .slick-dots li{

    width: 60px;

    height: 4px;

}

.page-banner-main-section-slider.homepage-page-banner-slider .slick-dots li.slick-active button{

    background: #ff5f00;

    opacity: 1;

}

.page-banner-main-section-slider.homepage-page-banner-slider .slick-dots li button{

    width: 60px;

    height: 4px;

    background: #ff5f00;

    opacity: 0.5;

    border-radius: 2px;

    padding: 0px;

}

.what-makes-special-main-wrapper{

    background: url(../images/home-what-makes-special-bg-img.jpg) no-repeat center center transparent;

    background-size: cover;

    float: left;

    width: 100%;

}

.what-makes-special-sec-title{

    font-family: 'Poppins', sans-serif;

    font-size: 46px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: normal;

    color: #ffffff;

    margin-bottom: 50px;

}

.what-makes-special-items-sec ul{

    margin: 0px 26px;

}

.what-makes-special-items-sec ul li{

    list-style-type: disc;

    font-size: 28px;

    color: #ee3f2c;

    margin-bottom: 24px;

}

.what-makes-special-items-sec ul li div.head{

    font-family: 'Poppins', sans-serif;

    font-size: 22px;

    font-weight: 500;

    line-height: 24px;

    letter-spacing: normal;

    color: #404041;

    text-align: left;

    margin-bottom: 14px;

}

.what-makes-special-items-sec ul li div.desc{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: normal;

    color: #404041;

    text-align: left;

}

.what-makes-special-main-content {

    max-width: 776px;

    width: 100%;

    margin: 0 0 auto auto;

    padding: 86px 45px 30px 40px;

    /*background: linear-gradient(90deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.70) 30%, rgba(0,0,0,0.70) 60%,rgba(0,0,0,0.70) 90%, rgba(0,0,0,0.65) 100%);*/ 

}

.what-makes-special-main-cont.left-align {

    display: inline-block;

    width: 100%;

}

.what-makes-special-main-section {

    display: inline-block;

    width: 100%;

}

.section-main-title-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 44px;

    font-weight: 600;

    line-height: 1;

    letter-spacing: normal;

    text-align: center;

    color: #404041;

}

.section-main-title-txt.left-align{

    text-align: left;    

}

.section-main-title-txt.black-color{

    color: #2b2b2b;

}

.number-speaks-main-wrapper{

    float: left;

    width: 100%;

    background-color: #fafafa;

}

.number-speaks-main-section{

    padding: 75px 0px 55px;

    margin: 35px 0px;

}

.numbers-speaks-org-count-txt{

    font-family: 'LeagueGothic';

    font-size: 160px;

    font-weight: 300;

    line-height: 1.33;

    letter-spacing: normal;

    text-align: center;

    color: #404041;

    display: inline-flex;

    align-items: center;

    width: 100%;

    justify-content: center;

}

.numbers-speaks-org-count-grid {

    display: inline-block;

    max-width: 195px;

    text-align: center;

    width: 100%;

    vertical-align: top;

    margin: 0px 20px 35px;

}

.numbers-speaks-org-count-grid.big-number{

    max-width: 355px;

}

.numbers-speaks-org-count-sec {

    padding-top: 65px;

}

.numbers-speaks-org-count-grid:first-of-type{

    margin-left: 0px;

}

.numbers-speaks-org-count-grid:last-of-type{

    margin-right: 0px;

}



.number-speaks-main-content {

    text-align: center;

}

.numbers-speaks-org-count-txt > span{

    font-family: 'LeagueGothic';

    font-size: 74px;

}

.numbers-speaks-org-count-label{

    font-family: 'Poppins', sans-serif;

    font-size: 30px;

    font-weight: 400;

    line-height: 1.33;

    letter-spacing: normal;

    text-align: center;

    color: #404041;

    text-transform: uppercase;

}

.home-category-main-wrapper.gravies{

    background: url(../images/home-namkeen-section-bg-img.jpg) no-repeat center center transparent; 

    float: left;

    width: 100%;

    background-size: cover;

}

.home-category-main-grid-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 20px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: normal;

    text-align: center;

    color: #ee3f2c;

    padding-top: 8px;

}

.home-category-main-content {

    position: relative;

}

.home-category-main-grid-slider .home-category-main-grid .home-category-main-grid-img img{

    border-radius: 6px;

    object-fit: contain;

    border-radius: 6px;

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);

}

.inner-page-products-list-content .home-category-main-grid-img img{
    width: 350px;
    height: 200px;
}

.home-category-main-grid-slider .home-category-main-grid.swiper-slide {
    transition: all 0.4s;
    /*margin-right: 40px!important;*/

}
.home-category-main-grid-slider a.home-category-main-grid.swiper-slide:hover{
   transform: translateY(-20px);
   transition: all 0.4s;
}

.home-category-main-grid-section{

    text-align: center;

}

.home-category-main-section .swiper-button-next::after{

    padding-left: 2px;   

}

.home-category-main-section .swiper-button-prev::after{

    padding-right: 2px;       

}

.home-category-main-section .swiper-button-next::after,

.home-category-main-section .swiper-button-prev::after{

    font-size: 17px;

    font-weight: bold;

}

.home-category-main-section .swiper-button-prev{

    left: -62px;

    color: #a53e0b;

    background-color: #ffffff;

    border-radius: 50%;

    width: 42px;

    height: 42px;

    top: 58%;

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);

}

.home-category-main-section .swiper-button-next{

    right: -62px;

    top: 58%;

    color: #a53e0b;

    background-color: #ffffff;

    border-radius: 50%;

    width: 42px;

    height: 42px;

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);

}

.home-category-main-section {

    padding: 80px 0px 55px;

}

.see-all-category-page-cta-bar.lft{

    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,212,255,0) 100%); 

    height: 2px;    

    max-width: 400px;

    display: inline-block;

    width: 100%;

    transform: rotate(180deg);

}

.see-all-category-page-cta-bar.rgt{

    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(0,212,255,0) 100%); 

    height: 2px;    

    max-width: 400px;

    display: inline-block;

    width: 100%;

}

a.see-all-category-page-cta{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 500;

    line-height: normal;

    letter-spacing: normal;

    text-align: center;

    color: #e24b52;

    background-color: #fff;

    max-width: 242px;

    width: 100%;

    margin: 0px 30px;

    display: inline-block;

    border-radius: 25px;

    line-height: 46px;

    vertical-align: middle;

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);

}

.see-all-category-page-cta-section {

    text-align: center;

    margin: 40px 0px;

}

.see-all-category-page-desc-section{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: normal;

    text-align: center;

    color: #404041;

    max-width: 966px;

    margin: 0 auto;

}

.home-category-main-grid-section.swiper.mySwiper{

    padding-top: 80px;

}

.home-category-main-wrapper.sweets{

    background-color: #d7d7d7;

    float: left;

    width: 100%;

}

.home-category-main-wrapper.apetizers{

    /*background: url(../images/healthy-bite-section-bg-img.jpg) no-repeat center center #a45c45;*/ 

    background-color: #a45c45;

    float: left;

    width: 100%;

    position: relative;

}

.home-category-main-wrapper.apetizers::before{

    position: absolute;

    content: '';

    height: 350px;

    width: 100%;

    /*z-index: 1;*/

    background-image: url(../images/healthy-bite-section-bg-img.jpg); 

    background-color: #a45c45;

    /*background-image: url(../images/home-namkeen-section-bg-img.jpg) no-repeat center center #a45c45;*/ 

    background-repeat: no-repeat;

    background-size: cover;

}

.home-category-main-wrapper.apetizers .home-category-main-section{

    padding-top: 145px;

}



.home-category-main-wrapper.bestseller {

    background-color: #ffffff;

    display: inline-block;

    width: 100%;

}

.home-category-main-wrapper.bestseller .section-main-title-txt{

    color: #a45c45;

}

.home-category-main-wrapper.bestseller .home-category-main-grid-desc{

    font-family: 'Poppins', sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: normal;

    color: #464646;

    text-align: left;

    padding: 0px 14px;

}

.home-category-main-wrapper.bestseller .home-category-main-grid-slider .home-category-main-grid .home-category-main-grid-img img{

    border-radius: 0px;

    box-shadow: none;

}

.home-category-main-wrapper.bestseller .home-category-main-grid-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 24px;

    font-weight: 500;

    line-height: normal;

    letter-spacing: normal;

    text-align: left;

    padding-top: 8px;

    color: #ee3f2c;

    padding: 14px 14px 4px;

}

.home-category-main-grid-section.swiper.mySwiper-bestseller {

    padding-top: 90px;

}

.home-category-main-wrapper.bestseller .home-category-main-section .swiper-button-prev{

    background-color: #EAADA3;

    color: #ffffff;

    box-shadow: none;

}

.home-category-main-wrapper.bestseller .home-category-main-section .swiper-button-next{

    background-color: #EAADA3;

    color: #ffffff;

    box-shadow: none;

}
.homepage .inner-page-second-fold-wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.buiscuit-color{

    color: #000000!important;

}

.buiscuit-bg-color{

    background-color: #ee3f2c!important;

}

.brand-color {
   color: #000000!important;
}

.white-color{

    color: #ffffff!important;

}

.grey-color-bg{
    background: #FAFAFA!important;
}

.see-all-category-page-cta-bar.lft.buiscuit-color{

    background: linear-gradient(90deg, rgba(164,92,69,1) 0%, rgba(164,92,69,1) 30%, rgba(164,92,69,0) 100%);

}

.see-all-category-page-cta-bar.rgt.buiscuit-color{

    background: linear-gradient(90deg, rgba(164,92,69,1) 0%, rgba(164,92,69,1) 30%, rgba(164,92,69,0) 100%);

}



.home-category-main-grid-section.swiper.mySwiper-top-categories {

    padding-top: 90px;

}

.section-main-title-txt > span{

    font-family: 'Poppins', sans-serif;

    font-size: 24px;

    font-weight: 400;

    line-height: 24px;

}

.nourishment-main-wrapper.believe-nourishment .section-main-title-txt{

    line-height: 45px;

}

.nourishment-main-wrapper.believe-nourishment{

    background-image: url(../images/believe-nourishment-bg-img.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}

.nourishment-main-content {

    max-width: 700px;

}

.nourishment-main-desc{

    font-family: 'Poppins', sans-serif;

    font-size: 17px;

    font-weight: normal;

    color: #fff;

    margin: 40px 0px 30px;

    max-width: 90%;

}

.nourishment-main-section {

    padding: 105px 0px 85px;

}

.nourishment-main-big-desc{

    font-family: 'Poppins', sans-serif;

    font-size: 36px;

    font-weight: 700;

    color: #fff;

}

.nourishment-main-desc-list ul {

    max-width: 90%;

    margin: 30px 14px 20px;

    padding: 0px 14px;

}

.nourishment-main-desc-list ul li{

    color: #fff;

    font-size: 28px;

    list-style-type: disc;

    line-height: 24px;

    margin-bottom: 14px;

}

.nourishment-main-desc-list ul li span{

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    font-size: 17px;

    line-height: 25px;

    color: #fff;

    margin-top: -2px;

    display: inline-block;

    padding-left: 6px;

    vertical-align: top;

    width: 100%;

}

.what-people-think-slider-grid-img img{

    width: 70px;

    height: 70px;

    border-radius: 50%;

}

.what-people-think-slider-title{

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    font-size: 14px;

    line-height: 24px;

    color: #404041;

}

.what-people-think-slider-desc{

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    color: #383838;

    margin: 18px 0px 20px;

    height: 88px;

}

.what-people-think-slider-name{

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    color: #ee3f2c;

    margin-bottom: 18px;

}

.what-people-think-slider-grid-cont {

    display: inline-flex;

    width: 100%;

    max-width: 94%;

}

.what-people-think-slider-grid-cont .what-people-think-slider-grid-img{

    margin-right: 15px;

    padding-top: 55px;

}

.what-people-think-slider-grid-cont .what-people-think-slider-grid-img img{

    /*border: solid 1px #606060;*/

}

.what-people-think-slider-category,

.what-people-think-slider-date{

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    color: #383838;

}
.what-people-think-main-section {
    display: inline-block;
    width: 100%;
}
.what-people-think-main-content{

    padding: 40px 0px 40px;

    margin: 35px 0px 0px;

}

.what-people-think-main-wrapper{

    background-color: #ffffff;

}

.what-people-think-slider-section{

    padding-top: 85px;

    padding-bottom: 8px;

}

.what-people-think-slider-section .slick-dots li{

    width: 22px;

    height: 4px;

    padding: 0px;

}

.what-people-think-slider-section .slick-dots li button{

    width: 22px;

    height: 4px;

    padding: 0px;

}

.what-people-think-slider-section .slick-dots li.slick-active button::before{

    opacity: 1;

    transition: all 0.4s ease-in-out;

}

.what-people-think-slider-section .slick-dots li button::before{

    width: 22px;

    height: 4px;

    background-color: #f7bd50;

    border-radius: 1px;

    font-family: 'Poppins', sans-serif;

    opacity: 0.5;

    transition: all 0.4s ease-in-out;

}

.what-people-think-main-wrapper a.see-all-category-page-cta{

    box-shadow: none;

    transition: all 0.4s ease-in-out;

}

.what-people-think-main-wrapper a.see-all-category-page-cta:hover{

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);

    transition: all 0.4s ease-in-out;

}

.retail-partners-main-wrapper.retail-partners{

    background-color: #fcfcfc;

    float: left;

    width: 100%;

}

.retail-partners-main-wrapper{

    padding: 85px 0px 85px;

}

.retail-partners-slider-wrapper{

    padding-top: 85px;

}

.retail-partners-main-wrapper .container-fluid{

    max-width: 90%;

    margin: 0 auto;

}

/* homepage css */



/* inner pages css */

/* namkeens css */

.inner-page-banner-main-wrapper.gravies{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/gravies-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-second-fold-sec-title{

    font-family: 'Poppins', sans-serif;

    font-size: 40px;

    font-weight: 600;

    line-height: 1.23;

    letter-spacing: normal;

    text-align: center;

    color: #000000;

    margin-bottom: 24px;

    text-transform: none;

}
.inner-page-second-fold-sec-title.left-align{
    text-align: left;
}
.inner-page-second-fold-sec-title.uppercase-txt{
    text-transform: uppercase;
}


.inner-page-second-fold-wrapper{

    float: left;

    width: 100%;

    background-color: #ffffff;

}

.inner-page-second-fold-pro-txt-title{

    font-family: 'Poppins', sans-serif;

    font-size: 40px;

    font-weight: 400;

    line-height: 56px;

    letter-spacing: normal;

    color: #ee3f2c;

    margin-bottom: 30px;

    display: inline-block;

    width: 100%;

}

.inner-page-second-fold-pro-txt-desc{

    font-family: 'Poppins', sans-serif;

    font-size: 19px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: normal;

    color: #3d3d3d;

    margin-top: 20px;

    display: inline-block;

    width: 100%;

}

.inner-page-second-fold-pro-txt-desc.sm{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

    letter-spacing: normal;

    color: #3d3d3d;

    margin-top: 20px;

    display: inline-block;

    width: 100%;

}

.inner-page-second-fold-pro-content{

    display: inline-flex;

    align-items: center;

    width: 100%;

}


.inner-page-second-fold-section {

    padding: 85px 0 65px;

}

.inner-page-third-fold-wrapper{

    float: left;

    width: 100%;

}

.inner-page-third-fold-wrapper.org-bg{

    background-color: #E5533E;

}

.inner-page-third-fold-pro-txt-title{

    font-family: 'Poppins', sans-serif;

    font-size: 50px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: normal;

    color: #fff;

    padding-bottom: 50px;

}

.inner-page-third-fold-pro-txt-desc-head{

    font-family: 'Poppins', sans-serif;

    font-size: 32px;

    font-weight: 500;

    line-height: normal;

    letter-spacing: normal;

    color: #fff;

    max-width: 445px;

}

.inner-page-third-fold-pro-txt-desc-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: normal;

    color: #fff;

    margin-bottom: 18px;

    max-width: 445px;

}

.inner-page-third-fold-pro-txt {

    /*max-width: 445px;*/

}

.inner-page-third-fold-pro-content{

    display: inline-flex;

    align-items: center;

    width: 100%;

}

.inner-page-third-fold-section {

    padding: 40px 0 30px;

}

.inner-page-products-list-wrapper {

    float: left;

    width: 100%;

}

.home-category-main-grid{

    /*max-width: 350px;*/

    display: inline-block;

    vertical-align: top;

    margin-right: 30px;

    margin-bottom: 60px;

}

.home-category-main-grid:nth-child(3n){

    margin-right: 0px;

}

.home-category-main-grid-txt{

    font-family: 'Poppins', sans-serif;

    font-size: 22px;

    font-weight: 500;

    line-height: normal;

    letter-spacing: normal;

    text-align: left;

    padding-top: 8px;

    color: #ee3f2c;

    padding: 14px 0px 4px;

}

.home-category-main-grid-desc {

    font-family: 'Poppins', sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: normal;

    color: #464646;

    text-align: left;

    padding: 0px 0px;

}

.inner-page-products-list-sec-title{

    font-family: 'Poppins', sans-serif;

    font-size: 50px;

    font-weight: 400;

    line-height: 1.2;

    letter-spacing: normal;

    text-align: center;

    color: #d65b37;

    text-transform: uppercase;

    margin-bottom: 35px;

}

.inner-page-products-list-content {

    text-align: center;

    padding-top: 50px;

}

.inner-page-products-list-section {

    padding: 75px 0px 40px;

}

.inner-page-second-fold-pro-txt-tag-desc{

    font-family: 'Poppins', sans-serif;

    font-size: 22px;

    font-weight: 400;

    line-height: 1.35;

    letter-spacing: normal;

    color: #ee3f2c;

}
.black-color {
    color: #444343;
}



.inner-page-second-fold-wrapper.gravies{

    float: left;

    width: 100%;

    height: 560px;

    background: url(../images/namkeens/inner/inner-page-banner-01.jpg) no-repeat center center transparent;

    background-size: cover;

}

/* namkeens css */



/* instant mixes css */

.inner-page-banner-main-wrapper.biryanis{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/biryanis-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-second-fold-wrapper.biryanis{

    background: url(../images/inner-page-second-fold-bg-img-instant-mixes.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-third-fold-wrapper.biryanis{

    background: url(../images/inner-page-second-fold-img-instant-mixes-02.png) no-repeat left center transparent;

    background-size: cover;

}

.inner-page-third-fold-wrapper.biryanis .inner-page-third-fold-pro-txt-desc-head{

    max-width: 495px;

    font-size: 30px;

    line-height: 1.25;

}

.inner-page-third-fold-wrapper.biryanis .inner-page-third-fold-pro-txt-desc-txt{

    font-size: 15px;

    max-width: 495px;

    margin-bottom: 22px;

}

.inner-page-products-list-wrapper.biryanis .inner-page-products-list-content{

    text-align: left;

}

.inner-page-third-fold-wrapper.biryanis .inner-page-third-fold-section{

    padding: 95px 0 95px;

}

/* instant mixes css */



/* chikkis css */

.inner-page-banner-main-wrapper.apetizers{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/appetizers-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}


.inner-page-third-fold-wrapper.apetizers .inner-page-third-fold-pro-txt-desc-head{

    max-width: 495px;

    line-height: 1.25;

    margin-bottom: 6px;

}

.inner-page-third-fold-wrapper.apetizers .inner-page-third-fold-section {

    padding: 90px 0 80px;

}

.inner-page-third-fold-wrapper.apetizers .inner-page-third-fold-pro-txt-desc-txt{

    margin-bottom: 28px;

}

.inner-page-products-list-wrapper.apetizers .inner-page-products-list-content{

    text-align: left;

}

/* chikkis css */



/* sweets css */

.inner-page-banner-main-wrapper.sweets{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/inner-page-banner-img-sweets.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-second-fold-wrapper.sweets{

    background: url(../images/sweets/inner/inner-page-second-fold-bg-img-sweets.jpg) no-repeat center 90% transparent;

    background-size: auto;

    background-color: #ffe991;

}

.inner-page-main-wrapper.sweets .inner-page-second-fold-pro-txt{

    max-width: 310px;

    width: 100%;

}

.inner-page-third-fold-wrapper.sweets{

    background: #462300;

    background-size: cover;

}

.inner-page-third-fold-wrapper.sweets .inner-page-third-fold-pro-txt-title{

    line-height: 1.10;

}

.inner-page-third-fold-wrapper.sweets .inner-page-third-fold-pro-txt-desc-head{

    max-width: 100%;

    line-height: 1.25;

    font-size: 31px;

    margin-bottom: 6px;

}

.inner-page-third-fold-wrapper.sweets .inner-page-third-fold-pro-txt-desc-txt{

    max-width: 100%;

}

.inner-page-third-fold-wrapper.sweets .inner-page-third-fold-section {

    padding: 90px 0 80px;

}

.inner-page-third-fold-wrapper.sweets .inner-page-third-fold-pro-txt-desc-txt{

    margin-bottom: 28px;

}

.inner-page-second-fold-wrapper.sweets .inner-page-second-fold-sec-title{

    color: #cc1c00;

}

.inner-page-second-fold-wrapper.sweets .inner-page-second-fold-pro-txt-title{

    margin-left: 135px;

    margin-top: 85px;

}

.inner-page-products-list-wrapper.sweets .inner-page-products-list-content{

    text-align: left;

}

/* sweets css */



/* pickles css */

.inner-page-banner-main-wrapper.desserts{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/desserts-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-second-fold-wrapper.desserts{

    background: url(../images/pickles/inner/inner-page-second-fold-bg-img-pickles-00.jpg) no-repeat left bottom #f6f7fb;

    background-size: auto;

}

.inner-page-second-fold-wrapper.desserts .inner-page-second-fold-pro-content{

    padding: 115px 0px 85px;

}

.inner-page-third-fold-wrapper.desserts{

    background: url(../images/pickles/inner/inner-page-third-fold-bg-img-pickles-00-01.jpg) no-repeat center 90% transparent;

    background-size: auto;

    /*    background: #462300;

        background-size: cover;*/

}

.inner-page-third-fold-wrapper.desserts .inner-page-third-fold-pro-txt-title{

    line-height: 1.10;

    font-size: 44px;

}

.inner-page-third-fold-wrapper.desserts .inner-page-third-fold-pro-txt-desc-head{

    max-width: 100%;

    line-height: 1.25;

    font-size: 31px;

    margin-bottom: 6px;

    color: #350408;

}

.inner-page-third-fold-wrapper.desserts .inner-page-third-fold-pro-txt-desc-txt{

    max-width: 100%;

    margin-bottom: 28px;

    color: #350408;

}

.inner-page-third-fold-wrapper.desserts .inner-page-third-fold-section {

    padding: 90px 0 80px;

}

.inner-page-second-fold-wrapper.desserts .inner-page-second-fold-sec-title{

    color: #ff2d16;

}

.inner-page-second-fold-wrapper.desserts .inner-page-second-fold-pro-txt{

    margin-left: 100px;

    max-width: 390px;

    margin-top: 55px;

}

.inner-page-products-list-wrapper.desserts .inner-page-products-list-content{

    text-align: left;

}

/* pickles css */



/* cookies css */

.inner-page-banner-main-wrapper.parathas{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/parathas-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-second-fold-wrapper.parathas{

    background:url(../images/cookies/inner/inner-page-second-fold-bg-img-cookies.jpg) no-repeat left 60px #fff6f6;

    background-size: auto;

    height: 690px;

}

.inner-page-second-fold-wrapper.parathas .inner-page-second-fold-pro-section{

    padding-top: 85px;

}

.inner-page-third-fold-wrapper.parathas{

    background:url(../images/cookies/inner/inner-page-second-fold-bg-img-cookies-01.jpg) no-repeat right center transparent;

    background-size: cover;

    height: 860px;

}

.inner-page-third-fold-wrapper.parathas .inner-page-third-fold-pro-txt-title{

    line-height: 1.10;

    font-size: 44px;

}

.inner-page-third-fold-wrapper.parathas .inner-page-third-fold-pro-txt-desc-head{

    max-width: 100%;

    line-height: 1.25;

    font-size: 31px;

    margin-bottom: 6px;

}

.inner-page-third-fold-wrapper.parathas .inner-page-third-fold-pro-txt-desc-txt{

    max-width: 100%;

}

.inner-page-third-fold-wrapper.parathas .inner-page-third-fold-section {

    padding: 90px 0 80px;

}

.inner-page-third-fold-wrapper.parathas .inner-page-third-fold-pro-txt-desc-txt{

    margin-bottom: 28px;

}

.inner-page-second-fold-wrapper.parathas .inner-page-second-fold-sec-title{

    color: #ff2d16;

    /*font-size: 47px;*/

}

.inner-page-second-fold-wrapper.parathas .inner-page-second-fold-pro-txt{

    margin-left: 95px;

    margin-top: 0px;

}

.inner-page-products-list-wrapper.parathas .inner-page-products-list-content{

    text-align: left;

}

/* cookies css */



/* vermicelli css */

.inner-page-banner-main-wrapper.vermicelli{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/inner-page-banner-img-vermicelli.jpg) no-repeat center center transparent;

    background-size: cover;

}

.inner-page-second-fold-wrapper.vermicelli{

    background: #faf4da;

    /*background: url(../images/vermicelli/inner/inner-page-second-fold-bg-img-vermicelli.jpg) no-repeat center center #fff6f6;*/

    background-size: auto;

}

.inner-page-main-wrapper.vermicelli .inner-page-second-fold-pro-txt{

    max-width: 310px;

    width: 100%;

}

.inner-page-third-fold-wrapper.vermicelli{

    /*background: #462300;*/

    background: url(../images/vermicelli/inner/inner-page-second-fold-bg-img-vermicelli.jpg) no-repeat center center #462300;

    background-size: cover;

}

.inner-page-third-fold-wrapper.vermicelli .inner-page-third-fold-pro-txt-title{

    line-height: 1.10;

    font-size: 44px;

}

.inner-page-third-fold-wrapper.vermicelli .inner-page-third-fold-pro-txt-desc-head{

    max-width: 100%;

    line-height: 1.25;

    font-size: 31px;

    margin-bottom: 6px;

}

.inner-page-third-fold-wrapper.vermicelli .inner-page-third-fold-pro-txt-desc-txt{

    max-width: 100%;

}

.inner-page-third-fold-wrapper.vermicelli .inner-page-third-fold-section {

    padding: 90px 0 80px;

}

.inner-page-third-fold-wrapper.vermicelli .inner-page-third-fold-pro-txt-desc-txt{

    margin-bottom: 28px;

}

.inner-page-second-fold-wrapper.vermicelli .inner-page-second-fold-sec-title{

    color: #ff2d16;

    font-size: 47px;

}

.inner-page-second-fold-wrapper.vermicelli .inner-page-second-fold-pro-txt-title{

    margin-left: 135px;

    margin-top: 85px;

}

.inner-page-products-list-wrapper.vermicelli .inner-page-products-list-content{

    text-align: center;

}

/* vermicelli css */



/* about us css */

.inner-page-banner-main-wrapper.about-us{

    position: relative;

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/about-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

    z-index: -1;

}

.inner-page-banner-main-wrapper.about-us::after{

    /*    background: rgba(0,0,0,0.5);

        position: absolute;

        content: '';

        left: 0;

        right: 0;

        top: 0;

        bottom: 0;

        height: 100%;

        width: 100%;

        z-index: 1;*/

}

.inner-page-banner-main-wrapper.about-us .inner-page-banner-main-section{

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 100%;

    width: 100%;

    text-align: center;

    z-index: 2;

}

.inner-page-banner-txt-desc{

    font-family: 'Poppins', sans-serif;

    font-size: 50px;

    font-weight: 600;

    line-height: 1.2;

    letter-spacing: normal;

    color: #ede1cb;

    text-align: center;

    text-transform: uppercase;

}

.inner-page-main-wrapper.about-us .inner-page-second-fold-pro-txt-title{

    font-size: 32px;

    line-height: 42px;

    margin-bottom: 0px;

}

/* about us css */



/* inner pages css */



/* social icons right side bar sticky */

.sticky-icon.social-icons-sticky-right-bar {

    z-index:99991;

    position:fixed;

    top:36%;

    right:0%;

    width:48px;

    display:flex;

    flex-direction:column;}  

.sticky-icon.social-icons-sticky-right-bar a  {

    transform:translate(115px,0px);

    border-radius:50px 0px 0px 50px;

    text-align:left;

    margin:2px 0px;

    outline: medium none;

    text-decoration:none;

    text-transform:uppercase;

    padding:6px;

    font-size:16px;

    font-family: 'Poppins', sans-serif;

    background-color:rgba(238,63,44, 0.85);

    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);

    transition:all 0.8s;

    position: relative;

    right: 112px;

    width: 160px;

    display: inline-block;

}

.sticky-icon.social-icons-sticky-right-bar a:hover  {

    color:#FFF;

    transform:translate(0px,0px);

}	

.sticky-icon.social-icons-sticky-right-bar a:hover i  {

    transform:rotate(360deg);

}

.sticky-icon.social-icons-sticky-right-bar .Facebook  {

    background-color:rgba(238,63,44, 0.85);

    color:#FFF;

}

.sticky-icon.social-icons-sticky-right-bar .Youtube  {

    background-color:rgba(238,63,44, 0.85);

    color:#FFF;

}

.sticky-icon.social-icons-sticky-right-bar .Twitter  {

    background-color:rgba(238,63,44, 0.85);

    color:#FFF;

}

.sticky-icon.social-icons-sticky-right-bar .Instagram  {

    background-color:rgba(238,63,44, 0.85);

    color:#FFF;

}

.sticky-icon.social-icons-sticky-right-bar .LinkedIn  {

    background-color:rgba(238,63,44, 0.85);

    color:#FFF;

}

.sticky-icon.social-icons-sticky-right-bar a i {

    background-color:#FFF;

    height:34px;

    width:34px;

    color:#000;

    text-align:center;

    line-height:34px;

    border-radius:50%;

    margin-right:8px;

    transition:all 0.5s;

}

.sticky-icon.social-icons-sticky-right-bar a i.fa{

    color: #72a52f;

}

.sticky-icon.social-icons-sticky-right-bar a i.fa-facebook-f  {

    background-color:#FFF;

    color:#2C80D3;

}

.sticky-icon.social-icons-sticky-right-bar a i.fa-google-plus-g  {

    background-color:#FFF;

    color:#d34836;

}

.sticky-icon.social-icons-sticky-right-bar a i.fa-instagram  {

    background-color:#FFF;

    color:#FD1D1D;}



.sticky-icon.social-icons-sticky-right-bar a i.fa-youtube  {

    background-color:#FFF;

    color:#fa0910;

}

.sticky-icon.social-icons-sticky-right-bar a i.fa-twitter  {

    background-color:#FFF;

    color:#53c5ff;

}

.sticky-icon.social-icons-sticky-right-bar a i.fa-linkedin  {

    background-color:#FFF;

    color:#0e76a8;

}

.address-social a{

    background-color:#FFF;

    line-height: 42px;

}

.address-social a i.fa{

    font-size: 18px;

}

.address-social a i.fa-facebook{

    color:#2C80D3;

}

.address-social a i.fa-twitter{

    color:#53c5ff;

}

.address-social a i.fa-instagram{

    color:#FD1D1D;

}

.address-social a i.fa-linkedin{

    color:#0e76a8;

}

.address-social a i.fa-youtube{

    color:#fa0910;

}

/* social icons right side bar sticky */



/* 404 css */

.four-0-four-container{

    float: left;

    width: 100%;

    min-height: 600px;

}

.four-0-four-content{

    font-family: 'Poppins', sans-serif;

    font-size: 300px;

    color: #FFB85F;

    line-height: 280px;

    margin-top: 50px;

    text-align: center;

}

.page-not-found-content{

   font-family: 'Poppins', sans-serif;

    font-size: 72px;

    color: #561b0b;

    line-height: 0;

    text-align: center;

}

.four-0-four-middle-section{

    margin: 0 auto;

    padding: 40px;

}

.page-not-found-cheeze-content{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    color: #561b0b;

    margin-bottom: 15px;

    text-align: center;

}

.page-not-found-cheeze-section{

    margin-top: 45px;

}

.four-0-four-cheezemark-email > a{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    color: #ff2d16;

    text-decoration: none;

    text-align: center;

}

.four-0-four-cheezemark-email > a:hover{

    text-decoration: none;

}

/* 404 css */

.inner-page-grid-box-icon {
    max-width: 74px;
    margin: 0 auto;
    height: 100px;
}
.inner-page-grid-box-section {
    text-align: center;
    padding: 30px 0px 15px;
}
.inner-page-grid-box {
    max-width: 220px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.inner-page-grid-box-cont {
    max-width: 92%;
    width: 100%;
    margin: 0 auto 30px;
}
.inner-page-grid-box-main {
    font-size: 18px;
    line-height: 26px;
    color: #404041;
    text-align: center;
    margin-bottom: 10px;
}
.inner-page-grid-box-txt {
    font-size: 15px;
    line-height: 21px;
    color: #2c2e35;
    text-align: center;
}
.starchik-header-ce-icon {
    border: 2px solid #404041;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    margin-right: 6px;
}
.starchik-header-ce-icon span {
    line-height: 35px;
    font-weight: 400;
    color: #404041;
}
footer .starchik-header-ce-icon {
    border: 2px solid #404041;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    margin-right: 6px;
}
footer .starchik-header-ce-icon span {
    line-height: 35px;
    font-weight: 400;
    color: #404041;
}
footer .starchik-header-ce-txt, footer .starchik-header-ce-txt a{
    color: #404041;
}
.inner-page-banner-main-wrapper.process{
    position: relative;

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/process-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

    z-index: -1;
}
ul.what-makes-special-items-sec {
    margin: 20px 26px 0px;
}
ul.what-makes-special-items-sec li {
    list-style-type: disc;
    font-size: 18px;
    color: #404041;
    margin-bottom: 14px;
}
ul.what-makes-special-items-sec li div.head {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: #404041;
    text-align: left;
}
footer .starchik-main-footer-links-grid-head a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    color: #404041;
    text-align: left;
    transition: all 0.4s;
    position: relative;
}
nav.starchik-header-nav ul li .dropdown-content li a:hover,
nav.starchik-header-nav ul li .dropdown-content li a:focus {
    color: #ffffff;
}
.clients-grid-main-content {
    text-align: center;
}
.clients-grid-main-content .retail-partners-slider-grid{
    display: inline-block;
    max-width: 275px;
    width: 100%;
    margin-bottom: 8px;
    margin-right: -2px;
}
.inner-page-banner-main-wrapper.clients{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/clients-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}
.inner-page-banner-main-wrapper.careers{

    float: left;

    width: 100%;

    height: 415px;

    background: url(../images/careers-inner-page-banner.jpg) no-repeat center center transparent;

    background-size: cover;

}
.inner-page-banner-main-wrapper.contact-us {
    position: relative;
    float: left;
    width: 100%;
    height: 415px;
    background: url(../images/contact-inner-page-banner.jpg) no-repeat center center transparent;
    background-size: cover;
    z-index: -1;
}

.inner-page-main-wrapper .home-category-main-grid-txt{
    color: #404041;
}
.inner-page-main-wrapper.contact .inner-page-second-fold-pro-content {
    align-items: flex-start;
}
footer .footer-logo-main-section{
    width: 225px;
}

.contact-us-form-start .input-field input[type="text"], .contact-us-form-start .input-field input[type="text"]:focus, .contact-us-form-start .input-field input[type="email"], .contact-us-form-start .input-field input[type="email"]:focus, .contact-us-form-start .input-field input[type="tel"], .contact-us-form-start .input-field input[type="tel"]:focus {
    margin: 0px;
    border: medium none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 2px!important;
    border: 1px solid #ccc;
    padding: 0px 15px;
    width: 476px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.contact-us-form-start .input-field {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
}
.contact-us-form-section {
    width: 80%;
    /*margin: 0 auto;*/
}
.contact-us-section {
    border-right: 1px solid #e5e5e5;
}
.contact-us-form-start .input-field .materialize-textarea, .contact-us-form-start .input-field .materialize-textarea:focus {
    border: none;
    border-radius: 2px;
    width: 496px;
    padding: 10px 0 0 10px!important;
    height: 148px!important;
    border: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: none;
}
.submit-btn.btn {
    color: #fff;
    width: 100px;
    font-size: 18px;
    display: inline-block;
    background-color: #ee3f2c;
    padding: 10px 0px;
    text-transform: none;
    border-radius: 3px;
    border: none;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    height: 40px;
}
.specialities-section-title {
    font-size: 30px;
    line-height: 50px;
    color: rgb(61, 61, 61);
     font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 8px;
}
.queries-desc a {
    color: #b72270;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #eac8c7;
}
.queries-desc {
    background: none;
    color: #504d4d;
    font-family: 'Poppins', sans-serif; 
    font-size: 16px;
    padding-top: 10px;
    width: auto;
    /*height: 70px;*/
    line-height: 24px;
    margin-bottom: 20px;
}
.contact-main-section {
    padding-left: 50px;
}