/*
Theme Name: Arristo Custom Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the arristo team
Author URI: #
Description: Arristo theme emphasizes simplicity and adaptability for resort site.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: \arristotheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family:'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
a:focus {
    outline:0px solid;
}
img {
    max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #605f5f;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family: 'Gilda Display', serif;
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}
label{
    font-family: 'Gilda Display', serif;
}
h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #1e1e1e;
    text-decoration: none;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.black{
    background: #000;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.p0{
    padding: 0px
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.section-padding{
    padding: 80px 0px;
}
.btn-div {
    margin-top: 20px;
}
.btn-div a{
    background: #57b1ff;
    padding: 10px 20px;
    color: #fff;
}
.bg{
    background: #04335c;

}
.title-section{
    text-align: center;
    margin-bottom: 40px;
}
.title-section h1{
    color: black;
}
.title-section h3{
    color: #fdc016;
}
.social-icon{
    list-style: none;
    padding: 0px;
    display: inline-flex;
    float: right;
    margin-top: 35px;
}
.social-icon li i{
    font-size: 18px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
}
/*----------------------------------------*/
/*  header Area
/*----------------------------------------*/
.logo-block h1{
    color: #fff;
    text-transform: uppercase;
}
.logo-block span{
    color: #fdc016;
}
.header-section {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.top-header {
    background-color: rgb(0 0 0 / 59%);
    padding: 20px 0;
}
.top-header .contact-detail {
    text-align: right;
}
.contact-detail div {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 25px;
    border-right: 1px solid rgb(255 255 255);
}
.contact-detail div:last-child {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 25px;
    border-right: 1px solid rgb(255 255 255);
}   
.contact-detail div i {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 28px;
    color: #fff;
}
.contact-detail div h6 {
    margin-bottom: 5px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.312px;
}
.contact-detail div a {
    text-decoration: none;
}
.contact-detail div a,
.contact-detail div p {
    font-weight: bold;
    text-transform: uppercase;
    color: #fdc016;
}
.contact-detail div p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.top-header .menu-search { 
    display: inline-block;  
    width: 24px;
}


.header-section.navbar-fixed-top {
    position: fixed;
}
.header-section.navbar-fixed-top .top-header,
.header-section.navbar-fixed-top .menu-block .book-now {
    display: none;
}
.header-section.navbar-fixed-top .menu-block {
    margin-top: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
}
.header-section.navbar-fixed-top .menu-block .col-md-10 {
    width: 100%;
}
/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.slider-section {
    position: relative;
}
.slider-section .carousel-caption {
    bottom: auto;
    top: 60%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); 
    text-shadow: none;
    left: 70px;
    right: 70px;
    text-shadow: none;
    padding: 0;
}
.slider-section .carousel-caption h2 {
    font-size: 65px;
    margin-top: 0;
    position: relative;
    font-weight: 400;
    color: #fff;
	
	text-shadow: 0 0 1px #fdc016,
                 0 0 1px #fdc016,
                 0 0 2px #fdc016;
}
.slider-section .carousel-caption h6 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    position: relative;
    padding-left: 110px;
    padding-right: 110px;
    display: inline-block;
    color: #fff;
	margin-top: 30px;
	
	text-shadow: 0 0 1px #eee,
                 0 0 1px #eee,
                 0 0 4px #eee;
}
.slider-section .carousel-caption h6 span {
    position: absolute;
    height: 5px;
    width: 94px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); 
}
.slider-section .carousel-caption h6 span.left-sep {
    left: 0;
}
.slider-section .carousel-caption h6 span.right-sep {
    right: 0;
}
.slider-section .carousel-caption h6 span::before,
.slider-section .carousel-caption h6 span::after {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    background-color: #fff;
    height: 1px;
    display: inline-block;
}
.slider-section .carousel-caption h6 span::before {
    top: 0;
}
.slider-section .carousel-caption h6 span::after {
    bottom: 0;
}
.slider-section .carousel-caption h6 span.left-sep::before {
    right: 10px;
}
.slider-section .carousel-caption h6 span.left-sep::after {
    left: 10px;
}
.slider-section .carousel-caption h6 span.right-sep::before {
    left: 10px;
}
.slider-section .carousel-caption h6 span.right-sep::after {
    right: 10px;
}
.slider-section .carousel-caption a,
.slider-section .carousel-caption a i {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.slider-section .carousel-caption a {
    background-color: #fdc016;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    max-width: 182px;
    min-width: 182px;
    display: block;
    margin: 0 auto;
    padding: 13px 0 11px; 
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
}
.slider-section .carousel-caption a i {
    margin-left: 10px;
    color: #333;
}
.slider-section .carousel-caption a:hover {
    background-color: #2aa9e0;
}
.slider-section .carousel-caption a:hover,
.slider-section .carousel-caption a:hover i {
    color: #fff;
}
.slider-section .carousel-control {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background-color: #fff;
    background-image: none;
    opacity: 1;
    color: #000;
    text-shadow: none;
    line-height: 54px;
    font-size: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); 
    z-index: 11;
    box-shadow: none;
}
.slider-section .carousel-control.left {
    left: 15px;
}
.slider-section .carousel-control.right {
    right: 15px;
}
.slider-section .carousel-control:hover {
    background-color: #2aa9e0;
    color: #fff;
}
.inquiry-cta {
    display: inline-block;
    padding: 11px 13px 10px 23px;
    border: 2px solid #636d37;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.inquiry-cta::before {
    content: "";
    width: 60px;
    right: 0px;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-top: 50px solid #636d37;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.inquiry-cta i {
    margin-left: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
}
	
