
/*@import url(//db.onlinewebfonts.com/c/ee5dab9480cf54967e06e7a35cb398cb?family=Adobe+Caslon+Pro);
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Rosario&display=swap');

html{
 width: 100%;
 overflow-x: hidden;
}

:root{
  --color1:#4B0082;
  --color2: #4B0082;
  --color3: #4B0082;
  --font-family:'Rosario';
}
body{
  overflow-x: hidden;
  color: #6e6c6cfa
  font-family: var(--font-family);
  font-style: normal;


}

h1, h2, h3, h4, h5, li, a {
    font-family: var(--font-family);
     font-style: normal !important;
}

a, a:hover{
  text-decoration: none;
  color: #000b;
}
a:hover{
  color: var(--color1);
}

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

img{
  max-width: 100%;
}


.bas-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #d4e5f3;
  border-bottom: 1px solid #ffffff70;

}


.bas-header li a {
  color: #47494abf !important;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
}


.hero{
  overflow: hidden;
}

.hero .item h2{
  position: absolute;
  top: 50%;
  left: 30px;
  color: #fff;
}

.section-head{
  margin-top: 20px;
  margin-bottom: 10px;
  
}

.section-head h2{
      font-size: 28px;
    color: #011b2ecf;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
}

/* servioces */

.service{
   box-shadow: 0 0 14px #0003;
  text-align: center;
  transition: transform .5s;
      margin: 2px 2px;
  transition: 0.7s ease;
}
.service:hover{
   box-shadow: 0 0 22px #0003;
}

.service .s-img{
  overflow: hidden;
}
.service img{
  width: 100%;
  transition: transform .8s ease;
}

.service:hover img{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.service .s-body{
  padding: 14px;
}

.service .s-body h3:hover{
  color: var(--color1);
}

.service div.u-line{
  width: 22%;
  border-bottom: 2px solid var(--color1);
  margin-left: 50%;
  transform: translateX(-50%);
}

.u-line{
  width: 30px;
  border-bottom: 2px solid var(--color1);
  margin-left: 50%;
  transform: translateX(-50%);
}
.service .s-btn{
  padding: 28px 0px ;
}
.service .s-btn a{
  padding: 11px 37px;
  border-radius: 50px;
  background-color: var(--color1);
  color: #fff;
}
.service .s-btn a:hover{
box-shadow: 0 0 7px #0003;
}

/* green */

.book-now{
  position: relative;
}
.btn-section{
  height: 250px;
  margin: 30px 0px;
  
}
.btn-section:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    background: var(--color1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 400ms ease-out;
    transition: 400ms ease-out;
}

.book-now a {
  padding: 15px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 20px;
    background: var(--color1);

}

.book-now a:hover{
  color: #000;
}

.book-now a:hover + .btn-section:before{
  -webkit-transform: scale(0);
    transform: scale(0);
    
}

/* partenters */

.partners img{
  width: 230px;
  border-radius: 20px;
  border: 2px solid var(--color1);
  margin: 0 10px;
}


/* testimonial */

.testimonial{
     background-color:#c9e0f3;
    color: #000000;
    padding: 10px 8px 30px 8px;

}
.testimonial p{
    color: #000;
    font-size: 18px;
    padding: 20px 8%;
}
}
.testi-slide{
  padding: 80px 10%;
  margin-top: 37px;
}

.testi-slide img{
  margin-left: 50%;
  transform: translateX(-50%);
  width: 120px !important;
  border-radius: 50%;
  margin-top: 20px;

}

.contact-form {
      padding: 20px;
    background: #fff;
    border: 2px solid #287af336;
    border-radius: 5px;
}

.contact-form input:not([type="submit"]) , .contact-form textarea{
  width: 100%;
  outline: none;
      border-bottom: 2px solid #287af347 !important;
  padding: 5px 10px;
  margin: 10px 0;
  box-shadow: none;
  border: none;

} 

.contact-form input[type="submit"]{
  width: 100%;
  outline: none;
  padding: 5px 10px;
  margin: 10px 0;
  background-color:#287af3;
  color: #fff;
  border: none;
}

/* footer */

.footer{
 padding-top: 30px;
 box-shadow: 1px 0px 4px 1px #5554;
}

.adress img{
  width: 100%;
  border-radius: 20px;
}

.foot-link a{
  line-height: 1.8;
  transition: 0.5s ease;
}

.foot-link a:hover{
  padding-left: 5px;
}

