/*
*******************************************
*******************************************

==== INDEX PAGE CSS

** - 0. Default CSS
** - 1. Background Image CSS
** - 2. Preloaders CSS
** - 3. Header area CSS
** - 4. Slider area CSS
** - 5. Special area CSS
** - 6. Opening Hour area CSS
** - 7. Food Menu area CSS
** - 8. Gallery area CSS
** - 9. Reservation area CSS
** - 10. Team area CSS
** - 11. Testimonials area CSS
** - 12. Location area css
** - 13. Blog area CSS
** - 14. Contact area CSS
** - 15. Widget area CSS
** - 16. Footer area CSS

*/





body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2c2626;
    font-size: 15px;
    line-height: 25px;
}




img {
    max-width: 100%;
}

a {
    color: #F39C12;
}

a:hover {
    color: #F39C12;
    text-decoration: underline;
}
@font-face{
    font-family: parsine;
    src: url(../fonts/parisienne/Parisienne-Regular.ttf);
}

.btn-table,
a.btn-table {
    background-color: #F39C12;
    border: 2px solid #fff;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 18px 50px;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
}

.btn-table:hover,
a.btn-table:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}


.block-area {
    padding: 75px 0 40px;
}

.padding-zero {
    padding: 0;
}

.padding-top-zero {
    padding-top: 0;
}

.padding-bottom-zero {
    padding-bottom: 0;
}

.padding-right-zero {
    padding-right: 0;
}

.padding-left-zero {
    padding-left: 0;
}

.title {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
}

.block-area.gray {
    background: #f6f6f6;
}

.section-title {
    font-size: 18px;
    color: #2C2626;
    text-align: center;
    margin-bottom: 100px;
    line-height: 30px;
}

.section-title h1 {
    font-size: 60px;
    margin: 0 0 40px;
}

.section-title h3 {
    line-height: 45px;
    margin: 0;
    font-weight: 300;
}

.border {
    background-color: #2c2626;
    height: 1px;
    width: 170px;
    display: block;
    margin: 30px auto 0;
}

.datepicker {
    margin-top: -24px;
}


/*2.================================ Preloader CSS ================================*/
.foodcafe-preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.foodcafe-preloader .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #F6B145;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/*3.================================ Header area CSS ================================*/
.logo {
    color: #fff;
    font-size: 55px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-right: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #F39C12;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #F39C12;
}

.navbar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
.title{
    font-family: parsine;
}
.navbar {
    background: #000000;
    padding: 25px 0;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #F39C12;
}

.navbar-default .navbar-nav> .active >a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #F39C12;
    background-color: transparent;
    outline: 0;
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav> a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}


/*4. Slider area CSS*/
.single-slider {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    height: 100vh;
    position: relative;
}

.single-slider:before {
    content: "";
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-table {
    display: table;
    height: 100%;
    width: 100%;
}

.slider-cell {
    display: table-cell;
    vertical-align: middle;
}

.slider-text {
    margin-top: 105px;
}

.slider-text h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}

.slider-text h2 {
    margin: 0 0 20px;
    font-weight: 100;
}

.slider-text .btn-table {
    margin-top: 70px;
}

.slider-area .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}

.testimonial-list .owl-dots {
    text-align: center;
    margin-top: 100px;
}

.slider-area .owl-dot,
.testimonial-list .owl-dot {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}

.slider-area .owl-dot.active,
.slider-area .owl-dot:hover,
.testimonial-list .owl-dot.active,
.testimonial-list .owl-dot:hover {
    background-color: #F39C12;
}

#owlcarousel1{
    margin-top: 40px;
}
#owlcarousel1 img{
    height: 300px;
}


/*5.================================ Special area CSS ================================*/
.special-menu,
.special-menu-box {
    min-height: 360px;
    margin-bottom: 30px;
}

.special-menu,
.special-menu-box-hover,
.gallery-hover,
.team-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.special-box {
    font-size: 16px;
}

.special-menu h1 {
    font-size: 50px;
    margin: 0 0 25px;
}