.read-more {
    display: inline-block;
    padding: 11px 13px 10px 23px;
    border: 2px solid #fdc016;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.read-more::before {
    content: "";
    width: 60px;
    right: 0px;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-top: 50px solid #fdc016;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.read-more i {
    margin-left: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
}
/*----------------------------------------*/
/* form Area
/*----------------------------------------*/
.book-now{
    background: #fdc016;
    color: #fff;
	
}
.booking-form{
    background: #1e1e1e;
    padding: 40px;
    box-shadow: 30px 30px 0px -10px #fdc016;
}
.booking-form h2{
    text-align: center;
    color: #fdc016;
    text-transform: uppercase;
}
.booking-form form input{
    width:100%;
    height: 40px;
    border:none;
     border-radius: 0px;
}
.booking-form form select{
     width:100%;
    height: 40px;
    border:none;
    border-radius: 0px;
}
.about-us{
	text-align: justify;
}
.about-us h3{
    color: #fdc016;
}
.about-us h1{
    color: #000;
}
/*----------------------------------------*/
/* our rooms Area
/*----------------------------------------*/
.section-title{
    padding: 60px 100px 60px 40px;
}
.section-title h3{
    color: #fdc016;
}
.section-title h2{
   color: #fff;
}
.section-title p{
    color: #eeeeeeb5;
}
.section-room{
    background-color: #eee;
background-image: url(img/pattent.png);background-size: cover;}
.bg-black{
    background: #000;
    height: 522px;
}
.room-div{
    padding: 50px 20px;
    margin-left: -75px;
}
.blog-desc{
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 0 5px 5px;
    height: 155px;
}
.blog-desc h3{
    font-size: 18px;
    line-height: 30px;
}
.blog-date span {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fdc016;
    color: #1e1e1e;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 5px 0 0;
    position: absolute;
    z-index: 999;
    top: 0;
}
.blog-div{
	background-color:white;
}
.blog-desc a{
    color: #fdc016;
}
.blog-div:hover .blog-desc::before {
    height: 100%;
}
.blog-div .blog-desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fdc016;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 0 5px 5px;
}
.blog-div:hover h3{
    color:#fff;
}
.blog-div:hover a{
    color:#fff;
}
/*----------------------------------------*/
/* services Area
/*----------------------------------------*/
.service-1 {}
.service-box{
    margin-bottom: 60px;
}
.service-icon i{
    color: #fdc016;
}
.service-1 .service-box {
    padding: 10px 0 15px 50px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-1 .service-box::before {
    border: 2px solid #fdc016;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 133px;
}

.service-1 .service-box .service-icon {
    color: #353535;
    font-size: 40px;
    left: 48px;
    position: absolute;
    top: 14px;
    z-index: 9;
}

.service-1 .service-box:hover .service-icon {
    color: #b58a60;
}

.service-1 .service-box .service-icon i {}

.service-1 .service-box .service-content {
    background: #fff none repeat scroll 0 0;
    margin: 12px 0 0;
    padding: 47px 0 18px;
    position: relative;
}

.service-1 .service-box .service-content h4 {
    color: #070e13;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 11px;
}

.service-1 .service-box:hover .service-content h4 {
    color: #fdc016;
}

.service-1 .service-box .service-content p {
    /* color: #070e13; */
    line-height: 24px;
}
/*----------------------------------------*/
/* footer Area
/*----------------------------------------*/
.section-bg{
    background: linear-gradient(45deg, #fdc016c7, #fdc016b5),url(img/video.jpg);
    text-align: center;
}
.video-div img{
    margin-bottom: 20px;
}
.video-div h1 span{
    color: #000;
}
.video-div h1{
    color: #fff;
}
#myModal .modal-body{
    padding: 0px;
}
#myModal button.close{
    position: absolute;
    color: white;
    right: -28px;
    top: -25px;
    opacity: 1;
}
.testimonial{
    padding: 100px 0 00px 275px;
    position: relative
}
.testimonial .pic{
    width: 150px;
    height: 150px;
    position: absolute;

    top: 100px;
    left: 60px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .description{
    line-height: 35px;
    color: #f3eeee;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 22px;
    letter-spacing: .66px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 40px;
    color: #fdc016;
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #fdc016;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#fff;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
}
/*----------------------------------------*/
/* footer Area
/*----------------------------------------*/
footer {
    background: #636d37; /*191b1c;*/
}
.border-top{
    border-top: 1px solid #eeeeee21;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rev-btn a{
    color: #fff;
}
.footer-div ul li:before {
    content: "\f00c";
    color: #fdc016;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.logo-footer h1{
    color: #fff;
    margin-bottom: 0px;
text-transform: uppercase;}
.logo-footer h1 span{
    color: #fdc016;}
.copyright p{
    margin-bottom: 0px;
    margin-top: 10px;
}
.offer-div h1{
    color: #fff;
}
.btn-off{
    width: 100%;
    background: #57b1ff;
    padding: 10px;
    border: none;
    border-radius: 0px;
    color: #fff;
}
.offer-form form input{
    height: 40px;
    border: none;
    border-radius: 0px;
    width: 100%;
}

.footer-div h3{
    color: #fff;
}
.boder-div{
    padding: 50px 0px;
    border-bottom: 1px solid #c8a66d24;
}
.footer-div ul{
    list-style: none;
}
.footer-div ul li{
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eeeeee29;
    margin-bottom: 10px;
}
.footer-div p{
    color: #eee;
}
.footer-div a{
    color: #eee;
}
.footer-div a:hover{
    color: #fdc016;
}
.copyright{
    text-align: center;
}
.copyright p{
    color: #fff;
}
.pricingTable{
    color: #aaa;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 35px 0 0;
    position: relative;
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
}
.pricingTable:before{
    content: "";
    background:#fdc016;
    width: 50px;
    height: 160px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.pricingTable .title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 18px;
    color: #000;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #777;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0 6px 25px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #fdcc44;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 7px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #181516;
}
.pricingTable .price-value{
    color: #000;
    text-transform: capitalize;
    font-size: 55px;
    font-weight: 200;
    line-height: 55px; 
    margin: 0 0 25px;
}
.pricingTable .pricingTable-signup{
    background: #2f2f2f;
    padding: 22px 0;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 4px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.6);
}
.pricingTable.green:before{ background-color: #069e86; }
.pricingTable.blue:before{ background-color: #0547d7; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
.inner-page{
    background:linear-gradient(45deg, #09090a7d, #0f0f1085),url(img/video.jpg);
    padding:200px 0px 50px 0px;
}
.inner-page h1{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.error-page{
    text-align: center;
}
.error-page h1{
    font-size: 60px;
    margin-bottom: 30px;
    color: #000;
}
.error-page h3{
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
}
.comming-soon{
    position:fixed;
    width:100%;
    height:100%;
    display:block;
    overflow-y:auto;
    background-size:cover;
    background-image:url(img/comming-soon.jpg);
    text-align: center;
    padding-top: 100px;
}
.content-inne .read-more{
    color: #fff!important;
}


.comming-soon h2{
    position:relative;
    color:#ffffff;
    font-size: 80px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom:80px;
}

.comming-soon .text{
    position:relative;
    color:#ffffff;
    font-size: 28px;
    line-height:1.6em;
    max-width: 900px;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom:50px;
    display:inline-block;
    text-transform: capitalize;
}

.comming-soon .text span {
    font-style: italic;
}
.cont-desc h3{
    color:#fdc016;
}
.cont-desc i{
    font-weight: 600;
}
.contact-form{
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    padding: 60px 60px 20px 60px;
}
.contact-form form input{
    height: 45px;
	width: 100%;
	border: none;
}
.contact-form form textarea{
    height: 100px;
}
.gallery-section-two {
    position: relative;
    padding: 120px 0 90px;
}
.gallery-overlay{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-overlay.b-radius-8 {
    overflow: hidden;
    border-radius: 8px;
}
.gallery-overlay .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:1;
    color:#ffffff;
    text-align:center;
    background:rgba(0,0,0,0.0);
}

.gallery-overlay  .overlay-box:before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:50%;
    height:100%;
    opacity:0;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
    background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);
}

.gallery-overlay .overlay-box:after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:50%;
    height:100%;
    opacity:0;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    background-image: linear-gradient(0deg, #1b1b1b 0%, rgba(27,27,27,0) 50%);
}

.gallery-overlay:hover .overlay-box:before,
.gallery-overlay:hover .overlay-box:after{
    opacity:1;
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
}

.gallery-overlay .inner-box img {
    width: 100% !important;
}

.gallery-overlay .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
    z-index:1;
}

.gallery-overlay .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.gallery-overlay .overlay-inner .link{
    position:relative;
    font-size: 30px;
    color: #fdc016;
    line-height: 100px;
    display:inline-block;
    opacity:0;
    -webkit-transform:scale(0.5);
    -ms-transform:scale(0.5);
    transform:scale(0.5);
    width: 100px;
    height: 100px;
    background-color: #ffffff;
}

.gallery-overlay:hover .overlay-inner .link{
    opacity:1;
    transition:all 500ms ease 500ms;
    -webkit-transition:all 500ms ease 500ms;
    -ms-transition:all 500ms ease 500ms;
    -o-transition:all 500ms ease 500ms;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1); 
}

.gallery-overlay .overlay-inner .link .icon{
    position:relative;
}

.gallery-section {
    position: relative;
}

.gallery-section .row-3 {
    margin: 0 -3px;
}

.gallery-section .col-lg-3 {
    padding: 6px 3px 0;
}

.gallery-div-image {
    overflow: hidden;
}

.gallery-div-image img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-div:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

/*----------------------------------------*/
/* RESPONSIVE
/*----------------------------------------*/


@media only screen and (max-width: 300px){
    
}
@media only screen and (max-width: 420px){
    
}
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 767px){
    footer{
        text-align: center;
    }
    .footer-div ul li:before{
        display: none;
    }
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .logo-block h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 33px;
        text-align: center;
    }
    .contact-detail div h6{
           margin-bottom: 0px;
    }
    .contact-detail div {
        text-align: left;
        position: relative;
        padding-left: 39px;
        padding-right: 10px;
        margin: 0 10px;
        border-right: 1px solid rgb(255 255 255);
        width: 41%;
        float: left;
    }
    .contact-detail div:last-child {
        width: 50%;
        text-align: left;
        position: relative;
        padding-left: 39px;
        padding-right: 10px;
        margin: 0 8px;
        border-right: 1px solid rgb(255 255 255);
        float: right;
    }
    #header{
        position: relative;
    }
    .slider-section .carousel-caption{
        position: relative;
    }
    .slider-section .carousel-caption h2{
        font-size: 28px;
    }
    .slider-section .carousel-caption{
        top: 0px;
        width: 100%;
        left:0px;
        transform: none;
        -webkit-transform: none;
        position: absolute;
        margin-top: 20px;
    }
    .slider-section .carousel-caption h6{
        padding-left: 50px;
         padding-right: 50px;
         margin-top: 0px;
    }
    .slider-section .carousel-caption a{
        margin-top: 10px;
    }
    .section-padding {
        padding: 40px 0px;
    }
    .room-div {
        padding: 0px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 991px){
    .slider-section .carousel-caption {
        top: 0px;
        width: 100%;
        left: 0px;
        transform: none;
        -webkit-transform: none;
        position: absolute;
        margin-top: 100px;
    }
    

}
@media only screen and (max-width: 1180px){
.logo-block h1{
        font-size: 30px;
    }
}