.hero .item img{
    display: block;
    width: 100%;
    height: auto;
}



.footer h4{
  color: var(--color1);
  margin-top: 10px;
  }
/* ----------------- slider --------------- */

header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
    font-size: 50px;
    color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-shadow: 0px 4px 4px #000000b0;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 2.6875rem;
  color: #fff;
  line-height: 22px;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 2.6875rem;
  color: #fff;
    line-height: 22px;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* ---- header ----*/
ul.menu{
  display: inline-flex;
  list-style: none;
  margin: 16px 26px;
  text-transform: uppercase;
  flex-wrap: wrap;
  padding-left: 20%;
}

ul.menu li {
  padding: 10px 7px;
  margin: 0 10px;
}

ul.menu li .button{
    background: transparent;
    padding: 7px 10px;
    color: #fff;
    box-shadow: 0 0 12px #5555;
    border: 2px s

}

ul.menu li .button:hover{
  color: #fff;
  box-shadow: 0 0 12px #5558;
}



.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
}

.closebtn{
  display: block;
  margin: 15px 20px;
  font-size: 40px;
  color: #fff;
}

ul.mobile{
  padding: 20px;
  margin: 70px 5px;
  list-style: none;
}

ul.mobile li{
  padding: 5px 0;
  font-size: 25px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px){
	
	.hide-web {
		display:none;
		
	}
	
	
	
}

@media only screen and (max-width: 768px){
	
	.hide-mob {
		display:none;
		
	}
	
	.hnp {
		min-height:300px;
	}
	
	.bas-header li a {
  color: #ffffffbf !important;
   
  text-align: left !important;
  display: block;
  
	}
	.footer-basic h4 {
   
  margin-top: 20px !important;
	}
	
	.room-details {
		 
		border-bottom:3px double #0e3f64;
		 
 	}
	
  .desk-menu{
    display: none;
  }
  .mobile-toggle{
    display: block;
    position: relative;
    margin: 15px 20px;

  }
  .footer{
    text-align: center;
  }

  .inner-banner h1 {
    font-size: 42px !important;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translatey(-50%);

  }
}
  

@media only screen and (min-width: 768px){
  .desk-menu{
    display: block;
  }
  .mobile-toggle{
    display: none;

  }
}


/* inner page */

.inner-banner-body{
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
 
}

.inner-banner{
  background: #0000008c;
  height: 60vh;
}

.inner-banner h1{
      position: relative;
    top: 50%;
    text-align: center;
    transform: translatey(-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    text-shadow: 1px 1px #000;
    font-family: var(--font-family);

}



.inner-body .border h2 {
  color: var(--color1);
  padding-left: 10px;
  border-left: 4px solid var(--color1);
}

.inner-body img{
  max-width: 100%;
  height: auto;
 
}

.inner-body .border{
  border-radius: 10px;
  margin: 25px 0;
}

.zoom{
  overflow: hidden;
  box-shadow: 0 0 14px #0005;
  border-radius: 10px;
}

.zoom img{
  transition: transform .5s;
}
.zoom img:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.service-list h2{
  margin-left: 30px;
}

.service-list ul li{
  margin-top: 5px;
  font-size: 17px;
  transition: 0.5s;
}

.service-list ul li:hover{
  padding-left: 5px;
}

.service-detail {
  font-size: 16px;
}

/* grid */ 


 :root {
   --d: 700ms;
   --e: cubic-bezier(0.19, 1, 0.22, 1);
   --font-sans: 'Rubik', sans-serif;
   --font-serif: 'Cardo', serif;
}
 * {
   box-sizing: border-box;
}
 html, body {
   height: 100%;
}

}
 .page-content {
   display: grid;
   grid-gap: 1rem;
   padding: 1rem;
   max-width: 1024px;
   margin: 0 auto;
   font-family: var(--font-family);
}
 @media (min-width: 600px) {
   .page-content {
     grid-template-columns: repeat(2, 1fr);
  }
}
 @media (min-width: 800px) {
   .page-content {
     grid-template-columns: repeat(4, 1fr);
  }
}


/* service grid */

.service-card {
  position: relative;
  overflow: hidden;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000002b;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition:all 1s ease;

}

