body{
  margin:0;
  padding:0;
  min-height:800px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
*{padding:0; margin:0;}
@import url("https://fonts.googleapis.com/css?family=Lato");

.custom-row{margin-top:20px ;}
.cont-bg{
background: url(../images/himaloia-bot.jpg )no-repeat top center;
 background-size: cover;

}


.bill-bg{
 background: url(../images/kolkata.jpg )no-repeat top center;
 background-size: cover;
padding-bottom:200px;
}
.backrom{
 background: url(../images/kolkata.jpg )no-repeat top center;
 background-size: cover;
 position:relative;


}
.bk-overlay{
background: url(../images/o_lay.png )repeat;
padding-bottom:100px;

}
.menu_bg_cle{
  position:fixed;
  top:0;
  background:none;
  width:100%;
  height:60px;
  z-index:99;
 
  
}




.logo_icon{
height:40px;
display:none;
margin-top: -10px;
}



.tg-bg{
    background: #fff;
}

.nav-link {
  
   padding-left:5px;
	font-weight:600;
	color:white;
	text-transform:uppercase;
	padding-top:15px;
	color:white;
	font-family: sans-serif;
}
	
	
	.nav-link:hover{
	border-bottom:2px solid lightblue!important;
	transition:1s;
	
	}
	.dropdown-item:hover{
	border-bottom:2px solid lightblue!important;
	transition:1s;
	
	
	}
	.l-logo-index{
	padding: 25px 0 0 50px;
    position: absolute;
    z-index: 1;
	}

.l-logo{
	padding: 25px 0 0 50px;
    position: absolute;
    z-index: 1;
    
	}


    .rightother{
      max-width: 300px;
      position: absolute;
        z-index: 1;
        top:75px;
        right: 10%;
    }
@media screen and (max-width: 1200px){
    
    .rightother{
     
        top:50px;
        
    }
    
}
@media screen and (max-width: 825px){
    .rightother{
     
        position: relative;
        max-width:100%;
        margin: auto;
        right: 0;
        left: 0;
        
    }
}
	.navbar-brand{
	display:none;
	}
	
	.slogan{
	width:310px;
	padding:5px;
	border:1px solid white;
	border-radius:5px ;
	float:right;
	position:relative;
	}
	
/*--------header-------*/

/*---accommodation---start---*/
.accommd{
    background: #fff;
}
.accom-title{
    text-align: center;
    margin: 50px 0;
}
.accom-title h3{
    
    color: #0d004c;
}
.accomm-img{
    margin: 50px auto; 
    z-index: -9;
    
}







.hover {
  overflow: hidden;
  position: relative;
  padding-bottom:100%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/*----------------------*/
 .hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #cb9b51;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
     
}
.hover-3-content h3 span{
    
    color: #3399ff;
    font-size: 18px;
    font-weight: 600;
}


.hover-3:hover h3 span {
    
    background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
}
 .hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}
.hover-3-description a{
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #000;
    padding: 10px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
transition: 1.5s;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}





/*---accommodation---end---*/

/*------plus  minus button start----*/

 .bk{
      position: relative;
          z-index: 99;
          cursor: pointer;
      
      }
      .qt{
          position: relative;
          
          
      }
      
      .qt a{
          text-decoration: none;
        
          
         
      }
.qt .disabled{
    background: #ffa4be;
}
      .plus{
         font-size: 18px;
    text-decoration: none;
    background: #fff;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    height: 25px!important;
    width: 20px!important;
    position: absolute;
    right: 0;
    top: 0px;
          border-radius: none!important;
          
      }
      
      
      .minus {
          
    font-size: 18px;
    text-decoration: none;
    background: #fff;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
   height: 25px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0px;
       overflow: hidden;
        
      } 




.text-cr {
    color: #dc3545 !important;
  line-height: 6px!important;
  text-align: center;
  margin-left: -6px!important;
  border-radius: none !important;
    font-weight: 600;
    padding: 50px 0;
}
/*------plus  minus button start----*/