/* =========================
   GALLERY FILTER BUTTONS
========================= */
/* FILTER BUTTONS */
.gallery-filter button {
    padding: 8px 20px;
    margin: 5px;
    border: none;
    background: #ddd;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-filter button.active,
.gallery-filter button:hover {
    background: #fdc016;
    color: #000;
}

/* GRID */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

/* ITEMS */
.gallery-item {
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

/* IMAGE */
.gallery-item img {
    width: 100%;
    border-radius: 5px;
    transition: 0.4s;
}

/* HOVER */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .gallery-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        width: 100%;
    }
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #fdc016;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 18px;
}

/* Hover Effects */
.footer-social a:hover {
    background: #fdc016;
    color: #000;
}
.footer-social a:nth-child(1):hover {
    background: #1877f2; /* Facebook */
    color: #fff;
}

.footer-social a:nth-child(2):hover {
    background: #e4405f; /* Instagram */
    color: #fff;
}


/* service page css */
.hero-wedding {
    background: url('../img/wedding-banner.jpg') center/cover no-repeat;
    position: relative;
    padding: 120px 0;
    color: #fff;
}

.hero-wedding .overlay {
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0; left: 0; width: 100%; height: 100%;
}

.hero-wedding h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
}

.service-list {
    margin-top: 20px;
}

.service-list li {
    margin-bottom: 10px;
}

.highlight-box {
    padding: 20px;
}

.highlight-box i {
    font-size: 40px;
    color: #fdc016;
}

.package-box {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    border-radius: 5px;
}

.cta-section {
    background: #fdc016;
    color: #000;
}