@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Condiment');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
html,body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
a:hover{
    text-decoration: none;
}
.container-fluid{
    max-width: 1300px;
    width: 96%;
}
.sticky{
    position: Fixed !important;
    width: 150px;
    bottom: 0;
    right: 0;
    z-index:10;
}
.sticky img{
    width: 100%;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header-off{
    opacity: 0;
}
.header-on{
    opacity: 1;
    transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -webkit-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
}
.header-bg {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #000;
}
.logo {
    font-family: 'Condiment', cursive;
    color: #fff;
    font-size: 30px;
    padding: 12px 30px 10px 0px;
    border-right: 1px solid #000;
    display: inline-block;
}
.logo span {
    color: #ff9601;
}
.m-btn{
    display: none;
}
.navbar{
    padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #dbdbdb;
    line-height: 66px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link.active{
    color: #fff;
}
.header-phone {
    text-align: right;
    float: right;
    line-height: 66px;
    font-weight: 400;
    font-size: 20px;
    padding-left:30px;
    border-left: 1px solid #343434;
    display: inline-block;
}
.header-phone a{
    color: #FF9800;
}
.header-phone a:hover{
    color: #f5f5f5;
}
.header-phone span img {
    height: 22px;
    margin-right: 5px;
    margin-top: -4px;
}
main{
    
}
.main-banner{
    background: #ccc;
    overflow: hidden;
}
.site-logo {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: 20%;
}
.site-logo img{
    max-width: 251px;
}
#banner-area img{
    width: 100%;
}
/* .carousel-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
   background-color: #00000050;
    background-image: url(../images/black-dotted-pattern.png);
    background-repeat: repeat;
    content: "";
    z-index: 1;
}*/
.carousel-control-next-icon{
    background-image: url(../images/banner-arrow-right.png);
}
.carousel-control-prev-icon{
    background-image: url(../images/banner-arrow-left.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 40px;
    height: 83px;
    background-size: 30px;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.banner-text-content h1{
    text-shadow: 2px 2px 5px #000;
}
.banner-text-content h2{
    font-size: 30px;
    color: #e8e8e8;
    padding-top: 5px;
    text-shadow: 2px 2px 5px #000;
}
.slide-1{
    background: url(../images/ahuna-mutton.jpg) no-repeat;
    background-size: cover;
}
.slide-2{
    background: url(../images/ahuna-chicken.jpg) no-repeat;
    background-size: cover;
}
.slide-3{
    background: url(../images/fish-curry.jpg) no-repeat;
    background-size: cover;
}
.slide-4{
    background: url(../images/soya-chaap.jpg) no-repeat;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.cloud-divider{
    margin-top: -165px;
    position: relative;
    height: 207px;
    background: url(../images/clouds.png) repeat-x;
    background-position: bottom center;
    z-index: 9;
}
.text-contents h1{
    font-size: 50px;
    color: #0c0c0c;
    margin-bottom: 0px;
    font-family: 'Great Vibes', cursive;
}
.text-contents h2{
    padding-bottom: 20px;
}
.text-contents h2 span{
    font-family: 'Condiment', cursive;
    color: #ca2723;
    font-size: 44px;
}
.text-contents p {
    color: #4a4a4a;
    line-height: 32px;
    font-weight: 300;
    font-size: 20px;
    text-align: justify;
}
#why-choose-us .text-contents p{
    line-height: 28px;
    font-size: 18px;
}
.text-contents ul{
    padding: 0;
    margin: 0;
}
.text-contents ul li{
    padding: 7px 0px 7px 40px;
    background: url(../images/tick-marak.png) no-repeat center left;
    background-size: 25px;
    list-style: none;
    font-weight: 500;
}
.text-contents ul li span{
    font-weight: 300 !important;
}
.weight-500{
    color: #111;
}
.floral-bottom{
    text-align: center;
    padding-top: 30px;
}
.floral-bottom img{
    max-width: 250px;
}
.more-btn a {
    background: #fefefe url(../images/black-right-arrow.png) no-repeat 82% 19px;
    padding: 12px 70px 12px 50px;
    display: inline-block;
    color: #666;
    border: 1px solid #ff9800;
    margin-top: 20px;
    font-weight: 500;
    text-shadow: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: color .55s ease-in-out,background-color .55s ease-in-out,border-color .55s ease-in-out,box-shadow .55s ease-in-out;
}
.more-btn a:hover{
    background: #ce6305 url(../images/white-right-arrow.png) no-repeat 84% 18px;
    color: #fff;
}
.img-holder-right{
    margin-left: 50px;
    margin-top: 20px;
}
.img-holder-left{
    margin-right: 50px;
}
.up-25{
    margin-top: -25px;
}
.dw-25{
    margin-top: 25px;
}
.img-box {
    width: 100%;
}
.img-box img{
    width: 100%;
    height: auto;
}
#menu-area{
    background-image: url(../images/black-dotted-pattern.png), url(../images/handi-mutton-with-rice.jpg);
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: fixed;
}
#menu-area::before{
    background: rgba(0, 0, 0, 0) url(../images/arrow-dw-pattren.png) repeat scroll 0 0;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
#menu-area h1{
    color: #fff;
}
#menu-area h2 span{
    color: #ff9601;
}
#menu-area p {
    text-align: center;
    color: #afafaf;
    margin-bottom: 50px;
    font-weight: 400;
}
#menu-area p span{
    color: #fff;
    display: block;
    padding: 10px 0px;
}
#menu-area a{
    color:#fff;
}
.owl-carousel .item {
    background: #ececec;
    padding: 5px;
}
.menu-slider-title {
    font-size: 22px;
    padding: 15px 10px 5px;
    color: #ca2723;
    font-weight: 500;
}
.menu-slider-discription {
    padding: 0px 10px;
}
.menu-slider-rate {
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 44px;
}
.menu-slider-btn{
    float: right;
}
.menu-slider-btn a {
    background: #ff9601;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.menu-slider-btn a:hover{
    background: #1aa036;
}
.menu-slider-rate-btn {
    padding: 15px 10px 15px;
}
.owl-prev{
    float: left;
}
.owl-prev span {
    font-size: 80px;
    display: block;
    margin-top: -34px;
    color: #fff;
    font-weight: 300;
}
.owl-next{
    float: right;
}
.owl-next span {
    font-size: 80px;
    display: block;
    margin-top: -34px;
    color: #fff;
    font-weight: 300;
}
.owl-nav {
    width: 100%;
    margin-left: 0%;
    position: absolute;
    margin-top: 5px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    background: #ff9601a3;
    overflow: hidden;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots button{
    height: 20px;
    width: 20px;
    background: #fff!important;
    margin: 10px 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.owl-dots .active{
    background: #ff9601!important;
}
.blk-bg{
    background: #000000b8;
}
#tabs{
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}
#tabs .nav-tabs a {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 20px;
    color: #eee;
}
.nav-tabs a.active {
    color: #FF9800!important;
    background-color: transparent!important;
    border-color: transparent transparent #FF9800!important;
    border-bottom: 2px solid !important;
    font-size: 20px;
    font-weight: bold;
}
.menu-list .row {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px dashed #5a4f3e;
}
.menu-list .row .col-md-3{
    text-align: right;
}
.menu-list .row:last-child{
    border-bottom: none;
}
.menu-title {
    color: #ff9601;
    font-size: 24px;
    margin-bottom: 15px;
}
.menu-description {
    color: #bcbcbc;
    font-weight: 400;
    font-size: 18px;
}
.menu-description ul{
    padding: 0;
    margin: 0;
}
.menu-description ul li {
    display: inline-block;
    width: 22%;
    line-height: 36px;
}
.menu-description ul li span {
    margin-left: 10px;
    color: #d2d2d2;
}
.form-check-label {
    margin-bottom: 0;
    margin-left: 5px;
}
.menu-qnt {
    width: 65px;
    display: inline-block;
    margin-left: 10px;
    float: right;
    padding-left: 15px;
    font-weight: 700;
    height: 36px;
    background-color: #bcbcbc;
}
.form-check-input{
    margin-top: 11px;
}
.menu-add-btn{
    padding: 10px 30px;
    background: #4CAF50;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 42px;
    float: right;
}
.menu-add-btn:hover{
    color: #fff;
}
.menu-price {
    font-size: 20px;
    color: #f1f1f1;
    text-align: right;
    line-height: 56px;
    border-left: 1px dotted #675943;
    display: inline-block;
    padding: 0px 50px;
}

