/*------------------------------------------------------------------
[Main Stylesheet]

Project: Restu
Version: 1.1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
    *. Header / .main-header
    *. Banner / .banner
    *. About Us /.about-us
    *. Our Menu /.our-menu
    *. Gallery /.gallery
    *. Our Experience Chefs /.our-experience-chefs
    *. Make Reservation /.make-reservation
    *. Blog Section /.blog-section
    *. Contact /.contact
    *. Footer /.footer
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.light-index{
    color: #535353;
}

.light-index ul {
    color: #535353;
}

.light-index a {
    color: #37404d;
}

.light-index a:hover {
    color: #535353;
}

.light-index p {
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}

.light-index .form-inline .btn,
.form-inline .btn:active {
    color: #212121;
}

.light-index .about-us h1{
    color: #000;
}

.about-us h1{
    font-family: 'Cookie', cursive;
}

.about-us{
    padding-top: 120px;
}

.about-photo{
    position: absolute;
    bottom: 0;
    right: 15px;
}

.about-photo img{
    width: 100%;
}

.about-info{
    margin-bottom: 120px;
    padding-right: 180px;
}

.dark-index{
    color: #999;
}

.dark-index ul {
    color: #999;
}

.dark-index a {
    color: #999;
}

.dark-index a:hover {
    color: #999;
}

.dark-index p {
    font-size: 14px;
    line-height: 26px;
    color: #999!important;
}

.dark-index h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #dadada;
}

.light-index h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}

.dark-index .form-inline .btn,
.form-inline .btn:active {
    color: #999;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.bg-grea{
    background: #f1f1f1;
}

.bg-dark1{
    background: #101010;
}

.bg-dark2{
    background: #151414;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 14px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}

.col-pad {
    padding: 0;
}

.dropdown-menu {
    border-radius: 0;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    border-radius: 3px;
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/** Web site color start **/
.default-plate {
    background: #ff214f;
}

.blue-plate {
    background: #95c41f;
}

.yellow-plate {
    background: #ffb400;
}

.green-light-plate {
    background: #1abc9c;
}

.red-plate {
    background: #c31c1c;
}

.orange-plate {
    background: #F34B0A;
}

.yellow-light-plate {
    background: #eae328;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.blue-light-plate {
    background: #3c9dff;
}

.brown-plate {
    background: #A14C10;
}

.setting-button {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
/** Option Panel **/

/** Overview bgi start **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.overview .btn-border {
    padding: 7px 12px !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

/** Btn **/
.read-more {
    font-weight: 600;
    font-size: 15px;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

/** text start **/
.text-c{
    text-align: center;
}

.text-l{
    text-align: left;
}

.text-r{
    text-align: right;
}

/** Social media start **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.instagram:hover {
    color: #fb3958 !important;
}

.facebook-color:hover {
    color: #3a5795!important;
}

.twitter-color:hover {
    color: #2abced!important;
}

.google-color:hover {
    color: #c83a2e!important;
}

.linkedin-color:hover {
    color: #036497!important;
}

.facebook-bg:hover {
    background: #3b589e!important;
}

.twitter-bg:hover {
    background: #56d7fe!important;
}

.linkedin-bg:hover {
    background: #1c82ca!important;
}

.google-bg:hover {
    background: #dc4e41!important;
}

/** MAIN HEADER **/
#main-header {
    width: 100%;
    background: #FFF;
    webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1);
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
}

.main-header {
    background: #FFF;
}

.mh-2{
    display: none;
}

.bg-grea-2{
    background: #f9f9f8;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 17px 29px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-header .logo {
    padding: 30px 0;
    margin-right: 50px;
    float: left;
}

.main-header .logo img{
    height: 30px;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: -1px;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.dropdown:hover>.dropdown-menu {
    /*display: block;*/
}

.dropdown .dropdown-item:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}


.main-header .dropdown-menu a {
    padding: 9px 20px;
    color: #535353;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.main-header .dropdown-menu a:hover {
    background: #f5f5f5;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover> .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s;
    transition: opacity .4s ease 0s,transform .4s ease 0s,visibility .4s linear 0s,-webkit-transform .4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
    letter-spacing: normal;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #515151!important;
}

.open-offcanvas {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    /*display: none;*/
}