/*----fcilities start-----*/
   .facilities_area {
    position: relative;
    z-index: 0;
    background: #04091e;
    overflow: hidden;
    padding: 80px 0;
}
  /*  
  .section_gap {
    padding: 120px 0;
} 
*/
 .section_title h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
     background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
}
.section_title p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.title_w {
    color: #fff;
}   
  .facilities_area  {
    background: url(../images/facilites_bg.jpg) no-repeat ;
    
      background-attachment: fixed;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 125%;
    width: 100%;
    bottom: 0;
    z-index:-1;
     background-color: rgba(4, 9, 30, .5);
}
              
  .facilities_item {
    border: 1px solid #777777;
    border-radius: 10px;
    background-color: rgba(249, 249, 255, 0.102);
    padding: 31px 40px 37px;
    color: #fff;
    margin-bottom: 20px;
        min-height: 228px;
}
 .facilities_item .sec_h4 {
    padding-bottom: 10px 0 5px 0;
    color: #0d004c;
     background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #0d004c;
}
              
              
.facilities_item .sec_h4 img {
    color: #f3c300;
    height: 36px;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
}
.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}              
              
.sec_h4 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0px;
}             
        
/*----fcilities end-----*/

/*-----about--start-------*/

.section_gap {
    
  /*  background: #2CAAFF;*/
    position: relative;
    overflow: hidden;
}
.about-bg{
    background: #1f2f73;
    padding: 120px 0;
}

.about_content {
    padding-right: 60px;
}
.about_content h2{
    background-image: linear-gradient(
	to right,
	#462523 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text;
    font-weight: 700;
}
.title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
}
.title_color {
    color: #222222;
}

.about_content p {
    padding: 18px 0px 30px;
    color: #fff;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.theme_btn_two {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #000;
    text-transform: uppercase;
    padding: 5px 29px;
    text-decoration: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.theme_btn_two:hover{
    
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #000;
    box-shadow: none;
} 
.about_content a{
    text-decoration: none;
    transition: 1s;
}
.about-img{
   box-sizing: content-box;
  border-width: 8px;
  border-style: solid;
  border-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
  border-image-slice: 1;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*------about end--------*/



/*-----testimonial start----*/
   .facilities_area_testi  {
    position: relative;
    z-index: 0;
    background: #04091e;
    overflow: hidden;
}
.facilities_area_testi  {
    background: url(../images/facilites_bg.jpg) no-repeat ;
    padding: 120px 0;
      background-attachment: fixed;

}
.overlay-testi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 125%;
    width: 100%;
    bottom: 0;
    z-index:-1;
     background-color: rgba(4, 9, 30, .6);
}



section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}
.feedback-slider-hol{
   
    padding: 0 40px;
    
}
/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 30px;
	margin-top: -30px;
    
}
/*
.test-cont-bg{
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

    
}
*/
h3.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
    color: rgb(169, 126, 99);
}
.feedback-slider-item h3{
  background-image: linear-gradient(
	to right,
	#462523 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text; 
}
.feedback-slider-item p {
	line-height: 1.875;
    
    color: lightyellow;
  --color1: yellow;
  --color2:purple;
  --color3: brown;
  --color4: purple;
}

.customer-rating {
	
	
	  color: #2CAAFF;
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
    
    background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
/* From https://css.glass */
background: rgba(255, 255, 255, 0.05);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	background-image: linear-gradient(
	to right,
	#f6e27a 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text;
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 14px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
    
    
    background: rgba(255, 255, 255, 0.05);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
/* From https://css.glass */
background: rgba(255, 255, 255, 0.05);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -50px;
	cursor: pointer;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -50px;
}


.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
   
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-image: linear-gradient(
	to right,
	#462523 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text; 
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(169, 126, 99);
	display: block;
	-webkit-backface-visibility: visible;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(169, 126, 99);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}







/*-- Sign Styles --*/
.sign {
  min-height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    
}
.sign p{
    
    color: #fff;
    padding: 50px;
}
.sign__word {
    font-family: "Vibur", cursive;
  font-size: 45px;
  text-align: center;
  line-height: 1;
  color: #c6e2ff;
  -webkit-animation: neon 0.08s ease-in-out infinite alternate;
          animation: neon 0.08s ease-in-out infinite alternate;
}

/*-- Animation Keyframes --*/
@-webkit-keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2;
  }
}
@keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2;
  }
}
.link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #828282;
  text-decoration: none;
}
.link:focus, .link:hover {
  color: #c6e2ff;
  text-shadow: 0 0 2px rgba(202, 228, 225, 0.92), 0 0 10px rgba(202, 228, 225, 0.34), 0 0 4px rgba(30, 132, 242, 0.52), 0 0 7px rgba(30, 132, 242, 0.92), 0 0 11px rgba(30, 132, 242, 0.78), 0 0 16px rgba(30, 132, 242, 0.92);
}
/*----testimonial end------*/

	/*  select style start */
	.reservation{
    background-color:rgba(16,16,16,0.6);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	padding:5px 10px;
	margin-bottom:30px;
	
	}
	.date-pick h5{
	color:white!important;
        font-size: 14px;
	
	}
	.payment-detail{
	background-color:rgba(16,16,16,0.8);
	
	padding:5px 10px;
	margin-bottom:30px;
	color:white;
	width:400px;
	margin:auto;
	text-align:left;
	}
	.s-select1{
	width:130px;
	color:white;
	
	float:left;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	          
			  }
	.s-select2{
	width:118px;
	color:white;
	margin-bottom: 6px;
	float:right;
	
	          
			  }
			  
	.ch-btn{
	background:none;
	border:2px solid #FCF6BA;
	border-radius:3px;
	color:white;
	padding:6px 10px;
	margin:10px;
	width:90%;
	}
	
	.ch-btn:hover{
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	transition:2s;
	border-radius:3px;
	color:#000;
	padding:6px;
	margin:10px;
	width:90%;
	}
	