.overlay:hover{
  background-color: transparent;
  background-image: linear-gradient(transparent, #000000ba);
}


.service-card:hover .overlay {
  height: 100%;
}


.text {
  color: white;
    font-size: 20px;
    position: relative;
    top: 50%;
}

.overlay .text h2{
    font-weight: 600;
font-size: 17px;
text-transform: uppercase;
color: #fff;
text-shadow: 0px 3px 3px #000000c7;
}

.overlay .text span {
  opacity: 0;
  transition: 0.9s ease;
  transition-delay: 0.3s;
  font-size: 17px;
  line-height: 1.2;
}

.service-card:hover .overlay .text span {
  opacity: 1;
}

.overlay .text span a{
  color: #eee;
}

.font-bold{
  font-weight: bolder;
}

.section-pad{
      padding: 80px 0;
}

@media only screen and (min-width: 768px){
  .abt-home img{
    position: relative;
    top: 108px;
    left: 16%;
    box-shadow: 0 0 24px #0005;
    margin-bottom: 30px;

}

.abt-home{
  background-size: cover;
  background-position: center;
}

}


.p-text{
  font-size: 18px;
}

item img{
  animation: imgmove 5s infinite;
}

@keyframes imgmove {
  0% {transform: scale(1.0);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1.0);}
}

section{
  overflow-x: hidden;
}

.logo-text{
     position: relative;
    top: 27pz;
    font-size: 28px;
    color: var(--color1);
    line-height: 1;
    top: 26px;
    left: 0px;
}


@media only screen and (max-width: 768px){
  .logo-text{
    font-size: 21px;
  }
}

.high-caption h4{
    position: absolute;
    color: #fff;
    top: 63%;
    left: 39%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    text-shadow: 0 0 2px #000;
}

.high-caption img{
  border-radius: 15px;
  box-shadow: 0 0 7px #000;
}


.owl-theme .owl-nav{
  margin-top:0 !important;
}

.contact-home{
      padding: 25px 0;
    background:#d4e5f3;
    text-align: center;
    font-size: 18px;
    color: #555d;
}

.contact-home .fa{
      margin-right: 4px;
    font-size: 25px;
}

.bg-white{
  background: #fff;
}

ul.facilities img{
 width: 26px;
margin-right: 16px;
margin-top: 4px;
}

ul.facilities li{
  margin-bottom: 10px;
} 

ul.facilities{
  margin-bottom: 40px;
  }   

.background-text{
      position: absolute;
    right: 0;
    top: 0;
    font-size: 44px;
    font-weight: 700;
    color: #0000000d;
  }

.abt-button{
  border: 2px solid;
    padding: 9px 14px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    transition:0.8s;
    white-space: nowrap;
}

.bg-bottom{
  border-bottom: 2px solid;
  padding: 14px;

}

.bottom-align{
 position: absolute;
    width: 50%;
    bottom: 5px;
}
  
a.abt-button:hover{
  background: #000;
  color: #fff;
  border: 2px solid #000;

} 

ul.features img{
       width: 22px;
    margin-right: 15px;
    filter: invert(100%);
}

ul.features li{
      margin-bottom: 5px;
    font-size: 17px;
    color: #fff;
} 

ul.features{
  margin-bottom: 30px;
  }   



.hb-features img{
    width: 80px;
  
}
.hb-features{
  text-align: center;
}

.gallery-menu{
  text-align: center;
background: #d8e7f3;
}

.gallery-menu h3{
       font-size: 20px;
    padding: 8px 9px 0px;
    text-align: center;
}
.gallery-menu .col-md-2{
     border: 1px solid #b4daf9;
     cursor: pointer;
}

.gallery-images{
  background: #f5f5f5;
      padding: 5px 15px;
}

.gallery-images .col-md-4{
 padding: 2px !important; 
}

.tariff span{
  font-size: 20px;
}

.cont-button .enq-btn{
    border: 2px solid #0e3f64;
    padding: 8px 12px;
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
    color: #0e3f64 !important;
    white-space: nowrap;
    transition: 0.7s;
}

.cont-button .book-btn{
    border: 2px solid #0e3f64;
    padding: 8px 20px;
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
    background:#0e3f64;
    color: #fff;
    white-space: nowrap;

}


.cont-button .enq-btn:hover{
  color: #fff !important;
  background: #0e3f64;
}

.cont-button .enq-btn:hover , .cont-button .book-btn:hover {
  box-shadow: 0 0 7px #5555;
}

.tariff{
      background: #0e3f64;
    color: #fff;
    padding: 12px 13px;
    min-height: 84px;
}

.box-tariff{
padding: 20px;
    box-shadow: 0 0 17px #5553;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #c4e0f5;
    position: relative;
}