.special-menu-box {
    border: 2px solid #2c2626;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.special-menu-box-hover,
.gallery-hover,
.team-hover {
    padding: 25px;
    background: rgba(0, 0, 0, .60);
    color: #fff;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: -100%;
    bottom: 0;
    right: 0;
}

.special-menu-box:hover .special-menu-box-hover,
.single-gallery:hover .gallery-hover,
.single-team:hover .team-hover {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.special-menu-box-hover h1 {
    font-size: 45px;
    margin: 0 0 30px;
    color: #F39C12;
}

.price {
    color: #F39C12;
    font-size: 55px;
    display: block;
    margin-top: 35px;
}

/*6.================================ Opening Hour area CSS ================================*/
.opening-box {
    position: relative;
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    padding: 150px 0;
}

.opening-box:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.opening-box-text {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.opening-box-text h2 {
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 30px;
}

/*7. ===================== Food Menu area CSS======================*/
.menu-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-nav ul li {
    display: block;
}

.menu-nav ul li a {
    border: 1px solid #2C2626;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    height: 165px;
    font-size: 35px;
    color: #2C2626;
    padding-top: 105px;
    background-position: center 25px;
    background-size: 75px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.menu-nav ul li a:hover,
.menu-nav ul li.active a {
    color: #f39c12;
    border-color: #f39c12;
    text-decoration: none;
}

.menu-nav ul li.breakfast a {
    background-image: url(../img/menu-icon/icon-1.png);
}

.menu-nav ul li.lunch a {
    background-image: url(../img/menu-icon/icon-2.png);
}

.menu-nav ul li.sub-continental a {
    background-image: url(../img/menu-icon/icon-3.png);
}

.menu-nav ul li.continental a {
    background-image: url(../img/menu-icon/continental.png);
}

.menu-nav ul li.beverage a {
    background-image: url(../img/menu-icon/beverage.png);
}

.menu-nav ul li.deserts a {
    background-image: url(../img/menu-icon/desert.png);
}

.menu-nav ul li.chinese a {
    background-image: url(../img/menu-icon/chinese.png);
}


.menu-nav ul li.breakfast a:hover,
.menu-nav ul li.active.breakfast a {
    background-image: url(../img/menu-icon/icon-1-hover.png);
}

.menu-nav ul li.lunch a:hover,
.menu-nav ul li.active.lunch a {
    background-image: url(../img/menu-icon/icon-2-hover.png);
}

.menu-nav ul li.sub-continental a:hover,
.menu-nav ul li.active.sub-continental a {
    background-image: url(../img/menu-icon/icon-3-hover.png);
}

.menu-nav ul li.continental a:hover,
.menu-nav ul li.active.continental a {
    background-image: url(../img/menu-icon/continental-hover.png);
}

.menu-nav ul li.beverage a:hover,
.menu-nav ul li.active.beverage a {
    background-image: url(../img/menu-icon/beverage-hover.png);
}

.menu-nav ul li.deserts a:hover,
.menu-nav ul li.active.deserts a {
    background-image: url(../img/menu-icon/desert-hover.png);
}

.menu-nav ul li.chinese a:hover,
.menu-nav ul li.active.chinese a {
    background-image: url(../img/menu-icon/chinese-hover.png);
}

.menu-list {
    position: relative;
}

.menu-item-image {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
}

.menu-item {
    text-align: center;
    font-size: 16px;
    max-width: 320px;
    margin: auto;
    padding: 50px 0;
}

.menu-item h1 {
    color: #f39c12;
    font-size: 40px;
    margin: 0 0 20px;
}

.menu-item span.price {
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
}

.menu-pagination {
    margin: 50px 0;
}

.menu-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menu-pagination ul li {
    display: inline-block;
}

.menu-pagination ul li a {
    color: #2c2626;
    font-size: 30px;
    display: block;
    padding: 0 7px;
}

.menu-pagination ul li:first-child a {
    margin-right: 25px;
}

.menu-pagination ul li:last-child a {
    margin-left: 25px;
}

.menu-pagination ul li a:hover,
.menu-pagination ul li.active a {
    color: #f39c12;
    text-decoration: none;
}

/*8.================================ Gallery area CSS ================================*/
.single-gallery,
.single-team {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border: 1px solid #2c2626;
    margin-bottom: 30px;
    height: 265px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gallery-hover {
    font-size: 16px;
    text-align: center;
}

.gallery-hover h1 {
    margin: 0 0 10px;
    color: #f39c12;
    font-size: 40px;
    line-height: 60px;
}

/*9. ================================ Reservation area CSS ================================*/
#reservation {
    background-color: black;
}
#reservation h1, p {
    color: white;
}
.reservation-form input,
.reservation-form textarea,
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    background: #F6F6F6;
    margin-bottom: 30px;
    color: #2c2626;
    font-weight: 300;
    font-size: 18px;
    padding: 20px 30px;
}

.reservation-form input:focus,
.reservation-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
    background: #F6F6F6;
}

.reservation-form i {
    position: absolute;
    top: 17px;
    right: 35px;
    font-size: 25px;
}

.btn-submit,
.reservation-form input[type="submit"],
.contact-form input[type="submit"] {
    color: #2C2626;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #F6F6F6;
    border: 2px solid #2C2626;
    display: inline-block;
    width: auto;
    padding: 20px 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-submit:hover,
.reservation-form input[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
    background: #F39C12;
    text-decoration: none;
    color: #fff;
}

/*10.================================ Team area CSS ================================*/
.single-team {
    height: 430px;
}

.team-hover {
    font-size: 18px;
    text-align: center;
}

.team-hover h1 {
    color: #F39C12;
    font-size: 55px;
    margin: 0 0 20px;
}

.team-hover h2 {
    color: #fff;
    margin: 0 0 35px;
}

.single-team .bookmarks {
    margin-top: 45px;
}

.bookmarks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bookmarks ul li {
    display: inline-block;
}

.bookmarks ul li a {
    background: #F39C12;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    margin: 0 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

.bookmarks ul li a:hover {
    background: #000;
}


/*12. ================================ Location area css ================================*/
.map-container {
    position: relative;
    width: 100%;
    height: 400px;
}


/*13.================================  Blog area CSS ================================ */
.single-blog {
    background: #fff;
}

.blog-image {
    height: 250px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-color: #ddd;
}

.blog-text {
    color: #2C2626;
    padding: 20px;
}

.blog-text a {
    color: #F39C12;
}

.blog-text h3 {
    font-size: 20px;
    margin-top: 0;
}

.blog-text h3 a {
    color: #2C2626;
}

.blog-text h5 {
    font-size: 15px;
    margin: 15px 0 20px;
    font-weight: 300;
    color: #F39C12;
}

.blog-text h5 i {
    margin-right: 10px;
}

.blog-text h5 strong {
    margin-right: 15px;
}

#blog .formv{
    background-color: gray;
    text-align: center;
     padding: 20px 20px;
    
}
#blog .formv span{
     font-size: 30px;
     font-weight: bold;
}
#blog .formv input{
    display: block;
    margin: 5px auto;
    padding: 5px 3px;
    width: 200px;
}
#blog .formv .response{
    width: 700px;

}
#blog .formv .btnn{
    border: 2px solid black;
}
#blog .formv input[type="file"]{
    height: 50px;
    width: 100px;
}
#blog .formv input[type="file"]{
    
}

