* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Playfair Display", serif;
    margin: 0;
}
h4 {
    font-weight: 500;
}
a,
a:hover,
a:focus {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.button_second {
    border: 1px solid #cf7500;
    background: #faf1e5;
    color: #cf7500;
    font-weight: 700;
    font-size: 13px;
    line-height: 55px;
    padding: 0px 35px;
    height: 43px;
    line-height: 43px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 40px rgba(207, 117, 0, 0.15);
    text-transform: uppercase;
}
.button_second:hover{
    background: #cf7500;
    color: #ffffff;
}


.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}
.particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}






.section_title{
    text-align: center;
    width: 80%;
    margin: 0px auto 70px;
}

.section_title span{
    font-family: 'Great Vibes', cursive;
    font-size: 35px;
    color: #cf7500;
}
.section_title h2{
    font-size: 45px;
    font-weight: 700;
    padding-top: 10px;
}
.section_title p {
    width: 80%;
    margin: 15px auto 0;
}
.section_title img{
    margin-top: 25px;
}








/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: flex;
    justify-content: center;
    width: 100%; 
    margin-top: 80px;
}
.pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.pagination_blog ul li {
    margin: 0 7px;
    height: 43px;
    width: 43px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6a7a83;
    cursor: pointer; 
}
.pagination_blog ul li a {
    color: #666666;
    font-size: 18px;
    font-weight: 500; 
}
.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.pagination_blog ul li.current {
    border: 1px solid #d17c0d; 
    background: #faf1e5;
}
.pagination_blog ul li.current a {
    color: #d17c0d; 
}







/*=========={ Header Section }==============*/
header {
    background-image: url("../images/home_banner.jpg");
    min-height: 930px;
    background-size: cover;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
header a.scroll_down {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
}
header .navbar {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    padding: 0px 21px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #cb7152;
}
header .navbar .contact_number span {
    color: #333;
    font-weight: 400;
    margin-left: 50px;
}
header .nav_book_btn a{
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 30px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    background: transparent;
    width: 15px;
    display: block;
}
header .nav_book_btn a:hover{
    border: none;
}
header .intro-wrapper {
    text-align: left;
}
header .intro-wrapper .intro-text {
    margin-top: 195px;
}
header .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}header .intro-wrapper .intro-text span{
    font-size: 45px;
    color: #cf7500;
    display: inherit;
    margin: 0px 0 5px;
    font-family: 'Great Vibes', cursive;
}
header .intro-wrapper .intro-text h2 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 36px;
}
header .intro-wrapper .intro-text p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
}



/*======== Header Search =======*/
header .nav_book_btn {
    position: relative;
}
header .search-icon {
    font-size: 15px;
    color: #cb7152;
    border: 0;
    outline: none;
    width: 46px;
    cursor: pointer;
}
header .search-toggle .search-icon.icon-close {
    display: none;
}
header .search-toggle.opened .search-icon.icon-search {
    display: none;
}
header .search-toggle.opened .search-icon.icon-close {
    display: block;
}
header .search-container {
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 40px;
}
header .search-container.opened {
    max-height: 100px;
}
header .search-container form{
    display: flex;
}
header .search-container input[type="text"] {
    outline: none;
    width: 290px;
    background-color: inherit;
    border: 0;
    background: #fff;
    font-size: 15px;
    padding: 0px 30px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
}
header .search-container .search-icon {
    vertical-align: middle;
    background: #fff;
}
header .search-container form button{
    background: transparent;
}

.swin-btn.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}.swin-btn.active:hover{
    background: #cf7500;
    color: #ffffff;
     border: 1px solid #cf7500;
}
.swin-btn{
    line-height: 55px;
    padding: 0px 45px;
    height: 55px;
    background: #cf7500;
    border: 1px solid #cf7500;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 51px;
    box-shadow: 0 0 40px rgba(52, 72, 94, 0.3);
    font-weight: 700;
    text-transform: uppercase;

}
.swin-btn:hover{
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #333;
}










