
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap'); */
@import "animate.css";
@import "wow.min.js";

html, body {
	height: 100%;
	/*font-family: 'Archivo Narrow', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Abel', sans-serif;*/
    /*font-family: 'Crimson Text', serif;*/
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
	/*font-family: "Lora", serif;*/
    font-family: 'Crimson Text', serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #007bff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.bookingbtnindex a {
    float: right;
    color: #000;
	padding: 10px;
	font-weight: 600;
    width: 20%;
    margin-top: 20px;
}
  

.bookingbtnindex a {
	animation: colorchange 175s linear 1s infinite; /* animation-name followed by duration in seconds*/
	   /* you could also use milliseconds (ms) or something like 2.5s */
	-webkit-animation: colorchange 2s linear 0s infinite alternate; /* Chrome and Safari */
  }

  @keyframes colorchange
  {
	0%   {background: #f00; }
	33%  {background: #ffc107; color: #222; }
	66%  {background: #f00; }
	100% {background: #ffc107; }
 }

  @-webkit-keyframes colorchange 
  {
	0%   {background: red; color: cyan;}
	33%  {background: green; color: magenta;}
	66%  {background: blue; color: yellow;}
	100% {background: red; color: cyan;}
 }

.section-title, .section-titlewht {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span, .section-titlewht span {
	font-size: 14px;
	color: #fc140e;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2, .section-titlewht h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.section-titlewht h2 {
	color: #fff !important;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #fc140e;
	content: "";
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.tophdr{
	background: #191a5c;
    padding: 10px 0;
    font-size: 12px;
}
.tophdr .fltleft{
	float: left;
}
.tophdr .fltright{
	float:right;
}
.tophdr .fltleft span{
	padding-right: 10px;
}
.tophdr .fltright span{
	padding-left: 10px;
}
.tophdr span, .tophdr a{
	color: #fff;
}
.tophdr i , .fltleft i{
    color: #fc140e;
}
.tophdr img {
    width: 18px;
}



 /* booking modal*/

 .bookingmodal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
  }
  .bookingmodal:target {
	visibility: visible;
	opacity: 1;
	z-index: 10;
  }
  .popupmodal {
	margin: auto;
    padding: 20px;
    margin-top: 100px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 2s ease-in-out;
  }
  .popupmodal .closebooking {
	position: absolute;
    top: 0px;
    right: 2%;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
  }
  .popupmodal .contentbooking {
	text-align: center;
	overflow: hidden;
    padding-top: 20px;
  }
  .popupmodal img {
	width: 25%;
	padding: 10px 0;
}
.popupmodal h2{
	background: #191a5c;
color: #fff;
padding: 5px;
margin-bottom: 10px;
}


.menu-item {
	position: relative;
	z-index: 9;
}
.menu-item:before {
    content: "";
    border-bottom: 2px solid #ffffff;
    position: absolute;
    width: 37%;
    top: -5px;
}
.menu-item:after {
    content: "";
    border-bottom: 2px solid #ffffff;
    position: absolute;
    width: 58%;
    right: 0;
    bottom: -5px;
}
.menu-item .logo {
	padding: 10px 0;
}

.logo:after {
       content: "";
    /*position: absolute;
    right: -20px;
    height: 100%;
    width: 10px;
    transform: skew(-25deg);
    top: 0px;
    background: #191a5c;*/
}
.menu-item .logo a {
	display: inline-block;
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
        transform: scale(1);
    -webkit-transform: scale(1);
}
.menu-item .nav-menu .mainmenu li a {
    font-size: 14px;
    color: #19191a;
    margin: 0 15px;
    font-weight: 500;
    display: inline-block;
    padding: 27px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.menu-item .nav-menu .mainmenu li:last-child a{
    margin-right:0;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #fc140e;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
font-size: 14px;
    color: #19191a;
    display: block;
    text-align: left;
    padding: 8px 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #ffffff;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}
.menu-item .nav-menu .mainmenu li .dropdown li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background:#191a5c;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.menu-item .nav-menu .mainmenu li .dropdown li:hover:after {
    width:100%;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}
.mmenuimg img{
	width: 20px;
}
.mmenuimg a{
	color: #222;
}
/*---------------------
  slider
-----------------------*/

.sliderbox {
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}
.sliderbox .container {
	position: relative;
	z-index: 5;
}
.slidertext {
	padding-top: 145px;
}
.slidertext h1 {
    font-size: 55px;
    color: #ffffff;
}
.slidertext p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 35px;
}
.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}
.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}
.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.booking-form form .check-date label {
	font-size: 14px;
	color: #222;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.booking-form form .check-date i {
	color: #fc140e;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.booking-form form .select-option {
	margin-bottom: 15px;
}
.booking-form form .select-option label {
	font-size: 14px;
	color: #222;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #fc140e;
	border-right: 2px solid #fc140e;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #fc140e;
	border-radius: 2px;
	color: #fc140e;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
.slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.slider .owl-stage-outer, .slider .owl-stage, .slider .owl-item, .slider .hs-item {
	height: 100%;
}
/*---------------------
  About US
-----------------------*/

.about-text {
	text-align: center;
	padding: 0 35px;
}
.about-text p {
	color: #595960;
	font-weight: 500;
}
.about-text p.f-para {
	margin-bottom: 10px;
}
.about-text p.s-para {
	margin-bottom: 35px;
}
.about-text .about-btn {
	color: #19191a;
}
.about-pic {
    overflow: hidden;
}
.about-pic img {
	min-width: 100%;
}
.about-pic img:hover {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}
.about-pic:before {
    content: "";
    /* background: linear-gradient(to left, transparent 0%, #000 100%); */
    position: absolute;
    top: 20%;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    border: 2px solid #ffffff;
    width: 40%;
    height: 50%;
    /* text-align: center; */
    /* margin: 0 auto; */
    left: 30%;
    animation: spin 40s linear infinite;
    z-index: 5;
}
/*---------------------
  Service Section
-----------------------*/

.services-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}
.serviceprlx{
    background: url(../img/slider/slider3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
        position: relative;
}
.serviceprlx:before {
	content: "";
    /* background: linear-gradient(to left, transparent 0%, #000 100%); */
    background: rgb(0 0 0 / 42%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.services-section .section-title {
	margin-bottom: 36px;
}
.servicebox {
	text-align: center;
	/* padding: 30px 35px 18px;*/
	padding: 30px 35px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    position:relative;
        overflow: hidden;
        margin-bottom:30px;
        background: #fff;
}
.servicebox:hover {
	background: #191a5c;
}
.servicebox:hover i {
	color: #ffffff;
}
.servicebox:hover h4 {
	color: #ffffff;
}
.servicebox:hover p {
	color: #ffffff;
}
.servicebox img{
	padding: 12px 0;
	width: 50px;
}
.servicebox h4 {
	color: #19191a;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.servicebox p {
	color: #222;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.servicebox:before {
content: "";
       /*width: 151%;
    height: 165%;
    top: -100px;
    left: -106px;*/
       width: 200%;
    height: 258%;
    top: -82%;
    left: -50%;
    position: absolute;
    background: url(../img/dots.png);
    -webkit-animation: spin 40s linear infinite;
    -moz-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite;
}
.servicebox .bgimgcircle{
    /*width: 151%;
    height: 165%;
    top: -100px;
    left: -106px;
    position: absolute;
    background: url(../img/dots.png);
    -webkit-animation: spin 40s linear infinite;
    -moz-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite;
    opacity: .5;*/
}
@-moz-keyframes spin{
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-webkit-keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
/*------------------------
  Homepg Room Section 
-------------------------*/
.hmroombox {
    text-align: center;
	box-shadow: 0px 23px 35px rgba(4,4,4,0.18);
	border: 1px solid #eee;
}
.hmroombox h4 {
    
}
.hmroombox p {
    padding: 25px 0;
    margin: 0;
}
.rmimg {
	overflow: hidden;
}
.hmroombox:hover img{
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.hmroombox:hover {    
	background: #eee;
	border: 1px solid #ddd;
}
.hmroomdetails{
	padding: 25px;
}
.hmroomdetails span{
	color: #191a5c;
}
.hmroomdetails a {
	color: #ffffff;
    display: block;
    background: #191a5c;
    padding: 10px 0;
}

/*---------------------
  homepg gallery Slider
-----------------------*/

.galleryslider-section{
	background: #222;;
}
.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
  color: #fff;
	font-size: 50px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
  color: #fff;
	font-size: 50px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}

.item {
  position: relative;
  overflow: hidden;
}

.item img {
  display: block;
  width: 100%;
}
.item img:hover {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transform: scale(1.1);
}
.galleryslider-section a{
	float: right;
	color: #fff;
}

/*---------------------
  Testimonial Slider
-----------------------*/

.testimonial-section {
	background: #f9f9f9;
}
.testimonial-section .section-title {
	margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #222;
	background: #ffffff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next:before {
    content: "\f105";
    font-family: Fontawesome;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f104";
    font-family: Fontawesome;
}
.testimonial-slider .ts-item {
	text-align: center;
}
.testimonial-slider .ts-item p {
	font-size: 16px;
	color: #222;
	line-height: 30px;
}
.testimonial-slider .ts-item .ti-author {
	
}
.testimonial-slider .ts-item .ti-author .rating {
	display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
	color: #f5b917;
	font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
	font-size: 20px;
	color: #19191a;
	display: inline-block;
	padding: 15px 0;
}

/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #222;
}
.ftr p{
    margin-bottom: 0;
}
.ftrtop {
	text-align: center;
	padding: 60px 0;
}
.ftrtop p {
    display: inline-block;
    padding: 0 10px;
}
.ftrtop a {
	color: #fff;
}
.ftrbtm{
	padding: 30px 10px;
	text-align: center;
}
.cprgt{
	text-align: center;
	text-transform: uppercase;
}

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
        position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
    background: url(../img/video-bg.jpg) 0 50% fixed;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h2 {
	
	color: #ffffff;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #a1aab3;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "\f105 ";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #fc140e;
}

/*------------------------
 Breadcrumb SVg Section
-------------------------*/

.ocean {
  
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
	    opacity: 30%;
  background: #015871;
}

.wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  position: absolute;
  bottom: 0;
  width: 6400px;
    height: 160px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

/*------------------------
  About Us Page Section
-------------------------*/

.aboutsec {
	padding-top: 70px;
	padding-bottom: 70px;
}
.abttxt {
	margin-bottom: 65px;
}
.abttxt  {
	margin-bottom: 30px;
}
.abttxt  h2 {
	font-size: 40px;
	color: #19191a;
	margin-bottom: 18px;
}
.abttxt  p {
	text-align: justify;
}
.abttxt .abtservc {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 10px 0;
}
.abtservc img{
	width: 100px;
}
.abtservc:hover img {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(360deg);
    /* background: #191a5c; */
}
.abtservc h6 {
    padding-top: 6px;
}
.whychs {
    background: #eee;
    padding: 15px;
}
.whychs p{
	font-size: 20px;
	margin: 20px 0;
	box-shadow: 0px 2px 2px #d9d9da;
}
.whychs p:before {
	content: "\f046";
    font-family: Fontawesome;
    padding: 7px 15px 0 0;
	color: #191a5c;
	vertical-align: middle;
	font-size: 40px;
}


/*---------------------
  Room Section 
-----------------------*/

.roomhdng{
        background: #eee;
    padding: 15px 10px;
    box-shadow: 2px 2px 3px #d9d9da;
    margin-bottom: 30px;
}
.roomhdng h3{
    border-bottom: 1px dotted #191a5c;
    margin-bottom: 15px;
    color:#191a5c;
}
.roomhdng .roomsubdesc p{
    display:inline-block;
    font-size: 16px;
    margin-bottom: 0;
}
.roomhdng .roomsubdesc p:first-child{
    color: #fc140e;
    padding-right: 5px;
}
.roomhdng #jumptosec p{
    display:inline-block;
}
.roomhdng #jumptosec p a{
display: inline-block;
    color: #222;
    border-right: 1px solid #333;
    padding-right: 5px;
    margin-right: 5px;
    line-height: 15px;
}
.roomhdng #jumptosec p:last-child a{
    border-right: none;
}
.roomhdng #jumptosec p:hover a {
    text-decoration: underline;
    color: #fc1e18;
}
.roomdetails p {
margin-bottom: 5px;
    background: #fff;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #666;
    position:relative;
}
.roomdetails p:hover {
    color: #fff;
    border: 1px solid #191a5c;
    z-index:2;
}
.roomdetails img{
width: 30px;
    padding: 4px;
}
.roomdetails p:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px; 
    z-index:-2;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.roomdetails p:hover:after {
    width: 100%;
     background: #191a5c;
}
.linear-wipe {
    background: linear-gradient(to right, #191a5c 20%, #fc140e 40%, #191a5c 60%, #fc140e 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.roombox h4 {
border-bottom: 1px dotted #222;
    margin-bottom: 15px;
    background: #eee;
    padding: 5px 10px;
}
.roomfclty{
}
.roomfclty p {
/*background: #eee;*/ 
    padding: 5px 10px;
    margin-bottom: 5px;
    box-shadow: 0px 2px 3px #d9d9da;
    position:relative;
    text-transform: capitalize;
}
.roomfclty p:hover {
    color: #fff;
}
.roomfclty p:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;   
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.roomfclty p:hover:after {
    width: 100%;
    color: #fff;
     background: #fc140e;
}
.picon p:before {
    content: "\f00c";
    font-family: Fontawesome;
    padding: 7px 5px 0 0;
    color: #191a5c;
}

.roomfclty p:hover:before{
    color: #fff;
}
.carousel{
	margin-bottom:10px;
}
.carousel-thumbnails .carousel-indicators img {
max-width: 100px;
height: 50px;
overflow: hidden;
display: block;
}

.carousel-thumbnails .carousel-indicators li {
height: auto;
max-width: 100px;
width: 100px;
border: none;
box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.carousel-thumbnails .carousel-indicators li.active {
border-bottom: 4px solid #fff;
}
.carousel-indicators{
bottom: 5px;
margin-right: 0;
margin-left: 0;
}
.bookingbox{
    display: inline-block;
    background: #222;
    padding: 20px 10px;
    height: auto;
    width: 100%;
    font-size: 27px;
    margin-top: 20px;
    font-family: 'Crimson Text', serif;
    color: #fff;
    background: url(../img/video-bg.jpg) 0 50% fixed;
}
.btnbook{
background: #fc140e;
    padding: 10px 30px;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    /* border: 1px solid #fff; */
    font-size: 18px;
    text-transform: uppercase;
    /* box-shadow: 0px 2px 3px #d9d9da; */
    font-family: 'Roboto', sans-serif;
}
.btnbook:hover {
background: #ffffff;
    color: #000;
    padding: 10px 55px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.othertype h3 {
    background: #191a5c;
    margin: 20px 0;
    padding: 10px;
    color: #fff;
}
.othertype p{
    background: #191a5c;
    padding: 10px;
}
.othertype p a{
    color:#fff;
}
.othertype p span{
    float:right;
}
@media only screen and (max-width: 1024px) {
    .pinlnblk p {
        display: inline-block;
    }
}

/*---------------------
  Facility Section
-----------------------*/
.facltybox {
    background: #eee;
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 2px solid #191a5c;
}
.facltybox h5 {
    color: #fc140e;
    text-transform: uppercase;
}
.facltybox.picon p{
	margin-bottom: 0;;
}
.facltybox:before {
	position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 0;
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.facltybox:hover:before {
	bottom: 0;
    height: 100%;
    background-color: #191a5c;
}
.facltybox:hover p, .facltybox:hover p::before{
	color: #fff;
}
.facltybox:hover img {
    transform: rotate(45deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
    border: 1px solid #191a5c;
    z-index: 2;
}
/*---------------------
  Faq Section
-----------------------*/
.panel-group .panel {
	border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #eee;
	border-color: #EEEEEE;
}

.panel-title {
	
}

.panel-title > a {
	display: block;
    padding: 10px;
    text-decoration: none;
    color: #191a5c;
    font-weight: 100;
    font-size: 22px;
}
.panel-body h5 {
    padding-bottom: 5px;
}

.plusicon {
	float: right;
	color: #191a5c;
	font-size: 13px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 10px;
}
.collapse.in {
    display: block;
}

/*---------------------
  house rules Section
-----------------------*/
.rulebox p{
	margin-bottom: 0;
}
.rulebox h4 {
    font-size: 19px;
    font-weight: 600;
}
.progress {
	height: 18px !important;
    background-color: #eee;
    border-radius: 16px;
    width: 60%;
}
.progress-bar {
    background-color: #009688;
}

/*---------------------
  Gallery Section
-----------------------*/
.photogallery ul li a {
	background: #444;
    padding: 10px 15px;
    margin-right: 2px;
    margin-bottom: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}
.photogallery ul li a.active {
    background: #191a5c;
    color: #ffffff;
}
.photogallery .gallery-grid img {
    margin-bottom: 30px;
}


/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 24px;
}
.contact-text p {
	color: #222;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #222;
	width: 75px;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form .submitbtn {
	background: #191a5c;
    color: #fff;
    display: inline-block;
    padding: 13px 32px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border: 1px solid transparent;
}
.map {
	height: 470px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map iframe {
	width: 100%;
}
/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
}
@media only screen and (max-width: 991px) {
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 70px;
		font-size: 22px;
		width: 30px;
		height: 33px;
		color: #19191a;
		border: 2px solid #19191a;
		border-radius: 2px;
		line-height: 33px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 30px;
		width: 30px;
		border: 1px solid #19191a;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 1px;
	}
	.offcanvas-menu-wrapper .search-icon {
		color: #19191a;
		text-align: center;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #fc140e;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #fc140e;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #fc140e;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #fc140e;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #fc140e;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.slidertext {
		display: none;
	}
	.spad {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.servicebox {
		padding: 5px;
	}	
	.section-title h2, .section-titlewht h2 {
		font-size: 30px;
		margin-top: 0;
	}
	.servicebox p {
		/* display: none; */
	}
	.servicebox h4 {
		font-size: 17px;
		margin-top: 0;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.about-pic img {
		margin-bottom: 20px;
	}
	.contact-form {
		padding-top: 30px;
	}
	.slider-text {
		margin-bottom: 40px;
	}
	.bookingbtnindex a {
		width: 50%;
	}	
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	p{
		font-size: 12px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	.testimonial-slider.owl-carousel .owl-nav {
		display: none;
	}
	.about-text .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.section-title, .section-titlewht {
		margin-bottom: 0px;
	}
	.hmroombox {
		margin-bottom: 15px;
	}
	.hmroomdetails {
		padding: 5px;
	}
	.hmroombox h4 {
		font-size: 20px;
	}
	.hmroombox p {
		padding: 2px 0;
		margin: 0;
	}
	.hmroomdetails a {
		padding: 4px 0;
		font-size: 12px;
	}
	.ftrtop {
		padding: 40px 0;
	}
	.roomdetails p {
		padding: 5px 8px;
	}
	.roomhdng #jumptosec p {
		margin-bottom: 0;
	}
	.bookingbox {
		padding: 10px 10px;
		font-size: 18px;
	}
	.btnbook {
		padding: 8px 25px;
		font-size: 15px;
	}
	.rulebox p {
		margin-bottom: 0;
		text-align: justify;
	}
	.breadcrumb-section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.breadcrumb-text h2 {
		margin-bottom: 0;
	}
	.abttxt h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.whychs p {
		font-size: 16px;
		margin: 10px 0;
	}
	.whychs p:before {
		padding: 7px 8px 0 0;
		font-size: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
	.section-title, .section-titlewht {
		margin-bottom: 0px;
	}
	.about-text {
		padding: 0;
	}
	.about-pic:before {
		top: 15%;
		width: 35%;
		height: 35%;
		left: 33%;
	}
	.hmroombox p {
		padding: 2px 0;
		margin: 0;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.footer-section .copyright-option ul li {
		margin-bottom: 5px;
	}
	.video-section {
		padding-top: 80px;
	}
	.rd-reviews .review-item .ri-pic, .blog-details-text .comment-option .single-comment-item .sc-author {
		float: none;
		margin-bottom: 30px;
	}
	.rd-reviews .review-item .ri-text .rating {
		position: relative;
	}
	.rd-reviews .review-item .ri-text, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
		padding-left: 0;
	}
	.blog-details-text .comment-option .single-comment-item.reply-comment {
		padding-left: 30px;
	}
	.rd-reviews .review-item .ri-text:before, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
		display: none;
	}
	.blog-details-slider {
		padding-top: 70px;
	}
	.blog-details-text .bd-pic .bp-item {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog-details-text .tag-share .tags a {
		margin-bottom: 6px;
	}
	.blog-details-text .comment-option .single-comment-item .sc-text a {
		margin-bottom: 10px;
	}
}