body{
    background: #1b1b1b;
}

@media screen and (max-width: 768px) {
    .col-12{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .col--12{
        width: 100%;
    }
}
@keyframes slide-down-slow {
    0% {
        -webkit-transform: perspective(1px) scaleY(0.1);
        -moz-transform: perspective(1px) scaleY(0.1);
        -ms-transform: perspective(1px) scaleY(0.1);
        -o-transform: perspective(1px) scaleY(0.1);
        transform: perspective(1px) scaleY(0.1)
    }
    100% {
        -webkit-transform: perspective(1px) scaleY(1);
        -moz-transform: perspective(1px) scaleY(1);
        -ms-transform: perspective(1px) scaleY(1);
        -o-transform: perspective(1px) scaleY(1);
        transform: perspective(1px) scaleY(1)
    }
}

/*Start Header*/
.navbar-wrapper{
    position: fixed;
    z-index: 998;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 10px 0;
    transition:  .5s ease-in-out all;
}
.bg-dark{
    background: #1b1b1b;
    box-shadow: 0 0 15px -2px #323232;
    transition: .5s ease-in-out all;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border: none;
}
.navbar-wrapper .navbar{
    margin: 0;
}
.navbar-wrapper .dropdown-toggle{
    cursor: pointer;
}
.navbar-wrapper .dropdown-menu{
    background: #00000063;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    animation-name: slide-down-slow;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    transform-origin: 50% 0;
}
.navbar-wrapper .dropdown-menu a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 20px !important;
}
.navbar-wrapper .dropdown-menu>li>a:focus,
.navbar-wrapper .dropdown-menu>li>a:hover {
    background: #00000066;
    color:  white;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #08080800;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-toggle {
        background-color: #2c2c2c5c !important;
        border-radius: 0;
        border: none;
    }
    .navbar-wrapper{
        background: #1b1b1b;
        box-shadow: 0 0 15px -2px #323232;
        transition: .5s ease-in-out all;
        padding: 0;
    }
    .homePage{
        padding-top: 50px;
    }
}
/*End Header*/