.left-side {
    position: fixed;
    min-height: 100vh;
    overflow: hidden;
    min-width: 250px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px  30px;
    z-index: 1;
    background: yellow;
}

.right-side {
    position: relative;
    z-index: 10;
    margin-left: 250px;
}

.light-index .left-side{
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.dark-index .left-side{
    background: #000;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.dark-index .menu ul li a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
}

.dark-index ul li:last-child {
    border-bottom: none!important;
}

.dashboard .menu ul li a:hover{
    color: #d6d6d6;
}

.dashboard .menu ul li{
    line-height: 45px;
}

.dashboard .logo-2{
    position: absolute;
    top: 30px;
    left: 30px;
    margin-bottom: 30px;
}

.dashboard .logo-2 img{
    height: 30px;
}

.dashboard-inner{
    width: 100%;
}

.light-index .dashboard ul{
    width: 100%!important;
}

.light-index .dashboard ul li a{
    color: #37404d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.light-index .dashboard ul li{
    border-bottom: solid 1px #e2e2e2;
}

.dashboard ul li:last-child{
    border-bottom:none;
}

.light-index .dashboard .social-list{
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.light-index .dashboard .social-list li {
    display: inline-block;
    font-size: 16px;
}

.light-index .social-list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #dcdcdc;
    border-radius: 5px;
    color: #000!important;
}

.light-index .social-list li a:hover{
    color: #fff!important;
}

.light-index .social-list li{
    border-bottom: none!important;;
}














.dark-index .dashboard .social-list{
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.dark-index .dashboard .social-list li {
    display: inline-block;
    font-size: 16px;
}

.dark-index .social-list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1b1b1b;
    border-radius: 5px;
    color: #fff!important;
}

.dark-index .social-list li a:hover{
    color: #fff!important;
}

.dark-index .social-list li{
    border-bottom: none!important;;
}

.dark-index .container-fluid{
    padding: 0 30px;
}

.dark-index .dashboard ul li {
    border-bottom: solid 1px #232323;
}

.light-index .gallery .container-fluid {
    padding: 0 15px;
}

.dark-index .gallery .container-fluid {
    padding: 0 15px;
}

.light-index .container-fluid{
    padding: 0 30px;
}

/** Banner start **/
#banner {
    position: relative;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg{
    background: url("../img/banner/img-2.jpg");
    background-size: cover;
}

.item-bg{
    height: 100vh;
}

.banner-max-height img {
    max-height: 720px;
}

.banner .slider-mover-left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -45px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.banner .slider-mover-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.banner .slider-mover-right i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .slider-mover-left i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}

.carousel-item .text-right{
    float: right;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-family: 'Cookie', cursive;
    line-height: normal!important;
}

.banner .banner-slider-inner h3{
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'ZCOOL XiaoWei', serif;
    letter-spacing: 1px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 20px 50px;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0.7);
}

.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: #3e4a5b;
}

.banner_video_bg {
    height: auto;
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
    background-color: transparent;
}

/** Sub banner start **/
.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../img/banner/img-2.jpg) top left repeat;
    background-size: cover;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 5px;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    font-family: 'Cookie', cursive;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.sub-banner .breadcrumbs .active {
    margin-left: 7px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
    font-weight: 600;
}

.sub-banner .breadcrumbs li a {
    color: #fff;
}

.sub-banner .breadcrumbs li a:hover{
    color: #d4d4d4;
}

/** main title start **/
.main-title {
    text-align: center;
    margin-bottom: 60px;
}

.main-title h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: normal!important;
    letter-spacing: 2px;
    font-family: 'Cookie', cursive;
}

.main-title p{
    font-size: 16px;
}

.main-title-2 {
    text-align: center;
    margin-bottom: 60px;
}

.main-title-2 h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.main-title-3 h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}

/** Blockquote start **/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #101010;
    border-left: 5px solid #212529;
}

.blockquote{
    margin: 0 0 30px;
}