/*	

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
*/
.ed 
  {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
      margin-top: 5px;
}

.select-styled{
    position: absolute;
  bottom: 116px;
 
  width: 100px;
  z-index: -1;
}
}
/*
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 8px 15px;
  border-radius:3px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
*/
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #888888;
}
.select-styled:active, .select-styled.active {
  background-color: #888888;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

	/*  select style end */
	.tex-slider p{
	
	font-size:16px;
	font-weight:800;
	}
	.hot-title {
	width:90%;
	padding:10px;
	margin-top:40px;
	}
	.hot-title h1{
	color:white!important;
	font-size:35px;
	
	}
	
	.service-tit{
	
	padding:10px;
	margin:20px 0;
	}
	.service-tit h1{
	color:white;
	font-size:24px;
	}
	.service-brif{
	
	padding:10px;
	margin:20px 0;
	
	}
	
	.service-brif p{
	color:white;
	font-size:16px;
	
	}
	.service-text{
	
	padding:10px;
	margin:20px 0;
	color:white;
	
	}
	.service-text h1 {
	color:white;
	font-size:18px;
	
	
	}
	
	
.comm-banner{
    height: 300px;
    background:url("../images/kolkata.jpg")no-repeat center center;
    background-size: cover; 
}
	.room-detail h3{
	background:#4AAF2E;
	padding:10px;
	text-align:center;
	color:white;
	}
	
	

	
	
	.room-s{
	width:480px;
	margin:auto;
	background-color:rgb(255,255,255,0.8);
	padding:10px 20px 20px 20px;
	border: 5px solid #ccc;
	}
	.room-s-room{
	
	
	margin: 10px auto;
	background-color:rgb(255,255,255,0.8);
	padding:0px 20px 20px 20px;
	margin-bottom:20px;
	}
	
	.room-s h3{
	padding:10px;
	text-align:center;
	color:#22CE4E;

	}
	.reserve-btn{
	
	background: #22CE4E;
    color: white;
    border-radius: 5px;
    padding: 8px;
    margin: 0px;
    border: 0;
	}
.room-detail{
  
   border:1px solid gray; 
   border-radius:3px;
   padding:0 10px; 
   position:relative;  
   margin:10px; 
   overflow:hidden; 
    font-size: 14px;
}	
.mini-room{
   /* 
   float: right; 
    width: 200px;
    padding-top:10px; 
    height:185px; 
    bottom: -94px; 
    right:25px; 
    position:absolute; */
   
    overflow: hidden;
    
}

.room-img-hol{
   
   
    margin-top: 10px; 
    border:1px solid green;
}

.img-sp{
    
    width: 100%;
}


	.reserve-btn:hover{
	background: white;
	transition:2s;
	border:2px solid #22CE4E;
	color:#22CE4E;
	}

 .bk{
      position: relative;
          z-index: 0;
          cursor: pointer;
      
      }




.r-select1{
    
    position: relative!imporeant;
    position: relative;
   
}
.r-select1 label{
    margin-right: 40px;
}

.btn-readmore{
    background: transparent;
    padding: 3px!important;
    line-height: 1;
    color: #17a2b8;
}

.r-select1 .ee {
    visibility: visible;

    border: 0!important;
 
    position: absolute;
    right: 0;
    
}

.order_details{
    
    background:rgb(255,255,255,0.8);
    padding:0px; border-radius:5px;
    overflow: hidden;
}

.order_details .table td, .order_details .table th {
     padding: 5px!important; 
    vertical-align: top;
    border-top: 1px solid lightgray;
    font-size: 14px;
    text-align: center;
}








	/*----success--form valadation---*/








/*----personnalinfo start---*/

.chekut {
float: right; 
    padding: 5px 10px;
    
}
.chekut a{

  text-decoration: none;
    
}
/*----personnalinfo end---*/

	
	.signup1 {
padding:10px;
background:#0099FF;
margin-top:50px;
}
.error{
padding:5px;
background:#FF0000;
color:#FFFFFF;
font:bold;
font-size:14px;
text-align:center;

}

.success{
padding:5px;
background:#00CC33;
color:#FFFFFF;
font:bold;
font-size:14px;
text-align:center;

}
.btn-sub{ 
background:#006666;
color:#FFFFFF;
font:bold;
font-size:24px;
}
/*----success--form valadation---*/
/*----contact start------*/

.contact-banner{
    height: 300px;
    background:url("../images/contact-bg.jpg")no-repeat center center;
    background-size: cover;
    
}




.contact-text p{
    margin: 50px 0 2em 0;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
}
.address ul {
    padding: 0;
    margin: 0;
}
.address ul li {
    display: block;
    margin: 1em 0;
}
.address ul li i.fa{
    height: 40px;
    width: 40px;
    background:#3BB9FF;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.address ul li span {
    color: #999999;
    font-size: .875em;
    margin-left: 1em;
}
.address ul li span a {
    color: #999999;
    text-decoration: none;
}
.address ul li span a:hover{
	color:#f35041;
}
.form{
    margin: 2em 0 0 0;
}
.form input[type="text"],.form  input[type="email"] ,.form  input[type="file"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    color:#444444;
    margin-bottom: 1.5em;
}
.form textarea {
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 0.9em;
     color:#444444;
    resize: none;
    padding: 10px 15px 10px 15px;
    margin-bottom: 1em;
}
button.btn1{
	border: solid 1px #212121;
    color: #ffffff;
    font-size: .875em;
    padding: .5em 2em;
    text-decoration: none;
    background: #3BB9FF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
    border: solid 1px #212121;
    color: #212121;
	background:none;
}
/*-----contact end------*/


/*----about start-----*/

   .text-hol{
        
     display: flex;
  align-items: center;       /* vertical centering */
  justify-content: center;   /* horizontal centering (optional) */
  
        
        
    }


.about-body h1{
    
   margin: 40px  0; 
    
}
.about-banner{
    height: 300px;
    background:url("../images/about-us.jpg")no-repeat center center;
    background-size: cover;
    
}
.ad-login{
    background: url(../images/admin-bg.jpg)center center no-repeat;
    background-attachment: fixed;
 
   
}
.ad-overlay{
  background-color: rgba(255,255,255, 0.6);
    height: 100%;
    width: 100%;
    
}

.abt-bg-hol{
    background: url(../images/ab-bg-ps.png);
    position: relative;
    background-size: contain;
    width: 100%;
    margin: 70px 0;
    color: #fff;
    padding: 20px;
    border: 5px solid #fff;
   
    
}

.abt-bg-hol p{
    padding: 20px; 
}
.abt-bg-top{
position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    top: -27px;
    right: -22px;
    transform: rotate(40deg);
}

.abt-bg-bottom{
position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    bottom: -27px;
    left: -22px;
    transform: rotate(40deg);
}

.about-body h4.text-sub{
    
   background: #fff;
    border-radius: 20px;
    border:3px solid #3399ff;
    width: 80%;
    margin: auto;
   padding-bottom: 2px;
    color: #3399ff;
}

.resto{
    margin-left: 15%;
}
.resto ul li{
    
    font-size: 18px;
    color: #000033;
}

.park-se{
    
    margin-top: 100px;
}
.imp-se,.cafe-se{
    
    margin-top: 200px;
}


.top-im{
    
    padding-bottom: 3px;
    margin-bottom: 0!important;
    background: #3399ff;
}

.img-hol{
    
    position: relative;
}
.zoom-imgs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    
    text-align: center;
  
    padding-top:30%;
   
    background: rgba(255,255,255, 0.4);
    display: none;
    
    
}
.lx-img .close{
    background: none;
    text-align: right;
    position:absolute;
    right: -18px;
    top: -10px;
    color: #fff;
   
        
}

