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

/******************************

[Table of Contents]

Fonts
Body and some general stuff
Header
Menu
Home
Search Box
Intro
Room
Facilities
Gallery
Contact
Footer

******************************/

/* Date Time picker css*/



/***********
 Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alike|Roboto:300,400,500,700,900');


/*********************************
2. Body and some general stuff
*********************************/

*{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body{
	font-family: 'gilroy', sans-serif;
	font-size: 14px;
/*	font-weight: 400;*/
	background: #FFFFFF;
	color: #3d3d3d;}

div{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
    font-family: 'gilroy', sans-serif;
	font-size: 16px;
	line-height: 1.875;	
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(44,44,44,1);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'gilroy', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #2c2c2c;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-top: 90px;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.main_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.section_title_container
{
	padding-top: 52px;
}
.section_title_container::after
{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	height: 30px;
	background: #B99869;
	content: '';
}
.section_title_container_2
{
	padding-top: 52px;
}
.section_title_container_2::after
{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 30px;
	background: #b99869;
	content: '';*/
}
.section_title h1
{
	color: #2c2c2c;
}
.section_text
{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	font-size: 16px;
	font-weight: 500;
	color: #717171;
	line-height: 2.25;
}


.main_title1 {text-align: center;}
.main_title1 .heading {
  font-size: 52px;
  font-weight: 700;
  color: #2c2c2c;
  opacity: 0.07;
  margin-top: 0px;
  line-height: 0.5;

}
.main_title1 .sub-heading-1 {	
  color: #2c2c2c;
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 20px;
}


.main_title1 .sub-heading-2{
 font-family: 'gilroy', sans-serif;
 font-size: 24px;
 font-weight: 100; 
 color: #2c2c2c;
 }

.button
{
	width: 160px;
	height: 45px;
	background: #b99869;
	text-align: center;
}
.button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #cab18c;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.button:hover::before
{
	width: 100%;
}
.button a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 45px;
	text-transform: uppercase;
	z-index: 1;
}

.hs_button
{
	margin-top: 45px;
	/*margin-left: 13px;*/
}

.no-mp{margin: 0px !important; padding: 0px !important;}

/*********************************
 Topbar
*********************************/

.topbar-sec{
  padding: 15px 0;
  background: #fff;
  text-align: left;}

.topbar-sec .top-details{display: inline-block;}

.topbar-sec .top-details img{size: 20px; padding-right: 5px;}
.topbar-sec .top-details span {font-size: 16px;padding-right: 5px;}

.topbar-sec .top-social{float: left; padding-right:8px;  }

.topbar-sec .top-social i{font-size: 20px;font-family: "FontAwesome"; font-style: normal; padding-right: 5px; color: #2c2c2c;}


/*********************************
 Header
*********************************/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header
{
	width: 100%;
	background: #30374a;
	z-index: 100;
	border-bottom: solid 2px #fff;
}
.header_content
{
	width: 100%;
	height: 103px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 100px;
}
#header.header-scrolled {
  background: rgba(246, 244,235, 0.9);
  top: 0;
}
.logo
{
	position: absolute;
	left: -63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.logo a > div:last-child
{
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.54);
	line-height: 0.75;
	margin-top: 11px;
}
.main_nav
{
	margin-left: 155px;
}
.main_nav ul li
{
	height: 37px;
	padding-left: 12px;
	padding-right: 11px;
	background: transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 5px;
}
.main_nav ul li:active,
.main_nav ul li:hover
{
	background: #484f62;color: #333;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 37px;
	white-space: nowrap;
}
.phone
{
	height: 37px;
	padding-left: 14px;
	padding-right: 18px;
	background: #cab18c;
	font-size: 16px;
	font-weight: 500;
	color: #2c2c2c;
	line-height: 37px;
	margin-right: 10px;
	white-space: nowrap;
}

.phone img{width: 20%;
padding-right: 5px;}

.phone a{color: #2c2c2c;}
.phone i
{
	color: #2c2c2c;
	font-size: 24px;
	margin-right: 11px;
}
.book_button
{
	width: 151px;
	height: 37px;
	background: #fff;
	color: #2c2c2c;
	text-align: center;
}
.book_button:hover
{
	background: #eee;
	color: #2c2c2c;
}
.book_button a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #2c2c2c;
	line-height: 37px;
}
.hamburger
{
	display: none;
	cursor: pointer;
	margin-top: 5px;
}
.hamburger i
{
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #d6baa0;
}


/*********************************
Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	background: #0b1423;
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.menu_nav_list li a
{
	position: relative;
	font-family: 'gilroy', sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a::after
{
	display: block;
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	width: 0%;
	height: 3px;
	background: #FFFFFF;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_nav_list li a:hover
{
	color: #da8661;
}
.menu_nav_list li a:hover::after
{
	width: calc(100% + 30px);
}
.menu_review
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_review a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_review a:hover
{
	color: #da8661;
}

.main_nav ul li.active, .main_nav ul li:hover {
  background: #525b75;
}

/*********************************
 Home
*********************************/

.home
{
	width: 100%;
	height: 892px;
}
.home_container
{
	position: absolute;
	/*left: 0%;*/right: 0%;
	/*top: 34.23%;*/bottom: 40%;
	width: 100%;
}
.home_content .home_title h1
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight:600;
}
.home_text h5
{
	max-width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	/*line-height: 2.25;*/
	margin-top: 12px;
	font-family: 'gilroy', sans-serif;
	font-weight: 300;
}

.home_text h6
{
	max-width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	/*line-height: 2.25;*/
	margin-top: 12px;
	font-family: 'gilroy', sans-serif;
}

.home_text span{font-weight: 100;}


/*********************************
Search Box
*********************************/

.search_box
{
	background: url(../img/check-availability-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
}
.search_box_container
{
	width: calc(100% + 117px);
	left: -69px;
	height: 233px;
	background: #30374a;
	/*margin-top: -200px;*/
	margin: 90px auto;
	box-shadow: 0px 3px 57px rgba(0,0,0,0.25);
	z-index: 1;
	padding-left: 83px;
	padding-right: 66px;
}
.search_form_container
{
	width: 100%;
}
.search_form
{
	display: block;
	width: 100%;
}
.search_form > div
{
	width: 100%;
	height: 100%;
}
.search_form_list
{
	width: calc(100% - 172px);
	height: 100%;
}
.search_form_list > li
{
	position: relative;
	width: 25%;
	height: 73px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 16px;
	background: #FFFFFF;
}

.search_form_list > li input{
	font-size: 18px;
	border: unset;
	outline: none;
  color: #6f7e89;
  width: 100%;}
.search_form_list > li:not(:last-child)
{
	border-right: solid 2px #d1d1d1;
}
.search_form_list > li::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #b99869;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_form_list > li:hover::after
{
	visibility: visible;
	opacity: 1;
}
.search_form_list > li span
{
	font-size: 13px;
	font-weight: 500;
	color: #6b6b6b;
}
.search_form_list > li i
{
	  font-size: 18px;
    font-weight: 500;
    color: #b99869;
    position: absolute;
    right: 19px;
    top: 28px;
    cursor: pointer;
}
.search_form_list > li > ul
{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #FFFFFF;
	padding-left: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.15);
	z-index: 1;
}

.search_form_list > li.active > ul
{
	visibility: visible;
	opacity: 1;
}
.search_form_list > li > ul > li:not(:last-of-type)
{
	margin-bottom: 10px;
}
.search_form_list > li > ul > li
{
	font-size: 13px;
	font-weight: 500;
	color: #a3a3a3;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_form_list > li > ul > li:hover
{
	color: #6b6b6b;
}
.search_button
{
	width: 172px;
	height: 73px;
	background: #B99869;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	cursor: pointer;
	border: none;
	outline: none;
}

/*--------------------------------------------------------------
# Check Availability Css Start
--------------------------------------------------------------*/
.flat-row.entry-section{ 
    background-color: rgba(21, 51,86, 0.8);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
    }

/* form */

.wrap-form span.flat-input {
    width: 100%;
    float: left;
}
.flat-input {
    position: relative;
    display: block;
    text-align: left;
    height: 80px;
    /*padding: 20px 17px;*/
    border: 0;
    margin: 0 -1px;
    background-color: transparent;
}
.flat-input:not(:last-child) {
    padding-left: 35px;
}
.flat-input span {
    position: relative;
    display: block;
    vertical-align: top;
    font-weight: normal;
    font-size: 16px;
    padding-left: 15px;
    color: #fff;
}
.contactform.wrap-form.style2 .flat-input input, .contactform.wrap-form.style2 .flat-input select {
    background: #fff;
    /*border-color: transparent;*/
    border: none;
    outline: none;
    height: 45px;
    width: 100%;
    line-height: 62px;
    color: #6f7e89;
    margin: 10px 0px;
    /*padding-left: 15px;*/
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url(../img/icons/arrow-down.svg);
    background-size: 18px;
    background-position: calc(100% - 22px) 20px;
    background-repeat: no-repeat;
}
.contactform .flat-input input, .contactform .flat-input select {
    padding-left: 18px;
}
.contactform .flat-input input, .contactform .flat-input select, .contactform .flat-input button {
    margin-bottom: 15px;
}
.contactform .flat-input button {
transition: none;
}

.contactform.style2 span i{
/*font-family: "Font Awesome 6 Free";*/
  position: absolute;top: 45%;
  right: 20px;color: #b99869;}
/*
.contactform.style2 span.flat-input:nth-child(1):after {
    top: 60%;
    content: "\e90b";
    font-size: 16px;
    color: #f79824;
    right: 20px;
}
.contactform.style2 span.flat-input:nth-child(2):after {
    top: 60%;
    content: "\e90b";
    font-size: 16px;
    color: #f79824;
    right: 20px;
}
.contactform.style2 span.flat-select:nth-child(1):after {
    top: 60%;
    content: "\e90a";
    font-size: 16px;
    color: #f79824;
    right: 20px;
}
.contactform.style2 span.flat-select:nth-child(2):after {
    top: 60%;
    content: "\e90a";
    font-size: 16px;
    color: #f79824;
    right: 20px;
}*/
.flat-input:not(:first-child):before {
    content: "";
    height: 60%;
    width: 1px;
    background-color: #d3d3d3;
    display: block;
    position: absolute;
    left: 0;
}
.flat-input:last-child:before {
    width: 0px;
   
}
.fancybox:after, .wrap-form span.flat-select:after, .wrap-form span.flat-input:after {
    position: absolute;
    font-family: "FontAwesome";
}
.wrap-form span.flat-input.flat-select {
    width: 100%;
}
.contactform.wrap-form.style2 .flat-input.button {
    background-color: #f79824;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: all .4s;
}
.flat-input.button:hover {
    background-color: #005da4!important;
}
.flat-input.button:hover button {
    background-color: #005da4!important;
}
.contactform.wrap-form.style2 .flat-input button[type="submit"] {
    color: #fff;
    background-color: transparent;
    border: none;
    line-height: 29px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    padding: 0px 0 0;
    margin: 0;
    height: 80px;
    cursor: pointer;
    transition: all .4s;
}
.flat-tabs {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.flat-tabs ul.menu-tab li.active {
    background-color: #c93b3e;
    border-color: #c93b3e;
}
.flat-tabs ul.menu-tab li {
    margin: 0 6px !important;
}
.flat-tabs ul.menu-tab li {
    float: none;
    display: inline-block;
    text-align: center;
}
.flat-tabs ul.menu-tab li {
    background: transparent;
    float: left;
    width: auto;
    cursor: pointer;
    text-align: center;
    padding: 3px 28px;
    border-radius: 4px;
    margin: 0 8px;
    border: 1px solid;
    border-color: #413d3d;
}
.flat-tabs ul.menu-tab li.active a {
    color: #fff;
}
.flat-tabs ul.menu-tab li a {
    font-size: 18px;
    font-weight: normal;
}
.flat-tabs .content-tab {
    border-top: none;
}
.content-tab .content-inner {
    margin-top: 20px;
}
.maps2 iframe{width: 100%;}


/*--------------------------------------------------------------
# Check Availability Css Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
section.about-sec {
  padding: 120px 0;
  background: #30374a;
  text-align: left;
}

.home_about{color: #fff;text-align: left;}

.home_about .main_title1{text-align: left;}
.home_about .main_title1 .heading {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 0.07;
  text-align: left;

}
.home_about .main_title1 .sub-heading-1 {	
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
}

/*.home_about .main_title1 h2 i{font-style: normal;font-family: 'gilroy', sans-serif;font-weight: 300;}*/

.home_about .main_title1 .sub-heading-2{
 font-family: 'gilroy', sans-serif;
 font-size: 24px;
 font-weight: 100; 
 color: #f1f6f9;
 text-align: left;
 }



.home_about_right .about-text{color: #dadada;text-align: left;}

.home_about_left {
  /*position: absolute;*/
  /*z-index: 1;*/
  /*min-height: 655px;*/
  padding: 0px 0px;
  /*margin-right: 10%;*/text-align: left;


}

.home_about_left .vid-bg {
  position: absolute;
  max-width: 100%;
  top: 16%;
  left: 4%;
  z-index: -1;
}

.home_about_left .vid-shape {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  right: 160px;
}

.video-container {
  /*width: 640px;*/
  /*border-radius: 4px;*/
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);}


  .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  video {
    width: 100%;
    height: 100%;
    /*border-radius: 4px;*/
  }
  video:focus {
    border: none !important;
  }
}


.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;}
  #circle-play-b {
    cursor: pointer;
    pointer-events: auto;}

    svg {
      width: 20px;
      height: 20px;
      fill: #fff;
      stroke: #fff;
      cursor: pointer;
      background-color: rgba(black, 0.2);
      border-radius: 50%;
      opacity: 0.9;
    }
  }
}

 video{object-fit: cover !important;border-color: transparent;}