/*14.================================ Contact area CSS ================================*/
#contact {
    background-color: black;
}

#contact .title, .text {
    color: white;
}

.single-address {
    font-size: 20px;
    color: #2C2626;
    margin-bottom: 40px;
}

.single-address h1 {
    font-size: 35px;
    color: #F39C12;
    margin: 0 0 30px;
}
.single-address p {
    color: white;
}

/*15.================================ Widget area CSS ================================*/
.widget-area {
    background: #222222;
    padding: 50px 0 45px;
    color: #fff;
}

.widget .logo {
    margin: 0 0 30px;
}

.widget .bookmarks {
    margin-top: 20px;
}

.widget .bookmarks ul li a {
    margin-left: 0;
    margin-right: 10px;
}

.widget h3 {
    margin: 30px 0;
}

.widget ul.post,
.widget ul.address {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul.post li,
.widget ul.address li {
    display: block;
    margin-bottom: 20px;
}

.widget ul.post li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    position: relative;
}

.widget ul.post li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
}

.widget ul.address li {
    padding-left: 20px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.widget ul.address li a {
    color: #fff;
}

.widget ul.address li i {
    position: absolute;
    left: 0;
    top: 7px;
}

.widget input[type="email"] {
    width: 100%;
    border: 0;
    padding: 8px 10px;
    margin-bottom: 20px;
    color: #222;
}

.widget input[type="submit"] {
    font-size: 17px;
    border: 2px solid #fff;
    background: transparent;
    padding: 8px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

.widget input[type="submit"]:hover {
    background-color: #fff;
    color: #222;
}

.widget input[type="email"]:focus {
    outline: 0;
}

/*16. Footer area CSS*/
.footer-area {
    background: #000000;
    padding: 40px;
    color: #fff;
}