@charset "utf-8";
/* CSS Document */


@import url('../../../../../css2');
@font-face { src:url(../fonts/Jost-Black.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-Bold.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-ExtraBold.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-ExtraLight.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-Light.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-Medium.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-Regular.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-SemiBold.ttf), format('ttf');}
@font-face { src:url(../fonts/Jost-Thin.ttf), format('ttf');}


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Jost', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;
}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul, ol{
	list-style:none;
	margin:0;
	padding:0;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
a:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #24a784;
	text-decoration: none;}
		
hr{
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #3f786c;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #3f786c;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.nomar{
	margin:0;}
	
.nomarl{
	margin-left:0;}
	
.nomarr{
	margin-right:0;}
	
.porel{
	position:relative;}
	
/** Basic css end here **/ 
.main-wrapper{
	width: 100%;
	height: 0 auto;
	overflow: hidden;
}
.home-page-main-banner{
	position: relative;
}
.home-page-main-banner img{
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0px;
	height: 100vh;
	object-fit: cover;
}
.main-banner-text h1{
	color: #fff;
	margin-bottom: 9px;
	font-size: 70px;
	font-weight: bold;
	
}
.main-banner-text {
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	
 
}
.main-banner-text p{
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}
.main-banner-btn {
	margin-top: 55px;
}
.solid-btn {
	background: #3f786c;
	color: #fff;
	font-size: 25px;
	
    padding: 15px 60px;
	
	border: 1px solid #3f786c;
	border-radius: 5px;
	transition: 0.6s ease all;

}
.solid-btn:hover{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;

}
.text-color{
	color: #d8a903;
}
.main-banner-text h5{
	color: #fff;
	font-size: 25px;
	margin-bottom: 18px;
}
.main-banner-slider{
	position: relative;
}
.image-curve-devider{
	position: absolute;
	bottom: -76px;
	z-index: 9;
	display: block;

}
.image-curve-devider img{
	width: 100%;
}

/* owl carousel css start */

.main-banner-slider.owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}

.main-banner-slider.owl-dots button {
	border: none !important;
	outline: none !important;

}

.main-banner-slider.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	transition: 0.6s ease all !important;
	border: 1px solid #fff !important;
	
	

}

.main-banner-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
	
}

.main-banner-slider .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	
}

.main-banner-slider.owl-theme .owl-dots .owl-dot span {
	width: 44px;
	height: 10px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50px !important;
	
}

/* owl carousel css end */

/* banner section css end */

/* about section css start */
.about-us-section{
	margin-top: 84px;
	margin-bottom: 84px;
	position: relative;
	z-index: 3;
}
.about-image-section{
	position: relative;
}
.about-image2{
	position: absolute;
    right: 0;
    top: 60px;
}
.center-text{
	text-align: center;
	margin-bottom: 85px;

}
.center-text h5{
	color: #000;
	font-size: 40px;
	font-weight: 600;
	position: relative;
}
.center-text h5::before{
    content: '';
    position: absolute;
    display: block;
    width: 83px;
    height: 7px;
    background: #3f786c;
    border-radius: 50px;
    top: 125%;
    left: 50%;
    transform: translate(-50% , -50%);
	
}
.about-heder-text-pera{
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	position: relative;
	margin-bottom: 30px;
}
.about-heder-text-pera::after{
	content: '';
	position: absolute;
	display: block;
	width: 90px;
	height: 5px;
	background: #3f786c;
	border-radius:50px;
	top: 33px;
}
.about-text-section h3{
	color: #161817;
	font-size: 50px;
	line-height: 74px;
	font-weight: 600;
	margin-bottom: 11px;
}
.about-text-section p{
	color: #333;
	line-height: 30px;
	font-size: 16px;
}
.about-btn{
	margin-top: 65px;

}
.about-btn a{
	background: #3f786c;
	color: #fff;
	border: 1px solid #3f786c;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 53px;
	border-radius: 5px;
}
.about-btn a:hover{
	color: #161817;
	border: 1px solid #161817;
	background: transparent;
}
.about-image2 img{
	border-radius: 8px !important;
	border: 3px solid #fff;
}
.about-image-section img{
	border-radius: 5px;
}
/* about section css end */


