/*************CUSTOM white header CSS********************/
body{background: #fff;}
.breadcrumbs{text-align:center;}
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important;
}
.border-btn::before{background: transparent !important;}
.header-area .main-header .main-menu ul li:hover>a {
    color: #f5821f !important;
}
.slicknav_menu .slicknav_icon{top:14px;}
tr:nth-of-type(even) {
    background: #f5821f;
}
p{/*text-align:justify;*/ color:#212025 !important;}
.flexslider{z-index:0;}
.review-btn{width:100% !important; text-align:center; margin-bottom:20px;}
.blog_area.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog_area a:hover, .blog_area a :hover {
    -webkit-text-fill-color: white;
}
.header-transparent, .sticky-bar {
    background-color: #000;
}
.header-area .main-header .main-menu ul li a {color: #fff;}
.footer-address p, .footer-address p a{color:#fff !important;}
.footer-opening-hour p, .footer-opening-hour p a{color:#fff !important;}
.form-contact .form-control {
    border: 1px solid #fff; background: #fdf2fd;
}
.contact-info__icon i{color:#000;}
.gallery-area .gallery-box .single-gallery .g-caption p{color:#fff !important;}
#back-top{bottom:55px;    z-index: 10;}
.header-area .main-header .main-menu ul ul.submenu {width: 285px;}
.header-area .main-header .main-menu ul ul.submenu>li>a{color:#000 !important;}
.btn::before{background: #f5821f;}
.services-cap p{text-align:left; }
.services-cap h5 a {
    font-weight: 600;
    font-size: 25px;
    color: #15181d;
    line-height: 1.4;
    margin-bottom: 19px;
    display: block;text-align:left;
}
.about-area2 .about-caption .pera-bottom{text-align:left; }
.header-transparent{background-color:#000;}
.slider-height {
    min-height: 100vh;
}
.giftcard-holder .single-services {
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%); padding:20px; background: #fdf2fd;
}
.giftcard-area{/*background-attachment: fixed;*/}
.winebg-area{/*background-attachment: fixed;*/ height:550px;}
.flex-direction-nav a:before {
    font-size: 25px !important;
}
.logo a img{width:auto;}
.slider .caption{background: none;}
.header-btn {
    border: 1px solid #f5821f;
    color: #fff;
    background: none;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 19px 18px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.testi-btn{border-color:#fff; color:#fff;}

textarea.textarea-testi {
    height: auto !important;
}
.testimonial-page .quote-wrapper{margin-top:0px;}
.testimonial-page .blog_details{padding-top:0px;}
.blogs-area .single-blogs .blog-cap {
    padding: 20px;
    background: #f7f9f8;
    position: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
	height:500px;
    border-radius: 0 !important;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.header-area .main-header .main-menu ul li a{padding:39px 5px;}
.gallery-area .gallery-box .single-gallery .big-img {
    height: 500px;
}
.gallery-area .gallery-box .single-gallery .smoll-img {
    height: 250px;
}
.gallery-area .gallery-box .single-gallery .g-caption h4 {
    color: #fff;
    font-size: 20px;
}
.gallery-box:hover .single-gallery .g-caption {top: 65%;}
.our-services .single-services .services-cap {
    padding: 0 16px;
    text-align: left;
}
.about-area2 a{color:#f5821f; }
.about-area2 a:hover {
    color: #fff;
}
.btn {background:red;}
a.border-btn:hover {
    color: #000;
}
.text-white{color:#fff;}
.slider-area .hero__caption h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.slider-area .hero__caption span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 39px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
table {
    width: 100%;
    border: 1px solid #ccc;
}
tr:nth-of-type(odd) {
    background: #fff;
}
td, th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}
th {
    background: #f5821f;
    color: white;
    font-weight: bold;
}
a.text-link{color:#f5821f;}

/*************Css for masonary gallery*************/

.pull-left{float:left;}
.missonary-gallery .item {
  border-radius: 5px;
  padding: 0.8em;
  margin: 0 auto 1em auto;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  transition: all 120ms ease;
}
.missonary-gallery .item h3 {
  color: #000;
}
.missonary-gallery .item p {
  color: #5b5b5b;
}
.missonary-gallery .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: all 100ms ease;
}
.missonary-gallery .item:hover {
  opacity: 0.75;
}
.missonary-gallery .item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.missonary-gallery .item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius:10px;
}

.missonary-gallery .grid-sizer, .missonary-gallery .item {
  width: 32%;
}
.missonary-gallery .item {
  width: 32%;     float: left;
}
@media screen and (max-width: 750px) {
  .missonary-gallery .grid-sizer, .missonary-gallery .item {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .missonary-gallery .grid-sizer, .missonary-gallery .item {
    width: 100%;
  }
}
.mbtm{margin-bottom:10px;}

.g-image-name p{font-weight:bold; color:#000; padding-top:10px;}
.g-image-name p:hover{color:#f5821f;}


/***********************missonary-gallery  css end***********************/

/******************gallery 2 css start**********************/

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 14rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
	height:280px;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}



/***********************gallery 2 css end***********************/

.our-services .single-services {
    padding: 20px 23px;
}
.services-ion img {
    width: 100%;
    margin-bottom: 20px;
}
.slider-height2{min-height:390px;}
.hero-cap2{text-align:center; margin-top:80px;}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs i{color:#fff; text-align:center;}
.breadcrumbs .fa {
    margin-right: 0.5rem;
    margin-left: 0.625rem;
}
.fixed-b {
    position: fixed;
    z-index: 100;
    bottom: -7px;
    left: 0;
    right: 0;
	background-color:red;
}
.footer-btn {
    background-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    padding: 10px 18px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: 49%;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    color: #fff; 
	border:0px;
}
.full-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.order-btn-fixed{/*border-left: 1px solid #333;*/}
.mob-phone{
    color: #f5821f;
    display: inline-block;
    float: right;
    right: 74px;
    position: absolute;
    top: -41px;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
    color: #fff;
    font-weight: 300;
}
.footer-area .insta-feed li img {
    width: 100%;
    border: 1px solid cadetblue;
}
.footer-area .footer-bottom .footer-copy-right p {
    color: #fff !important;
}
.footer-area .footer-social a {
    color: #f5821f;
}
.footer-area .footer-social span::before {
    background: #fff;
}
/************testimonial slider******************/
.testimonial .section-tittle span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    color: #fff;
    display: inline-block;
}
.testimonial-slider {
   display: block;
   width: 100%;
   height: auto;
   margin-top: 50px;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 300px;
   overflow: hidden;
   margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

.testimonial-slider q {
   /*display: inline-block;*/
   font: normal 500 18px / 1.25 "Raleway", Helvetica, Arial, Verdana, sans-serif;
   letter-spacing: .5pt;
   text-shadow: 0 5px 10px rgba(0,0,0,.1);
   max-width: 35ch; color:#fff;
}

.testimonial-slider .source {
    margin-top: 25px;
    color: #fff  !important;
    font: italic 400 20px / 1.35 "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}
/***********************testi slider end***********************/
/************ACTIVE NAV CSS start***************/
nav li.active > a {
    background-color: transparent;
    color: #f5821f!important;
}
nav > li.active > a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 0;
    width: 0;
}
nav > li .dropdown-menu li.active > a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 0;
    width: 0;
}

nav > li.dropdown .active:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 0;
    width: 0;
}

/************ACTIVE NAV CSS end***************/
.letsparty-bg .slider-height2 {
    background-image: url(../img/hero/hero-letsparty.png);
}
.giftcard-hero .slider-height2 {
    background-image: url(../img/hero/hero-giftcard.png);
}
.select-btn {
    padding: 30px 70px;
    width: auto;
}
.section-tittle h2 {
    font-size: 34px;
}
.instagram-gellay .gallery-image {
    display: block;
    width: 115px;
    height: 115px;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.instagram-gellay .gallery-image:hover {transform: inherit;}
.gallery-area .gallery-box .single-gallery .gallery-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/********************************************responsive***************************/

@media (max-width: 680px){
footer{padding-bottom: 50px;}
.border-btn {
    display: inline-block;
}
.logo a img {
    width: 20%;
}
.testimonial-slider ul.slider{height:450px;}
.slider-height2 {
    min-height: 200px;
	background-position:bottom;
}
.slider-area .hero__caption h1 {
    font-size: 22px; color:#fff;
}
.slider-area .hero__caption p{color:#fff !important; }
.gallery-mobile-area .gallery-item {
    flex: 1 0 6rem;
    margin: 0.3rem;
    box-shadow: none; 
    overflow: hidden;
    height: 95px;
}
.gallery-mobile-area .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0rem -1rem 1rem -1rem;
}
.mobile-gallery .mobile-feed {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -5px;
}
.mobile-gallery .mobile-feed li {
    width: 33.33%;
    margin-bottom: 10px;
    padding: 0 5px;
}
.mobile-gallery .mobile-feed  li img {
    width: 100%;
}
.gallery-mobile-area .gallery-top{padding-top:30px; padding-bottom:10px;}
.gallery-mobile-area .gallery-top .section-tittle {margin-bottom: 0px;}
.about-caption .section-tittle h2 {
    font-size: 18px;
}
.blogs-area .mb-100 {
    margin-bottom: 50px;
}
.instagram-gellay .gallery-image {height:110px; width:110px !important;}
.slider-height {
    min-height: 30vh;
    margin-top: 46px;
}
/*.hero__caption{display:none;}*/
.hero__btn{display:none;}
.about-area2 .about-caption h2 {
    font-size: 20px;
}
.about-img {margin-bottom:10px;}
.footer-opening-hour p, address {
    color: #fff !important;
    font-size: 14px;
}
.mob-booknow{width: 100%; border-radius: 0px; border-bottom: 1px solid #333;}
.section-bg.testimonial {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f5821f;
    background-position: top;
}
.about-area3.testimonial {
    padding-top: 185px;
    padding-bottom: 20px;
}
.about-low-area .section-tittle {
        margin-bottom: 0 !important;
    }

}
@media (width: 320px){
.instagram-gellay .gallery-image {height:90px!important; width:90px !important;}
}
@media only screen and (max-width: 1600px) and (min-width: 1200px){
.section-padding30 {
    padding-top: 50px;
    padding-bottom: 40px;
}
.header-btn {
    text-transform: capitalize;
    padding: 14px 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;

}
.header-area .main-header .main-menu ul li a {
    margin: 0 5px;
}
.header-area .main-header {
    padding: 0px 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.logo a img {
    width: 100%;
}
.slider-height {
    min-height: 460px !important;
}
.slider-area .hero__caption h1{font-size:35px;}
.mobile_menu .slicknav_menu .slicknav_btn {
    top: -30px;
}
.mob-phone{top: -28px;}
.about-area2 .about-caption .pera-top {
    font-size: 14px !important;
    line-height: 24px;
}
.mb-65 {
    margin-bottom: 35px;
}
.section-padding30 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.giftcard-area {
    padding: 38px 0;
}
.giftcard-area .section-tittle h2 {
    font-size: 30px;
}
.testimonial.about-area3 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-logo img{width:100%;}
.footer-padding {
    padding-top: 60px;
    padding-bottom: 20px;
}
.sticky-bar{padding-top: 24px !important;}
.slider-height2 {
    min-height: 210px;
    padding-left: 86px;
    padding-top: 42px;
}
.blog_right_sidebar .single_sidebar_widget{padding:30px 15px;}
.single-post-area .quote-wrapper {
    padding: 15px;
}
.single-post-area .quotes {
    padding: 15px;
}
.instagram-gellay .gallery-image {height:65px; width:65px !important;}
}

@media only screen and (width: 1024px){
.header-right-btn, .mob-phone{display:none !important;}
.slider-height {
    min-height: 600px;
}
.slider-area .hero__caption h1{font-size:45px;}
.slider-area .hero__caption p{padding-right:145px;}
#back-top {
    bottom: 100px;
}
.single-post-area .quote-wrapper {
    padding: 15px;
}
.slider-height2 {
    min-height: 290px;
	padding-left: 120px;
    padding-top: 80px;
}
.footer-padding {
    padding-top: 80px;
    padding-bottom: 40px;
}
.instagram-gellay .gallery-image {height:90px; width:90px !important;}
}

#notify-popup.overlay3 {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 500ms;
  z-index:100;
  display:none;
}

#notify-popup .popup {
  margin: 70px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:99999;
  display:none;
}
#notify-popup .popup img{width:100%;}
#notify-popup .clear{clear:both;}
#notify-popup .nopadding{padding:0px;}
#notify-popup .popup-text{margin-top:10px; text-align: center; margin-bottom:30px;}
#notify-popup .popup-text .content p{font-weight:bold;}
@media screen and (max-width: 680px){
#notify-popup .popup-text{margin-top:0px;}
}
#notify-popup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
#notify-popup .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black;
    background: white;
    padding: 5px 10px;
}
#notify-popup .popup .close:hover {
  color: #000;
}
#notify-popup .popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  #notify-popup .box{
    width: 70%;
  }
  #notify-popup .popup{
    width: 70%;
  }
#notify-popup .popup .close {
    position: absolute;
    top: 10px;
    right: 16px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: red;
}
}

.footer-opening-hour{color: #fff;}