.item {
  z-index: 2;
  padding: 38px;
}
.item a {
  text-decoration: none;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #69b3ed;
  color: #ffffff;
  border: 1px solid #6aadec;
  border-radius: 50%;
  position: relative;
}
.item a span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.item a:hover {
  cursor: pointer;
}
.circle {
  z-index: 1;
  width: 125px;
  height: 125px;
  background-color: #6aabed;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: scaleIn 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: sclae(1, 1);
    opacity: 0;
  }
}


/* Services Section start */
.mt-225{margin-top: 225px;}
.mt-75{margin-top: 75px;}
.services{width: 100%;padding-bottom: 90px; background-image: url(../img/service-back.jpg);background-size: cover;}
.services.style-one .shape-one {top:17%;left:25%; animation: animationFramesOne 30s infinite linear;}
.services.style-one .shape-two {top:45%;left:4%;     animation: animationFramesOne 35s alternate infinite linear;}
.services.style-one .shape-three {bottom:13%;left:24%; animation: animationFramesTwo 35s infinite linear;}
.services.style-one .shape-four {bottom:-8%;left:41%; animation: animationFramesOne 25s infinite linear;}
.services.style-one .shape-five {right: 0;top:21%;}
.services.style-one .shape-six {right: 14%;bottom:33%;}
/*.services .feature-block-wrapper {padding-right: 60px;}*/