/* rooms section css start */
.rooms-section{
	margin-top: 84px;
	margin-bottom: 84px;
	position: relative;
	z-index: 3;
}
.center-text2 {
	text-align: center;
	margin-bottom: 85px;
}
.center-text2 h5{
	color: #000;
	font-size: 40px;
	font-weight: 600;
	position: relative;
	margin-bottom: 12px;
}

.center-text2 p{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.center-text2 p::before{
    content: '';
    position: absolute;
    display: block;
    width: 83px;
    height: 7px;
    background: #3f786c;
    border-radius: 50px;
	top: 176%;
    left: 50%;
    transform: translate(-50% , -50%);
	
}
.rooms-details-text h5{
	color: #000;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 12px;
}
.greentext{
	color: #3f786c;
}
.rooms-details-text h6{
	font-size: 20px;
	color: #393939;
	margin-bottom: 12px;
}
.rooms-details-text p{
	color: #393939;
	font-size: 16px;
	font-weight: 600;
}
.room-amenities-section h6{
	color: #393939;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 12px;
}
.room-icon-text-section{
	display: flex;
}
.room-text{
	margin-left: 5px;
	margin-right: 15px;
}
.room-text p{
	color: #000;
}
.room-book-now-btn {
	margin-top: 20px;
}
.room-book-now-btn a{
	background: #3f786c;
	color: #fff;
	border: 1px solid #3f786c;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 34px;
	border-radius: 5px;
}
.room-book-now-btn a:hover{
	color: #161817;
	border: 1px solid #161817;
	background: transparent;
}
.total-room-dtails-section{
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 5px;
}
.all-room-text{
	padding: 15px 20px 45px 20px;
}
.rooms-image img{
	width: 100%;
	border-radius: 5px;
}

/* rooms owl carousel css start */
.rooms-images-slider.owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}

.rooms-images-slider.owl-dots button {
	border: none !important;
	outline: none !important;

}

.rooms-images-slider.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	transition: 0.6s ease all !important;
	border: 1px solid #fff !important;
	
	

}

.rooms-images-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
	
}

.rooms-images-slider .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	
}

.rooms-images-slider.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50px !important;
	
}

/* rooms owl carousel css end */

.total-room-dtails-section{
	margin-bottom: 22px;
}
/* rooms section css end */


/* hotel-amenities-section css start */
.hotel-amenities-section{
	margin-top: 84px;
	margin-bottom: 84px;
	background: url(../images/hotel-aminites-background-img.png);
	width: 100%;
	height: 802px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
}
.service-icon {
	width: 102px;
	height: 102px;
	border-radius: 50px;
	position: relative;
	background:#fff;
	display: inline-block;
	margin-bottom: 15px;
}
.service-icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.hotel-services-icon-text{
	text-align: center;
}
.hotel-service-text h5{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;

}
.hotel-service-text p{
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}

.center-text3 {
	text-align: center;
	margin-bottom: 85px;
}

.center-text3 h5{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	position: relative;
}
.center-text3 h5::before{
    content: '';
    position: absolute;
    display: block;
    width: 83px;
    height: 7px;
    background: #fff;
    border-radius: 50px;
    top: 125%;
    left: 50%;
    transform: translate(-50% , -50%);
	
}

/* hotel-amenities-section css end */

/* gallery-section css start */
.gallery-section{
	margin-top: 84px;
	margin-bottom: 84px;
	position: relative;
	z-index: 3;
}
.gallery-image{
	margin-bottom: 20px;
	overflow: hidden;
}

.gallery-image img{
	width: 100%;
	border-radius: 5px;
	transition: 0.3s;
}
.gallery-image img:hover{
	transform: scale(1.1);
	border-radius: 5px;
}
.gallery-view-btn{
	margin-top: 30px;
	text-align: center;
}
.gallery-view-btn a{
	background: #3f786c;
	color: #fff;
	border: 1px solid #3f786c;
	font-size: 22px;
	font-weight: 500;
	padding: 9px 44px;
	border-radius: 5px;
}
.gallery-view-btn a:hover{
	color: #161817;
	border: 1px solid #161817;
	background: transparent;
}

