/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Work+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet');

/* Import CSS */

@import 'bootstrap/bootstrap.min.css';
@import 'others/animate.css';
@import 'others/magnific-popup.css';
@import 'others/owl.carousel.min.css';
@import 'others/font-awesome.min.css';
@import 'others/pe-icon-7-stroke.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 0px;
    padding-bottom: 90px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.pt-200 {
    padding-top: 200px;
}
.pt-185{
    padding-top: 185px;
}
.pt-230{
    padding-top:230px;
}
.pt-140 {
    padding-top: 130px;
}
#scrollUp {
    bottom: 30px;
    font-size: 18px;
    right: 30px;
    width: 40px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 3px;
    font-size: 36px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    outline: none;
}

li {
    list-style: none;
}

.caviar-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

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

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#preloader .preload-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 8;
    background-color: transparent;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
}

.preload-icons > img {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}

.caviar-load {
    -webkit-animation: 6000ms linear 0s normal none infinite running caviar-load;
    animation: 6000ms linear 0s normal none infinite running caviar-load;
    background: transparent none repeat scroll 0 0;
    border-color: #ebebeb #ebebeb #ff0000;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 70px;
    position: relative;
    width: 70px;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

@-webkit-keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader .preload-icons .preload-1 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-1;
    animation: 6000ms linear 0s normal none infinite running load-1;
}

@-webkit-keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-2 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-2;
    animation: 6000ms linear 0s normal none infinite running load-2;
}

@-webkit-keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-3 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-3;
    animation: 6000ms linear 0s normal none infinite running load-3;
}

@-webkit-keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.bg-gray {
    background-color: #f9f9f9;
}

.caviar-btn {
    font-family: 'Work Sans', sans-serif;
    min-width: 180px;
    height: 54px;
    border: 1px solid #b2b2b2;
    font-weight: 500;
    background-color: #fff;
    border-radius: 0;
    padding: 0 30px;
    line-height: 52px;
    color: #000;
}

.caviar-btn:hover,
.caviar-btn:focus {
    color: #ff0000;
    font-weight: 500;
}

.caviar-btn > span {
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

/* Search Area CSS */

.caviar-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 100px;
    background-color: #000;
    top: -200px;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .caviar-search-form {
    top: 0;
}

.sticky .caviar-search-form {
    height: 70px;
}

.caviar-search-form form {
    position: relative;
    z-index: 1;
}

.caviar-search-form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
    line-height: 30px;
    font-size: 28px;
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.sticky .header_area {
    background-color: rgba(0, 0, 0, 0.85);
    height: 70px;
    z-index: 9999;
}

.logo_sec{
    position: relative;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}
.logo_sec:after{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 25px solid rgba(0, 0, 0, 0.85);
}
.logo_sec a{
    display: block;
    width: 142px;
    height: 142px;
    border-radius: 100%;
    transition: 0.5s;
    transform: scale(0.9);
}
.logo_sec img{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 63%;
    transform: translate(-50%,-50%);
}

.navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color:#f22048;
}

.caviar-search-btn > a {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}

.dropdown-menu {
    border: none;
    margin: 0.5rem 0 0;
    padding: 0;
    border-radius: 0;
}
.dropdown-item {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: 1px dashed #c3b9b9;
}
.dropdown-item:last-child{
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: #f22048;;
    color: #fff;
}

/* Hero Area CSS */

.caviar-hero-area {
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
}

.single-hero-slides {
    position: relative;
    z-index: 1;
    height: 770px;
    width: 100%;
}