#testimonial{
    background: #f4f4f4 url(../images/testimonial.jpg) no-repeat right bottom;
    padding-bottom: 90px;
}
#testimonial::before{
    background: rgba(0, 0, 0, 0) url(../images/arrow-up-pattren.png) repeat scroll 0 0;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: -11px;
}
.testimonial-text {
    width: 65%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
}
.testimonial-author {
    text-align: center;
    margin: 20px 0px 1px;
    font-weight: 500;
    font-size: 18px;
}
.testimonial-city {
    text-align: center;
}
.testimonial-img {
    text-align: center;
}
.testimonial-img img {
    width: 100%;
    height: auto;
    max-width: 150px;
}
#testimonial h1 {
    font-size: 40px;
    color: #3c3c3c;
    margin-bottom: 10px;
}
#testimonial .text-contents h2 span{
    font-size: 40px;
}
footer{
    background: #000;
    border-top: 4px solid #ca2723;
    padding: 80px 0px 0px;
}
footer h3 {
    color: #fe9500;
    font-size: 20px;
}
.footer-text{
    color: #ccc;
}
.footer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-text ul li{
    padding: 5px 0px;
    display: block;
}
.footer-text a {
    color: #ccc;
    display: inline-block;
}
.footer-text a:hover{
    color: #fe9500;
}
.footer-address{
    background: url(../images/footer-home-icon.jpg) no-repeat;
    padding-left: 60px;
    margin-bottom: 10px;
}
.footer-phone{
    background: url(../images/footer-call-icon.jpg) no-repeat;
    padding-left: 60px;
    margin-bottom: 15px;
    line-height: 40px;
}
.footer-email{
    background: url(../images/footer-email-icon.jpg) no-repeat;
    padding-left: 60px;
    line-height: 40px;
}
.socials-icon{
    padding-top: 10px;
}
.socials-icon a{
    margin-right: 10px;
    opacity: 0.7;
}
.socials-icon a:hover{
    opacity: 1;
}
.copywrite {
    padding: 20px 0px;
    text-align: center;
    background: #222;
    margin-top: 40px;
    font-size: 14px;
    color: #ccc;
}