.about_us{
    background: #ffffff;
    padding: 190px  0 0px;
    background-size: cover;
}
.about_us .content_wrapper:last-child div{
    display: none;
}
.about_us .our_story {
    text-align: left;
    padding-right: 75px;
}
.about_us .our_story span{
    color: #cf7500;
    font-size: 35px;
    font-family: 'Great Vibes', cursive;
}
.about_us .our_story h3{
    color: #333;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
}
.about_us .our_story p{
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0 0;
}
.about_us .our_story .story_shape {
    width: 150px;
}
.about_us .our_story .story_banner {
    margin: 0px auto;
    align-items: center;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.about_us .our_story .swin-btn {
    border: 1px solid #cf7500;
    background: #faf1e5;
    color: #cf7500;
    font-weight: 700;
    font-size: 13px;
}
.about_us .our_story .swin-btn:hover{
    background: #cf7500;
    color: #ffffff;
}
.about_us .our_story_banner{
    position: relative;
}
.our_story_banner img{
    width: 100%;
}
.about_us .since_date{
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 1;
    text-align: right;
}
.about_us .since_date span{
    font-size: 20px;
    color: #cf7500;
}
.about_us .since_date h3{
    font-size: 130px;
    color: #cf7500;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}


.about_us .about_content_video {
    padding-top: 70px;
    margin-top: -170px;
    margin-bottom: -100px;
}
.about_us .images_shape {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
}
.about_us .images_shape .video_view_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about_us .images_shape .video_view_btn a {
    z-index: 1;
    height: 95px;
    width: 95px;
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 95px;
    border-radius: 50%;
    font-size: 40px;
    color: #333;
    padding-left: 8px;
}








.about_us.style-two .content_wrapper:last-child div{
    display: block;
}
.about_us.style-two .about_content_video, .about_us.style-two .since_date {
    display: none !important;
}
.about_us.style-two .our_story {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.about_us.style-two .content_wrapper:nth-child(2n+1) .our_story_banner {
    margin-left: -100px;
}
.about_us.style-two .content_wrapper:nth-child(2n+1) .our_story {
    padding-right: 0px;
    padding-left: 175px;
}
.about_us.style-two .our_story {
    padding-right: 175px;
}
.about_us.style-two .about_content_video{
    display: none;
}
.about_us.style-two .since_date{
    display: none;
}
.about_us.style-two .content_wrapper{
    margin-bottom: 250px;
}
.about_us.style-two .our_story_banner img {
    width: auto;
}
.about_us.style-two .content_wrapper:nth-child(2n+2) .our_story_banner {
    left: -100px;
}
.about_us.style-two .our_story_banner {
    border-radius: 8px;
    overflow: unset;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        margin-right: -100px;
}
.about_us.style-two .content_wrapper:nth-child(2n+2) {
    margin-bottom: 80px;
}
.about_us.style-two .content_wrapper:nth-child(2n+1) {
    display: flex;
    flex-direction: row-reverse;
}
.about_us.style-two .button_second {
    border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #dd9933;
    padding: 0;
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    position: relative;
    color: #dd9933;
    text-transform: capitalize;
        font-family: 'Cardo', serif;
        font-size: 16px;
        font-weight: 700;
        margin-top: 30px;
}
.about_us.style-two .button_second:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 2px;
    right: -20px;
}
.about_us.style-two .button_second:hover{
    color:#dd9933;
} 

.about_us.style-two  .our_story span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px;
}
.about_us.style-two  .our_story h3 {
    font-family: 'Cardo', serif;
}
.about_us.style-two  .our_story p {
        font-family: 'Josefin Sans', sans-serif !important;
        color: #212529;
}





.services {
    background: #fdfaf5;
    padding: 240px 0 100px;
    position: relative;
}
.services .shape{
    position: absolute;
    left: 0;
    top: 0;
}

.services .services_style_one .services_wrapper{
    z-index: 2;
    position: relative;
}
.services .services_style_one .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    margin-bottom: 30px;
}
.services .services_style_one .services_wrapper .sevice_banner i{
    display: none;
}
.services .services_style_one .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services .services_style_one .services_wrapper:hover .sevice_banner img{
    opacity: 0.5; 
    transform: scale(1.2, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services .services_style_one .services_wrapper .services_content h3{
    margin-bottom: 25px;
}
.services .services_style_one .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #333;
}
.services .services_style_one .services_wrapper .services_content .service_title:hover, 
.services .services_style_one .services_wrapper .services_content .service_title:active {
    color: #cf7500;
}
.services .services_style_one .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
}
.services .services_style_one .services_wrapper .services_content .view_button{
    padding-top: 20px;
    border-top: 1px solid #ededed ;
    display: none;
}
.services .services_style_one .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services .services_style_one .services_wrapper .services_content .view_button a:hover, 
.services .services_style_one .services_wrapper .services_content .view_button a:active {
    color: #cf7500;
}
.services .services_style_one .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #cf7500;
}









.services .services_style_four .services_wrapper:before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.services .services_style_four .services_wrapper{
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.services .services_style_four .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    margin-bottom: 30px;
}
.services .services_style_four .services_wrapper .sevice_banner i{
    display: none;
}
.services .services_style_four .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper:hover .sevice_banner img{
    opacity: 0.5; 
    transform: scale(1.2, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content {
    position: absolute;
    bottom: 0;
    padding: 40px;
}
.services .services_style_four .services_wrapper .services_content h3{
    margin-bottom: 10px;
}
.services .services_style_four .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
}
.services .services_style_four .services_wrapper .services_content .service_title:hover, 
.services .services_style_four .services_wrapper .services_content .service_title:active {
    color: #cf7500;
}
.services .services_style_four .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}
.services .services_style_four .services_wrapper .services_content .view_button{
    padding-top: 20px;
    border-top: 1px solid #ededed ;
    display: none;
}
.services .services_style_four .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content .view_button a:hover, 
.services .services_style_four .services_wrapper .services_content .view_button a:active {
    color: #cf7500;
}
.services .services_style_four .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #cf7500;
}





.info_banner_three{
    background: #fdfaf5;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}
.info_banner_three:before{
    position: absolute;
    background-image: url("../images/specialties_bg.jpg");
    content: "";
    height: 920px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.info_banner_three .shape{
    position: absolute;
    right: 0;
    top: -33%;
    z-index: -1;
}

.info_banner_three .container-fluid{
    padding: 0;
}
.info_banner_three .items_wrapper:nth-child(2n+1) .banner_content:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    top: -30px;
    border-top-color: transparent;
}
.info_banner_three .items_wrapper{
    padding: 0;
}

.info_banner_three .info_banner {
        background-color: #ffffff;
}

.info_banner_three .info_banner a.info_img {
    height: 394px;
}
.info_banner_three .info_banner a.info_img img{
    width: 100%;
}
.info_banner_three .info_banner .price{
    font-size: 20px;
    font-weight: 700;
    color: #cf7500;
    font-family: "Playfair Display", serif;
}

.info_banner_three .info_banner .banner_content {
    padding: 24% 20px;
    text-align: center;
    position: relative;
    height: 386px;
}
.info_banner_three .info_banner .banner_content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
.info_banner_three .info_banner .banner_content p{
    font-size: 15px;
    line-height: 24px;
}
.info_banner_three .info_banner .banner_content span {
    margin-top: 40px;
    width: 40%;
    height: 1px;
    background-color: #ff214f;
    display:none;
}

.info_banner_three .info_banner .banner_content h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin: 0px auto 25px;
}
.info_banner_three .swin-btn{
    margin-top: 100px;
}






/*=======[Gallery Style One]========*/


.theme-one.gallery_area .full_gallery_view{
    display: flex;
    justify-content: space-between;
}
.theme-one.gallery_area .full_gallery_view .section_title{
    margin: 0 0 70px 0;
    text-align: left;
}
.theme-one.gallery_area .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
}




.gallery_area.style-one .full_gallery_view{
    display: none;
}
.gallery_area.style-one .container{
    max-width: 100%;
    padding: 0;
}
.gallery_area.style-one .gallery-wrapper img {
    width: 100%; 
}
.gallery_area.style-one .gallery-wrapper figure {
    width: 25%;
    float: left;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.gallery_area.style-one .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.9);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-one .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-one .gallery-wrapper figure figcaption h3{
    display: none;
}
.gallery_area.style-one .gallery-wrapper figure figcaption p{
    display: none;
}
.gallery_area.style-one .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
}
.gallery_area.style-one .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-one .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}