.feature-black{background-color: #30374a;}
.feature-text-white{color: #fff;}
.feature-white{background-color: #fff;}
.feature-text-white h3{color: #fff;letter-spacing: 1px;}
.feature-block-dark {
  /*background: #fff;*/
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.feature-block-dark .icon img{padding-bottom: 20px;}
.feature-block-dark .read-more {font-size: 30px;color: var(--text-light);margin-top: 15px;}
.feature-block-dark:hover .read-more {color: #fff;}
.feature-block-dark .icon-one {color: var(--cyan);}
.feature-block-dark .icon-two {color: var(--p-green);}
.feature-block-dark .icon-three {color: var(--redOne);}
.feature-block-dark.hover-state:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: linear-gradient( 130deg, rgb(48,55,74) 0%, rgb(48,55,74) 100%);
  opacity: 0;
}
.feature-block-dark.hover-state:hover:before {opacity: 1;}
.feature-block-dark.hover-state:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /*background: rgb(255,255,255,0.13);*/
  background: #434d66;
  z-index: -1;
  top:-80px;
  right: -80px;
  opacity: 0;
  transform: scale(0.2);
}
.feature-block-dark.hover-state:hover:after {opacity: 1;transform: scale(1);transition-duration: 1s;}
.feature-block-dark.hover-state:hover .icon,
.feature-block-dark.hover-state:hover .title,
.feature-block-dark.hover-state:hover p {color: #fff;}
.feature-block-dark.hover-state.main-p-color:before {background: #2a3145}
.feature-block-dark.main-p-color:hover .read-more {color: #fff;}

.services.style-two .shape-one {
  width: 1067px;
  height: 1067px;
  top:75px;
  right: -355px;
  z-index: -1;
}
.services.style-two .shape-two {
  width: 1067px;
  height: 1067px;
  top:0;
  right: -377px;
}
.services.style-two .shape-three {
  width: 20px;
  height: 20px;
  top:60px;
  left: 32%;
  animation: animationFramesFive 25s infinite linear;
}
.services.style-two .shape-four {
  width: 10px;
  height: 10px;
  left: 6%;
  top:42%;
  animation: animationFramesOne 30s infinite linear;
}
.services.style-two .shape-five {
  width: 10px;
  height: 10px;
  left: 6%;
  bottom:100px;
  animation: animationFramesTwo 30s infinite linear;
}
.services.style-two .shape-six {
  width: 20px;
  height: 20px;
  left: 35%;
  bottom: 29%;
  animation: animationFramesOne 25s infinite linear;
}
.services.style-two .shape-seven {
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 13%;
  animation: animationFramesTwo 25s infinite linear;
}
.services.style-three .shape-one {top:46%;left: 12%;}
.services.style-three .shape-two {
  width: 20px;
  height: 20px;
  top: 50px;
  right: 12%;
  animation: animationFramesOne 25s infinite linear;
}
.services.style-three .shape-three {
  width: 8px;
  height: 8px;
  top:50%;
  right: 5%;
}
.services.style-three .shape-four {
  width: 12px;
  height: 12px;
  bottom: 13%;
  left: 30%;
  animation: animationFramesOne 25s infinite linear;
}
.services.style-three .shape-five {
  width: 20px;
  height: 20px;
  top:45%;
  left: 11%;
  animation: animationFramesOne 25s infinite linear;
}


/*Call Action CSS Start*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-callaction.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #b99869;
  font-size: 38px;
  font-weight: 900;
}
#call-to-action .cta-sub-text{font-size: 26px; color: #fff;}

#call-to-action .call-box {display: inline-block; margin: 20px auto;}
#call-to-action .call-box i,p{display: inline-block;}
#call-to-action .call-box i{padding-right: 15px; color: #2c2c2c;font-size: 20px;}
#call-to-action .cta-text {
  color: #fff;
}


@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: 'gilroy', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

#call-to-action .call-box{background-color: #fff;
padding: 15px;
margin: 20px auto;
width: 30%;}

#call-to-action .call-box p{font-size: 16px;}

#call-to-action .pulse-main {
  widht: 100%;
  height: 20vh; 
  display: grid; 
  place-items: center;
}
#call-to-action .pulse-main button {
  position: relative;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  /*background: linear-gradient(180deg, rgba(45,179,240,1) 28%, rgba(27,114,226,1) 74%);*/
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
  border-radius: 50%;
  box-shadow: 0px 2px 20px #ececec;
  cursor: pointer;
}
#call-to-action .pulse-main button i {
  font-size: 38px;
  color: #2c2c2c;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#call-to-action .pulse-main button::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ececec;
  border-radius: 50%;
  z-index: 1;
  animation: animation 2s infinite;
}
@keyframes animation {
  0% {
    transform: scale(1);
    opacity: .9;
    z-index: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    z-index: 1;
  }
}

/*Call Action CSS Ends*/


/* Room CSS Start */
/*.rooms .room-card{margin-bottom: 30px;}*/

.rooms{padding-bottom: 90px;}


/*.rooms .rooms-cover{margin-bottom: 40px;}*/
.rounded-0 {
    border-radius: 0!important;
}

.tour-card .tour-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px;
    opacity: 0;
    z-index: -1;
    transform: translateY(40px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

/* Rooms Css Start */
.box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*border-radius: 10px;*/
  background: #000;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  transition: .5s;
}

.box:hover {
  transform: translateY(-1px);
   
}

.box .imgBox {
  position: relative;
}
.box .imgBox img {
  transition: .5s;
}
.box:hover .imgBox img {
  opacity: .5;
  transform: translateY(0px);
}
.box .content{
  position: absolute;
/*  bottom: -30px;
  left: 0;*/
/*  padding: 20px;*/
  box-sizing; border-box;
  transition: .5s;
  opacity: 0;
}
.box:hover .content{
  opacity: 1;
  bottom: 0;
}
.box .content h3{
  font-size: 34px;
  color: #fff;
  font-weight: 700;
}
.box .content p{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.box .content .btnD{
  border: none;
  background: #fe1b70;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 700;
  transition: .5s;
}
.box .content .btnD:hover{
  background: #f6fe1b;
  color: #262626;
}
@media only screen and (max-width: 700px){
  .box{
    height: auto;
    max-width: 100%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px){
  .box{
    max-height: 300px;
    max-width: 300px;
    margin: 15px 0;
  }
}

.hover-switch img{width: 100%;height: 100%;}
.hover-switch > img {
  position: absolute;
/*  top: calc(50% - 100px);
  left: calc(50% - 100px);*/
}
/* 
 * Show the last image by default
*/
.hover-switch > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
/* 
 * Hide the last image on hover
*/
.hover-switch:hover > img:last-of-type {
  opacity: 0;
}

/* Room CSS Ends */


/*********************************
attraction
*********************************/
.attraction{
	padding-bottom: 90px;
	background-color: #f7f7f7;}
.attr-card {
    max-width: 100%;
    background-color: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.attr-card img {
    transition: all 0.25s linear;
}

.attr-card .attr-content {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}

.attr-card .profile-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    color: #FFF;
    font-size: 17px;
}

.attr-card .profile-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.attr-card .attr-description {
    color: #777;
    font-size: 12px;
   /* padding: 10px;*/
}

.attr-card .attr-overview {
/*    padding: 15px 0px;*/
    text-align: center!important;
}

.attr-card .attr-overview p {
    font-size: 18px;
    font-weight: 600;
    color: #777;
}

.attr-card .attr-overview h4 {
	  font-size: 20px;
    color: #2c2c2c;
    font-weight: 600;
    text-align: center;

}

.attr-card .profile-content::before {
    content: "";
    position: absolute;
    height: 20px;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 0;
    /*transform: skewY(3deg);*/
}

.attr-card:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}
/*Attraction section Ends*/


/*********************************
Gallery
*********************************/


/*********************************
10. Gallery
*********************************/

.gallery
{
padding-bottom: 90px;
}
.gallery_slider_container
{
	width: 100%;
	height: 595px;
}
.gallery_item a
{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14,14,14,0.76);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gallery_item:hover .gallery_overlay
{
	visibility: visible;
	opacity: 1;
}
.gallery_overlay > div
{
	width: 49px;
	height: 49px;
	background: #b99869;
	text-align: center;
	line-height: 49px;
	color: #FFFFFF;
}

.gallery_overlay .g-icon{font-size: 24px;}
/*Map Cover CSS Start*/
.map-cover{width: 100%;margin: 0;padding: 0;}
/*Map Cover Css Ends*/


/*********************************
Contact
*********************************/

.contact
{
	background: #FFFFFF;
}
.contact_left_container
{
	/*padding-right: 42px;*/
}
.contact > .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0;
}
.contact > .container > .row
{
	margin-left: 0;
	margin-right: 0;
}
.contact > .container > .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.contact_left
{
	width: 100%;
	/*background-image: url(../images/contact-img.jpg);*/
}
.img-cover
{
	width: 100%;
}
.inner_cover
{
	width: 100%;
	height: 619px;
	/*background-image: url(../images/contact-img.jpg);*/
}
.img_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#contact-img
{
	width: 100%;
	height: 100%;
	background-image: url(../img/contact-img.jpg);
	background-size: cover;
  background-repeat: no-repeat;
}

.contact_col {
  padding: 90px 30px;
  background: #30374a;
  text-align: left;
}

.contact_col .main_title1{text-align: left;}
.contact_col .main_title1 .heading {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 0.07;
  text-align: left;

}
.contact_col .main_title1 .sub-heading-1 {	
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 40px;
  text-align: left;
}

/*.home_about .main_title1 h2 i{font-style: normal;font-family: 'gilroy', sans-serif;font-weight: 300;}*/

.contact_col .main_title1 .sub-heading-2{
 font-family: 'gilroy', sans-serif;
 font-size: 24px;
 font-weight: 100; 
 color: #f1f6f9;
 text-align: left;
 }

.contact_info_box
{
/*	position: absolute;
	top: 70px;
	right: 123px;*/
/*	width: 367px;
	height: 341px;*/
	/*background: #FFFFFF;*/
/*	border: solid 2px #637496;
	box-shadow: 0px 21px 29px rgba(0,0,0,0.35);*/
}
.contact_info_list
{
	max-width: 500px;

}
.contact_info_list li{		border-bottom: 1px solid #656565;
	margin-bottom: 20px;
  padding-bottom: 20px;}
.contact_info_list li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.contact_info_icon
{
	width: 29px;
	height: 29px;
}
.contact_info_icon img
{
	max-width: 100%;
}
.contact_info_text
{
	padding-left: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #eee;

}


.contact_info_text h3{color: #fff;}
.contact_form_container
{
	padding-left: 66px;
	padding-right: 141px;
}
.contact_form
{
	margin-top: 61px;
}
.contact_row > div[class^='col']
{
	margin-bottom: 17px;
}
.contact_input
{
	width: 100%;
	height: 52px;
	padding-left: 25px;
	border: solid 1px #dadfe5;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_input:focus,
.contact_input:hover
{
	border-bottom: solid 2px #da8661;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7a7a7a !important;
}
.contact_textarea
{
	height: 190px;
	padding-top: 15px;
}
.contact_button
{
	position: relative;
	width: 230px;
	height: 64px;
	background: #637496;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 14px;
	z-index: 1;
}
.contact_button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: '';
	background: #da8661;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.contact_button:hover::before
{
	width: 100%;
}

/*********************************
13. Footer
*********************************/

.footer
{
	display: block;
	width: 100%;
	background: #222736;
}
.footer_content
{
	width: 100%;
	height: 80px;
}

.footer_content img{padding-right: 5px;}

.footer_content img:hover{opacity: 0.7;}

.footer_content .ft-link a{color: #fff;}

.footer_content .ft-link a:hover{color: #b99869;}

.footer_content .ft-link a::after{padding-right: 15px;border-right: 1px solid #fff;}
.footer_button
{
	background: #da8661;
}
.footer_button::before
{
	background: #637496;
}
.copyright
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.footer_logo
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer_logo .logo
{
	opacity: 0.55;
}

/*********************************
Inner Home
*********************************/

.inner_home
{
	width: 100%;
	height: 500px;
}

.inner_home_container
{
	position: absolute;
	/*left: 0%;*/right: 0%;
	/*top: 34.23%;*/bottom: 8%;
	width: 100%;
}
.inner_home_title h1
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight:600;
}
.inner_home_text
{
	max-width: 910px;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	font-size: 44px;
	color: #FFFFFF;
	/*line-height: 2.25;*/
	margin-top: 12px;
	font-family: 'gilroy', sans-serif;
	font-weight: 300;
}
.inner_home_text span{font-weight: 100;}


/*********************************
ABOUT PAGE
*********************************/
.intro_center{
background: #FFFFFF;
padding: 95px 0px;	}

.intro_right
{
	background: #FFFFFF;
	padding-top: 95px;
}
.intro > .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.intro > .container > .row
{
	margin-left: 0;
	margin-right: 0;
}
.intro > .container > .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.intro_image
{
	width: 100%;
	height: 100%;
}
.intro_right_content
{
/*	/*padding-top: 51px;
	padding-left: 95px;
	padding-right: 115px;*/*/
	padding-bottom: 90px;
}
.intro_right_text
{
	font-size: 18px;
	font-weight: 400;
	color: #717171;
	line-height: 1.88;
	margin-top: 45px;
}
.sig
{
	margin-top: 94px;
}
.intro_left_content
{
	padding-top: 140px;
	padding-left: 80px;
	padding-right: 40px;
	padding-bottom: 151px;
}
.intro_left_content .section_title_container
{
	padding-left: 15px;
	padding-right: 15px;
}
.icon_box_row
{
	margin-top: 89px;
}
.icon_box_icon
{
	width: 43px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
}
.icon_box_icon img
{
	max-width: 100%;
}
.icon_box_title
{
	margin-top: 41px;
}
.icon_box_text
{
	margin-top: 27px;
}
.icon_box_text p
{
	font-size: 14px;
	line-height: 2.14;
}


/*********************************
7. Services Page
*********************************/

.services-page
{
	background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 89px;
}
.icon_box_row
{
	margin-top: 84px;
}
.icon_box_row > div[class^='col']:nth-last-child(n+4)
{
	margin-bottom: 53px;
}
.icon_box_icon
{
	width: 62px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
}
.icon_box_icon img
{
	max-width: 100%;
}
.icon_box_title
{
	margin-top: 25px;
}
.icon_box_text
{
	margin-top: 23px;
}
.facility_image
{
	width: 100%;
}
.facility_image img
{
	max-width: 100%;
}

.intro_left_content
{
	padding-top: 140px;
	padding-left: 80px;
	padding-right: 40px;
	padding-bottom: 151px;
}
.intro_left_content .section_title_container
{
	padding-left: 15px;
	padding-right: 15px;
}
.icon_box_row
{
	margin-top: 89px;
}
.icon_box_icon
{
/*	width: 43px;
	height: 43px;*/
	margin-left: auto;
	margin-right: auto;
}
.icon_box_icon img
{
	max-width: 100%;
}
.icon_box_title
{
	margin-top: 41px;
}
.icon_box_text
{
	margin-top: 27px;
}
.icon_box_text p
{
	font-size: 16px;
	line-height: 2.14;
}


/*********************************
Room
*********************************/

.room
{
	width: 100%;
	background: #2e3f61;
}
.room .container
{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.room .container .row
{
	margin-left: 0px;
	margin-right: 0px;
}
.room .container .row .col
{
	padding-left: 0px;
	padding-right: 0px;
}
.room_content
{
	width: 612px;
	padding-left: 55px;
	padding-top: 46px;
	padding-bottom: 52px;
	padding-right: 48px;
}
.room_title
{
	padding-left: 13px;
}
.room_content .section_title h1
{
	color: #FFFFFF;
}
.room_price
{
	font-size: 16px;
	font-weight: 400;
	color: #82868e;
	margin-top: 12px;
}
.room_price span
{
	font-size: 36px;
	color: #FFFFFF;
}
.room_list
{
	padding-right: 80px;
	border-top: solid 1px #5c6984;
	margin-top: 31px;
	padding-top: 38px;
	padding-left: 13px;
}
.room_list ul li:not(:last-of-type)
{
	margin-bottom: 24px;
}
.room_list ul li > div:first-child > div
{
	width: 273px;
}
.room_list ul li > div
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.room_image
{
	position: absolute;
	top: 0;
	left: 612px;
	width: calc(100% - 612px);
	height: 100%;
}
.room_button
{
	margin-top: 56px;
	margin-left: 13px;
}


.contact_section
{
	background: #FFFFFF;
	padding-top: 85px;
	padding-bottom: 105px;
	border-bottom: solid 2px #ececec;
}
.contact_image
{
	width: 100%;
}
.contact_image img
{
	max-width: 100%;
}
.contact_logo .logo
{
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.contact_logo .logo a > div:first-child
{
	color: #2e3f61;
}
.contact_logo .logo a > div:last-child
{
	color: rgba(46,63,97,0.54);
}
.contact_section_text
{
	margin-top: 20px;
}
.contact_section_text p
{
	line-height: 1.5;
	color: #717171;
}
.contact_section_info
{
	margin-top: 31px;
}
.contact_section_info ul li:not(:last-of-type)
{
	margin-bottom: 12px;
}
.contact_section_info ul li > div:first-child > div
{
	width: 42px;
	height: 42px;
	background: #b99869;
	text-align: center;
}
.contact_section_info ul li > div:last-child
{
	padding-left: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #717171;
}

/*Gallery page*/

.gallery-section{
  background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 89px;
}

.attraction-wrapper
{
  background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 89px;
}
/*********************************
Accordions
*********************************/
.elements
{
	background: #FFFFFF;
	padding-top: 99px;
	padding-bottom: 89px;
}

.faq
{
	/*margin-top: 89px;*/
}
.acc_tabs_row
{
	margin-top: 43px;
}
.accordion_container:not(:last-child)
{
	margin-bottom: 8px;
}
.accordion
{
	height: 73px;
	width: 100%;
	background: #30374a;
	padding-left: 25px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 73px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active
{
	background: #c7ab83;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.accordion::after
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	height: 100%;
	width: 71px;
	background: #454c62;
	content: '+';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active::after
{
	content: '-';
	color: #FFFFFF;
	background: #b99869;
}
.accordion_panel
{
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel > div
{
	padding-bottom: 20px;
}
.accordion_panel p
{
	padding-top: 28px;
	line-height: 2.25;
}

/*********************************
FAQ
*********************************/

.tabs
{
	width: 100%;
	background: #FFFFFF;
}
.tabs_container
{
	width: 100%;
}
.tab
{
	height: 73px;
	background: #637496;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 73px;
	padding-left: 31px;
	padding-right: 28px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	margin-bottom: 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab:not(:last-child)
{
	margin-right: 8px;
}
.tab.active
{
	background: #da8661;
	color: #FFFFFF;
}
.tab_panels
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 25px;
	padding-bottom: 32px;
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab_panel.active
{
	display: block !important;
}
.tab_panel_content p:last-of-type
{
	margin-bottom: 0;
}
.tab_text
{
	margin-top: -2px;
}
.tab_text p
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.tab_image
{
	width: 100%;
}
.tab_image img
{
	max-width: 100%;
}


/*********************************
Hotel policy
*********************************/
.hotel-policy-wrapper{padding-bottom: 90px;}

.policy-inner h1{padding-bottom: 40px;}

.policy-details{
border-radius: 5px;
overflow: hidden;
padding: 60px 30px 55px 40px;
margin-bottom: 40px;
position: relative;
z-index: 5;
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
text-align: left;
}



.policy-details h6{font-size: 16px;
 font-weight: 600;
color: #3d3d3d;}

/*********************************
Attraction
*********************************/

.attraction-wrapper{padding-bottom: 90px;}

.attraction-inner h1{padding-bottom: 40px;}

.attraction-details{
border-radius: 5px;
overflow: hidden;
padding: 40px 30px 55px 40px;
margin-bottom: 40px;
position: relative;
z-index: 5;
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
text-align: left;
}



.attraction-details h4{font-size: 20px;
font-weight: 600;
color: #3d3d3d;
padding-bottom: 20px;}

.other-booking a img{padding:4px 4px; margin: 10px 5px; background-color: #f8f8f8;border-radius: 5px;}

/*.other-booking img:last-child{padding-right: 0px;}*/

/*******************************************/
.sticky-social{
  position:fixed;
	top: 14%;
  right: 314px;
  padding:0px;
  margin:0px;
  z-index: 1;
}
.social{
  list-style:none;
}

.social ul li{
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

.social li{
	margin: 10px 0px;
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
 margin-left:-5px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.bkng{
  background-color:#fafafa;
}
.exp{
    background-color:#fafafa;
}