.box-tariff .facilities li{
     font-size: 16px;
    margin-bottom: 5px;
}

.box-tariff h2{
      font-size: 26px;
    margin-top: 10px;
    color: #0e3f64;
    font-weight: 600;
}

.itinerary h2{
    font-size: 27px;
    font-weight: 600;
    color: #555;
    margin-top: 10px;
}

.itinerary p{
  font-size: 18px;
}

.itinerary .row{
    padding: 12px 0;
    margin-bottom: 15px;
}

.itinerary .row .col-md-2{
     border-right: 3px solid #2ab9f9;
}

.itinerary .row .col-md-10{
display: flex;
    align-items: flex-end;
}



.itinerary{position: relative;}

.food-menu .row{
      justify-content: center;
    align-items: center;
}

.food-head{
  margin-left: 30%;
}

.itinerary-box{
  box-shadow: 0 0 14px #5553;
    background: #fff;
    min-height: 180px;
    margin: 7px 0;
}

.itinerary-box .cont{
  
  display: flex;
  padding: 15px;
}

.itinerary-box .time{
  text-align: center;
  border-right: 2px solid #0e3f64;
      padding: 25px 0;
}

.itinerary-box .time img{
  width: 52px;
}

.it-bottom p{
border-left: 3px solid #0e3f64
    padding-left: 10px;
}

.dropdown-content {
    position: absolute;
    background-color: #d4e5f3;
    padding: 12px 16px;
    left: 50%;
    transform: translateX(-30%);
    transition: all 0.7s ease;
    display: none;
    min-width: 200px;
    white-space: nowrap;
}

ul.drop-menu{
  padding: 0;
}