/* gallery-section css end */
/* coustomer-review section css start */
.coustomer-review{
	margin-top: 84px;
	margin-bottom: 84px;
	background: url(../images/testimonial-background-section.png);
	width: 100%;
	height: 594px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
}
.coustomer-review-all-section{
	text-align: center;
}
.coustomer-img{
	margin-bottom: 16px;
}
.coustomer-img img{
	width: 102px;
	height: 102px;
	border-radius: 50px;
	border: 3px solid #fff;
}
.coustomer-header-text h4{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
.coustomer-reting-section{
	margin-bottom: 12px;
}
.coustomer-reting-section a{
	font-size: 20px;
}
.coustomer-reting-section i{
	color: #ffc107;
}
.coustomer-review-pera p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.coustomer-slider.owl-carousel .owl-item img {
    display: inline-block !important;
    width: 102px !important;
}

/* coustomer owl carousel css start */
.coustomer-slider.owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}

.coustomer-slider.owl-dots button {
	border: none !important;
	outline: none !important;

}

.coustomer-slider.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	transition: 0.6s ease all !important;
	border: 1px solid #fff !important;
	
	

}

.coustomer-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
	
}

.coustomer-slider .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -11%;
	
}

.coustomer-slider.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50px !important;
	
}

/* coustomer owl carousel css end */

/* coustomer-review section css end */

/* contact us section css start */
.contact-us-section{
	margin-top: 84px;
	margin-bottom: 84px;
	position: relative;
	z-index: 3;
}
.contact-us-header-text h4{
	color: #333;
	font-weight: 700;
	font-size: 50px;
	position: relative;
}
.contact-us-header-text h4::after{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 7px;
    background: #3f786c;
    border-radius: 50px;
    top: 68px;
}
.contact-us-from{
	margin-top: 50px;
}
.contact-us-input input{
	border: 1px solid #b0b0b0;
	width: 100%;
	padding: 25px 15px;
	margin-bottom: 22px;
	border-radius: 5px;
}
.contact-text-area textarea{
	border: 1px solid #b0b0b0;
	width: 100%;
	padding: 25px 15px;
	margin-bottom: 22px;
	border-radius: 5px;
}
.contact-submit-button{
	margin-top: 6px;
	margin-bottom: 20px;
}
.contact-submit-button input{
	background: #3f786c;
	color: #fff;
	border: 1px solid #3f786c;
	font-size: 22px;
	font-weight: 500;
	padding: 21px 67px;
	border-radius: 5px;

}
.contact-submit-button input:hover{
	color: #161817;
	border: 1px solid #161817;
	background: transparent;
}
.contact-social-icon{
	margin-top: 48px;
}
.contact-social-icon-text{
	display: flex;
	align-items: center;
	margin-right: 15px;

}
.contact-phone-location-section{
	display: flex;
    margin-bottom: 53px;
	
}
.social-icon{
	width: 48px;
    height: 48px;
	background: #3f786c;
	position: relative;
	transition: 0.6s ease all;
	border-radius: 50px;
}
.social-icon i{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 22px;
}
.social-text h6{ 
	font-size: 17px;
	color: #333;
	margin-left: 7px;
}
.contact-us-map iframe{
	width: 100%;
	height: 761px;
	border-radius: 5px;
}
.contact-social-btn:hover .social-icon{
	background: #000;
}
/* contact us section css end */

