@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Aladin&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

h1, h2, h3, h4, h5, h6
{
	font-family: 'Oswald', sans-serif;


}
h1
{
	font-size:60px;
}
h2
{
	font-size: 40px;
}
h3
{
	font-size: 34px;
}
h4
{
	font-size: 28px;
}
h4
{
	font-size: 26px;
}
h5
{
	font-size: 24px;
}
h6
{
	font-size: 20px;
}

body {
  padding: 0;
  margin:0;
  outline:0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  
}
.heading-bor
{
	width: 100px;
	height: 3px;
	background:#0377bb;
	margin: 0px 0; 
}
.heading-sec
{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.heading-sec h2
{
font-size: 2.5rem
}
a.btns{
	background: #48efef;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    border: 0;
    color: #000;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
a.btns:hover{
	background: #000;
	color: #48efef;
}
header
{
	position: absolute;
	z-index: 99;
	width: 100%;
	padding: 0px 0 0;
    border: 0;
    border-radius: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

header .menu-top-pt
{
/*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
 
}

.menu-sub
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3411764705882353);
	background: rgba(0, 98, 168, 0.37);
	
}
.menu-sec .top-menu ul
{
padding: 0;
margin:0;
list-style-type: none;
}

.menu-sec .top-menu ul li
{
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: 300;
padding: 10px 10px;
}
.menu-sec .top-menu ul li i
{
	color:#fff;
	margin-right: 5px;
	font-size: 13px;
	font-weight: 300px;
}
.social-top
{
	text-align: right;
}
.social-top ul
{
	padding: 0;
	margin:0;
	list-style-type: none;
}
.social-top ul li:first-child
{
}
.social-top ul li
{
	display: inline-block;
	padding: 10px 10px;
	font-size: 13px;
	color: #fff;

}
.social-top ul li a
{
	cursor: default;
}
.social-top ul li a i
{
	color:#fff;
	font-size: 13px;
}

header .navbar
{
padding:0;	
	
}
.navbar-dark .navbar-brand
{
padding: 0px 0;
}
header .nav-bar-sec
{
padding: 10px 0;
}
.navbar-dark .navbar-nav .nav-link
{
font-size: 18px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0 10px 0 0;
    position: relative;
}
footer
{
background: url(../images/footer.jpg) no-repeat;
padding: 80px 0 0;	
background-position: center;
background-attachment: fixed;
background-size: cover;
position: relative;
}

footer:before
{
content: "";
position: absolute;
top:0;
left: 0;
background: rgba(0, 0, 0, 0.72);
width: 100%;
height: 100%;
}

footer .footer-logo img
{
	width: 100%;
	padding: 30px 0 0 0;
}
.footer-owner h3, footer .quick-link h3, footer .social-link h3, footer .get-touch h3
{
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    color:#fff;
}
.footer-owner p{color:#fff;}
footer .quick-link ul, footer .social-link ul, footer .get-touch ul
{
list-style-type:none;
padding: 0;
margin:0;
}
footer .quick-link ul li, footer .social-link ul li, footer .get-touch ul li
{
display: block;
padding:3px 0;
color: #fff;
}
footer .quick-link ul li a
{
color:#fff;
	
}
footer .social-link ul li
{
	display:inline-block;
	
}

footer .social-link ul li a i
{
	background:#48efef;
	height: 40px;
	width:40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
	border-radius: 50px;
}
footer .social-link ul li a i:hover
{
	background: #8cc031;
}
footer .get-touch ul li
{
color:#fff;
	
}
footer .get-touch ul li i
{
margin-right: 5px;	
background:#48efef;
	height: 40px;
	width:40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
	border-radius: 50px;
}
footer .footer-bottom
{
	background: #1b1b1b;
	padding: 20px 0;
	margin: 50px 0 0;
}
footer .footer-bottom .footer-con p
{
font-size:13px;
color:#9a9a99;
margin: 0;
	padding: 0;	
	text-align: center;
}






.fixed-header {
	position: fixed;
    top: 0px;
    left: 0;
    margin-top: 0em;
    width: 100%;
/*    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);*/
    z-index: 99;
    background: #48efef;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.menu-sec.fixed-header .navbar-nav li a:hover{color: #000;}

.navbar-brand img
{
    width: 230px;
    padding: 2px 0 0;
}

.fixed-header .navbar-brand img
{
	width: 200px;
}

.slider-section
{
	position: relative;
}
.slider-section:before
{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.30);
	
}
.slider-section .slide .slide-cap{
	position: absolute;
    top: 60%;
    z-index: 9;
    /* width: 100%; */
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    
}
.slider-section .slide .slide-cap h1
{
	color: #fff;
	font-size: 70px;
	margin:0 0 10px 0;
	padding: 0;
	text-align: center;
	letter-spacing: 10px;
}
.slider-section .slide .slide-cap p{
	color: #fff;
	font-size: 21px;
	text-align: center;
    font-weight: 500;
}

.calendar-sec1 {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
}
.calendar-sec1 .silder-con-pt
{
padding: 15px;
}
.calendar-sec1 .silder-con-pt h1
{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding: 0;
}
.calendar-sec1 .silder-con-pt h3
{
	color: #fff;
	font-size: 45px;
	line-height: 30px;
	margin:0px 0 10px;
	padding: 0;
	font-family: 'Aladin', cursive;
	letter-spacing: 1px;
}

.calendar-sec1 form
{
	background: rgba(0,0,0,.8);
	padding: 15px;
	margin: 20px auto 0;
	width: 80%;
	border: 1px solid #0377bb;


}
.calendar-sec1 form .form-group
{
	margin-bottom: 0rem;
}
.calendar-sec1 form .form-group
{
border: 1px solid #0377bb;	
position: relative;
}
.calendar-sec1 form .form-group i
{
	position: absolute;
	top:5px;
	left: 5px;
	z-index: 9;
	color: #0377bb;
}
.calendar-sec1 form .form-group input
{
border: 0;
border-radius: 0;
background: rgba(0,0,0,.8);
color: rgba(255, 255, 255, 0.6901960784313725);
font-size: 17px;
letter-spacing: 1px;
min-height: 38px;
position: relative;
padding-left: 38px;
font-family: 'Oswald', sans-serif;

}
.calendar-sec1 form .form-group .fa-calendar
{
	color: rgba(255, 255, 255, 0.6901960784313725);
	position: absolute;
	top:10px;
	right: 10px;
	font-size: 13px;
}


.calendar-sec1 form .form-group select
{
border: 0;
border-radius: 0;
font-size: 13px;
background: rgba(0,0,0,.8);
color: rgba(255, 255, 255, 0.6901960784313725);
min-height: 38px;
position: relative;
padding-left: 38px;
}

.calendar-sec1 form .form-group button
{
border: 0;
border-radius: 0;
width: 100%;
font-size: 13px;
background: #0377bb;
min-height: 38px;	
}
.calendar-sec1 form .form-group button:hover
{
	background:#025853; 
}




.calendar-sec1 form .form-group input::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.6901960784313725);
}

.calendar-sec1 form .form-group input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6901960784313725);
}