/*=======[Gallery Style two]========*/
.gallery_area.style-two{
    padding: 100px 0;
}
.gallery_area.style-two .full_gallery_view{
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
    height: auto;
}
.gallery_area.style-two .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-two .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,0) 100%);

    transition: .3s ease;
    visibility: visible;
    opacity: 1;
    left: 0; 
}
.gallery_area.style-two .gallery-wrapper figure figcaption {
    padding: 40px 15px 35px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    transform: none;
    width: 100%;
    text-align: left;
    transition: .5s ease;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h3{
    color: #ffffff;
    padding-bottom: 0;
    font-weight: 700;
    line-height: 40px;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h3 a{
        color: #ffffff;
}
.gallery_area.style-two .gallery-wrapper figure figcaption p{
    color: #ffffff;
    margin: 0;
}
.gallery_area.style-two .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
}
.gallery_area.style-two .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-two .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
}
.gallery_area.style-two .gallery-wrapper figure, .gallery_style_two{
    width: 31%;
    margin: 1%;
}
.gallery_area.style-two .port-view {
    display: none;
}




/*=======[Gallery Style Three]========*/
.theme-one.gallery_area.style-three {
    padding: 100px 0;
}
.theme-one.gallery_area.style-three .section_title span{
        font-family: 'Cardo', serif;
        font-style: italic;
        font-size: 25px !important;
}
.theme-one.gallery_area.style-three .section_title h2{
        font-family: 'Cardo', serif;
}
.theme-one.gallery_area.style-three p {
     font-family: 'Josefin Sans', sans-serif !important;
     width: 100%;
     padding-right: 30%;
     display: none;
}
.gallery_area.style-three .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure {
    width: 24%;
    float: left;
    margin: 0 3px 6px;
    position: relative;
    overflow: hidden;
    height: 197px;
}
.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.9);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-three .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3{
    display: none;
}
.gallery_area.style-three .gallery-wrapper figure figcaption p{
    display: none;
}
.gallery_area.style-three .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-three .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(1) img{
    height: auto;
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(1) {
    width: 50%;
    height: 402px;
} 
.gallery_area.style-three .gallery-wrapper figure:nth-child(4) {
    width: 24%;
    height: 400px;
} 
.gallery_area.style-three .gallery-wrapper figure:nth-child(4) img{
    height: 100%;
    width: auto;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(7), 
.gallery_area.style-three .gallery-wrapper figure:nth-child(8) {
    width: 24.7%;
    margin-top: -202px !important;
}
.gallery_area.style-three .full_gallery_view .button_second {
    border: 1px solid #dd9933;
    background: #dd9933;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Cardo', serif;
    box-shadow: none;
}






/*=======[ Our Today's Menu]========*/

.our_menu{
    padding: 100px 0;
}
.our_menu .menu_banner img{
    width: 100%;
}
.desh_heading{
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
.desh_heading:before{
    position: absolute;
    height: 2px;
    width: 200px;
    content: "";
    background: #cf7500;
    bottom: 5px;
    right: -230px;
}
.desh_heading h3{
        font-size: 30px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.t-menu-item-wrapper {
    padding-right: 80px; 
        padding-top: 40px;
}
.t-menu-item-wrapper .t-menu-item-single {
    padding-bottom: 35px; 
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.t-menu-item-wrapper .t-menu-item-single:last-child {
    margin-bottom: 0px; 
}
.t-menu-item-wrapper .t-menu-item-single .t-menu-item-img {
    width: 120px !important; 
}
.t-menu-item-wrapper .t-menu-item-single .t-menu-item-img img {
    width: 100%;
    border-radius: 50%; 
}
.t-menu-item-wrapper .t-menu-item-single .t-menu-content {
    padding: 0 30px 0 0px; 
    width: 100%;

}
.t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 a {
    z-index: 2;
    background: #fff;
    padding-right: 15px;
    transition: all 0.2s ease-in-out; 
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.t-menu-item-wrapper .t-menu-item-single .price span {
    z-index: 2;
    background: #fff;
    padding-left: 15px;
    transition: all 0.2s ease-in-out; 
    font-size: 20px;
    color: #333;
    font-weight: 700;
     font-family: "Playfair Display", serif;
}
.t-menu-item-wrapper .t-menu-item-single ul{
    margin-top: 10px;
}
.t-menu-item-wrapper .t-menu-item-single ul li{
    font-size: 16px;
    line-height: 20px; 
    color: #666;
    padding-right: 8px;
}
 .item-img-big img {
    width: 100%; 
}
.t-menu-item-wrapper .more_btn{
    color: #cf7500;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
     font-family: "Playfair Display", serif;
}
.our_menu .single_row{
    margin-bottom: 85px;
}
.our_menu .single_row:nth-child(2n+1) .t-menu-item-wrapper{
    padding-left: 80px;
    padding-right: 0;
}








/*=======[ Our Today's Menu]========*/
.our_menu.style-two {
    background: #ffffff;
    min-height: 300px;
    padding: 110px 0 65px 0;
    position: relative; 
}
.our_menu.style-two .title-heading{
    text-align: center;
    margin-bottom: 40px;
}
.our_menu.style-two .title-heading h2{
    font-size: 45px;
    color: #000000;
    font-weight: 700;
}
.our_menu.style-two:before {
    display: none;
}
.our_menu.style-two .title-heading img {
    width: 125px; 
    margin-top: 30px;
}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs {
    border: none; 
}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item {
    margin-right: 60px;
    transition: all 0.3s ease 0s; 

}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a {
    color: #34485e;
    font-size: 16px;
    text-transform: none;
    padding: 0px;
    position: relative;
    background: transparent;
    border-radius: 50px;
    border:none; 
    transition: none;
}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background: #a7a5a4;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a.active {
    color: #dd9933;
    position: relative; 
    text-transform: uppercase;
    font-weight: 700;
}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a.active:before{
    background: #dd9933;
}
.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item:last-child a:before{
    display: none;
}
.our_menu.style-two .t_tab_item_content {
    margin-top: 70px; 
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper {
    padding-right: 15px; 
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single {
    padding-bottom: 50px; 
    align-items: center;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single:last-child {
    margin-bottom: 0px; 
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single:hover .t-menu-content h4 a {
    color: #dd9933;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-item-img {
    width: 120px !important; 
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-item-img img {
    width: 100%;
    border-radius: 50%; 
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content {
    padding: 0 30px 0 20px; 
    width: 100%;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 {
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: 0px;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px; 
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4:before{
    position: absolute;
    height: 1px;
    bottom: 4px;
    left: 0;
    content: "";
    width: 100%;
    background: #dd9933;
    z-index: -1;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 a {
    z-index: 2;
    background: #f4f0ec;
    padding-right: 15px;
    transition: all 0.2s ease-in-out; 
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    font-family: 'Cardo', serif;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 span {
    z-index: 2;
    background: #f4f0ec;
    padding-left: 15px;
    transition: all 0.2s ease-in-out; 
    font-size: 16px;
    color: #dd9933;
    font-weight: 700;
    font-family: 'Cardo', serif;
    font-style: italic;
}
.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content p {
    font-size: 16px;
    line-height: 20px; 
    color: #212529;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}
.our_menu.style-two .item-img-big img {
    width: 100%; 
}







.testimonial {
    padding: 130px 0 60px;
    background: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial .says_info {
    max-width: 550px;
    margin: 0px auto;
    min-height: 220px; 
}
.testimonial .testimonial_single ul{
    justify-content: center;
}
.testimonial .testimonial_single ul li{
    color: #ffc107;
}
.testimonial .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px; 
}
.testimonial .testimonial_single.slick-current .reviewer_info {
    position: relative; 
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img {
    height: 86px;
    width: 86px;
    margin: 28px auto 30px; 
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single.slick-current .reviewer_info .reviewer {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 250px;
    left: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
bottom: -80px; 
}
.testimonial .testimonial_single p {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    margin: 30px 0 20px;
    color: #666; 
    font-style: italic;
    font-family: "Playfair Display", serif;
}
.testimonial .testimonial_single .reviewer_info {
    width: 70px;
    margin: 0px auto; 
}
.testimonial .testimonial_single .reviewer_info .member-img {
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 50%;
    margin: 43px auto 30px; 

}
.testimonial .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single .reviewer_info .reviewer {
    opacity: 0;
    visibility: hidden; 
}
.testimonial .testimonial_single .reviewer_info .reviewer h4 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.testimonial .testimonial_single .reviewer_info .reviewer span {
    font-weight: 400;
    font-size: 18px;
    color: #cf7500;
    line-height: 30px; 
}
.testimonial ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}







.testimonial.style-two{
    background: url("../images/testimonial_banner.jpg");
    background-size: cover;
}
.testimonial.style-two .section_title span{
        font-family: 'Cardo', serif;
        font-style: italic;
        font-size: 25px !important;
}
.testimonial.style-two .section_title h2{
        font-family: 'Cardo', serif;
}
.testimonial.style-two .section_title p {
     font-family: 'Josefin Sans', sans-serif !important;
     display: none;
}
.testimonial.style-two .says_info{
    min-height:auto;
}
.testimonial.style-two .testimonial_content{
    position: relative;
}
.testimonial.style-two .testimonial_content{
    padding-top: 65px;
}
.testimonial.style-two .testimonial_content:before{
    background-image: url("../images/quite_icon.png");
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    height: 58px;
    width: 65px;
}
.testimonial.style-two .testimonial_single ul {
    display: none !important;
}
.testimonial.style-two .testimonial_single .reviewer_info .member-img {
    display: none;
}
.testimonial.style-two .testimonial_single p {
    font-family: 'Cardo', serif;
}
.testimonial.style-two .testimonial_single .reviewer_info .reviewer h4 {
    font-family: 'Cardo', serif;
    text-transform: uppercase;
}
.testimonial.style-two .testimonial_single .reviewer_info .reviewer span {
     font-family: 'Josefin Sans', sans-serif !important;
         font-size: 20px;
}
.testimonial.style-two  .testimonial_single.slick-current .reviewer_info .reviewer {
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}

.light_version.about .testimonial.style-two{
    background: #ffffff !important;
}




/*===========================
6.0 *** TABLE AREA START ***
=============================*/
.table_reservation {
    background: url("../images/book_table_1.jpg");
    padding: 130px 0 !important;
    position: relative;
    background-size: cover;
    z-index: 0;
}

.table_reservation.style-two{
    background: url("../images/reservations_2.jpg");
    background-size: cover;

}
.table_reservation.style-two .section_title span{
        font-family: 'Cardo', serif;
        font-style: italic;
        font-size: 25px !important;
}
.table_reservation.style-two .section_title h2{
        font-family: 'Cardo', serif;
}
.table_reservation.style-two .reservation_heading .section_title span{
    font-size: 25px;
}
.table_reservation.style-two .reservation_heading .section_title h2{
    font-family: 'Cardo', serif;
}
.table_reservation.style-two .reservation_heading h4{
    font-family: 'Cardo', serif;
}
.table_reservation.style-two .reservation_heading p{
    font-family: 'Josefin Sans', sans-serif !important;
    color: #ffffff;
    opacity: 0.8;
    display: none;
}
.table_reservation.style-two .swin-btn {
    background: #dd9933;
    border: 1px solid #dd9933;
    font-family: 'Josefin Sans', sans-serif !important;
}
.table_reservation.style-two .reservation_bottom{
    display: none;
    background: #fff;
    padding: 80px;
}






.table_reservation.style-three .reservation_houre {
    background: #0b0e13;
    position: relative;
}
.table_reservation.style-three .table_shape {
    display: none;
}
.table_reservation.style-three .reservation_heading ul li {
    font-size: 16px;
    color: rgb(165, 162, 162);
}
.table_reservation.style-three .reservation_heading .section_title h2 {
    font-family: 'Cardo', serif;
    color: #ffffff !important;
}
.table_reservation.style-three .reservation_heading h4 {
    color: #ffffff !important;
}
.table_reservation.style-three{
    background:#ffffff;
}

.table_reservation.style-three{
    background: #ffffff !important;
}
.table_reservation.style-three .reservation_wrapper{
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
}
.table_reservation.style-three h4{
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
}
.table_reservation.style-three .reservation_bottom p{
    font-family: "Open Sans", sans-serif;
    color: #666666;
    display: block;
}




.table_reservation .reservation_heading {
    padding-top: 90px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.reservation_heading .section_title{
    width: 100%;
}
.table_reservation .reservation_heading .section_title span{
    font-size: 30px;
}
.table_reservation .reservation_heading .section_title h2{
    font-size: 40px;
    color: #ffffff;
}
.table_reservation .reservation_heading h4{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
}
.table_reservation .reservation_heading ul{
    margin-bottom: 30px;
}
.table_reservation .reservation_heading ul li{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.table_reservation .table_left_side .section_title {
    text-align: center;
    width: 100%;
    margin: 0px auto 50px;
}
.table_reservation .table_left_side{
        padding: 50px 65px 50px 80px;
        background: #ffffff;
}
.table_reservation .custom-select {
    height: 55px;
    width: 100%;
}
.table_reservation .reservation_houre {
    background: #1d1d1d;
    position: relative;
}
.table_reservation .reservation_banner img{
    width: 412px;
}
.mix input, .custom-select{
    height: 44px;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    color: #263341;
    font-size: 13px;
    padding: 0 30px;
}
textarea{
    height: 100px;
    background: #fffceb;
    border-radius: 0;
    border: 1px solid #cccabc;
    color: #263341;
    font-size: 13px;
}
textarea::placeholder{
    color: red;
}
textarea.form-control {
    font-size: 13px;
    padding: 15px 30px;
}
.table_reservation input::placeholder {
    color: #263341;
}
.form-group, .select_input {
    padding-bottom: 15px;
    padding-right: 24px !important;
    margin: 0;
}
.table_reservation .table_reservation{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}
.table_reservation .table_reservation:before{
    position: absolute;
    height: 2px;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    background: #e5e2d3;
    transform: translateY(-50%);
    z-index: -1;
}
.table_reservation .table_reservation h3 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    background: #fffceb;
    display: inline-block;
    padding: 0 15px;
}
.table_reservation .data-btn {
    color: #fff;
    text-decoration: none;
    height: 55px;
    background: #ee9982;
    padding: 0px 53px;
    line-height: 55px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 15px;
    border: 1px solid transparent;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 40px rgba(238, 153, 130, 0.3);
}
.table_reservation .data-btn:hover,
.table_reservation .data-btn:focus, 
.table_reservation .data-btn:active {
    background: transparent;
    color: #ffffff;
    background: #34485e
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #34485e;
    border-color:none;
    box-shadow: none;
}
.table_reservation form .form-group input[type="text"]:focus, .table_reservation form textarea:focus { 
    outline: none;
     box-shadow:none; 
    border: 1px solid #efd0a9;
    background: #fdf8f2;
    color: #333;
}
.table_reservation .swin-btn {
    margin-top: 25px;
}
.table_reservation .swin-btn:hover {
    background: #cf7500;
    border: 1px solid #cf7500;
        color: #fff;
}
.table_reservation .table_shape{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.table_reservation.style-one .reservation_bottom{
    display: none ;
    background: #fff;
    padding: 80px;
}




.count-text .counter {
    font-size: 27px;
    color: #333;
}

.count-text span {
    color: #fa573a;
    font-size: 19px;
}




/*========== Footer Style CSS ==========*/
footer {
    background-image: url("../images/footer_bg.jpg");
    padding-top: 90px;
}
footer h2, footer p, footer li, footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out; 
}
footer .footer_col_hed h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
}
.footer-title p{
    padding-right: 50px;
}
footer img.f_logo {
    margin-bottom: 30px; 
    max-width: 150px;
    position: relative;
}
footer ul li {
    padding-bottom: 10px;
    color: #ee9982;
    font-size: 16px;
}
footer ul li a{
    padding-bottom: 15px; 
    color: #ffffff;
    font-size: 15px;
}
footer ul li a:hover {
    color: #cf7500; 
}
footer ul li:last-childe {
    padding-bottom: 0px; 
}
footer .footer_col_hed ul li i {
    padding-right: 10px;
    font-size: 16px;
    color: #ee9982;
}
footer ul.recent_post li {
    display: inline-grid;
    border-bottom: 1px solid #494949;
    margin-bottom: 20px;
    padding-bottom: 20px;
}footer ul.recent_post li span{
    font-size: 15px;
    color: #cf7500;
}
footer ul.recent_post li a{
    padding-bottom: 3px; 
}
footer ul.recent_post li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}    
footer ul.address li {
    display: inline-grid;
}
footer ul.address li span{
    font-size: 15px;
    color: #cf7500;
    text-transform: uppercase;
    padding-bottom: 5px;
}
footer ul.address li p{
    font-size: 15px;
}
footer ul.address li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}    
footer .footer-bottom {
    background: #242424;
    padding: 22px 0px; 
    margin-top: 50px;
}
footer .footer-bottom p{
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
 
}
footer .footer-bottom ul li {
    padding-bottom: 0px; 
}
footer .footer-bottom ul li:first-child {
  padding-left: 0px; 
}
footer .icon-bottom{
  float: right;
  margin: 0;
}
footer .icon-bottom li {
    margin-right: 15px; 
}
footer .icon-bottom li:last-child {
    margin-right: 0px; 
}
footer .icon-bottom li i{
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
}
footer .icon-bottom li .fb{
    background: #3b5998;
}
footer .icon-bottom li .tw{
    background: #1da1f2;
}
footer .icon-bottom li .pin{
    background: #BB081D;
}
footer .icon-bottom li .youtube{
    background: #FF0000;
}







footer.style-one .footer_info{
    display: none;
}
footer.style-two{
    background-image: url("../images/footer_bg_2.jpg");
    background-size: cover;
}
footer .footer_info{
    text-align: center;
    padding-bottom: 70px;
}
footer .footer_info .info_block h4{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    font-family: 'Cardo', serif;
}
footer .footer_info .info_block ul{
    margin-bottom: 30px;
}
footer .footer_info .info_block ul li{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 300;
    padding: 0;
    line-height: 26px;
}

footer.style-two .footer-bottom {
    background: rgba(255, 255, 255, 0.05);
    margin-top: 100px;
}

footer.style-two .footer_col_hed{
    display: none;
}

footer.style-two .footer-title{
    text-align: center;

}

footer.style-two .footer-title .navbar-brand img{
    margin: 0;
    z-index: 1;
}
footer.style-two .footer-title .navbar-brand{
    position: relative;   
    width: 100%;
    margin-bottom: 40px;
}

footer.style-two .footer-title .navbar-brand:before{
    position: absolute;
    content: "";
    background: #3c3e42;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
footer.style-two .footer-title .navbar-brand:after{
    position: absolute;
    content: "";
    background: #0b0e13;
    height: 75px;
    width: 230px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
footer.style-two .footer-title p{
    width: 60%;
    margin: 0px auto;
    font-family: 'Josefin Sans', sans-serif !important;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}






/*=============== About Page =================*/
header.header_inner .intro-wrapper .intro-text a.btn.swin-btn:first-child:before{
    display: none;
}
header.header_inner .intro-wrapper .intro-text h2 {
    margin-bottom: 15px;
    font-size: 60px;
}
header.header_inner .intro-wrapper .intro-text p{
    display: none;
}
header.header_inner .intro-wrapper .intro-text a.btn.swin-btn:before {
    font-family: FontAwesome;
    content: "\f054";
    left: -25px;
    position: absolute;
    top: -11px;
}
header.header_inner .intro-wrapper .intro-text a.btn.swin-btn.active {
    margin-left: 40px;
}
header.header_inner .intro-wrapper .intro-text a.btn.swin-btn {
    line-height: 55px;
    padding: 0;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    display: inline;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-top: 51px;
    box-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
}

header.header_inner .intro-wrapper .intro-text {
    margin: 110px 0;
}






/*=============== About Team Section ==================*/

.our_chefs{
    padding: 100px 0 180px;
}
.team-style-1 figure {
    position: relative;
}
.team-style-1 figure .team-image {
    position: relative;
    overflow: hidden;
}
.team-style-1 figure .team-image img {
    max-width: 100%;
    height: auto;
}
.team-style-1 figure .overlay-content {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    top: -15px;
    text-align: center;
    justify-content: center;
    text-align: center;
    display: flex;
    visibility: hidden;

}
.team-style-1 figure:hover .overlay-content {
    opacity: 1; 
    z-index: 1111;
    top: 0 

}
.style-one .team-style-1 figure .overlay-content .icon-social-small {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-style-1 figure .overlay-content .icon-social-small {
        display: inline;
}
.style-one .team-style-1 figure .overlay-content .icon-social-small span {
        display: none;
}
.team-style-1 figure .overlay-content .icon-social-small a{
    color: #FFF;
}
.team-style-1 figure .team-image {
    position: relative; 
    overflow: hidden;
}
.team-style-1 figure .team-image img {
    max-width: 100%;
    height: auto;
        width: 100%;
}
.team-style-1 figure .team-image:before{
    background: #ff214f;
    content: "";
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: 0%;
    position: absolute; 
    overflow: hidden; transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    -moz-transition: all 0.3s ease 0s; 
    -ms-transition: all 0.3s ease 0s; 
    -o-transition: all 0.3s ease 0s;
    opacity: 0.8;
    display: none;
}
.team-style-1 figure:hover .team-image:before {
    height: 100%;
}
.team-style-1 figure figcaption {
    width: 85%;
    position: absolute;
    margin-top: 17px;
    bottom: -80px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    border-bottom: 1px solid #cf7500;
    padding: 17px 15px 17px 25px;
    z-index: 99;
}
.team-style-1 figure figcaption .team-member-position {
    position: relative; 
    top: 0; transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    -ms-transition: all 0.2s; 
    -o-transition: all 0.2s; 
    text-align: left;
}
.team-style-1 figure figcaption .team-member-position .text-small {
    font-size: 25px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    padding-bottom: 5px;
}
.team-style-1 figure figcaption .team-member-position .text-small a{
    color: #333;
}
.team-style-1 figure figcaption .team-member-position .text-extra-small {
    color: #666;
    font-size: 18px;
    line-height: 30px;
}




/*============ Call to Action Section =============*/
.call-to-action {
    background: url("../images/book_table.jpg");
    padding: 130px 0 ;
    position: relative;
    background-size: cover;
    z-index: 0;
}
.call-to-action .section_title {
    width: 75%;
        margin: 0 auto;
}
.call-to-action .section_title h2{
    color: #ffffff;
}
.call-to-action .section_title p{
    color: #ffffff;    
    margin-top: 20px;
    padding: 0 7%;
    margin-bottom: 0;
}
.call-to-action.style-two {
    background: url("../images/book_table_1.jpg");
    background-size: cover;
}
.call-to-action.style-two  .section_title {
    width: 59%;
}
.call-to-action.style-two .section_title h2{
    color: #212529;
        font-family: 'Cardo', serif;
}
.call-to-action.style-two .section_title p{
    color: #212529;    
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif !important;
    width: 100%;
}
.call-to-action.style-two span {
    font-size: 25px;
    font-family: 'Cardo', serif;
    font-style: italic;
    margin-bottom: 20px;
}
.call-to-action.style-two .swin-btn{
    font-family: 'Josefin Sans', sans-serif !important;
    background: #dd9933;
    border: 1px solid #dd9933;
}

.call-to-action.style-two .swin-btn:hover{
    color: #ffffff;
}











/*============ Counter Area =============*/
.number_count {
    background: #ffffff url("../images/count_bg.jpg") no-repeat scroll center center/cover;
    padding: 200px 0; 
}


.number_count .count_item_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number_count .counters-item {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500; 

}
.number_count .counters-item img {
    vertical-align: middle;
    border-style: none;
    width: 60px;
}
.number_count .counters-item .user-rating {
    padding: 25px 0 15px;
}
.number_count .counters-item .user-rating span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}
.number_count .counters-item span {
    font-size: 25px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}





/*=========== Contact Page CSS ============= */

.contact_info_wrapper {
  padding: 90px 0 100px; 
  background: #f5f6fa;
}
.contact_info_wrapper .section_title {
    text-align: left;
    width: 100%;
    margin: 0px auto 40px;
}
.contact_info_wrapper .sub-title{
    position: relative;
    padding-bottom: 30px;
}
.contact_info_wrapper .sub-title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    left: 0;
    bottom: 0;
    background: #ff9500;
}
.touch_banner {
    padding-top: 50px;
    padding-left: 90px;
}
.touch_banner img{
    max-width: 690px;
}
.contact_info_wrapper .sub-title {
    text-align: left;
    margin: 0px auto 40px;
}
.contact_info_wrapper .contact_form_wrapper .form-group label{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #38455d;
    font-family: 'Poppins', 'sans-serif', sans-serif;
    margin-bottom: 7px;
}
.contact_info_wrapper .contact_form_wrapper .form-group {
    margin-bottom: 20px;
    padding: 0 0 0 15px; 
}
.contact_info_wrapper .contact_form_wrapper .form-group input, 
.contact_info_wrapper .contact_form_wrapper .form-group textarea {
    height: 44px;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    color: #263341;
    font-size: 13px;
    padding: 0 30px;
    font-family: 'Open suns', 'sans-serif', sans-serif;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.contact_info_wrapper .contact_form_wrapper .form-group input:focus, 
.contact_info_wrapper .contact_form_wrapper .form-group textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #efd0a9;
    background: #fdf8f2;
    color: #333;
}
.contact_info_wrapper .contact_form_wrapper .form-group textarea {
    height: 145px;
    padding-top: 20px; 
    padding-left: 25px;
}
.contact_info_wrapper .contact_form_wrapper .submit-btn button {
    height: 54px;
    padding: 0 70px;
    font-size: 15px;
    margin-top: 25px;
}
.contact_info_wrapper .contact_form_wrapper .submit-btn button:hover {
    background: #cf7500; 
    border: 1px solid #cf7500;
    cursor: pointer;
    color: #ffffff;
}

.contact_info_wrapper .contact_info{

}
.contact_info_wrapper .contact_info .location_list{
margin-bottom: 50px;
}
.contact_info_wrapper .contact_info .location_list h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    
}
.contact_info_wrapper .contact_info .location_list ul li{
    font-size: 15px;
    color: #666666;
}
.google_map #map {
    -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    height: 700px;
    width: 100%; 
}





/*============================= Home Page Two ==============================*/

.header.style-two h1,
.header.style-two h2,
.header.style-two h3,
.header.style-two h4,
.header.style-two h5,
.header.style-two h6{
    color: #212529 !important;
    font-family: 'Cardo', serif !important;
}
.header.style-two p{
    color: #212529 !important;
    font-family: 'Josefin Sans', sans-serif !important;
}
.header.style-two .intro-wrapper .intro-text span {
    font-size: 35px;
    font-family: 'Cardo', serif;
    font-style: italic;
    margin-bottom: 20px;
}



.header.style-two a.scroll_down {
    display: block;
}
.header.style-two .scroll_down{
    display: none;
}
.header.style-two .swin-btn{
    font-family: 'Josefin Sans', sans-serif !important;
    border: #dd9933;
    background: #dd9933;
    border: 1px solid #dd9933;
}
.header.style-two  .swin-btn.active {
    color: #333333;
    margin-left: 25px;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.header.style-two .swin-btn:hover {
    background: #dd9933;
    border: 1px solid #dd9933;
    color: #ffffff;
}
.header.style-two{
    background-image: url("../images/home_2.png");
    min-height: 1000px;
    background-size: cover;
}
.header.style-two .navbar {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
.header.style-two .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
.header.style-two .navbar .nav-item .nav-link {
    padding: 0px 21px;
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif !important;
}
.header.style-two .navbar .nav-item .nav-link.active,
.header.style-two .navbar .nav-item .nav-link:hover {
    color: #cb7152;
}
.header.style-two .nav_book_btn a{
    position: relative;
    color: #212529;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 30px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
}
.header.style-two .nav_book_btn a:hover{
    border: none;
}

.header.style-two .row.justify-content-center {
    justify-content: flex-end !important;
}

.header.style-two .intro-wrapper .intro-text {
    margin-top: 130px;
    text-align: left !important;
    padding-left: 50px;
}




/*===================== Services Block ======================*/

.services_block {
    padding: 100px 0 30px;
}
.services_block .analytics_item {
  padding: 0px;
  box-shadow: 0px 0 60px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 70px;
}
.services_block .section_title.section_title {
    width: 75%;
}
.services_block .section_title span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px;
}
.services_block .section_title h2 {
    font-family: 'Cardo', serif;
}
.services_block .analytics_item:before {
  position: absolute;
  content: "";
  background: #0075c9;
  height: 4px;
  width: 0%;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.services_block .analytics_item:hover:before {
  visibility: visible;
  width: 100%;
}
.services_block .analytics_item h5{
    margin-bottom: 20px;
}
.services_block .analytics_item h5 a {
    color: #212529;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Cardo', serif !important;
}
.services_block .analytics_item i {
    font-size: 50px;
    color: #dd9933;
    margin-bottom: 35px;
    transition: all 0.3s ease-in-out;
}
.services_block .analytics_item p {
    font-family: 'Josefin Sans', sans-serif !important;
    color: #212529;
}
.services_block .analytics_item .go_link i {
    font-size: 18px;
}
.services_block .analytics_item:hover i {
    color: #212529;
}
.services_block .analytics_item:hover .go_link i {
    padding-left: 10px;
}
.services_block .analytics_item:hover i {
    color: #212529;
}
.services_block.two .go_link{
    display: none;
}
.services_block.three {
    text-align: center;
}
.services_block.three .go_link{
    display: none;
}
.services_block.four {
    text-align: center;
}
.services_block.four .go_link{
    display: none;
}
.services_block.four  .analytics_item {
    box-shadow: none;
}
.services_block.four .analytics_item:before {
    display: none;
}










/*============== Our Menu ==============*/
.our_menu.style-two{
    background-image: url("../images/menu_bg.jpg");
    background-size: cover;
}
.our_menu.style-two .section_title span{
        font-family: 'Cardo', serif;
        font-style: italic;
        font-size: 25px !important;
}
.our_menu.style-two .section_title h2{
        font-family: 'Cardo', serif;
}
.our_menu.style-two .section_title {
     font-family: 'Josefin Sans', sans-serif !important;
}








.services.style-one{
    background: #ffffff;
        padding: 100px 0;
}
.services.style-one .shape{
    display: none;
}
.services.style-one .section_title span{
        font-family: 'Cardo', serif;
        font-style: italic;
        font-size: 25px !important;
}
.services.style-one .section_title h2{
        font-family: 'Cardo', serif;
}
.services.style-one .section_title p{
     font-family: 'Josefin Sans', sans-serif !important;
     color: #212529;
}


.services.style-one .services_style_one .services_wrapper {
    padding: 20px 20px 30px 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.services .services_style_one .services_wrapper .services_content .publish_info{
    padding-bottom: 20px;
}
.services .services_style_one .services_wrapper .services_content .publish_info li{
    color: #212529;
        list-style-type: none;
        font-size: 15px;
}
.services .services_style_one .services_wrapper .services_content .publish_info li i{
    color: #dd9933;
    margin-right: 5px;
    font-size: 13px;
}
.services.style-one .services_style_one .services_wrapper .services_content h3 a{
    font-family: 'Cardo', serif;
    font-size: 20px !important;
    color: #212529 !important;
    font-weight: 700;
    line-height: 30px !important;
}
.services.style-one .services_style_one .services_wrapper .services_content p{
    font-family: 'Josefin Sans', sans-serif !important;
    color: #212529;
}
.services.style-one .services_style_one .services_wrapper .sevice_banner{
    border-radius: 7px !important;
}
.services.style-one .services_style_one .services_wrapper {

}















.our_clients.style-one {
    padding: 100px 0; 
}
.our_clients.style-one .section_title span{
    display: none;
}
.our_clients.style-one .section_title p{
    display: none;
}
.our_clients.style-one .section_title h2{
    font-family: 'Cardo', serif;

}
.our_clients.style-one .clients_logo{
    display: flex;
    justify-content: space-around;
}
.our_clients.style-one .clients_logo img{
    width: 100px;
}





/*========= Deafult (Light Version) =========*/
.light_version p{
    font-family: 'Josefin Sans', sans-serif !important;
}
.light_version h1,
.light_version h2,
.light_version h3,
.light_version h4,
.light_version h5,
.light_version h6{
    color: #212529 !important;
    font-family: 'Cardo', serif !important;
}
.light_version header.header_inner a.scroll_down{
    display: none;
}
.light_version .section_title span{
    font-family: 'Cardo', serif !important;
    font-style: italic;
}

.light_version .section_title h2{
    font-family: 'Cardo', serif !important;
    padding-top: 15px;
}

.light_version .section_title p{
    font-family: 'Josefin Sans', sans-serif !important;
}


/*========= Header Style (Light Version) =========*/
.light_version header.header_inner {
    background-image: url(../images/light_banner.jpg);
    background-size: cover;
    min-height: auto;
}
.light_version header.header_inner .intro-wrapper .intro-text h2 {
    font-family: 'Cardo', serif;
    color: #212529;
}
.light_version header .intro-wrapper .intro-text span {
    color: #cf7500;
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 15px;
}
.light_version header.header_inner .intro-wrapper .intro-text a.btn.swin-btn {
    font-family: 'Cardo', serif;
    font-weight: 700;
    color: #212529;
}
.light_version header.header_inner .navbar .nav-item .nav-link {
    padding: 0px 21px;
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif !important;
}
.light_version header .nav_book_btn a {
    color: #333;
}
.light_version header .navbar .nav-item .nav-link.active{
    color: #cf7500 !important;
}

/*========= About Us (Light Version) =========*/
.light_version .about_us .our_story span {
    color: #cf7500;
    font-family: 'Cardo', serif;
    font-style: italic;
}
.light_version .about_us .our_story h3 {
    font-family: 'Cardo', serif;
    padding-top: 15px;
}
.light_version .about_us .since_date h3 {
    font-family: 'Cardo', serif;
    color: #cf7500 !important;
}
.about_us .images_shape {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
}


/*========= Number Count (Light Version) =========*/
.light_version .number_count {
    background: #ffffff url(../images/count_banner_light.jpg) no-repeat scroll center center/cover;
    padding: 200px 0;
}
.light_version .number_count .counters-item .user-rating span {
    font-size: 60px;
    font-weight: 700;
    color: #212529;
    line-height: 60px;
    font-family: 'Cardo', serif;
    font-style: normal;
}
.light_version .number_count .counters-item span {
    font-size: 25px;
    font-style: italic;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 700;
    color: #212529;
}
.table_reservation.style-two .reservation_houre {
    background: #0b0e13;
    position: relative;
}
.table_reservation.style-two .table_shape {
    display: none;
}
.table_reservation.style-two .reservation_heading ul li {
    font-size: 16px;
    color: rgb(165, 162, 162);
}
.table_reservation.style-two .reservation_heading .section_title h2 {
    font-family: 'Cardo', serif;
    color: #ffffff !important;
}
.table_reservation.style-two .reservation_heading h4 {
    color: #ffffff !important;
}


.light_version footer .footer_info .info_block h4{
    color: #ffffff !important;
}
.light_version .team-style-1 figure figcaption .team-member-position .text-small a,
.light_version .team-style-1 figure figcaption .team-member-position .text-extra-small{
    font-family: 'Cardo', serif;
}
.light_version .testimonial .testimonial_single ul{
    display: none !important;
}
.light_version .testimonial .testimonial_single p {
    margin: 0px 0 20px;
    font-style: italic;
    font-family: 'Cardo', serif;
}