blockquote footer {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

/** Property box start **/
.property-box {
    position: relative;
    overflow: hidden;
    background: white;
}

.property-thumbnail {
    position: relative;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-link {
    border: 1px solid #FFF;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.property-thumbnail:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-thumbnail:hover .overlay-link {
    display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-box .property-img img{
    width: 100%;
}

.about-us h1{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-family: 'Cookie', cursive;
    line-height: 40px;
}

.about-us h3{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'ZCOOL XiaoWei', serif;
}

.dark-index .about-us h3{
    color: #999!important;
}

/** Gift registration Start **/
.gift-registration .multi-carousel {
    float: left;
    overflow: hidden;
    padding: 0 15px 0;
    width: 100%;
    position: relative;
}

.gift-registration .multi-carousel .multi-carousel-inner {
    transition: 1s ease all;
    float: left;
}

.gift-registration .multi-carousel .multi-carousel-inner .item {
    float: left;
    cursor: pointer;
}

.gift-registration .multi-carousel .multi-carousel-inner .item > div {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    text-align: center;
}

.gift-registration .multi-carousel .multi-carousel-inner .item > div img{
    padding: 0 15px;

}

.gift-registration .multi-carousel .multi-carousel-inner .item > div .carousel-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.gift-registration .multi-carousel .multi-carousel-inner .item > div img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    height: 50px;
}

.gift-registration .multi-carousel .multi-carousel-inner .item:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.gift-registration .multi-carousel .leftLst, .multi-carousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.gift-registration .multi-carousel-indicator {
    width: 20px;
    height: 30px;
    line-height: 33px;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 3px;
    cursor: pointer;
}

.gift-registration .multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.gift-registration .multi-carousel .leftLst {
    left: 10px;
}

.gift-registration .multi-carousel .rightLst {
    right: 10px;
}

.gift-registration .multi-carousel .leftLst.over, .multi-carousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    border: none;
}

.slick-btn {
    background: red!important;
    text-align: center;
    max-width: 42px;
    margin: 0 auto;
}

.slick-btn .slick-arrow-buton-2 {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    background: #ccc;
    display: block;
    float: left;
    margin: 0 3px;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

/** Our staff start **/
.our-staff {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.our-staff .photo{
    position: relative;
    text-align: center;
}

.our-staff .photo img{
    width: 100%;
}

.our-staff .details {
    text-align: center;
    padding: 30px 0 20px;
}

.our-staff .details h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.our-staff .details h5 a{
    color: #000;
    font-weight: 500;
}

.our-staff .details h5 a:hover{
    color: #535353;
}

.our-staff .details p {
    font-size: 15px;
    margin-bottom: 0;
}

.our-staff .photo .social-list {
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: 20;
    border-radius: 5px 5px 0 0;
    right: 15px;
    width: 40px;
    color: rgb(255, 255, 255);
}

.our-staff .photo .social-list a {
    color: #fff!important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    background: rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
}

.our-staff .photo .social-list a:hover{
    box-shadow: none;
}

.dark-index .our-staff .details {
    background: #151414;
}

.dark-index .our-staff .details h5 a {
    color: #999;
}

/** Tab box box start **/
.tab-box .nav-pills{
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    max-width: 251px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 50px;
}

.tab-box .nav-pills .nav-link {
    color: #535353;
    float: left;
    letter-spacing: .5px;
    padding: 0 10px;
    border: 0;
    border-radius: 50px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

/** Contact start **/
.contact .form-control {
    padding: 10px 17px;
    color: #495057!important;
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact .form-control:focus {
    color: #495057;
    outline: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact .form-group {
    margin-bottom: 30px;
}

.contact textarea {
    min-height: 208px!important;
}

.contact .contact-info {
    padding: 30px;
    background-size: cover;
    position: relative;
    background: #fff;
}

.contact .contact-info .media{
    margin-bottom: 25px;
}

.contact .contact-info .media i {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: dashed 1px #000;
    font-weight: 500;
    color: #000;
}

.contact .contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    margin: 5px 0 5px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.contact .contact-info .media h5 {
    /* letter-spacing: 1px; */
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    margin: 5px 0 5px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.contact .contact-info .media p {
    margin-bottom: 0;
    font-size: 14px;
}

.contact .contact-info .media p a{
    color: #535353;
}

.dark-index .contact .contact-info {
    background: #101010;
}

.dark-index .contact .contact-info .media p a{
    color: #999;
}

.dark-index .contact .contact-info .media i {
    border: dashed 1px #999;
    color: #999;
}

.dark-index .contact .contact-info .media h5 {
    color: #999;
}

.dark-index .contact .form-control {
    background: #101010;
    border: 1px solid #101010;
}

.blog-section .contact .form-control {
    background: #151414;
    border: 1px solid #151414;
}

.contact .comon-btn{
    margin-top: 0;
}

/** Our menu box start start **/
.our-menu{
    padding: 120px 0 90px;
    background: rgba(0, 0, 0, 0.04) url(../img/img-1.jpg) top left repeat;
    z-index: 0;
    position: relative;
    background-size: cover;
    text-align: center;
    opacity: 1;
}

.our-menu .main-title h1{
   color: #dadada;
}

.our-menu-box{
    margin-bottom: 30px;
}

.our-menu-box.p-50{
    padding-right: 50px;
}

.our-menu-box img {
    width: 80px;
    border-radius: 100px;
}

.our-menu-box h4{
    text-align: right!important;
    color: #e0e0e0;
}

.our-menu-box h4 a{
    text-align: left!important;
    color: #c3c1c1;
    font-size: 20px;
    font-weight: 500;
    font-family: 'ZCOOL XiaoWei', serif;
}

.our-menu-box h4 a:hover{
    color: #adacac;
}

.our-menu-box p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #dadada;
    font-weight: 400;
}

.dark-index .our-menu-box h4 a {
    color: #999!important;
}

.dark-index .our-menu-box h4 {
    color: #999;
}

/** Blog start **/
.blog {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog.blog-hp .detail {
    padding: 30px 0 20px;
}

.blog .date-box {
    position: absolute;
    top: 15px;
    border-radius: 3px;
    padding: 7px 15px;
    text-align: center;
    font-weight: 600;
    right: 30px;
    background: #fff;
}

.blog .date-box h4{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'ZCOOL XiaoWei', serif;
}

.blog .detail {
    padding: 25px 20px 10px;
}

.blog .blog-photo {
    position: relative;
}

.blog .blog-photo img {
    width: 100%;
}

.blog .post-meta {
    width: 100%;
    margin-bottom: 10px;
}

.blog .post-meta span {
    margin: 0 13px 0 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #5d5c5c;
    line-height: 26px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.blog .post-meta span:last-child{
    margin: 0;
}

.blog .post-meta span i {
    font-size: 14px;
    color: #5d5c5c;
    margin-right: 3px
}

.blog .detail h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.blog .detail h3 a{
    color: #37404d;
}

.dark-index .blog .detail h3 a{
    color: #999;
}

.blog .post-meta ul li i {
    margin-right: 5px;
}

.blog .detail p {
    font-size: 14px;
    color: #777;
}

.blog .title-3{
    font-size: 18px!important;
    margin-bottom: 10px;
    color: #999;
}

.blog-2 .title-2{
    font-size: 24px!important;
}

.blog-2 .detail {
    padding: 25px 20px 20px;
}

.dark-index .blog .detail {
    background: #151414;
}

.dark-index .blog .post-meta span {
    color: #999;
}

.blog-2{
    box-shadow: none;
    background: #151414;
}

/** Categories start **/
.categories ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.categories ul li:last-child{
    margin-bottom: 0;
}

.categories ul li a {
    color: #999;
}

/** Popular tags start **/
.popular-tags ul li a {
    float: left;
    margin: 0 4px 4px 0;
    padding: 7px 11px;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #101010;
    background: #101010;
    color: #999;
    letter-spacing: .5px;
    border-radius: 2px;
}

/** Popular postes start **/
.popular-postes .media img {
    width: 75px;
    border-radius: 2px;
}

.popular-postes .media p {
    margin: 0;
    margin-bottom: 5px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.popular-postes .media p a{
    color: #999;
}

.popular-postes .media p:last-child {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.popular-postes .media p i{
    margin-right: 5px;
}

/** Tags socal box start **/
.tags-socal-box .social-list {
    float: right;
    text-align: right;
}

.tags-socal-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.tags-socal-box .social-list ul li {
    display: inline-block;
    margin-left: 0;
}

.tags-socal-box .social-list ul li a {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #101010;
    border-radius: 2px;
    font-size: 14px;
    color: #999;
}

.tags-socal-box .social-list ul li:first-child {
    margin: 0;
}

/** Comment start **/
.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comment .comment-author {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .comment-author a img {
    bottom: 2px;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.comment .comment-content {
    margin-left: 80px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #404040;
}

.comment .comment-meta-author {
    float: left;
    font-weight: 600;
    font-size: 14px;
}

.comment .comment-meta-reply {
    float: right;
    margin-left: 10px;
    font-size: 14px;
}

.comment .comment-meta-reply a{
    font-weight: 600;
}

.comment .comment-meta-date {
    float: right;
    font-size: 14px;
}

.comment .comment-body {
    margin-top: 5px;
}

.comment .comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 12px;
}

.comment .mrg-bdr {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}

/** Make reservation start**/
.make-reservation{
    background: rgba(0, 0, 0, 0.04) url(../img/img-2.jpg) top left repeat;
    z-index: 0;
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 120px 0;
    opacity: 1;
}

.make-reservation p{
    color: #dadada;
}

.make-reservation .inner{
    max-width: 500px;
    margin: 0 0 0 auto;
    text-align: right;
    padding: 40px;
    border: solid 10px #dadada4d;
}

.make-reservation .inner h1{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'Cookie', cursive;
    color: #dadada;
}

/** Footer start**/
.footer{
    padding: 120px 0;
    text-align: center;
    background: #101010;
}

.f2{
    background: #151414;
}

.footer img{
    height: 30px;
    margin-bottom: 25px;
}

.footer p {
    font-size: 15px;
    color: #dcdcdc;
    font-weight: 300;
    margin-bottom: 0;
}

.footer .social-list{
    margin: 0 0 20px;
}

.footer .social-list li {
    display: inline-block;
    font-size: 16px;
}

.footer .social-list li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #000;
    border-radius: 5px;
    font-size: 15px;
    color: #fff!important;
}

.footer .logo img{
    height: 30px;
    margin-bottom: 25px;
}

/** Sidebar start **/
.form-search {
    position: relative;
}

.form-search .form-control {
    height: 45px;
    border: 1px solid #101010;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    background: #101010;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    padding: 10px 12px 9px 12px;
}

.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.widget {
    padding: 30px 20px;
    border-bottom: solid 1px #1f1c1c;
}

.wdt2{
    border-bottom: none;
}

.sidebar-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #999;
}

.title-2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #999;
}

.wedding-couple{
    padding-right: 15px;
    padding-left: 15px;
}

.our-love-story{
    padding-right: 30px;
    padding-left: 30px;
}

.wedding-events{
    padding-right: 15px;
    padding-left: 15px;
}

.groomsmen-bridesmaid{
    padding-right: 15px;
    padding-left: 15px;
}

.comon-btn{
    color: #fff!important;
    margin-top: 15px;
    letter-spacing: 1px;
}

.banner .comon-btn{
    margin-top: 10px;
}

/** Content area start **/
.content-area {
    padding-top: 120px;
    padding-bottom: 90px;
}

.content-area-2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

/** mb **/
.mb-60{
    margin-bottom: 60px;
}

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

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

/** Full page serch start **/
#full-page-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#full-page-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#full-page-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 28px;
}

#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/** Protfolio item start **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.portfolio-content h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.portfolio-content i{
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    border: solid 1px #fff;
}

.filteriz-navigation {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
}

.filteriz-navigation li {
    color: #dadada;
    float: left;
    text-align: center;
    letter-spacing: .5px;
    padding: 0 10px;
    border: 0;
    border-radius: 50px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.dark-index .filteriz-navigation li{
    color: #999;
}
/** Off-canvas menu start  **/
body.off-canvas-sidebar-open {
    left: -375px;
    position: relative;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-375px);
    transform: translateX(-375px)
}

.off-canvas-sidebar {
    background: #1b1d1f;
    position: fixed;
    right: -375px;
    top: 0;
    height: 100%;
    width: 375px;
    z-index: 999999;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

.off-canvas-content, .off-canvas-header {
    padding-right: 30px;
    padding-left: 30px
}

.off-canvas-content {
    padding-bottom: 30px
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right
}

.canvas-widget .menu {
    text-align: center;
    margin-top: 50px;
}

.canvas-widget .menu-item {
    margin-bottom: 12px;
}

.canvas-widget .menu-item a {
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all .3s ease-in-out;
}

.canvas-widget .menu-item a:hover {
    opacity: .8;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.canvas-widget .logo{  }

.canvas-widget .social-icons {
    text-align: center;
    margin-top: 60px;
}

.canvas-widget .social-icons > li {
    display: inline-block;
    margin: 10px;
}

.canvas-widget .social-icons > li a {
    color: #fff;
    transition: all .3s ease-in-out;
}

.canvas-widget .social-icons > li a:hover {
    opacity: .8;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.close-offcanvas {
    font-size: 24px
}

.portfolio-area{
    overflow: hidden;
}

.btn-color:not([disabled]):not(.disabled).active, .btn-color:not([disabled]):not(.disabled):active, .show > .btn-color.dropdown-toggle {
    background: #fff;
    border: solid #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1)!important;
}

.btn:focus, .btn:active, .btn:focus {
    outline: none;
}

/** MEDIA **/
@media (max-width: 1200px) {
    .our-menu-box.p-50 {
        padding-right: 20px;
    }

    .about-us h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about-info{
        padding-right: 60px;
    }

    .d-none-1200{
        display: none;
    }
}

@media (max-width: 1100px) {
    .about-info{
        padding-right: 30px;
    }
}


@media (max-width: 992px) {
    .open-offcanvas {
        padding: 18px 15px 15px;
    }

    .div-hiden{
        display: none;
    }

    .make-reservation {
        padding: 100px 0;
    }

    .make-reservation .inner h1{
        font-size: 44px;
    }

    .about-info{
        padding-right: 50px;
        margin-bottom: 100px;
    }

    .about-us{
        padding: 100px 0 0;
    }

    .contact .contact-info{
        margin-top: 60px;
    }

    .open-none{
        display: none;
    }

    .main-header {
        background: #f9f9f8;
    }

    .sub-banner .breadcrumb-area h1 {
        font-size: 40px;
    }

    .footer {
        padding: 100px 0;
    }

    .none-992{
        display: none;
    }

    .d-none-1200{
        display: none;
    }

    .mh-2{
        display: flex;
    }

    .celebrate-our-love{
        padding: 90px 0;
    }

    .left-side{
        display: none;
    }

    .right-side {
        margin-left: 0;
    }

    .tab-box .nav-pills .nav-link {
        padding: 0 10px;
        font-size: 13px;
    }

    .tab-box .nav-pills {
        max-width: 229px;
        padding: 7px 15px;
    }

    .content-area {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .content-area-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .our-menu-box.p-50 {
        padding-right: 0;
    }

    .our-menu{
        padding: 100px 0 70px;
    }

    .multi-carousel {
        padding: 0 15px 0;
    }

    .navbar-collapse {
        margin: 0px -15px;
        background: #FFF;
    }

    #main-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }

    .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
        background: #f9f9f9;
        border-bottom: solid 1px transparent;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
        background: #f9f9f9;
    }

    .main-title {
        margin-bottom: 50px;
    }

    .main-title h1 {
        font-size: 44px;
    }

    .main-title-2 {
        text-align: center;
        margin-bottom: 45px;
    }

    .main-title-2 h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .main-title-3 h1{
        font-size: 37px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 60px;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 60px;
    }

    .banner .banner-slider-inner h3{
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
        cursor: pointer;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .logo img {
        height: 25px;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 13px 15px 10px;
        font-size: 13px;
    }

    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }

    .sidebar-title {
        margin-bottom: 20px;
    }

    .sub-banner {
        height: 250px;
    }

    .blog .detail h3 {
        font-size: 20px;
    }

    .blog-2 .detail h3 {
        font-size: 22px;
    }

    .blog-2 .title-2{
        font-size: 22px!important;
    }

    .about-us h1{
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 80px 0;
    }

    .div-hiden{
        display: initial;
    }

    .light-index .container-fluid {
        padding: 0 15px;
    }

    .dark-index .container-fluid {
        padding: 0 15px;
    }

    .contact .contact-info {
        padding: 0;
        background: transparent;
    }

    .dark-index .contact .contact-info {
        background: transparent;
    }

    .make-reservation .inner h1{
        font-size: 38px;
    }

    .about-us h1{
        font-size: 38px;
    }

    .make-reservation {
        padding: 80px 0;
    }

    .make-reservation .inner {
        margin: 0 auto 0 0;
        text-align: left;
        padding: 0;
        border: none;
    }

    .about-info {
        margin-bottom: 80px;
        padding: 0;
    }

    .our-menu-box img {
        width: 70px;
    }

    .about-us{
        padding: 80px 0 0;
    }


    .celebrate-our-love {
        padding: 60px 0;
    }

    .comment {
        margin: 0 0 20px 0;
    }

    .comment .comment-content {
        margin-left: 65px;
        padding-bottom: 0;
    }

    .comment .comment-author {
        height: 50px;
        width: 50px;
    }

    .comment .comment-author a img {
        height: 50px;
        width: 50px;
    }

    .blog-2 .detail h3 {
        font-size: 20px;
    }

    .main-title {
        margin-bottom: 40px;
    }

    .main-title h1 {
        font-size: 38px;
    }

    .main-title-2 {
        margin-bottom: 30px;
    }

    .main-title-2 h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .main-title-3 h1{
        font-size: 34px;
    }

    .content-area {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .content-area-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .our-menu{
        padding: 80px 0 50px;
    }

    .comments-section.mb-60{
        margin-bottom: 40px;
    }

    .form-group-2{
        margin-bottom: 25px;
    }

    #particles-banner {
        height: 100vh;
    }

    .trile-none{
        display: none;
    }

    .banner .carousel-content{
        padding: 0 50px;
    }

    .multi-carousel .rightLst{
        right: 15px;
    }

    .multi-carousel .leftLst {
        left: 15px;
    }

    .multi-carousel .multi-carousel-inner .item > div img {
        width: auto;
    }

    .tabbing-box .tab-pane {
        padding-top: 0;
    }

    .contact .form-group {
        margin-bottom: 20px;
    }

    .comments ul {
        margin: 0;
    }

    .tags-socal-box .social-list {
        float: none;
        text-align: left;
        margin-top: 20px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 50px;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 45px;
    }

    .banner .banner-slider-inner {
        top: 0%;
    }

    .banner .slider-mover-left{
        display: none;
    }

    .banner .slider-mover-right{
        display: none;
    }

    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-left i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-right {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: 0;
        border-radius: 5px 0 0 5px;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner .slider-mover-left {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: -22px;
        border-radius: 0 5px 5px 0;
    }

    .login-footer {
        padding: 20px 15px;
        position: inherit;
        left: 0;
        bottom: 0;
    }

    .setting-button {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: -35px;
        color: #fff;
    }

    .tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        padding: 9px 13px;
    }

    .tabbing-box .nav-tabs li {
        font-size: 11px;
    }

    .banner .carousel-content {
        padding: 50px 10px 0;
    }

    .banner-2 .carousel-content {
        padding: 0 10px 0;
    }

    .setting-button{
        display: none;
    }
}

@media (max-width: 767px) {
    .about-photo {
        position: initial;
    }
}

@media (max-width: 580px) {
    .comment-meta-date{
        display: none;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 40px;
    }

    #particles-banner {
        height: 100vh;
    }

    .box-shadow {
        box-shadow: none;
    }

    .banner .banner-slider-inner {
        padding: 10px 5px;
        top: 0%;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

    .carousel-inner img {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .banner img {
        /* animation: bgburnsEast 25s linear infinite alternate; */
        /* -webkit-animation: bgburnsEast 25s linear infinite alternate; */
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-item:hover> .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover> .dropdown-menu {
        display: block;
    }

    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
}


.sticky-header {
    position: fixed;
    background: transparent;
    top: 0px;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, .2);
}

.sticky-header .nav-link::after {
    display: none !important;
}

.do-sticky .nav-link::after {
    display: none !important;
}

.do-sticky-2 .nav-link::after {
    display: none !important;
}

.sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
}

.sticky-header-scroll{
    z-index: 999;
}

.fixed{
    position: fixed;
    top:0; left:0;
    width: 100%;
}

.header-shrink {
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    top: 0px !important;
}

.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
}

.header-shrink .open-offcanvas {
    color: #515151;
}

.header-shrink .open-offcanvas i{
    color: #fff;
}

.hide-carat .nav-link::after {
    display: none !important;
}

.sticky-header .open-offcanvas{
    color: #fff;
}
