@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size:14px;
	color:#000;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
.login:before{
	content: '|';
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}
.login:after{
	content: '|';
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}
.social i{
	font-size: 15px;
	width: 25px;
	height: 25px;
	padding: 3px 4px;
}
/*.logo-section{
	background-color: #6f4219;
	display: block;
	padding: 10px;
}*/
.bg-light{
	background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: rgba(255,255,255,.9)
}
.navbar-light .navbar-nav .nav-link:before{
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	background-color: #fff;
	height:15px;
	width: 2px;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link:before{
	display: none;
}
.navbar{
	padding: 0;
	background-color: #090909;
}
.carousel-caption{
	background-color: rgba(0,0,0,0.4);
    padding: 10px 15px;
    width: 100%;
    bottom: 200px;left: -180px;
	animation-delay: 1s;
}
.carousel-caption h2{
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: right;
}
.visible-xs, .visible{
	display: none;
}
#carouselExampleIndicators > .carousel-inner > .carousel-item > img{
	width : 100%;
	min-height: 100%;
	height: 450px;
}

.carousel-control-next, .carousel-control-prev{
	opacity: 1;
}
.carousel-control-next span, .carousel-control-prev span{
	display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    opacity: 1;
}
.main-slider{
	background-size: cover;
	background-position: 100%;
	height: 100vh;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.navbar-nav{
    
}
.revslider-initialised{
	height: 500px !important;
}
.tp-caption{
	top: 250px !important;
}
.tp-caption h2, .tp-caption h3{
	color: #fff;
	font-size: 45px !important;
	line-height: 30px !important;
}
.tp-dottedoverlay{
	display: none;
}
.about-content{
	padding: 60px 0 30px;
	color: #16385e;
}
.about-content p{
	font-size: 15px;
}
.heading strong{
	font-size: 30px;
    position: relative;
    display: inline-block;
    padding: 0 0;
}
.mr-inner {
	position: relative;
	margin-bottom: 15px;
}
.mr-inner img{
	width: 100%;
	height: 250px;
}
.overlay {
	background: #fff;
	padding: 15px 10px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	cursor: pointer;
	position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.overlay h2 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	margin: 0px 0 5px;
	text-align: center;
}
.overlay h2 a, .overlay h2 a:hover{
	color: #333;
	text-decoration: none;
}
.overlay .price{
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
}
.room-detail {
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 32px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	opacity: 0;
	visbility: hidden;
}

.mr-inner:hover .room-detail {
	opacity: 1;
	visbility: visible;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	transition-delay: .2s;
}
.room-detail:hover{
	color: #fff;
}
.room-detail i {
	padding-left: 6px;
}
.book-now {
	font-weight: 400;
	font-size: 14px;
	border-radius: 0;
	line-height: 20px;
	background-color: #317b83;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	border-color: #020304
}

.mr-inner:hover .book-now {
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	transition-delay: .2s;
	bottom: 20px;
}
.book-now:hover{
	color: #fff;
	background-color: #16385e;
	border-color: #16385e;
}

.special_offer{
	background-color: #c5c6c6;
	padding: 50px;
}
.special_offer .heading{
	color: #fff;
}
.special_offer .heading strong{
	background-color: #c5c6c6;
}
.owl-item img{
	width: 100%;
}
.owl-buttons .fa {
    background: #656d78;
    padding: 5px 8px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}
.owl-buttons {
    margin-top: 25px;
    display: flex;
    float: right;
}
.owl-controls .owl-buttons div {
    margin: 3px;
}
.gallery{
	padding: 50px 0;
}
.default-portfolio-item .inner-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom:10px;
}
.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:10px solid transparent;
	opacity:0;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:scale(0.5,0.5) rotate(-90deg);
	-ms-transform:scale(0.5,0.5) rotate(-90deg);
	-o-transform:scale(0.5,0.5) rotate(-90deg);
	-moz-transform:scale(0.5,0.5) rotate(-90deg);
	transform:scale(0.5,0.5) rotate(-90deg);	
}

.default-portfolio-item:hover .overlay-box{
	opacity:1;
	-webkit-transform:scale(1,1) rotate(0deg);
	-ms-transform:scale(1,1) rotate(0deg);
	-o-transform:scale(1,1) rotate(0deg);
	-moz-transform:scale(1,1) rotate(0deg);
	transform:scale(1,1) rotate(0deg);
}

.default-portfolio-item .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	background:rgba(51,51,51,0.90);	
}

.default-portfolio-item .overlay-box .overlay-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.default-portfolio-item .overlay-box .option-btn{
	position:relative;
	display:inline-block;
	width:42px;
	height:42px;
	line-height:38px;
	text-align:center;
	font-size:14px;
	color:#aaaaaa;
	border:2px solid #aaaaaa;
	margin:0px 5px;	
}