.top-glar{
    
    margin-top: 60px;
}

p.dist{
    
    font-weight: 600;
    color: #3399ff;
}
p.dist span{
    color: #000033;
    
}
.img-hol:hover .zoom-imgs{
    display: block;
    transition: 2s;
}

.zoom-imgs .fa-search-plus{
    
   font-size: 50px; 
     color: #3399ff;
}
/*---about end--------*/

/*--cancel start-----*/

.canc{
    
    margin-top: 8px;
    padding: 3px 10px;
}
/*--cancel end-----*/







h3.am-title{
    
    text-align: center!important;
    font-size: 24px;
    color: red;
}

.des{
    
     background: url(../images/ab-bg-ps.png);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10%;
}
.am-icon img{
  max-width: 200px;
   height: auto;
    margin: auto;
}


.amt-icon,.des{
    display: inline-block;
}
/*----footer start------*/


.footer-hot {
  background: #0d1824;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .footer-01:after {
    position: absolute;
    top: -300px;
    left: -100px;
    width: 800px;
    height: 800px;
    content: '';
    background: url(../images/blob-shape.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: .05; 
    padding: 20px 0;
   
}
.footer-inner{
    
    padding: 40px 0;
    
}
.footer-inner ul li{
    
    list-style: none;
    line-height: 0;
    padding: 10px 0;
}

.footer-inner ul li a{
    
   color:#fff;
    font-size: 14px;
    text-decoration: none;
    
}


.con-info .p-text{
    color: #fff;
    line-height: 2;
   
    overflow: hidden;
    display: block;
    margin-left: 30px;
    margin-top: -20px;
}
.con-info span.p-text br{
    margin-left: 200px;
}
.con-info .fa{
    color: #CCA86E;
    font-size: 18px;
    margin-right: 10px;
    
}

.footer-hot .footer-heading{
   color: #CCA86E;
    font-size: 18px;
    
}


.copyright{
    background: #000;
    padding: 20px 0;
    color: #fff;
     font-size: 12px;
}

.copyright a{
   color: #CCA86E; 
    font-size: 12px;
    
}
/*------footer end------*/





	
	@media (max-width:992px){
	
	.weather,.slogan{
	margin-top:100px;
 
  
	}
	.backrom{
	margin-top:50px;
	
	}
	.page_headline h2{
	top:80px; 
	font-size:24px;
	
	}
	.reservation {
	margin-bottom:70px;
	}
		
	
	
	.menu_bg_cle{
	background:white;
	 top: 0;
   
    height: 60px;
	
	}
	
	
	.hot-title h1 {
    color: white !important;
    font-size: 22px;
}

.nav-link:hover{
	border-bottom:2px solid lightblue!important;
	border-top:2px solid lightblue!important;
	transition:1s;
	
	}


	.nav-link{
	color:black!important;
	padding-left:10px!important;
	background:#fff!important;
	
	}
	.logo_icon{
	display:none !important;
	}
	
	.l-logo{
	display:none !important;
	}
	.navbar-brand{
	display:block;
	margin-top:-8px;
	z-index:99;
	}
	}




/*-----news-carosul--start-----*/


.owl-nav{
    font-size: 49px;
  text-align: center;
    position: relative;
}

.room-carousel .owl-nav button.owl-next,.room-carousel .owl-nav button.owl-prev{
    
  color: #3399ff; 
   
    margin: 30px;
    
}

.room-carousel .owl-nav button.owl-next:hover,.room-carousel .owl-nav button.owl-prev:hover{
    
  color: seagreen; 
   
    margin: 30px;
    
}


owl-carousel .owl-nav button.owl-carousel .owl-nav button{
    
   border: 0; 
    
}


.owl-prev , .owl-next  {transform : scale(2,2); color: #ccc;  }



button:focus {
  outline:none;
  box-shadow: none;
}



.modal-backdrop{
    
    z-index: 0!important;
}






.ft-mob-hol {
  position: fixed;
  bottom: 20px;     /* distance from bottom */
  right: 20px;      /* distance from right */
  z-index: 1050;    /* above most elements */
}

/* WhatsApp circle button */
.what-mob {
  background: #25D366;     /* WhatsApp green */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

/* Icon inside */
.ft-con-m {
  font-size: 28px;
  line-height: 1;
}

/* Anchor full clickable */
.what-mob a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;  /* ensures icon is white */
}

/* Hover effect */
.what-mob:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,.3);
}

/*--------end whatsapp-------*/

/*--------avrage star rating -start----*/

.star-rating {
  font-size: 24px;     /* star size */
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #ccc;         /* base gray */
}
.star-rating::before {
  content: "★★★★★";    /* 5 stars */
}
.star-rating::after {
  content: "★★★★★";    /* gold stars overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: <?php echo $percentRate; ?>%;   /* only fill part */
  overflow: hidden;
  color: gold;
}

/*--------avrage star rating -end----*/