ul.menu li{
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
ul.menu li:Hover .dropdown-content{
  display: block;
}

.dropdown-content:hover{
  display: block;
}

.popup-gallery .col-md-4{
  padding: 5px;
}

.popup-gallery h2{
        margin-top: 36px;
    text-transform: uppercase;
    font-size: 25px;
    border-left: 4px solid #0e3f64;
    padding-left: 10px;
}




.bg-primary {
  background: #01d28e !important; }

.ftco-section {
  padding: 4em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:focus, .form-control:active {
    border-color: #01d28e !important; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.contact-wrap {
  background: #fff; }

.info-wrap {
  color: rgba(255, 255, 255, 0.8); }
  .info-wrap h3 {
    color: #fff; }
  .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px; }
    .info-wrap .dbox:last-child {
      margin-bottom: 0; }
    .info-wrap .dbox p {
      margin-bottom: 0; font-size: 18px;}
      .info-wrap .dbox p span {
        font-weight: 500;
        color: #fff; }
      .info-wrap .dbox p a {
        color: #fff; }
    .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.2); }
      .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #fff; }
    .info-wrap .dbox .text {
      width: calc(100% - 50px); }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
       background: #0e3f64 !important;
    border-color: #0e3f64 !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
       background: #0e3f64 !important;
    border-color: #0e3f64 !important; }

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }

  .form-group{
    margin: 13px 0;
  }


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1500; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;

}

/* The Close Button */
.close {
  color: #aaaaaa;
      font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-left: 95%;
    color: #fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.center-modal{
  position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
}


.footer-basic {
      padding: 25px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  
  font-size:16px;
  line-height:1.6;
  margin-bottom:0;
}


.footer-basic li {
  padding:0  0px;
  margin-right: 0 !important;
}

.footer-basic ul a {
  text-decoration: none;
  opacity: 0.8;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:left;
      padding-top: 15px;
}

.footer-basic .social a i{
  font-size: 20px;
  margin: 0 5px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:1;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

.footer-section{
      padding: 10px 0 0;
    border: ipx solid #000;

    background: #f5f5f5;
}

ul.foot-links{
    margin: 0;
    padding: 0 5px;
    display: inline-flex;
}

ul.foot-links li a{
  color: #fff !important;
}

.footer-basic .social img{
  width: 50px;
}

.footer-basic .social li{
  padding: 0px !important;
}

.copy-right{
  text-align: center;
  margin-top: 15px;
  font-style: normal;
  border-top: 1px solid #ddd;
padding-top: 10px;
}

.bg-color1{
  background: #0e3f64;
}


@media only screen and (max-width: 768px){
.cont-button .enq-btn {
  margin-right: 5px;
  font-weight: 500;
}
.cont-button .book-btn{
  margin-right: 0px;
  font-weight: 500;
}

.food-head {
  margin-left: 0;
}
.contact-home .col-md-4{
  padding: 6px 0;
}

.abt-home img {
      position: initial;
      margin-bottom: 0;
}
}

.list-inline-flex{
  display: inline-flex;
}


@media only screen and (max-width: 768px) {
  header .item .cover .header-content h1{
    font-size: 57px;
}}




.accordion-content {
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.accordion-item {
        display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
    padding: 5px 0;
    color: #2b2c2ead;
    font-size: 1.15rem;
    font-weight: 400;
    background: none;
    outline: none;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #5555;
    margin: 10px 0;
}
.item-header {
  display: flex;
  justify-content: space-between;
  column-gap: 0.2em;
}

.item-icon {
  margin-top: 1rem;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background: #dedede;
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
}
.item-icon i {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.item-question {
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}

.active .item-icon i {
  transform: rotate(180deg);
}

.active .item-question {
  font-weight: 500;

}



.item-content {
  max-height: 0;
      overflow: hidden;
    transition: all 300ms ease;
}

.item-answer {
  line-height: 150%;
  opacity: 0.8;
  font-size: 18px;
}

.active{
  border-bottom: 1px solid #55555555 !important;
}

.tc-body p{
  font-size: 18px;
    color: #555e;
}


@media only screen and (max-width: 768px){
  .food-menu{
    text-align: center;
    margin-top: 20px;
  }

  .contact-home{
    padding: 10px 0;
  }
}


.enqBtn{
  padding: 10px;
  background-color: #f2faff;
  border-radius: 5px;
  border: 2px solid #42afff85;
  box-shadow: 0 0 12px #03487c3b;

}

.hero-button-0 , .hero-button:hover{
  color: #fff;
  padding: 12px 38px;
  border: 2px sop;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 20px;
  transition: all 0.5s;
}

.hero-button , .hero-button-0:hover{
  color: #fff;
  padding: 12px 38px;
  border: 2px sop;
  border: 1px solid #e5f7de;
  background: #0e3f64;
  border-radius: 3px;
  transition: all 0.5s;
}

.call-btn{
  padding: 14px 38px;
  background: #dceaf5;
  color: #323232d9;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #0e3f6491;
  font-weight: 600;
}

.button-call-div{
  position: absolute;
    top: 50%;
    left: 42%;
}

.callform{
  display: flex;
  justify-content: center;
  margin:10px  0px ;
}

.callform .number {
  width: 80%;
  padding: 3px;
}

.callform .sub {
  width: 20%;
  padding: 3px;
  background: #000000;
  color: #fff;
  margin-left: -4px;
  border: 1px solid #000;
}

.f-callback{
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: -8px;
  margin-left: 12px;
  font-weight: 600;
}



@media only screen and (min-width: 768px){
  .logo-text{
    color: #fff;
    position: absolute;
    font-size: 25px;
    top: 15px;
    LEFT: 15px;
    top: 50%;
    transform: translateY(-50%);
    
  }
}
 

@media only screen and (max-width: 768px){
  .logo-text{
color: #fff;
position: absolute;
left: 70px;
top: 25px;
font-size: 22px;
  }

  .hero-button-0, .hero-button{
    line-height: 3.5;
  }

  
.about-water{
  text-align: center !important;
}

.abt-home{
  background:none;
}

.mobile-middle{
  display: flex;
  justify-content: center;
}

.section-pad {
  padding: 20px 0;
}

.bottom-align{
  display: none;
}
.header .item .cover .header-content {
  padding: 15px !important;
}
}

.room-details{
  position: relative;
  display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.room-box-tariff{
  padding: 0px 20px;
 
  position: relative;
}
.bg-whitr {
	background:#fff;
	
	
}

.room-tariff{
  color: #0e3f64;
    padding: 0px 0px;
    font-weight: 600;
    font-size: 20px;
}

.room-facilities li{
  margin-bottom: 0 !important;
}

.room .item img{
  object-fit: cover;
}

.bg-blue{
  
}

.room-slide {margin-left:-12px;
margin-right:-12px;
}

.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
  width: 100%;
}
.modal-header {
 
  padding: .8rem 1rem;
  
}

footer p {
	font-style:normal;
	font-size: 15px;
}

.footer-basic h4 {font-size:20px;
}

.room-details .owl-dots {
	position: absolute;
right: 20px;
bottom: 10px;
z-index: 200;
	
	
}