.default-portfolio-item .overlay-box .option-btn:hover{
	color:#f5b062;
	border-color:#f5b062;	
}
.fancybox-next span, .fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}
.fancybox-next span:before, .fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28,28,28,0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.fancybox-next span:before {
    content: '\f178';
}
.fancybox-prev span:before {
    content: '\f177';
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}
.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17,17,17,0.50) !important;
}

footer{
	background-color: #212021;
	padding: 50px 0;
	color: #fff;
}
footer h5{
	position: relative;
	padding: 0 0 10px;
}
footer h6 strong{
	border-bottom: 1px solid #868786;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}
footer ul{
	padding: 0;
	list-style: none;
}
footer ul a{
	color: #fff;
	font-size: 14px;
}
footer ul a:hover{
	text-decoration: none;
	color: #fff;
}
footer p{
	margin-bottom: 0;
	line-height: 20px;
	color: #fff;
}
footer i {
    border: 1px solid #868786;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
}
footer .social-icons a{
	margin: 5px 10px;
    display: inline-block;
}
footer i.fa-map-marker{
	padding: 4px 7px;
}
footer i.fa-address-card{
	padding: 4px;
}
footer i.fa-phone-square{
	padding: 4px 6px;
}
footer i.fa-print{
	padding: 4px 5px;
}
footer a i.fa-facebook{
	background-color: #4968af;
}
footer a i.fa-twitter{
	background-color: #2ab1e0;
}
footer a i.fa-instagram{
	background-color: #c03873;
}
footer a i.fa-snapchat-ghost{
	background-color: #fbcd17;
}
footer a i.fa-whatsapp{
	background-color: #2ca538;
}
footer a i.fa-linkedin{
	background-color: #1276b4;
}
.adress p{
	line-height: 25px;
	font-size: 14px;
}
.footer{
	background-color: #1a1a18;
	padding: 10px;
}
.fancybox-lock .fancybox-overlay{
	background-color: rgba(0,0,0,0.7);
}



/*    About Page    */

.about{
	background-image: url(../images/about-bg.jpg);
	background-size: cover;
	justify-content: center;
	align-content: center;
    color: #fff;
    background-position: 100%;
    position: relative;
    text-transform: uppercase;
    height: 180px
}
.about:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.about h1{
	margin-bottom: 0;
}
.aboutus{
	padding-top: 40px;
	color: #16385e;
}
.aboutus .heading strong{
	padding: 0 20px 0 0;
}
.aboutus p{
	text-align: justify;
}
.aboutus ul{
	padding: 0 30px;
	list-style: none;
	list-style-image: url(../images/tick.png);
}
.aboutus ul li{
	line-height: 35px;
}
.aboutus ul li b{
	position: relative;
	top: -5px;
}	
.bb{
	border-bottom: 1px solid #ddd;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 0;
}
.nopadding{
	padding: 0;
}


/*       End      */   

/*    Contact Page    */
.form-group span{
	color: red;
	font-size: 16px;
}
.form-group label{
	font-weight: bold;
}
.adress i{
	border: 1px solid #868786;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.adress i.fa-map-marker{
	padding: 4px 7px;
}
.adress i.fa-address-card{
	padding: 4px;
}
.adress i.fa-phone-square{
	padding: 4px 6px;
}
.adress i.fa-print{
	padding: 4px 5px;
}
/*       End      */   

.price{
	display: block;
	color: #000;
	margin-bottom: 5px;
}
.room-details{
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
}
.room-details .price{
	opacity: 1;
	color: #333;
	border: 1px dashed #ddd;
	margin-bottom: 20px;
}
.room-details .table th, .room-details .table td{
	border-bottom: 1px solid #dee2e6;
	border-top: 0;
}
table i{
	color: #75c5cf;
}
.booking{
	background-color: #000;
	padding: 20px;
}
.book-room {
    background-color: #2f7784;
    padding: 10px;
}
.book-room img{    
	height: auto;
    width: 100%;
}
.book-room p{
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}
.booking_form{
	background-color: #2f7784;
	padding: 10px;
	height: 100%;
}
.booking_form .form-control{
	background-color: #fff;
    border-radius: 0;
    border: none;
}
.nb tr td{
	padding: 5px 0;
	border: 0;
	color: #fff;
}
.booking .form-control{
	border-radius: 5px;
	border: none;
	height: 40px !important;
}
.booking .form-label{
	font-weight: normal;
	color: #fff;
	text-align: left;
	margin-bottom: 2px;
}
.gj-datepicker-bootstrap span[role=right-icon].input-group-addon{
	min-width: 26px !important;
	color: #495057;
	background-color: #fff;
	border-radius: 0 0 0 0 !important;
}
.booking .btn-secondary{
	background-color: #6f6f6e;
	border-radius: 0;
	margin-right: 10px;
}
.booking .btn-danger{
	background-color: #d7ad58;
	border-radius: 0;
	border-color: #d7ad58;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: none;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.facilities p{
	padding-right: 15px;
	color: #fff;
    font-weight: bold;
    padding-top: 10px;
}
.featured ul{
	list-style: none;
	padding: 0;
}
.featured ul.nav-tabs{
	list-style: none;
	padding: 0;
	border-bottom: 0;
}
.featured ul li i{
	color: #75c5cf;
}
.facilities .h6{
	background-size: contain !important;
    padding-left: 25px;
}
.footer-logo{
	width: 70px;float: right;
}
.arabic p {
    text-align: right;
}
.arabic ul{
	direction: rtl;
	list-style-position: initial; 
}
.arabic ul li{
	text-align: right;
}
.arabic h1{
	text-align: right;
}
.arabic .col-md-6.nopadding{
	text-align: right;
}
.arabic .price{
	display: flex;
	text-align: right;
}
.arabic .price span{
	text-align: right;
}
ul.arabic{
	display: flex;flex-direction: row-reverse;
}
.arabic .tab-pane{
	text-align: right;
}
.room_arabic h6 i{
	float: right;padding-left: 5px;
}
.room_arabic ul li i{
	float: right;padding-left: 5px;padding-top: 5px;
}
.contact_arabic label, .contact_arabic .form-control{
	text-align: right;
	float: right;
	direction: rtl;
}
.contact_arabic .intl-tel-input .flag-container{
	left: auto !important;
	right: 0 !important;
}
.contact_arabic .intl-tel-input.allow-dropdown input{
	padding-right: 52px !important;
}
.contact_arabic .intl-tel-input .country-list{
	right: 0;
}
.facilities p{
	color: #fff;
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
}
.facilities .default-portfolio-item .inner-box{
	text-align: left;
}
.video-wrapper {
    width: 100%;
    height: 630px;
    position: relative;
    overflow: hidden;
}
.bacground-video {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -998;
    width: 100%;
}
@media only screen and (max-width: 1024px){
    .video-wrapper{
        height: 425px !important;
    }
}
@media(max-width: 767px){
	
	.bacground-video{
		transform: scale(1.1) !important;
	}
}
@media only screen and (max-width: 530px){
    .video-wrapper{
        height: 280px !important;
    }
    .bacground-video{
        height: 100% !important;
    }
}
.room-section{
	background-color: #237a89;
	padding-bottom: 40px;
}
.btn-more{
	width: 170px;
    height: 50px;
    display: inline-block;
    color: #d7ad58;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid #d7ad58;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-more:hover{
	color: #fff;
	background-color: #d7ad58;
	text-decoration: none;
}
.home-booking{
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
    padding: 0;
    z-index: 99;
    position: absolute;
    top: -35px;
}
.mob-booking{
	background-color: #009b7b;
	box-shadow: 0 0 10px #ddd;
    padding: 0;
    position: relative;
    top: 15px;
}
.home-booking .btn-danger, .mob-booking .btn-danger{
	background-color: #16385e;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    border-color: #16385e;
    padding: 6px 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.booking-btn{
	display: none;
	background: #d7ad58;
	color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	text-transform: uppercase;
}
.img-logo {
    padding: 5px 5px;
    background-color: #fff;
    /*border-radius: 10px;*/
    margin-bottom: 15px;
}
.img-logo img{
	width: 180px;
	margin: 0 auto;
	display: block;
}
.form-close{
	margin-bottom: 10px;
    cursor: pointer;
    display: none;
}
.form-control{
	font-size: 14px;
}
.facility_img_overlay a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 30%;
    font-size: 14px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.default-portfolio-item:hover .facility_img_overlay a {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.facility_img_overlay a{
	text-decoration: none;
	color: #fff;
}
.facility_img_overlay:after{
	content: '';
    position: absolute;
    top: 200px;
    bottom: 200px;
    right: 200px;
    left: 200px;
    background: rgba(0, 155, 123, 0.6);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.default-portfolio-item:hover .facility_img_overlay:after{
	top: 0;bottom: 0;right: 0;left: 0;opacity: 1;
}
.testimonial-section{
	padding: 50px 0;
}
.testimonial-content{
	float: left;
    border: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.testi-img{
	float: left;
    width: 138px;
    margin-left: -70px;
}
.testi-content{
	float: left;
    /*width: calc(100% - 138px);*/
    padding-left: 30px;
    padding-right: 30px;
}
.testi-content p{
	font-size: 18px;
    font-style: italic;
    color: #000;
    line-height: 26px;
}
.testi-content h2{
	font-size: 16px;
    float: left;
    color: #d7ad58;
}
.owl-nav{
	position: absolute;
    top: -65px;
    z-index: 1000;
    display: block;
    right: 20px;
}
.owl-carousel .owl-nav button.owl-prev{
	margin: 0;
    padding: 0;
    right: 60px;
    font-size: 26px;
    top: 0;
    color: #ffffff;
    width: 60px;
    height: 50px;
    line-height: 47px;
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-next{
	font-size: 26px;
    right: 0;
    top: 0;
    position: absolute;
    color: #ffffff;
    width: 60px;
    padding-left: 11px;
    height: 50px;
    margin: 0;
    line-height: 37px;
    background: rgba(0, 0, 0, 0.63);
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-prev:after{
	content: '';
    border: 1px solid rgba(255, 255, 255, 0.36);
    position: absolute;
    right: 0;
    margin: 0px auto;
    height: 30px;
    z-index: 1;
    top: 10px;
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
	outline: 0;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	background: rgba(0, 0, 0, 0.63);
	color: #d7ad58;
}
.featured .nav-tabs .nav-link{
	color: #000;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: 0.5s all;
    margin: 0 5px;
    border: 0;
}
.featured .nav-tabs .nav-link.active, .featured .nav-tabs .nav-link:hover{
	color: #fff;
    background-color: #317b83;
    border-color: transparent;
}
.featured .tab-content{
	margin: 0 5px;
}
.btn:focus{
	outline: none;
	box-shadow: none;
}
.amenities-section{
	background-color: #f7f9fb;
	padding: 50px 0;
}
.rating-symbol-foreground, .rating-symbol-background {
    color: #f58220;
}
.rating-symbol {
    font-size: 16px;
    margin: 0 3px;
}
.enroll-area{
	background-image: url(../images/card.jpg);
	background-position: center;
	background-size: cover;
	height: 208px;
	position: relative;
}
.btn-enroll {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #cda274;
    color: #fff;
    border: none;
    padding: 5px 14px;
    cursor: pointer;
}
.btn-enroll:focus{
	outline: none;
	box-shadow: 0
}
.btn-comp{
	background-color: #237a89;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	padding: 6px 30px;
}
.col-pv-3, .col-rs-3{
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.mob-logo{
	display: none;
}
@media (min-width: 768px){
	.col-pv-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.col-rs-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}
@media(max-width: 991px){
	.col-pv-3{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
}
@media(max-width: 575px){
	.col-pv-3{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
.mob-booking{
	display: none;
}
.white-bg{
	background-color: #fff;
	padding: 60px 60px 60px 75px;
}
.mb-45{
	margin-bottom: 45px;
}
.sub-title{
	color: #16385e;
	font-weight: 500;
    margin-bottom: 8px;
}
.sec-title h2{
	font-weight: 700;
	font-size: 36px;
}
#send_contact_form .form-control{
	background-color: #f1f6fc;
	border-radius: 0;
	border: none;
	height: 48px;
}
#send_contact_form .form-control:focus{
	outline: 0;
	box-shadow: none;
}
.contact_info{
	background: #49a7b7;
    height: 100%;
    color: #ffffff;
    padding: 35px;
    font-size: 16px;
}
.contact_info .title {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 34px;
    font-weight: 700;
}
.contact_info .info-wrap {
    display: flex;
}
.mb-20{
	margin-bottom: 20px;
}
.contact_info .info-wrap .icon-part {
    margin-right: 25px;
}
.contact_info .info-wrap .icon-part i {
    font-size: 40px;
    line-height: 40px;
}
.contact_info .info-wrap .content-part h4 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
}
.location-info{
	padding: 50px 50px 0;
}
.facilities-wrap{
	padding: 15px 15px 20px;
    background: #ffffff;
    box-shadow: 0px 14px 30px rgb(0 0 0 / 7%);
}
.facilities-wrap a{
	color: #1c1b1b;
	text-decoration: none;
}
.facilities-wrap .image-part {
    overflow: hidden;
    margin-bottom: 20px;
}
.facilities-wrap .image-part .img{
	transform: scale(1);
    transition: all 0.9s;
}
.facilities-wrap:hover .image-part .img{
	transform: scale(1.1);
}
.facilities-wrap .facility-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 900;
}
.carousel:after {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 100%;
}
.logo-section .logo{
	position: absolute;
    z-index: 9;
    background-color: #fff;
    padding: 15px;
    width: 220px;
    box-shadow: 0 0 10px #ddd;
    top: -28px;
}