/* book now section css start */
.book-now-section{
	background: #3f786c;
	padding: 25px 0px;
}
.book-now-text h2{
	color: #fff;
	font-size: 65px;
	font-weight: bold;
}
.book-now-text p{
	margin-bottom: 0px;
	font-size: 16px;
	color: #fff;
}
.book-now-section-btn{
	text-align: right;
}
.book-now-section-btn a{
	background: #fff;
	padding: 15px 60px;
	font-size: 25px;
	border-radius: 5px;
	border: 1px solid #3f786c;
	transition: 0.6s ease all;
}
.book-now-section-btn a:hover{
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
/* book now section css end */

/* footer section css start */
.footer{

	background: url(../images/footer-background-section.png);
	width: 100%;
	height: 696px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
}
.footer-logo{
	text-align: center;
	margin-bottom: 30px;
}
.footer-location-icon-text{
	display: flex;
	margin-bottom: 24px;
	
}
.footer-icon i{
	color: #3f786c;
	font-size: 24px;
}
.footer-contact-text p{
	color: #d2d2d2;
	font-size: 17px;
	margin-left: 15px;
}
.footer-contact-header-text h4{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 60px;
	position: relative;
}
.footer-contact-header-text h4::after{
    content: '';
    position: absolute;
    display: block;
    width: 63px;
    height: 2px;
    background: #3f786c;
    border-radius: 50px;
    top: 41px;
}
.footer-quick-link-button ul li{
	margin-bottom: 30px;
}
.footer-quick-link-button ul li a{
	color: #d2d2d2;
	font-size: 17px;
	transition: 0.6s ease all;
}
.footer-quick-link-button ul li a:hover{
	color:#3f786c;
}
.footer-payment-text p{
	color: #d2d2d2;
	font-size: 17px;
	line-height: 30px;
	margin-bottom:26px;
}
.footer-input-section input{
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
    padding: 19px 15px;
	color: #fff;
	border-radius:5px;
}
.footer-input-section input::placeholder{
	color: #e2e2e2 !important;
	font-size: 17px;
}
.footer-input-section-btn{
	text-align: center;
	margin-top: 18px;
	transition: 0.6s ease all;
}
.footer-input-section-btn input{
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	background: #3f786c;
	width: 100%;
	padding: 20px 0px;
	border-radius:5px;
	border: 1px solid #3f786c;
}

.footer-input-section-btn input:hover{
	border: 1px solid #fff;
	background: transparent;
	border-radius:5px;
}
.copy-right-section{
	text-align: center;
}
.copy-right-section p{
	font-size: 20px;
	color: #d2d2d2;
	
	position: relative;

	
}
.copy-right-section p::before {
    content: '';
    position: absolute;
    display: block;
    width: 34%;
    height: 1px;
    top: 12px;
    left: 0;
    background: #d2d2d2;
}
.copy-right-section p::after {
    content: '';
    position: absolute;
    display: block;
    width: 34%;
    height: 1px;
    top: 12px;
    right: 0;
    background: #d2d2d2;
}
.color-btn{
	color: #fff;
}
.footer-socil-media{
	text-align: center;
}
.footer-socil-media-icon-all{
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 50px;
	background: #3f786c;
	margin: 0 auto;
	border: 1px solid #3f786c;
	transition: 0.6s ease all;
}
.footer-socil-media a{
	display: inline-block;
	margin-top:10px;
	margin-right: 10px;
}
.footer-socil-media-icon-all i{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.footer-socil-media-icon-all:hover{
	border: 1px solid #fff;
	background: transparent;
}
/* footer section css end */


.add-class {
    position: absolute;
    bottom: 57px;
    z-index: 9;
    display: block;
}


/* all section  css start */
.all-section-inner-banner{
	position: relative;
}
.all-section-inner-banner .all-section-image-banner{
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0px;
	height: 500px;
	object-fit: cover;
}
.all-section-curve-devider{

	position: absolute;
	bottom: -106px;
    z-index: 2;
}
.all-section-curve-devider img{
	width: 100%;

	object-fit: cover;
}

.all-section-contact-us{
	background: url(../images/all-section-contact-us-banner-iamge2.jpg);
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 67px 0px;
	margin-bottom: 0px;
}
/* all section  css end */

/* about us section css start */


.home-and-section-btn{
	margin-top: 15px;
}

.home-and-section-btn a{
	color: #fff;
    font-size: 30px;
    margin: 0 15px;
	font-weight: 500;
}
.slide{
	color: #fff;
	font-size: 30px;
}
.home-and-section-btn a:hover{
	color: #d8a903;
}
.section-banner-text h1{
	color: #fff;
	margin-bottom: 9px;
	font-size: 70px;
	font-weight: bold;
	
	
}
.section-banner-text {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	
 
}
.about-us-page-content{
	margin-top: 15px;
}
.about-us-page-content p {
    color: #333;
    line-height: 30px;
    font-size: 16px;
}


/* about us section css end */


.contact-us-all-section-text{
	color: #fff !important;
	position: relative;
}

.contact-us-all-section-text::after {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 7px;
    background: #fff !important;
    border-radius: 50px;
    top: 68px;
}
.section-social-text h6{
	color: #fff !important;
}
.section-contact-submit-button input:hover{
	border: 1px solid #fff;
	color: #fff;
}

/* contact us page section css start */
.contact-section-footer{
	margin-top: 84px;
}