/*Start Homepage Slider Banner*/
.home_Slider_img{
    width: 100%;
    max-height: 750px;
}
.home_banner{
    position: relative;
}
.home_banner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000030;
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.left.carousel-control,
.right.carousel-control{
    opacity: 0;
    transition: all .5s ease-in-out;
}
.left.carousel-control:hover,
.right.carousel-control:hover{
    opacity: 1;
    transition: all .5s ease-in-out;
}
.carousel-control .glyphicon{
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: white;
}
@media screen and (max-width: 767px){
    .carousel-control .glyphicon {
        top: 43%;
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
}
/*End Homepage Slider Banner*/

/*Start Homepage About Us*/
section.about-w3l .container-fluid {
    display: flex;
}
.pogoSlider {
    padding: 0 !important;
    height: 100%;
}
.about-agileinfo2 {
    background-color: #a8251b !important;
    padding: 0;
}
.about-agileinfo1 {
    padding: 0;
}
section.about-w3l .aboutinfo h2 {
    font-weight: bold;
}
section.about-w3l .aboutinfo {
    padding: 70px 55px;
}
.about_readMore{
    font-weight: 200;
    color: #ffffff !important;
    background: #c5291d;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.about_readMore:hover{
    text-decoration: none;
    transform: scale(1.1);
}
section.about-w3l .aboutinfo p{
    text-align: justify;
}
.aboutUsImg{
    background-image: url("../images/aboutus.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
@media (max-width: 992px) {
    .pogoSlider,
    .aboutUsImg{
        height: 500px;
    }
    section.about-w3l .container-fluid {
        display: block;
    }
}
@media (max-width: 768px) {
    .pogoSlider,
    .aboutUsImg{
        height: 300px;
    }
}
@media (max-width: 576px) {
    .pogoSlider,
    .aboutUsImg{
        height: 260px;
    }
    section.about-w3l .aboutinfo {
        padding: 30px;
    }
    section.services-w3l {
        background-color: #1b1b1b;
        padding: 60px 0 0 0;
    }
    .menuSlider
    .brandSlider{
        padding-top: 60px;
    }
}
@media (max-width: 480px) {
    .pogoSlider,
    .aboutUsImg{
        height: 200px;
    }
}
/*End Homepage About Us*/

/*Start Our Services*/
section.services-w3l {
    background-color: #1b1b1b;
    padding: 100px 0 0 0;
}
section.services-w3l h3.text-center {
    color: #ffffff;
    padding-bottom: 50px;
}
.hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px #ffeb3b;
}
.hi-icon a {
    cursor: pointer;
}
.hi-icon {
    color: #FFEB3B;
}
.col-lg-4.col-md-4.col-sm-4.w3-agile:hover .hi-icon-effect-5 .hi-icon {
    background: #ffeb3b;
    color: #a8251b;
    box-shadow: 0 0 0 8px #ffec44;
    text-shadow: 1px 1px #000000;
}
section.services-w3l h4 {
    color: #ffffff;
}
section.services-w3l p {
    color: #ffeb3b;
}
/*End Our Services*/

/*Start Our Testimonials*/
.our_test{
    padding-top: 100px;
}
.our_test .test_img{
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
}
section.testimonial-wthree h3.text-center {
    color: #fff;
    font-weight: bold;
}
section.testimonial-wthree h4.text-center {
    color: #fff;
}
section.testimonial-wthree p.text-center {
    color: #fff;
}
.carousel-indicators li {
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active{
    background-color: white;
}
/*End Our Testimonials*/

/*Start Menu*/
.menuSlider{
    padding-top: 100px;
}
.menuSliderHead{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poiret One', cursive;
    padding-bottom: 50px;
}
.slickMenuSlider{
    height: auto;
    max-height: 500px;
}
.slickMenuSlider img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all .5s ease;
    padding: 25px;
}
.slickMenuSlider .slick-center img {
    opacity: 1;
    transform: scale(1.5);
    transition: all .5s ease;
}
.slickMenuSlider .slick-slide {
    height: 280px;
    width: 280px;
    margin: 0;
    overflow: hidden;
}
.menu_view_all{
    text-align: right;
    padding: 0 40px;
    color: white;
}
.menu_view_all a{
    background: #a8251b;
    padding: 7px 12px;
    color: white !important;
    border-radius: 50%;
    font-size: 15px;
    margin-left: 5px;
}
.menu_view_all a:hover{
    background: #c5291d;
}
@media (max-width: 1200px){
    .menu_view_all{
        margin-top: 15px;
    }
}
@media (max-width: 768px){
    .menu_view_all{
        text-align: center;
    }
}
@media (max-width: 667px){
    .menuSliderHead{
        font-size: 30px;
        padding-bottom: 25px;
    }
}
@media (max-width: 568px){
    .menuSliderHead{
        font-size: 25px;
        padding-bottom: 15px;
    }
}
@media (max-width: 320px){
    .menuSliderHead{
        font-size: 24px;
        padding-bottom: 10px;
    }
}
/*End Menu*/

/*Start Brand*/
.brandSlider{
    padding-top: 100px;
}
.brandSliderHead{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poiret One', cursive;
    padding-bottom: 50px;
}
.slickBrandSlider{
    height: auto;
    max-height: 500px;
}
.slickBrandSlider img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all .5s ease;
    padding: 10px;
}
.slickBrandSlider img:focus{
    box-shadow: 0;
    outline: 0;
    border: 0;
}
.slickBrandSlider .slick-center img {
    opacity: 1;
    transform: scale(1.1);
    transition: all .5s ease;
}
.slickBrandSlider .slick-slide {
    height: auto;
    margin: 0;
    overflow: hidden;
}
@media (max-width: 667px){
    .brandSliderHead{
        font-size: 30px;
        padding-bottom: 25px;
    }
}
@media (max-width: 568px){
    .brandSliderHead{
        font-size: 25px;
        padding-bottom: 15px;
    }
}
@media (max-width: 320px){
    .brandSliderHead{
        font-size: 24px;
        padding-bottom: 10px;
    }
}
/*End Brand*/

/*Start Lallabi Activities*/
.lallabi_act{
    padding-top: 100px;
}
section.comment-w3l h3.text-center{
    padding-bottom: 20px;
}
.act-agile{
    margin-top: 30px;
}
.act-agile-head{
    text-align: center;
    font-size: 25px !important;
}
.act-box{
    width: 100%;
    background: #0000008a;
}
.act-box li a{
    display: block;
    padding: 5px 0;
    color: white;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
}
.act-box li a:hover{
    text-decoration:  none;
    transform: scale(1.1);
}
.viewMoreList{
    font-weight: bold !important;
    color: #c5291d !important;
    font-family: 'Poiret One', cursive;
    font-size: 17px;
}
@media screen and (max-width: 768px){
    section.comment-w3l h3.text-center {
        padding-bottom: 0;
    }
    .act-agile {
        margin-top: 10px;
    }
}
/*End Lallabi Activities*/

/*Footer Links*/
section.footer-agileits-w3layouts {
    background-color: #1b1b1b;
    padding: 0;
}
section.footer-agileits-w3layouts h4 {
    color: #fff;
    padding: 15px  30px;
    background: #222222;
}
section.footer-agileits-w3layouts ul.links-w3ls li a {
    color: #fff;
}
section.footer-agileits-w3layouts button.btn.btn-outline.btn-lg{
    background-color: #a8251b7a;
    border-radius: 0;
}
section.footer-agileits-w3layouts button.btn.btn-outline.btn-lg:hover{
    background-color: #a8251b;
}
.footer-w3-agile2{
    padding: 0;
    display: flex;
    border-top: 1px solid #ffffff38;
}
.footer-w3-agile3{
    padding: 0;
    border-top: 1px solid #ffffff38;
}
.footer-w3-agile4{
    padding: 0;
    border-top: 1px solid #ffffff38;
}
.footer_contact{
    padding: 25px;
}
.footer_feedback{
    padding: 22px;
    /* background: #333333; */
}
.footer-w3-agile4 .controls label{
    color: white;
    font-weight: 200;
    margin-bottom: 5px;
}
.footer-w3-agile4 .controls input{
    height: 35px !important;
}
.footer-w3-agile4 button{
    background: #a8251b !important;
    border: none;box-shadow:  none;
    outline:  0 !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 200;
}
.footer-w3-agile4 button:hover{
    transform: scale(1.1);
}
/*Footer Links*/

/*Start Food Attraction*/
.food_attr{
    margin-top: 100px;
}
.food_attr .row{
    margin-bottom: 30px;
    display: flex;
}
.food_attr_title{
    text-align:  center;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-top: 35px;
    padding-bottom: 60px;
}
.food_attr_subtitle{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #ffeb3b;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-bottom: 60px;
}
.food_attr_content{
    background: #a8251b;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.food_attr_content1{
    border-right: 3px solid #ffeb3b;
}
.food_attr_content2{
    border-left: 3px solid #ffeb3b;
}
.food_content_head{
    font-size:  18px;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
}
.food_content{
    font-size:  14px;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 2;
    text-align: justify;
    color: white;
}
.food_attr_banner{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.food_attr_banner1{
    background-image: url("../images/11.jpg");
}
.food_attr_banner2{
    background-image: url("../images/12.jpg");
}
.food_attr_banner3{
    background-image: url("../images/133.jpg");
}
.food_attr_banner4{
    background-image: url("../images/14.jpg");
}
.food_attr_banner5{
    background-image: url("../images/15.jpg");
}
.food_attr_banner6{
    background-image: url("../images/16.jpg");
}
.food_attr_banner7{
    background-image: url("../images/17.jpg");
}
.food_attr_banner:after{
    content: "";
    height: 50px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 50px;
    z-index: 2;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    bottom: 10px;
    left: 10px;
}
.food_attr_banner:before{
    content: "";
    height: 50px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 50px;
    z-index: 2;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    right: 10px;
    top: 10px;
}
.food_attr .row:hover .food_attr_banner:before,
.food_attr .row:hover .food_attr_banner:after{
    height: 50%;
    width: 50%;
}
.food_img_dark{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #00000026;
}
.food_attr_content1:before{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: #0000006b;
    transition: all .5s ease-out;
}
.food_attr_content2:before{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    opacity: .2;
    background: #0000006b;
    transition: all .5s ease-out;
}
.food_attr .row:hover .food_attr_content1:before{
    right: -100%;
}
.food_attr .row:hover .food_attr_content2:before{
    left: -100%;
}
@media screen and (max-width: 992px){
    .food_attr_content{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .food_attr_banner {
        height: 200px;
    }
    .food_attr .row{
        display: block;
    }
    .food_attr_title {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .food_attr_subtitle {
        font-size: 19px;
        padding-bottom: 40px;
    }
}
/*End Food Attraction*/

/*Start Food To Do*/
.food_todo{
    margin-top: 100px;
}
.food_todo_title{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-top: 20px;
    padding-bottom: 60px;
}
.food_box{
    margin-bottom: 60px;
    position: relative;
}
.food_box_content{
    position: absolute;
    z-index: 2;
    transition: all .5s ease-out;
    width: 690px;
    bottom: 30px;
}
.food_box_left_content{
    left:  0;
}
.food_box_right_content{
    right:  0;
}
.food_box_inside{
    background: #a8251b;
    padding: 30px;
    line-height:  2;
    font-size: 14px;
    margin: 0;
    position: relative;
    overflow: hidden;
    color:  white;
}
.food_box_left_inside{
    border-left: 3px solid #ffeb3b;
}
.food_box_right_inside{
    border-right: 3px solid #ffeb3b;
}
.food_box_inside:before{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    opacity: .2;
    background: #0000006b;
    transition: all .5s ease-out;
}
.food_box_left_inside:before{
    left: 0;
}
.food_box_right_inside:before{
    right: 0;
}
.food_box_banner{
    width: 690px;
    position: relative;
}
.food_box_right_banner{
    margin: 0 0 0 auto;
}
.food_box_left_banner{
    margin: 0 auto 0 0;
}
.food_box_banner img{
    width: 100%;
}
.food_box_banner:after {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    transition: all 1s ease-out;
    z-index: 1;
}
.food_box:hover .food_box_left_inside:before{
    left: -100%;
}
.food_box:hover .food_box_right_inside:before{
    right: -100%;
}
.food_box:hover .food_box_content{
    transform: scale(1.03);
    transition: all .5s ease-out;
}
.food_box:hover .food_box_banner:after{
    bottom: 100%;
    left: 100%;
    right: 100%;
    top: 100%;
    transition: all 1s ease-out;
}
.food_box_inside li{
    padding-left: 20px;
    position: relative;
}
.food_box_inside li:before{
    position: absolute;
    top: 6px;
    left: 0;
    content: "\f105";
    color: white;
    font: normal normal normal 12px/1 FontAwesome;
}
.food_box_title{
    position: absolute;
    font-size: 20px;
    margin-bottom: 0;
    top:  0;
    color: #ffeb3b;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
}
.food_box_left_title{
    left: 0;
}
.food_box_right_title{
    right: 0;
}
.food_todo_note {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: justify;
    color: white;
    width: 690px;
    line-height: 2;
    margin-left: auto;
}
.food_todo_end {
    font-size: 15px;
    text-align: justify;
    color: white;
    margin-bottom: 30px;
    margin-left:  auto;
    line-height: 2;
    width: 690px;
}
@media screen and (max-width: 992px){
    .food_box_content {
        position: static;
        width: 100%;
    }
    .food_box_banner {
        display: none;
    }
    .food_box_title{
        position: static;
        margin-bottom: 15px;
    }
    .food_box {
        margin-bottom: 30px;
    }
    .food_todo_note{
        width: 100%;
    }
    .food_todo_end {
        width: 100%;
    }
    .food_box_inside{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .food_todo_title {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .food_box_title {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px){
    .food_box_content table th {
        display: block;
    }
    .food_box_content table td {
        display: block;
    }
    .food_box_content table tr {
        margin-bottom: 10px;
        display: block;
    }
}
/*End Food To Do*/

/*Start Franchise Info*/
.fran_info{
    margin-top: 100px;
}
.fran_info_head{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-top: 20px;
    padding-bottom: 60px;
}
.fran_info_quote{
    background-image: url(../images/franchise/quote.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 30px;
}
.fran_top_quote{
    width: calc(50% + 120px);
    margin-left: auto;
    padding: 30px;
    background: #6e6e6e30;
}
.fran_top_quote p{
    color: #333232;
    font-size: 15px;
    text-transform: uppercase;
    font-family: monospace;
    width: 660px;
}
.food_box_content table{
    width: 100%;
    font-size: 14px;
}
.food_box_content table th{
    font-weight: 400;
}
.food_box_content table td{
    font-weight: 200;
}
.fran_note{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 25px;
    color: white;
    width: 690px;
    line-height: 2;
    margin-right: auto;
}
.fran_plan_head{
    font-size: 20px !important;
    color: #ffeb3b;
    text-transform: uppercase;
}
.fran_plan{
    margin-bottom: 20px;
    color: white;
}
.fran_plan ul{
    transition: all .5s ease-in-out;
    text-align:  center;
    line-height: 1.5;
    background: #434242;
    font-weight: 300;
}
.fran_plan li{
    transition: all .5s ease-in-out;
    position: relative;
}
.fran_plan li:nth-child(even) {
    background: #3b3b3b;
}
.fran_plan .franApplyBtn{
    display:  block;
    width: 100%;
    margin-top: 10px;
    border-radius:  0;
    border: 0;
    outline: 0 !important;
    padding: 10px 5px;
    text-decoration: none;
}
.franPlanTitle li{
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    padding: 8px 5px;
}
.franPlan01 ul{
    border-bottom: #009688 solid 3px;
}
.franPlan01 li{
    padding: 10.8px 5px;
}
.franPlan01 .franApplyBtn{
    background: #009688;
    color: white !important;
}
.franPlan01 .franApplyBtn:hover{
    background: #045c54;
}
.franPlan02 ul{
    border-bottom: #607d8b solid 3px;
}
.franPlan02 li{
    padding: 10.8px 5px;
}
.franPlan02 .franApplyBtn{
    background: #5c7480;
    color:  white !important;
}
.franPlan02 .franApplyBtn:hover{
    background: #485d68;
}
.franPlan03 ul{
    border-bottom: #eab048 solid 3px;
}
.franPlan03 li{
    padding: 10.8px 5px;
}
.franPlan03 .franApplyBtn{
    background: #eab048;
    color: white !important;
}
.franPlan03 .franApplyBtn:hover{
    background: #d38c0e;
}
.franPlan04 ul{
    border-bottom: #ed5221 solid 3px;
}
.franPlan04 li{
    padding: 10.8px 5px;
}
.franPlan04 .franApplyBtn{
    background: #ed5221;
    color: white !important;
}
.franPlan04 .franApplyBtn:hover{
    background: #c3390d;
}
.head_plan{
    width:  100%;
    min-height: 80px;
    font-size: 18px;
    text-align:  center;
    padding: 25px 5px;
    position: relative;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    text-shadow: 1px 1px 1px #1b1b1b;
}
.franPlanHead:after{
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    border: solid #434242;
    border-width: 22px 82.5px 3px 82.5px;
    border-top-color: transparent;
}
.franPlan01Head{
    background: #009688;
    border-top: 3px solid #01685f;
}
.franPlan02Head{
    background: #607D8B;
    border-top: 3px solid #334f5c;
}
.franPlan03Head{
    background: #eab048;
    border-top: 3px solid #d38c0e;
}
.franPlan04Head{
    background: #ff5722eb;
    border-top: 3px solid #bf3c13;
}
.franFullBlock{
    transition: all .5s ease-in-out;
}
.franFullBlock:hover{
    transition: all .5s ease-in-out;
    transform: scale(1.1);
}
.franFullBlock:hover ul {
    transition: all .5s ease-in-out;
    padding-top: 26px;
}
.franFullBlock:hover li {
    transition: all .5s ease-in-out;
    padding: 9px 5px;
}
.sm-star{
    font-size: 9px;
    color: #ffeb3b;
    position:  absolute;
    top: 10px;
    padding-left: 5px;
}
.fran_note_end{
    color: white;
    font-size: 13px;
    margin-top: 15px;
    padding-left: 15px;
}
.fran_note_end i{
    font-size: 9px;
    color: #ffeb3b;
    vertical-align: middle;
    margin-left: -14px;
    padding-right: 4px;
}
._gr{
    color: #bababa;
}
._bld{
    font-weight: bold;
}
/* width */
.fran_plan::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.fran_plan::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
.fran_plan::-webkit-scrollbar-thumb {
    background: #434242;
}
/* Handle on hover */
.fran_plan::-webkit-scrollbar-thumb:hover {
    background: #3b3b3b;
}
@media screen and (max-width: 1200px) {
    .fran_top_quote{
        width: calc(50% + 220px);
    }
    .fran_plan{
        overflow: hidden;
        overflow-x: scroll;
        padding: 40px 0;
    }
    .fran_plan .row{
        width: 1170px;
    }
}
@media screen and (max-width: 992px) {
    .fran_note{
        width: 100%;
    }
    .fran_top_quote{
        width: 100%;
        background: #ffffffcf;
    }
    .fran_top_quote p{
        width: 100%;
    }
    .fran_info_quote{
        background-image: none;
    }
}
@media screen and (max-width: 768px){
    .fran_info_head {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 40px;
    }
}
/*End Franchise Info*/

/*Custom Check + Radio*/
.custom-control {
    position: relative;
    display: block;
    min-height: 25px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    margin-bottom: 10px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    padding-left: 23px;
}
.custom-control-label::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a8251b;
    box-shadow: none;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-control-label::after {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #c32e2e;
}
.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #a8251b;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/dot.svg);
    background-size: cover;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 2px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/tick.svg);
    background-size: cover;
    width: 17px;
    height: 17px;
    top: -2px;
    left: 2px;
}
/*Custom Check + Radio*/

/*Start Product Gallery*/
.product_gallery{
    margin-top: 100px;
}
.searchNameForm{
    position: relative;
}
.searchIconBtn{
    position: absolute;
    top: 0;
    right:  0;
}
.searchNameForm .form-control:focus {
    border-color: #28a745;
    box-shadow: none;
}
.searchNameForm .searchIconBtn a {
    display: block;
    padding: 6px 7px;
    background: #a8251b;
    border: 1px solid white;
}
.searchNameForm .searchIconBtn a:hover {
    background: #db453a;
}
.searchNameForm .searchIconBtn a img{
    width: 20px;
    height: 20px;
}
.searchNameForm input{
    border-radius: 0;
    background: transparent;
    color: white;
    border-color: #ffffff !important;
}
.fancy_item{
    text-decoration: none !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.productGalHead{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    margin-bottom: 40px;
    padding-top: 20px;
}
.product_gal_block{
    width: 100%;
}
.product_img_box{
    margin-bottom: 30px;
    cursor: pointer;
}
.product_img_head{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-family: monospace;
}
.itemPrice{
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    font-family: monospace;
}
.itemPrice span{
    color: #FFEB3B;
}
.product_img{
    width: 100%;
}
[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption,
[class*=" imghvr-"],
[class^=imghvr-]{
    background: #1b1b1b;
    min-width: 100%;
    min-height: 100%;
}
[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
    padding: 20px;
}
.product_img_box figure:hover figcaption{
    background: #a8251b;
}
.product_gal_nav{
    display: table;
    width: 100%;
    margin-bottom: 30px;
    min-height: 40px;
}
.productNav{
    display: inline-block;
    width: 70%;
}
.productNav li{
    display: inline-block;
    margin-right: 5px;
}
.productNav input{
    display: none;
}
.productNav label.btn{
    padding: 5px 15px;
    font-size:  15px;
    font-family: 'Poiret One', cursive;
    font-weight: 500;
    color: white;
    background: #333333;
    text-transform: uppercase;
    border: 1px solid #525050;
    border-radius: 0;
    transition: .3s all ease-in-out;
}
.productNav label.btn:hover{
    background: #333333;
    transform: scale(1.05);
    transition: .3s all ease-in-out;
}
.productNav [type=checkbox]:checked + label.btn {
    background: #ffffff;
    border-top: 4px solid #525050;
    color: #000;
    font-weight: 900;
    transform: scale(1);
    transition: .3s all ease-in-out;
}
.productSearch{
    display:  inline-block;
    width: 30%;
    position: relative;
    z-index: 99;
}
.productSearch .searchNameForm input {
    border-radius: 0;
    color: white;
    font-weight: 200;
    background: #333333;
    border: 1px solid #525050 !important;
    padding-right: 40px;
    text-transform: uppercase;
}
.productSearch .searchNameForm .searchIconBtn a {
    padding: 6px 7px 5px 7px;
    background: #333333;
    border: none;
}
.productSearch .searchIconBtn {
    position: absolute;
    top: 1px;
    right: 1px;
}
.productSearch .searchNameForm .searchIconBtn a:hover {
    background: #2c2c2c;
}
.productSearch .searchNameForm .searchIconBtn a img{
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 992px) {
    [class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption, [class*=" imghvr-"], [class^=imghvr-] {
        background: #1b1b1b;
        color: #1b1b1b;
    }
    .imghvr-fold-up:hover>img {
        transform: none;
        opacity: 1;
    }
    [class*=" imghvr-fold"]:hover figcaption, [class^=imghvr-fold]:hover figcaption {
        transform: none;
        opacity: 0;
        background: transparent;
    }
    .productNav {
        width: 100%;
    }
    .productNav li{
        margin-bottom: 8px;
    }
    .productSearch {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .productGalHead {
        margin-bottom: 30px;
    }
}
/*End Product Gallery*/

/*Start Product Gallery Modal*/
.food_modal{
    background: #1b1b1ba6;
}
.food_modal .modal-content{
    border-radius: 0;
    background: #1b1b1b;
}
.food_modal .modal-header{
    border-bottom: 1px solid #ffffff42;
}
.food_modal .modal-header button{
    color: white;
    font-size: 30px;
    outline:  0 !important;
}
.food_modal .modal-title{
    color: white;
    font-family: 'Poiret One', cursive;
    font-size:  23px;
    font-weight: 600;
}
.foodModalItemImg{
    width: 100%;
}
.food_modal .foodModalContent{
    color: white;
}
.food_modal .foodModalContent h5{
    color: white;
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.food_modal .foodModalContent p{
    color:  white;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 200;
    text-align: justify;
}
.food_modal .foodModalContent ul{
    margin-bottom: 15px;
    color: white;
    font-weight: 200;
    line-height: 1.8;
    font-size: 14px;
}
.food_modal .foodModalContent li{
    padding-left: 20px;
    position: relative;
}
.food_modal .foodModalContent li:before{
    position: absolute;
    top: 6px;
    left: 0;
    content: "\f105";
    color: white;
    font: normal normal normal 12px/1 FontAwesome;
}
@media screen and (min-width: 1201px){
    .food_modal .modal-dialog {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px){
    .food_modal .modal-dialog {
        width: 100%;
        padding: 30px 30px;
        margin: 0;
    }
}
@media screen and (max-width: 768px){
    .foodModalImg{
        margin-bottom: 20px;
        text-align: center;
    }
    .foodModalItemImg{
        width: auto;
        max-width: 100%;
        max-height: 400px;
        margin: 0 auto;
    }
}
/*End Product Gallery Modal*/

/*Start FAQ*/
.food_faq{
    margin-top: 100px;
}
.food_faq_head{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-top: 20px;
    padding-bottom: 40px;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    border: none;
}
.panel-default>.panel-heading {
    color: white;
    background-color: #a8251b;
    border: none;
    border-radius: 0;
    padding: 5px 15px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    display:  block;
    text-decoration: none;
}
.panel-group .panel {
    margin-bottom: 10px;
}
.food_faq .panel-body p{
    line-height: 2;
}
.food_faq .panel-body ul{
    padding-left: 20px;
    list-style: circle;
    line-height: 2;
}
.faq_p{
    margin-top: 10px;
}
.food_faq .panel-body {
    padding: 15px;
}
.faq_search{
    padding: 20px;
    background: #242424;
    margin-bottom: 10px;
}
.faq_search input{
    height: 35px;
    background: #242424;
    border-color: #6a6a6a !important;
}
.faq_search .searchNameForm a{
    border: 1px solid #6a6a6a;
}
.faq_form{
    padding: 20px;
    background: #242424;
}
.faq_label{
    color: #cbcbcb;
    font-weight: 300;
    display:  block;
    margin-bottom:  5px;
    font-size: 14px;
}
.faq_inp{
    width:  100%;
    background: #242424;
    border: 1px solid #6a6a6a !important;
    height: 35px;
    padding: 5px 10px;
    outline:  0 !important;
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
}
.faq_q{
    width: 100%;
    background: #242424 !important;
    border: 1px solid #6a6a6a !important;
    padding: 5px 10px;
    outline: 0 !important;
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
}
.faq_btn{
    width:  100%;
    background: #a8251bd9;
    border-radius:  0;
    color: #fefefe !important;
    border:  0;
    outline:  0 !important;
    font-weight: 400;
}
.faq_title{
    margin-bottom: 20px;
    text-align:  center;
    color: white;
    text-transform:  uppercase;
    font-size:  22px;
    font-weight: 500;
    font-family: 'Poiret One', cursive;
}
@media screen and (max-width: 992px){
    .faq_form{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .food_faq_head {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 480px){
    .faq_search .searchNameForm{
        width: 100%;
        margin: auto;
    }
}
/*End FAQ*/

/*Start Franchise Application*/
.fran_form_head{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    padding-top: 20px;
    padding-bottom: 60px;
}
.fran_form{
    margin-top: 100px;
    margin-bottom: 60px;
}
.fran_label{
    display:  block;
    color:  white;
    font-size:  16px;
    font-weight: 300;
    margin-bottom: 8px;
    font-family: 'Poiret One', cursive;
}
.fran_form input.form-control{
    height: 35px;
    background:  transparent;
    border-radius: 0;
    color:  white;
    border: 1px solid #494949;
}
.fran_form .custom-control{
    display: inline-block;
    margin-right: 20px;
}
.fran_form .custom-control-label{
    color: white;
}
.select2-container{
    width: 100% !important;
}
.fran_form .select2-container--default .select2-selection--single{
    background: transparent;
    border: 1px solid #494949 !important;
    border-radius:  0;
    height: 35px;
    outline: 0 !important;
}
.fran_form .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: white;
    font-weight: 300;
    line-height: 35px;
}
.select2-container--open .select2-dropdown--above{
    border-radius: 0;
}
.select2-dropdown {
    background-color: #646464;
    border: 1px solid #fff;
    border-radius: 0;
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background: #3f3f3f;
    color: white;
    box-shadow: none !important;
    border: 1px solid white !important;
    outline: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #494949;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #494949;
}
.fran_form textarea.form-control{
    background:  transparent;
    border: 1px solid #494949;
    border-radius: 0;
    color: white;
}
.inside_franForm{
    margin-bottom: 15px;
    min-height: 75px;
}
.franFormSubmit{
    background: #a8251b;
    color: white !important;
    border: none;
    border-radius:  0;
    font-size: 15px;
    font-weight: 300;
    outline: 0 !important;
    margin-top: 20px;
}
.franFormSubmit:hover{
    transform: scale(1.1);
}
.fran_form .container{
    background: #222222;
    padding: 30px;
}
.temp_cap_mr{
    margin-top: -60px;
    margin-bottom: 0;
}
@media screen and (min-width: 769px){
    .fran_form .container{
        width: 690px;
    }
}
@media screen and (max-width: 768px){
    .temp_cap_mr{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .franFormSubmit{
        margin-top: 0;
    }
    .fran_form_head {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .fran_form .container {
        background: #1b1b1b;
    }
}
/*End Franchise Application*/

/*Start Loader*/
.menu_loader{
    text-align: center;
    margin: 10px 0 40px 0;
    height: 50px;
}
.menuLoaderImg{
    width: 50px;
}
.modal_loader{
    text-align: center;
    margin: 40px 0;
    height: 50px;
}
.modalLoaderImg {
    width: 50px;
}
.page_loader{
    width:  100%;
    height: 100%;
    text-align: center;
}
.pageLoaderImg{
    width: 50px;
    position:  absolute;
    top: 50%;
}
/*End Loader*/

/*Start Alert Box*/
iao-alert{
    background: #333333;
    border: 1px solid #525050;
    color: white !important;
    border-radius: 0;
    padding: 15px 30px 15px 15px;
    margin: 0 0 20px 0;
    width: 100%;
    box-shadow: none;
}
iao-alert:hover{
    opacity: 1 !important;
}

/* Auto load Products Styles */
.auto-suggesstion{
    display: block;
    width: 100%;
    position: absolute;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
}
.auto-suggesstion ul li{
    padding: 3px 9px;
    cursor: pointer;
}
.auto-suggesstion ul li:hover, .auto-suggesstion ul li:active{
    background-color: #ddd;
}
.loading-gif{
    background: #FFF url('../images/loader/spinner-16px.gif') no-repeat 50%;
}
/* Auto load Products Styles */

.btn-search{
    border:0;
    border-radius:0;
    outline:0 !important;
    background: #a8251b;
    color: white !important;
}
.btn-search:hover{
    background: #c3271b;
}

/* Google Chrome Webkit Autofill background/text color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid green; */
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 1000px #1b1b1b inset;
    /* transition: background-color 5000s ease-in-out; */
}

/*Start Order Pop-up*/
.orderPopUp{
    width: 400px;
    background: #222222;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: -500px;
    font-family: monospace;
    border-radius: 3px;
    border: 1px solid #3b3b3b;
}
.hidePopUp{
    float: right;
    color: white !important;
    font-weight: bold;
    margin: 0 8px 0 0;
    text-decoration: none !important;
    cursor: pointer;
}
.popUpMsg{
    padding: 12px 20px;
}
.popUpLink{
    color: white;
}
.popUpLink a{
    display: inline-block;
    color: white !important;
    font-size: 14px;
    background: #F44336;
    padding: 3px 10px;
    text-decoration: none !important;
    outline: 0 !important;
    text-transform: uppercase;
    border-radius: 50%;
    margin-left: 10px;
    transition: all .5s ease-in-out;
}
.popUpLink a:hover{
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
.showPopUp{
    width: 25px;
    height: 25px;
    text-align: center;
    position: fixed;
    z-index: 9999;
    bottom: 35px;
    left: -500px;
    font-family: monospace;
}
.showPopUp a{
    color: white !important;
    font-size: 17px;
    text-decoration: none !important;
    display: block;
    background: #F44336;
    cursor: pointer;
    width:  100%;
    height: 100%;
}
@media screen and (max-width: 480px){
    .orderPopUp{
        width: 100%;
        bottom: 0;
    }
}