.single-hero-slides:after {
    position: absolute;
    width: calc(50% - 112px);
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.single-hero-slides:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.hero-content h2 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.hero-content p {
    color: #fff;
    margin-bottom: 70px;
}

.hero-slides-nav {
    width: 375px;
    height: 210px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.hero-slides-nav:after {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.caviar-hero-area .owl-next {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    bottom: 188px;
    border-radius: 50%;
    right: 353px;
    z-index: 10;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: rgba(51, 51, 51, 0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-hero-area .owl-next:hover {
    background-color: #ff0000;
    color: #fff;
}

.welcome-social-info {
    font-size: 16px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.welcome-social-info > a {
    margin-bottom: 30px;
    color: #fff;
}

.welcome-social-info > a:last-child {
    margin-bottom: 0;
}

/* About Us Area CSS */

.caviar-about-us-area {
    position: relative;
    overflow: hidden;
}

.about-us-thumbnail {
    box-shadow: 3px 5px 45px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.about-us-thumbnail > img {
    width: 100%;
}

.about-us-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff0000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.about-us-content > p {
    margin-bottom: 0;
    text-align: justify;
}

.about-us-second-part {
    position: relative;
    z-index: 1;
}

.home-about-mobile-img {
    display: none;
}
.wedding-second-part:after {
    content: 'Destination Wedding';
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}
.activities-second-part:before{
   position: absolute;
    content: "";
    top: 22px;
    left: 20px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat; 
}
.activities-second-part:after {
    content: 'career';
    position: absolute;
    top: 70px;
    font-size: 95px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.menu-second-part:before {
    position: absolute;
    content: "";
    top: 22px;
    left: 20px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.menu-second-part:after {
    content: 'Menu';
    position: absolute;
    top: 70px;
    font-size: 85px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.wedding-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.banquet-second-part:after {
    content: 'Banquet';
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.banquet-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.franchisee-content-second-part:after{
   content: 'Franchisee';
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;   
}
.franchisee-content-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.restaurant-second-part:after{
    content: attr(data-content);
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;  
}
.restaurant-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(../img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.institutional-second-part:after {
    content: 'Institutional';
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.institutional-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.outdoor-second-part:after {
    content: 'Catering';
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.outdoor-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}

.about-us-second-part:after {
    content: 'About Us';
    position: absolute;
    top: 70px;
    font-size: 150px;
    left: 0;
    color: rgba(242, 32, 72, 0.16);    
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.about-us-second-part:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 110px;
    background-image: url(../img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}
.about-corner {
    position: absolute;
    left: 0%;
    bottom: -2%;
}
.about-btn{
    margin-top: 25px;
}

/* Services Area CSS */
.services {
    padding:90px 0;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.feature-box01 .feature-icon {
    border-radius: 50%;
    height: 125px;
    line-height: 125px;
    transition: all 0.5s ease 0s;
    width: 125px;
    border: 2px solid #f22048;
    display: inline-block;
    margin-bottom: 25px;
}
.service-heading-block{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    line-height: 26px;
}
.no-margin-bottom{
    margin-bottom: 0;
}
.separator-line-verticle-small-thick{
    background:#f22048;
    width:15%;
    height: 3px;
    margin-top: 25px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.lgx-about-content .text {
    text-align: center;
    margin-bottom: 2rem;
}

/* Dish Menu Area CSS */

.caviar-dish-menu {
    padding-bottom: 65px;
    padding-top:65px;
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

.caviar-dish-menu:before {
    position: absolute;
    font-size: 150px;
    right: -10%;
    margin: 0;
    content: 'Special';
    line-height: 1;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(242, 32, 72, 0.16);
    font-weight: 700;
}

.caviar-single-dish {
    padding: 50px 50px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dish-info .dish-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
    line-height: 1.7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-price {
    width: 60px;
    height: 60px;
    background-color: #aa5a2d;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-single-dish:hover .dish-info .dish-name {
    color: #ff0000;
}

.caviar-single-dish:hover .dish-info .dish-price {
    background-color: #f22048;
}

.caviar-single-dish:after {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.menu-heading {
    position: relative;
    z-index: 1;
}

.menu-heading > a {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    z-index: 9;
}

.caviar-dish-menu .row .col-12:first-child .caviar-single-dish:before {
    position: absolute;
    height: 100%;
    background-image: url(../img/core-img/special-dots.png);
    width: calc(100% - 50px);
    content: '';
    top: -50px;
    left: -50px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* our services area */
.our-vission-area {
    background: url(../img/about-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.our-vission-area .our-vission-area-inner {
    padding: 65px 0;
}
.our-vission-area-inner-content .vision-heading-section {
    margin-bottom: 1.5rem;
    text-align: center;
}
blockquote {
    overflow: hidden;
    color: #282b2e;
    margin: 2rem auto;
    display: block;
    padding: 1rem 1.5rem;
    position: relative;
    border-left: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}
blockquote, blockquote p {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Playfair Display',serif;
}
blockquote:before {
    content: "\f10d";
    left: 1px;
    text-align: center;
}
blockquote:after {
    content: "\f10e";
    right: 1px;
}
blockquote:after, blockquote:before {
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    font-size: 2rem;
    line-height: 3rem;
    color: #f1224894;
    opacity: .7;
}
.vision-more{
    margin:0 auto;
    display: table;
}

/* Testimonials Area CSS */
.testimonials-content {
    padding: 70px 100px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.caviar-testimonials-area {
    padding-bottom: 200px;
}

.single-testimonial {
    padding: 0 35px;
}

.testimonial-thumb-name {
    margin-bottom: 30px;
}

.testimonial-thumb-name > img {
    width: 80px!important;
    height: 80px!important;
    margin-right: 25px;
    border-radius: 50%;
}

.testimonial-thumb-name .tes-name > h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-thumb-name .tes-name > p {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0;
}

.caviar-testimonials-slides .center .single-testimonial {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.lgx-about-top{
    background:#fff;
}
.lgx-inner {
    padding: 65px 0;
}
.about-top-single {
    margin-bottom: 2.6rem;
    background: #fff;
    color: #fff;
    padding: 2.6rem 8%;
    position: relative;
    text-align: center;
}
.about-top-single:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.about-top-single .title {
    font-size: 20px;
    line-height: 3rem;
    font-weight: 700;
    color: #282b2e;
    margin: 1rem 0;
    text-transform: uppercase;
}
.about-top-single a{
    color:#000;
}
.about-top-single:hover a{
    color: #f22048;
}
.about-top-single p {
    color: #6b6b6b;
    font-size:14px;
}
.about-top-single:hover p{
    color: #a7a7a7;
}




/* Reservation Area CSS */

.caviar-reservation-area,
.caviar-contact-area {
    overflow-x: hidden;
    background: url(../img/table-bg.jpg) top center no-repeat;
}
.contact_us_bg{
    background: #fff;
}
.reservation-form-area,
.contact-form-area {
    width: calc(50% - 0px);
    padding: 20px 0px;
}

.reservation-side-thumb {
    width: calc(50% + 0px);
}

.reservation-form,
.contact-form {
    width: 470px;
    margin-right: 67.5px;
}
.reservation-form .form-control,
.contact-form .form-control {
    border: none;
    border: 1px solid #fff !important;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    color: rgb(255, 255, 255);
}

.reservation-form .form-control:focus,
.contact-form .form-control:focus {
    box-shadow: none;
    color: rgba(51, 51, 51, 1);
}
.contact_us_bg .contact-form {
    width: 425px;
    margin-right: 67.5px;
}
.reservation-form textarea.form-control,
.contact-form textarea.form-control {
    border: none;
    height: 120px;
}
.contact_us_bg .contact-form .form-control{
    border-bottom: 1px solid #c1c1c1 !important;
    padding-left: 5px;
}
.contact_us_bg .contact-form textarea.form-control{
    border: none !important;
}

.contact_information_section{
    padding: 35px;
}

.contact_information_section h2{
    font-family: 'Playfair Display', serif;
    color: #fff;
}
.contact_information_section h3{
    font-size: 17px;
    color: #909090;
    font-weight: 600;
}
.contact_information_section p{
    color: #929292;
    width: 56%;
}
.iconned-list{
    list-style: none outside none;
    margin: 0;
}
.iconned-list .item {
    position: relative;
}
.iconned-list .icon {
    font-size: 40px;
    margin-bottom: 0.5em;
    display: inline-block;
    width: 1em;
    position: absolute;
    left: 0;
    top: 0;
}
.iconned-list .icon i{
    color:#fff;
}
.iconned-list .desc {
    display: inline-block;
    text-align: left;
    padding-left: 64px;
    margin-bottom: 15px;
}
.iconned-list .desc h3{
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: #fff;
}
.iconned-list .desc p{
    width:100%;
    margin-bottom: 0;
}


/* Footer Area CSS */

/*.caviar-footer-area {
    background-color: #333333;
    padding: 40px 0;
    text-align: center;
}

.caviar-footer-area .navbar-brand {
    font-size: 30px;
    margin-bottom: 40px;
}

.footer-text > p {
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin-bottom: 0;
}*/


footer {
    background-color: #222222;
}
.content-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.column-footer.col-lg-5 {
    padding-right: 80px;
}
.column-footer {
    padding-top: 17px;
}
footer h3 {
    font-size: 20px;
    color: white;
    line-height: 1.3;
    padding-bottom: 15px;
}
footer ul li {
    list-style-type: none;
    color: #c6c6c6;
    font-size: 14px;
    line-height: 2.14;
}
#follow-us a {
    padding-left: 18px;
}
footer ul li a {
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
}
footer ul li a:hover {
    text-decoration: none;
    color: #f22048;
}
.first-line {
    left: -12%;
}
.second-line {
    left: -16%;
}
.line-divide {
    position: absolute;
    width: 1px;
    background-color: #333333;
    bottom: 0px;
    top: 0px;
}
#useful-links .span-left {
    display: inline-block;
    width: 56%;
}
#restaurant-hours .span-left {
    display: inline-block;
    width: 42%;
}
.wrap-bottom-footer {
    border-top: 1px solid #333333;
    padding-bottom: 18px;
    padding-top: 18px;
}
.bottom-footer .col-sm-7, .bottom-footer .col-sm-5 {
    color: #c6c6c6;
    font-size: 14px;
    line-height: 1.8;
}
.bottom-footer .col-sm-5 {
    text-align: right;
}
.bottom-footer span:first-child {
    padding-right: 10px;
    border-right: 1px solid #333333;
}
.bottom-footer span:last-child {
    padding-left: 10px;
}










/* Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 350px;
}

.breadcumb-content {
    padding-top: 100px;
}

.breadcumb-content h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

.breadcumb-area:before {
    width: calc(50% - 112px);
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
}
.breadcrumb{
    background: none;
    padding-left: 0;
    font-size: 14px;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff;
    content: "/";
}
.breadcrumb-item.active {
    color: #dc1b3e;
}
/* Menu Area CSS */

.caviar-projects-menu {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.portfolio-menu button {
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Work Sans', sans-serif;
    outline: none;
}

.portfolio-menu button.active {
    color: #ff0000;
}

.single_menu_item {
    margin-bottom: 70px;
}

.single_menu_item:last-child {
    margin-bottom: 0;
}

.dish-description {
    margin: 0 70px;
}

.dish-description h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.dish-description p {
    margin-bottom: 0;
}

.dish-value > h3 {
    color: #ff0000;
    font-size: 30px;
    margin-bottom: 0;
}

.food-menu-title > h2 {
    font-size: 150px;
    color: rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    z-index: 1;
    top: 420px;
}

.caviar-menu-slides .owl-nav {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.caviar-menu-slides .owl-nav .owl-prev,
.caviar-menu-slides .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-menu-slides .owl-nav .owl-prev:hover,
.caviar-menu-slides .owl-nav .owl-next:hover {
    background-color: rgba(51, 51, 51, 1);
}

.caviar-menu-slides .owl-nav .owl-next {
    margin-right: 0;
}

/* Contact Area CSS */

.breadcumb-content > p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.breadcumb-content p i {
    width: 35px;
}

.breadcumb-content p a {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
}

/* Google Maps Area CSS */

.caviar-map-area {
    width: calc(50% + 125px);
    overflow-x: hidden;
    overflow-y: hidden;
    background: url(../img/table-bg.jpg) top center no-repeat;
    height: 685px;
    position: relative;
    z-index: 1;
}

#googleMap {
    width: 100%;
    height: 100%;
}

.contact-form-title p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ff0000;
    margin-bottom: 40px;
    font-family: 'Work Sans', sans-serif;
}

/* Regular Page Area CSS */

.regular-page-content .post-title h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.regular-page-content .post-title > a {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Work Sans', sans-serif;
}

.regular-page-content .post-title {
    margin-bottom: 50px;
}

blockquote {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

blockquote img {
    width: 30px;
    margin-right: 40px;
    padding-top: 12px;
}

.blockquote-content h6 {
    line-height: 2;
}

.blockquote-content p {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    font-weight: 600;
}
.arrow-animation{
        width: 66px;
    margin: 0 auto;
    display: table;
}
.b-style{
    color: #c70000;
    font-size: 16px;
}
.insti-ul{
    margin-left: 2em;
    margin: 2em;
}
.insti-ul li{
   margin-bottom: 5px;
    font-weight: bold;
}
.red1{
    color: #dc1218;
}
.inst-corner{
    position: absolute;
    left: 0%;
    bottom: -4%;
}
.p-b{
    margin-bottom: 1em !important;
}
.menu-content{
    text-align: right;
    margin-top: 5em;
    margin-right: 1em;
}
.pt-165{
    padding-top: 165px;
}
.menu-content ul li a{
    color: #555;
}
.menu-content ul li{
    margin-bottom: 10px;
}
.menu-content ul li .active{
    color: #f00;
}
.top-menu1{
    background-image:url('../img/rrrr.jpg');
    background-size: cover;
}
.top-menu1 h3 {
    color: #fff;
    position: relative;
    z-index: 201;
}
.top-menu1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}
.menu-block{
    margin: 2em 0em;
}
.menu-block h3 {
    font-size: 17px;
    margin-bottom: 0px;
}
.menu-block p {
    margin-bottom: 0px;
}
.menu-block .card-body{
  padding: 12px;  
}
.menu-block .card-body{
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 7px #b3aeae;
}
.menu-block .food-left{
    width: 70%;
}
.menu-block .food-right{
    width: 30%;
    text-align: right;
}
.menu-block .price{
    font-weight: bold;
    color: #b70101;
}
.menu-block .card{
    margin-bottom: 1em;
}
.stky-left{
    position: relative;
    height: 100%;
}
.stky-left-iner{
    align-items: center;
    justify-content: center;
    position: sticky;
    -webkit-position: sticky;
    top: 10px;
}
.job-item{
   box-shadow: 0px 1px 11px 3px rgba(37, 37, 37, 0.31);
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    border-radius: 6px;
    border-left: 6px solid #f74e6c;
}
.applynow{
    background-color: #fff;
    border: 1px solid #007bff;
    padding: 8px 13px;
}
.career-p{
    margin-bottom: 25px;
}
.address-area {
    width: 100%;
    height: 70px;
}
.group-botom {
    margin-bottom: 23px;
}
.signeture-fild {
    height: 86px;
    width: 100%;
    border: 1px solid #a2a1a1;
}
.apply-frm{
    border: 5px solid #f37373;
    border-radius: 8px;
    padding: 22px;
}
.apply-h{
    text-align: center;
    margin-bottom: 20px;
}
.send-aply{
    cursor: pointer;
}
.about-us-content{
    background-color: #ffffffab;
    padding: 5px;}
    
    .menu-second-part .card-body h3{
        font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    background-image: linear-gradient(to right, white , #ffff0000);
    }
.reload-captcha{
    padding: 9px 3px;
}