/*---------------------- Padding --*/
.pd-tp-10{
    padding-top: 10px;
}
.pd-tb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pd-tb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pd-top-100{
    padding-top: 100px;
}
.pd-bottom-100{
    padding-bottom: 100px;
}
.pd-top-80{
    padding-top: 80px;
}
.pd-top-40{
    padding-top: 40px;
}
.pd-bottom-80{
    padding-bottom: 80px;
}
.mg-bt-20{
    margin-bottom: 20px;
}
/*------------- Bg color */
.grey-bg{
    background: #f1f1f1;
}
.tomato-bg{
    background: #f1f1f1 url(../images/tomato.png) no-repeat bottom right;
    background-size: 325px;
    padding: 100px 0px 140px;
}


/*---------------------- mobile css */
@media only screen and (max-width: 460px) {
    .m-btn{
        display: block;
        padding: 20px;
    }
    .navbar {
        padding: 0px;
        position: fixed;
        left: 0;
        width: 100%;
    }
    .flex-nowrap {
        background: #ca2723;
        padding: 15px 0px;
        text-align: center;
    }
    .navbar-dark .navbar-nav .nav-link{
        line-height: 40px;
    }
    #banner-area {
        background: #000;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 11%;
    }
    .cloud-divider {
        margin-top: -100px;
    }
    #aboutus{
        background: #fff;
        padding: 0px; 
    }
    .tomato-bg {
        padding: 80px 0px 160px;
        background-size: 260px;
    }
    .text-contents{
        text-align: center;
    }
    .text-contents h1{
        font-size: 40px;
    }
    .text-contents h2 span{
        font-size: 38px;
    }
    .text-contents p{
        text-align: center;
        line-height: 30px;
    }
    .img-holder-right{
        margin-left: 0px;
    }
    .up-25{
        margin-top: 5px;
    }
    .img-holder-left{
        display: none;
    }
    .grey-bg{
        background: #fff;
        padding: 40px 0px;
    }
    .text-contents ul li{
        text-align: left;
    }
    .menu-description ul li{
        width: 100%;
        text-align: center;
    }
    .menu-qnt{
        float: none;
        margin-top: 15px;
    }
    .menu-add-btn{
        text-align: center;
        display: block;
        float: none;
        margin-top: 20px;
    }
    .menu-title{
        text-align: center;
    }
    footer h3{
        padding-top: 30px;
    }
    .socials-icon {
        padding-top: 0px;
        margin-bottom: 0;
    }
    footer {
        padding: 20px 0px 0px;
    }
    .testimonial-text{
        width: 100%;
    }
    #testimonial{
        background-size: 360px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 460px)  {
    #banner-area {
        background: #000;
    }
    .cloud-divider {
        margin-top: -65px;
        height: 170px;
    }
}