.calendar-sec1 form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.6901960784313725);
}
.about-pcb
{position: relative;
background: #48efef;
background: url(../images/beach1.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
position: relative;
}
.about-pcb:before{
	background-color: rgba(72, 239, 239, 0.48);
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;

}


.about-pcb .pad0
{
padding-left: 0;
padding-right: 0;
}

.sl-img img
{
	width: 100% !important;
	height: 450px !important;
	object-fit: cover;
	position: relative;
}


.about-inner
{
	padding:40px;
	background-color: rgba(255, 255, 255, 0.61);
	text-align: center;
}
.about-inner h2{text-transform: uppercase; margin-bottom: 30px;}
.about-inner p
{
	font-size: 18px; line-height: 1.7;
}
.beach-sec
{

}
.beach-sec h1
{background-color: #ffffff;
    color: black;
    margin: 0 auto;
    padding: 10px 15px;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    text-transform: uppercase;
    font-weight: 800;
    z-index: 9;
}
.about-s{padding: 70px 0;}
.about-s-in h2{ text-transform: uppercase; margin-bottom: 20px;}
.about-s-in p{}
.about-s-img img{width: 100%; border-radius: 15px;}
.about-infos ul {
    padding: 0;
    margin: 0 0 10px;
    list-style-type: none;
    display: flex;
    }
.about-infos ul li {
    display: inline-block;
    width: 25%;
    padding: 10px;
    color: #4e4d4d;
    text-align: center;
    font-weight: 600;
}
.about-infos ul li img
{
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin:0 auto 10px;
}
.about-btn a{background: #48efef;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    border: 0;
    color: #000;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;}
.about-inner a:hover {
    background: #000;
    color: #48efef;
}
.service-need-in{display: flex; align-items: center; justify-content: center;}
.service-need h3{
font-size: 50px;

}
.service-need p{margin-bottom: 10px; line-height: 1; margin-right: 10px;}
.service-need p strong{
	font-size: 30px;
	color: #000;
}
.service-need span{font-size: 30px; background: #fff; border-radius: 10px; padding: 20px; display: inline-block;}
.cooking
{
	padding: 50px 0 50px;
	background: #fff;
}
.coolking-inner
{
	background: url(../images/beach.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 91px 55px 91px 55px;
}

.cooking h2{text-transform: uppercase; text-align: center; margin-bottom: 30px;}
.coolking-inner
{
	position: relative;

}
.coolking-inner:before
{
	background:rgba(0, 0, 0, 0.6509803921568628);
	content: "";
	position: absolute; 
	top:0;
	left: 0;
	width: 100%;
	height: 100%;

}
.coolking-inner h2
{
	color: #fff;
	position: relative;
	z-index: 1;

}
.coolking-inner .heading-bor, .coolking-inner .heading-bor1
{
	background: #fff;
	position: relative;
	z-index: 1;
}
.coolking-inner p
{
	color: #fff;
	position: relative;
	z-index: 1;
}
.coolking-inner a
{
	position: relative;
	z-index: 1;
	padding: 15px 20px;
	background: #0000cd;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-top: 10px;
}

.gallery-part
{
	border:1px solid #ccc;
	margin-bottom: 25px;
	position: relative;

}
.gallery-part img
{
	width: 100%;
	height: 225px;
	object-fit: cover;
	overflow:hidden; 
}
.gallery-part .over-lay
{
	background: rgba(0, 0, 0, 0.59);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.gallery-part .over-lay a
{
	text-align: center;
    position: relative;
    top: 40%;
    left: 45%;
    color: #fff;
}
.gallery-part:hover .over-lay
{
	opacity: 1;
}
.gal-btn
{
	text-align: center;
}


.tour
{
	padding: 50px 0;
	background: url(../images/pig-beach.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.tour:before
{
content: "";
position: absolute;
top:0;
left: 0;
background: rgba(0, 0, 0, 0.42);
width: 100%;
height: 100%;
}
.head-part
{
	text-align: center;
	padding: 20px 0;
}
.head-part h2{color: #fff; text-transform: uppercase; text-align: center; margin-bottom: 30px;}

.tour-sec
{
	
	background: #fff;
	margin-bottom: 25px;
	position: relative;

}

.tour-sec img
{
	width: 100%;
	height: 400px;
	overflow:hidden; 
	object-fit: cover;

}
.tour-sec .overlay
{
	position: absolute;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.59);
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden; 
	text-align: center;
	transition: all 0.5s ease-in-out;
	padding: 40px;
}
.tour-sec .overlay p
{
	color: #fff;
}
.tour-sec .overlay a
{
	position: relative;
	top:0;
	text-align: center;
	color: #fff;
}
.tour-sec:hover .overlay
{
	opacity: 1;
}
.tour-sec .tour-head
{
	padding: 10px;
	position: absolute;
	background: #fff;
	bottom: 0;
	width: 100%;
}
.tour-sec .tour-head h3
{
	color: #000;
	line-height: 1;
	margin-bottom: 0;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase; 
	padding: 15px 0;
}
.review-sec
{
	padding: 70px 0 70px;
	position: relative;

}


.review-sec .heading
{
	margin-bottom: 0px;
	text-align: center;
}
 .review-sec h2
{
    margin-bottom: 50px;
    color: #000;
    text-transform: uppercase;

}

.review-sec .review-inner
{
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    background: #f9f8f8;
position: relative;
}
.review-sec .review-inner .review-in-part
{
	padding:30px 30px 30px 30px;
	border: 1px solid #ddd;
	position: relative;
}

.rev-img
{
position: relative;
text-align: center;
}

.rev-img img
{
	width: 100px !important;
	height: 100px;
	background: #f9f8f8;
	object-fit: cover;
	object-fit: top;
	border-radius: 70px;
	margin:0 auto;
}

.review-sec .review-inner h5
{
	
	padding: 0;
	margin: 15px 0 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
	font-size: 18px;
}
.review-sec .review-inner h6
{
	
	padding: 0;
	margin: 15px 0 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
	font-size: 18px;
	color: #5c5c5c;
}
.review-sec .review-inner p
{
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
	text-align: center;

}

.review-sec .review-inner a
{
    font-weight: 300;
    text-align: left;
    color: #48efef;
    text-decoration: none;
    display: inline-block;
}
.review-sec .review-inner a:hover
{
	color: #025853;
}

.owl-nav
{
	position: relative;
	text-align: center;
	
	
}

.owl-nav .owl-prev
{
display: inline-block;	
background: #48efef;
color: #fff;
padding: 5px 25px;
margin: 10px 5px;
	border: 1px solid #fff;
border-radius: 50px 50px 50px 50px;	
}
.owl-prev i, .owl-next i
{
	position: relative;
	top:3px;
	font-size: 18px;
}
.owl-nav .owl-prev:hover
{
	background:#000;
}
.owl-nav .owl-next
{
display: inline-block;
    background: #48efef;
    color: #fff;
    padding: 5px 25px;
    margin: 10px 5px;
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
}


.owl-nav .owl-next:hover
{
	background:#000;
}



.bread-sec
{
	padding: 150px 0 100px;
	background:url(../images/bread.jpg) no-repeat;
	position: relative;
	background-size: cover;
	background-position: bottom;
}
.bread-sec:before
{
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";

}
.bread-inner h1
{
	text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 36px;
    font-size: 36px;
    
}
.bread-inner ul
{
	text-align:center;
	padding: 7px 0 0;
	margin:0;
	list-style-type: none;
}
.bread-inner ul li
{
	display: inline-block;
	color: #fff;
	position: relative;
	margin-right: 10px;
}
.bread-inner ul li a
{
	color: #0377bb;
}
.bread-inner ul li:after
{
content:"/";
position: absolute;
top:0;
right: -10px;
margin-left: 10px;
}
.bread-inner ul li a:hover
{
color: #fff;
}
.bread-inner ul li:last-child:after
{
	display: none;
}


.property-head
{
	padding:15px 0; 
}
.property-page
{
	padding: 50px 0;
}
.property-content
{
	padding: 0px 0 50px;
}

.property-page-info{
	padding: 50px 0;
}
.property-page-info 

.ab-s-img img{width: 100%;}


.amenities-area{
	background: #d0f7f7;
	padding: 50px 0;
}
.amenities-area h2{text-align: center; text-transform: uppercase; margin-bottom: 30px;}

.am-se-img img{width: 100%;}
.am-sec ul
{
list-style-type:none;
padding:0;
margin:0 0 15px; 
display: flex;
flex-wrap: wrap; 
}
.am-sec ul li
{
display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.49019607843137253);
    width: 24%;
    margin: 3px;
    padding-bottom: 5px;
    vertical-align: top;
    margin-bottom: 15px; 
    background: #fff;
    padding: 10px;
}
.am-sec ul li i
{
	font-size: 10px;
	margin-right: 5px;
}

.prop-con-in-pt
{
	margin-bottom: 15px;
}

.responsive-table {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media (min-width: 44em) {
.responsive-table thead {
	position: relative;
	clip: auto;
	height: auto;
	width: auto;
	overflow: auto;
}
}
.responsive-table thead th {
	background-color: rgb(54 219 219);
	border: 1px solid #423e3e;
	font-weight: normal;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.responsive-table thead th:first-of-type {
	text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

@media (min-width: 44em) {
.responsive-table tr {
	display: table-row;
}
}
.responsive-table th, .responsive-table td {
	padding: .5em;
	vertical-align: middle;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
	padding: .75em .5em;
}
}

@media (min-width: 44em) {
.responsive-table th, .responsive-table td {
	display: table-cell;
	padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
	padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
	padding: .75em;
}
}
.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 44em) {
.responsive-table caption {
	font-size: 1.5em;
}
}
.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
	font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody {
	display: table-row-group;
}
}
.responsive-table tbody tr {
	margin-bottom: 1em;
	border: 2px solid #000000;
}

@media (min-width: 44em) {
.responsive-table tbody tr {
	display: table-row;
	border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) {
	background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
	background-color: #fff;
	color: #000;
}

@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] {
	background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 30px;
}
}
.responsive-table tbody td {
	text-align: right;
	color: #333;
	font-weight: 300;
}

@media (min-width: 30em) {
.responsive-table tbody td {
	border: 1px solid #060606;
	color: #000;
	font-weight: 600;
}
}

@media (min-width: 44em) {
.responsive-table tbody td {
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
	text-align: right;
}
.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: 1em;
	color: #333;
	font-weight: 600;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
	font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before {
	content: none;
}
}

.rates-info
{
	background:#fbfbfb;
	padding: 30px;
	
}
.rates-info h6{margin-bottom: 20px;}
{
	background:#fbfbfb;
	padding: 30px;
	
}
.rates-info h5
{
    color: #000;
	margin:10px 0 10px;
}

.rates-info ul
{
padding: 0;
margin: 0 0 20px;
list-style-type:none;

}

.rates-info ul li
{
display: block;
padding:3px 0;
margin-bottom: 5px;
font-size: 15px;	
}

.info-rt
{
	margin-bottom: 20px;
	border-bottom: 1px solid #48efef;
	;
}


.rates-info p
{
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 10px
}
.rates-page{padding: 50px 0;}
.rates-page h2{text-align: center; margin-bottom: 30px; text-transform: uppercase;}
.cal-sec-part
{
	padding: 20px 0;
}
.av-sec h2{text-transform: uppercase; margin-bottom: 30px;}
.info-rt i
{
	font-size: 10px;
    margin-right: 5px;
}
.prop-icon-list
{
	margin: 10px 0;
}
.prop-icon-list ul
{
padding: 0;
margin:0;
list-style-type: 0;
text-align: center;
}

.prop-icon-list ul li
{
display: inline-block;
width: 45%;
margin: 4px;
border:1px solid #eee;
text-align: center;
padding: 10px;
font-weight: bold;
text-transform: uppercase;
}
.prop-icon-list ul li img
{
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto 5px;
}
.prop-icon-list ul li span
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin: 10px 0;
	border-top:1px solid #eee;
	padding: 8px 0 0;
}

.av-area{padding: 50px; background: #fbfbfb;}

.review-in
{
	background: #eee;
	padding: 15px;
	margin-bottom: 15px;
}


.rev-page{padding: 50px 0;}
.rev-page h2{text-align: center; margin-bottom: 30px; text-transform: uppercase;}


.review-page-inner
{
  margin: 0 0 20px;
border-bottom: 1px solid #eee;
background: #fbfbfb;
padding: 15px;
}
.review-img-box{text-align: center;}
.review-page-inner .review-img-box img
{
  width: 100px;
  height:100px;
  border-radius: 50px;
  object-fit: cover;
  margin: 0 auto;
}
.review-page-inner .review-img-box h5
{
  margin: 10px 0;
  font-size: 24px;
  text-align: center;
}
.review-page-inner .review-con-box h6
{
border: 0;
margin: 0 0 10px;
padding: 0;
color:#000;
font-size: 18px;
}
.review-page-inner .review-con-box p
{
 font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px;
}
.review-page-inner .review-con-box h5
{
 font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
}
.review-page-inner .review-con-box h6
{
 font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #5c5c5c;
}

.review-con-box ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.review-con-box ul li
{
  display: inline-block;
  color:#ffc107;
}
.review-con-box ul li i
{
font-size: 14px;
}
.pagination{justify-content: flex-end;}

.map-area{padding: 0px 0 50px;}

.contact-page {
  background:#fff;
}
.contact-page .container
{
  padding-top:50px;
  padding-bottom:50px;
}
.section-title {
  margin: 15px 0 0;
}

.con-head
{
  margin-bottom: 50px;
}
.con-head p
{
  font-size: 20px;
    color: #000;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
}

.contact-page h2 {
text-transform: uppercase;
    margin-bottom: 40px;
    
}
.section-title .con-line
{
  margin-bottom: 15px;
}
.contact-form-wrap, .contact-button
{
	margin-top: 20px;
}
.contact-form-wrap form
{
}


.contact-page input, .contact-page textarea {
  width: 100%;
  color: #000;
  height: 50px;
  border:0;
  border: 1px solid #ccc9c9;
  display: block;
  padding:0 10px;
  font-size: 15px;
  border-radius: 5px;
  border-left: 2px solid #48efef;
  border-right: 2px solid #48efef;
  margin-bottom: 15px;
  font-family: inherit;
  font-style: normal;
  outline: none;
}

.contact-form-wrap textarea
{
  height: 150px;
  line-height: 40px;
}
.contact-form-wrap button {
	background: #48efef;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    border: 0;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;

}
.contact-form-wrap button:hover
{
	background: #000;
	color:#fff;
}
.contact-button ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-button ul li {
  margin: 10px 0 30px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 15px;
    border-radius: 15px;
}
.contact-button ul li i {
    color: #fff;
    font-size: 23px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height:60px;
    margin-right: 10px;
    border-radius: 50px;
    background: #48efef;

}

.things-pg-sec
{
	padding: 50px 0;
}
.things-pg-sec a
{
	text-decoration: none;
	color: inherit;
	position: relative;
}
.things-in-pg
{
	position: relative;
	margin: 0 0 25px;
}
.things-in-pg img
{
width: 100%;
height: 230px;
border-radius: 10px;
object-fit: cover;
}
.over-th
{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.38823529411764707);
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}
.over-th .thigs-btn
{
	background: #b58a60;
	display: inline-block;
	margin-top: 80px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.things-pg-sec a:hover .over-th
{
	opacity: 1;
}
.over-th .thigs-btn:hover
{
	background: #000;
}
.things-pg-con
{
	position: absolute;
	bottom: 0;
	background: #000;
	width: 100%;
	padding: 10px;
}
.things-pg-con h5
{
	color: #fff;
}

.things-dt
{
	padding: 50px 0;

}
.top-thing
{
	padding: 50px;
	margin-bottom: 50px;
	background: #eee;
}
.things-dt .things-in-dt 
{
	margin: 0 0 10px;
}
.things-dt .things-in-dt img
{
	width: 50%;
	height:350px;
	margin: 0 auto 20px;
	display:block;

}
.thing-con h3
{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.thing-con a
{
color: #0377bb;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #0377bb;
    padding: 10px 15px;
}
.thing-con a:hover
{
	color: #025853;

}
.gallery-page-sec{padding: 50px 0;}
.gallery-page-sec img{height: 250px;}



.amenities_terms
{
  margin-top: 20px;
}
.amenities_terms h3
{
  font-size: 22px;
    margin: 0 0 10px;
    color: #f8b573 !important;
    padding: 0 0 10px;
    border:0;
    background: transparent;
}

 .amenities_terms .text {
    padding: 10px 0 15px;
}   
 .amenities_terms .text p
 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 23px;
 }

.amenities_terms .text p i
{
  font-size: 20px;
  color: #48efef;
  margin-right: 10px;
}
.amenities_terms .text p img
{
  width: 20px;
  margin-right: 10px;
}

.calendar-prop
{
padding: 30px;
    background: #fff;
    margin: 0 0 15px;
    position: sticky;
    top: 0;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.check-avl h3 {
    background: #000;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    margin: 15px 0 15px;
    width: 100%;
    font-size: 18px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.form-req label {
    display: block;
    font-size: 12px;
    font-weight: 600;
}


.form-req input, .form-req select
{
  width: 100%;
  height:45px;
  border-radius: 0;
  border:1px solid #ddd;
  color: #a9a9a9;
  padding: 5px 15px;
  font-size: 13px;
}

.form-req input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
.form-req input::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9;
}
.form-req input:-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9;
}
.form-req input:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9;
}

.form-req .form-check-input
{
  height: auto;
  width: auto;
  margin-right: 5px;
}
.form-req button
{
  background: #48efef;
    color: #000;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: normal;
    display: inline-block;
    border: 0;
    margin-top: 10px;
    width: 100%;
}
.form-req button:hover
{
  background: #000;
  color:#fff;
}