
body {
  color: #000;
    font-family: 'Poppins-Regular';
	overflow-x: hidden;
	
}

@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}



a {
  	color: #196DC7;
  	transition: 0.5s;
}

a:hover, a:active {
  	outline: none;
  	text-decoration: none;
	  color: #ff5c59;
}

ul, p {
  	padding: 0;
	margin:0;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins-Bold';
  	padding: 0;
	margin:0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.container {
    max-width: 1300px;
}
section
{
	display:block;
	float:left;
	width:100%;
}
.top_contact
{
	background: rgba(220,181,62,1);
	background: -moz-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,181,62,1)), color-stop(100%, rgba(163,23,42,1)));
	background: -webkit-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
	background: -o-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
	background: -ms-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
	background: linear-gradient(to right, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb53e', endColorstr='#a3172a', GradientType=1 );
	padding: 10px 0;
}
.top_contact .left
{
	text-align: left;
}
.top_contact .left p
{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
}
.top_contact .right
{
	text-align: right;
}
.top_contact .right p
{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-right: 12px;
}
.top_contact .right p i
{
	margin-right: 5px;
	color: #fff;
}



.top_header_area
{
	padding: 10px 0;
	position: relative;
}
.top_header_logo_area
{
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.top_header_logo_area:hover
{
	transform: scale(1.1);	
}
.top_header_logo_area img
{
	text-align: center;
	width: 100%;
	max-width: 300px;
}
.top_header_menu_and_contact_area
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 305px);	
}
.top_book_but
{
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 25px;
	background: rgba(220,181,62,1);
background: -moz-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,181,62,1)), color-stop(100%, rgba(163,23,42,1)));
background: -webkit-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -o-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -ms-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: linear-gradient(to right, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb53e', endColorstr='#a3172a', GradientType=1 );
	color: #fff;
    font-family: 'Poppins-Medium';
	font-size: 15px;	
}
.top_book_but:hover
{
	background: rgba(163,23,42,1);
background: -moz-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(163,23,42,1)), color-stop(100%, rgba(220,181,62,1)));
background: -webkit-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: -o-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: -ms-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: linear-gradient(to right, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3172a', endColorstr='#dcb53e', GradientType=1 );
	color: #fff;
}


.top_header_menu_area
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 145px);
	padding-right: 20px;	
}
.nav_main_area
{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
  display:inline-block;
  vertical-align:middle;
  margin:0;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align:left;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}
.nav-menu .home_icon
{
	font-size:16px;
	margin-right:5px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  width: 100%;
  text-align: right;
}


@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
  .top_book_but{
  	display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 10px 18px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-size: 16px;
	outline: none;
	position:relative;
    font-family: 'Poppins-SemiBold';
	text-transform: uppercase;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color:#f39611;
}


.nav-menu > li {
  margin-left: 5px;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #1f1a17;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #e4fb41;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  margin: 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
.fa-times
{
  color: #fff;	
}
.fa-bars
{
  color: #f39611 !important;		
}

@media (max-width:992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
   cursor:pointer; 
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #DA251D;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #DA251D;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.slider_main_container
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.slider_main_container::after
{
	position: absolute;
	content: '';
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(../images/slider_bottom_bg.png) center center no-repeat;
	background-size: 100% 100%;
}
#intro
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	background:#000;
}
#intro .carousel
{
	position:relative;
	float:left;
	width:100%;
}
#intro .slider_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	background:#000;
}
#intro .img_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
#intro .img_area img
{
	width:100%;
	height:650px;
    object-fit: cover;
    object-position: center;
	opacity: 0.7;	
}

#intro .slider_main_area
{
	display:block;
	float:left;
	width:96%;
	max-width:1140px;
	margin:0;
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	padding:0 15px;
	text-align:center;
}
#intro .text_area
{
	display:inline-block;
	width:100%;
	max-width:1140px;
	text-align:center;
}
#intro .text_area h3
{
	color:#fff;
	font-size:45px;
	font-family: 'Poppins-Regular';
}
#intro .text_area h2
{
	color:#fff;
	font-size:55px;
	font-family: 'Poppins-Regular';
	text-transform: uppercase;;
	font-family: 'Poppins-SemiBold';
}
#intro .text_area p
{
	color:#fff;
	font-size:22px;
	font-family: 'Poppins-Regular';
}
#intro .carousel-indicators
{
	bottom:30px;
}

#intro .carousel-control-prev-icon
{
	background:url(../images/left_arrow.png) no-repeat;
	width:41px;
	height:79px;
}
#intro .carousel-control-next-icon
{
	background:url(../images/right_arrow.png) no-repeat;
	width:41px;
	height:79px;	
}
#intro .carousel-control-next, .carousel-control-prev
{
	width:auto;
	opacity: 1;
}
#intro .carousel-indicators li {
    width: 15px;
    height: 15px;
	border-radius:100%;
	background:#21254A;
	cursor:pointer;
}
#intro .carousel-indicators .active {
    background-color: #00ADEF;
}

#intro .our_services_but
{
	display: inline-block;
	padding: 15px 35px;
	color: #fff;
	font-size: 14px;
    font-family: 'Poppins-SemiBold';
	background: #67b930;
	border-radius: 5px;
	margin-top: 15px;	
}
#intro .our_services_but:hover
{
	background: #067190;
}
.newsnatter
{
	display: block;
	float: left;
	width: calc(100% - 125px);
	height: 44px;
	background: #252627;
	padding: 0 15px;
	border: none;
	color: #fff;
	font-size: 15px;
	margin-top: 5px;
	outline-style: none;
}
.submit
{
	display: block;
	float: left;
	width: 125px;
	height: 44px;
	background: #67b930;
	padding: 0 15px;
	border: none;
	color: #fff;
	font-size: 15px;
	margin-top: 5px;
    font-family: 'Poppins-SemiBold';
	cursor: pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.submit:hover
{
	background: #434d7c;
}

.subpage_header {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #000;
}
.subpage_header img
{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	height: 250px;
	opacity: 0.5;
	object-fit: cover;
	object-position: center;
}
.subpage_header h2
{
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}
.subpage_body
{
	padding: 50px 0;
}

.about_section1
{
	padding: 60px 0;
}
.about_section1_left
{
	display: block;
	float: left;
	width: 100%;
}
.about_section1_left img
{
	float: left;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.about_section1_right
{
	display: block;
	float: left;
	width: 100%;
}
.about_section1_right h2
{
	font-size: 25px;
}
.about_section1_right p
{
	font-size: 15px;
	margin-top: 15px;
	line-height: 30px;
	color: #5c666a;;
}
.about_section1_right_bottom
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	align-items: center;
}
.about_section1_right_bottom img
{
	display: inline-block;
	vertical-align: middle;
	width: 52px;
}
.about_section1_right_bottom_text_area
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 57px);
	padding-left: 10px;
}
.about_section1_right_bottom_text_area h2
{
	font-size: 25px;
    font-family: 'Poppins-SemiBold';	
}
.about_section1_right_bottom_text_area p
{
	font-size: 13px;
	color: #5c666a;
}
.about_section2
{
	padding: 60px 0;
	background: url(../images/about_section2.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
}
.about_section2 h2{
	font-size: 70px;
}
.about_section2 h3{
	font-size: 34px;
}
.about_section2 h4{
	font-size: 18px;
    font-family: 'Poppins-SemiBold';
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #fff;	
	padding-top: 20px;
}
.about_section2 p
{
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
	position: relative;
	padding: 0 100px;
	display: inline-block;
	background: url(../images/about_testimonial_icon1.png) , url(../images/about_testimonial_icon2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}
.about_section2 h5 i
{
	color: #f39611;
	font-size: 15px;
}
.about_section3
{
	padding: 60px 0;
}
.about_section3_top_area
{
	display: block;
	float: left;
	width: 100%;	
}
.about_section3_top_mission
{
	display: block;
	float: left;
	width: 100%;
	margin: 15px 0;	
}
.about_section3_top_mission img
{
	display: inline-block;
	vertical-align: top;
	width: 51px;	
}
.about_section3_top_mission_text_area
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 56px);
	padding-left: 20px;	
}
.about_section3_top_mission_text_area h2
{
	font-size: 36px;
}
.about_section3_top_mission_text_area p
{
	color: #5c666a;
	margin-top: 10px;
	line-height: 24px;
}
.about_section3_bottom_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #b5b8b9;
}
.team_slider_area
{
	display: block;
	float: left;
	width: 100%;
	margin: 15px 0 30px 0;
}
.team_slider_area .owl-nav
{
	display: none;
}
.team_slider_area  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}
.team_slider_area  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
	display: block;
    background: #b5b8b9
    transition: opacity .2s ease;
	border-radius: 30px;
	outline: none;
}
.team_slider_area  .owl-theme .owl-dots .owl-dot:focus {
	outline: none;
	outline-style: none;
	border: none;
}

.team_slider_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #dbb23e
}
.welcome_section
{
	padding: 80px 0;
	background: url(../images/welcome_bg.jpg) top center no-repeat;
	background-size: cover;
}
.welcome_text_area
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.welcome_text_area h2
{
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Poppins-SemiBold';
}
.welcome_text_area img
{
	max-width: 80%;
}
.welcome_text_area p
{
	font-size: 16px;
    font-family: 'Poppins-Regular';
	margin-top: 15px;
}

.welcome_img_area
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.welcome_img_box1
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.welcome_img_box1 img
{
	float: left;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.view_but
{
	display: inline-block;
	vertical-align: top;
	padding: 10px 40px;
	border-radius: 10px;
	font-size: 22px;
	background: rgba(220,181,62,1);
background: -moz-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,181,62,1)), color-stop(100%, rgba(163,23,42,1)));
background: -webkit-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -o-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -ms-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: linear-gradient(to right, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb53e', endColorstr='#a3172a', GradientType=1 );
	color: #fff;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.view_but:hover
{
	background: rgba(163,23,42,1);
background: -moz-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(163,23,42,1)), color-stop(100%, rgba(220,181,62,1)));
background: -webkit-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: -o-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: -ms-linear-gradient(left, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
background: linear-gradient(to right, rgba(163,23,42,1) 0%, rgba(220,181,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3172a', endColorstr='#dcb53e', GradientType=1 );
	color: #fff;
}
.rooms_section
{
	padding: 60px 0;
	background: url(../images/room_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.rooms_section_heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.rooms_section_heading h2
{
	font-family: 'Poppins-Medium';
	font-size: 40px;
	color: #fff;
}
.rooms_section_heading p
{
	font-size: 18px;
	color: #fff;
}

.rooms_slider_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}
.rooms_slider_area .owl-nav
{
	display: none;
}
.rooms_slider_area  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}
.rooms_slider_area  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
	display: block;
    transition: opacity .2s ease;
	border-radius: 30px;
	outline: none;
	background: #fff;
}
.rooms_slider_area  .owl-theme .owl-dots .owl-dot:focus {
	outline: none;
	outline-style: none;
	border: none;
}

.rooms_slider_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc600;
}
.rooms_box1
{
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;	
	padding: 10px;
}
.rooms_box1_img_area
{
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}
.rooms_box1_img_area img
{
	float: left;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-fit: cover;
}
.rooms_box1 .rooms_box1_img_area img
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}

.rooms_box1:hover .rooms_box1_img_area img
{
	transform: scale(1.1);	
}

.rooms_slider_area .owl-dot:hover span {
    background: #f39611;
}
.rooms_box1_text_area
{
	display: block;
	float: left;
	width: 100%;
	padding:15px;
}
.rooms_box1_text_area h3
{
	font-size: 16px;
	color: #000;
}
.rooms_box1_text_area p
{
	color: #000;
}
.service_section
{
	padding: 45px 0;
	background: #a41929;
}
.service_box1
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin: 15px 0;
}
.service_box1 img
{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 60px;
	object-fit: contain;
	object-position: center;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.service_box1:hover img
{
	margin-top: -15px;
}
.service_box1_text_area
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 70px);
	padding-left: 20px;
	color: #fff;
}
.service_box1_text_area h2
{
	font-size: 22px;
}
.service_box1_text_area p
{
	font-size: 15px;
	margin-top: 10px;
}
.extra_service_section
{
	padding: 60px 0;
	background: url(../images/service_bg.jpg) repeat;
}
.extra_service_heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.extra_service_heading h2
{
	font-family: 'Poppins-Medium';
	font-size: 40px;
	color: #000;
}
.extra_service_heading p
{
	font-size: 18px;
	color: #000;
}
.extra_service_boxes_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.extra_service_box1
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.extra_service_box1_icon
{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background: #dbb23e;
	padding: 25px;
}
.extra_service_box1 .extra_service_box1_icon
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.extra_service_box1:hover .extra_service_box1_icon
{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.extra_service_box1_icon img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.extra_service_box1_text
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
}
.extra_service_box1_text h3
{
	font-size: 20px;
}
.extra_service_box1_text p
{
	color: #636363;
	font-size: 16px;
	margin-top: 8px;
}
.menu_section
{
	padding: 60px 0;
	background: url(../images/food_bg.jpg) center center no-repeat;
	background-size: cover;
}
.menu_boxes_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.menu_box1
{
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 15px 0;
	text-align: center;	
}
.menu_box1_img_area
{
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}
.menu_box1_img_area img
{
	float: left;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
}
.menu_box1 .menu_box1_img_area img
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.menu_box1:hover .menu_box1_img_area img
{
	transform: scale(1.1);	

}
.menu_box1_text_area
{
	display: block;
	float: left;
	width: 100%;
	padding: 25px 0 20px 0;
}
.menu_box1_text_area h2
{
	font-size: 22px;
	color: #888888;
}

.testimonial
{
	padding: 60px 0 120px 0;
	background: url(../images/service_bg.jpg) repeat;
	position: relative;
	z-index: 1;
}
.page_main_heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.page_main_heading h2
{
	font-size: 40px;
}

.testimonial_box1
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
}
.testimonial_img_area
{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	width: 100px;
	overflow: hidden;
	border-radius: 100%;
	border: 5px solid #ffc600;
}
.testimonial_img_area img
{
	float: left;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.testimonial_text_area
{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.testimonial_text_area h3
{
	font-size: 18px;
	margin-top: 15px;
	color: #dbb23e;
}
.testimonial_text_area p
{
	font-size: 16px;
	color: #888888;
	margin-top: 15px;
}

.testimonial_slider_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 35px;
	text-align: center;
}
.testimonial_slider_area .owl-nav
{
	display: none;
}
.testimonial_slider_area  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}
.testimonial_slider_area  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
	display: block;
    background: #bababa
    transition: opacity .2s ease;
	border-radius: 30px;
	outline: none;
}
.testimonial_slider_area  .owl-theme .owl-dots .owl-dot:focus {
	outline: none;
	outline-style: none;
	border: none;
}

.testimonial_slider_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc600;	
}

footer
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/footer_bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
	margin-top: -60px;
}
.footer_top_section
{
	display: block;
	float: left;
	width: 100%;
	padding:70px 0 60px 0;	
}
.footer_box1
{
	display: block;
	float: left;
	width: 100%;	
}
.footer_box1 h2{
	color: #fff;
	font-size: 25px;
    font-family: 'Poppins-SemiBold';
	margin-bottom: 25px;
}
.footer_box1 p
{
	margin: 15px 0 0 0;
	color: #fff;
	position: relative;
}
.footer_box1 p img
{
	position: absolute;
	left: 0;
	top: 5px;
	color: #67b930;
}
.footer_box1 p a
{
	color: #fff;
}
.footer_box1 ul
{
	margin: 15px 0 0 0;
	color: #64676a;
	list-style-type: none;
}
.footer_box1 ul li
{
	margin-bottom: 10px;
	position: relative;
}
.footer_box1 ul li a
{
	color: #fff;
}
.footer_box1 ul li a:hover
{
	color: #fff;
}

.footer_box2
{
	display: block;
	float: left;
	width: 100%;	
}
.footer_box2 h2{
	color: #fff;
	font-size: 25px;
    font-family: 'Poppins-SemiBold';
	margin-bottom: 25px;
}
.footer_box2 p img
{
	margin: 0 2px;
}
.footer_box2 p
{
	margin: 15px 0 0 0;
	color: #fff;
	position: relative;
}
.input_style1
{
	display: inline-block;
	width: 100%;
	height: 46px;
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0 15px;
	outline-style: none;
	font-size: 15px;
}
.submit_style1
{
	display: inline-block;
	width: 100px;
	height: 46px;
	background: #000;
	border-radius: 6px;
	border: none;
	font-size: 16px;
    font-family: 'Poppins-SemiBold';
	color: #fff;
	outline-style: none;
	cursor: pointer;
	margin-top: 12px;	
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.submit_style1:hover
{
    background: #ffc600;	
}
.booking_area
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	background: #a41929;
	border-radius: 10px;
}
.booking_box1
{
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% / 7 - 24px);
	margin: 10px 10px;
}
.booking_box1 p
{
	font-size: 15px;
	color: #fff;
}
.booking_box1 p i
{
	color: #ffc000;
}
.select_style2
{
	display: inline-block;
	width: 100%;
	height: 34px;
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0 12px;
	outline-style: none;
	font-size: 15px;
	margin-top: 10px;
	appearance: none;	
	background: #fff url(../images/down.png) no-repeat;
	background-position: calc(100% - 12px) center;
}
.input_style2
{
	display: inline-block;
	width: 100%;
	height: 34px;
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0 12px;
	outline-style: none;
	font-size: 15px;
	margin-top: 10px;	
}
.select_style3
{
	display: inline-block;
	width: 100%;
	height: 34px;
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0 12px;
	outline-style: none;
	font-size: 15px;
	margin-top: 10px;
	appearance: none;	
	background: #fff url(../images/guest_icon.png) no-repeat;
	background-position: calc(100% - 12px) center;
}
.select_style4
{
	display: inline-block;
	width: 100%;
	height: 34px;
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0 12px;
	outline-style: none;
	font-size: 15px;
	margin-top: 10px;
	appearance: none;	
	background: #fff url(../images/mobile_icon.png) no-repeat;
	background-position: calc(100% - 12px) center;
}
input[type="date"] {
    position: relative;
}

input[type="date"]:after {
	font-family: 'FontAwesome';
    font-weight: 900; 
    content: "\f073";
    color: #ffc000;
    padding: 0 5px;
}


/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 .submit_style2 {
    display: inline-block;
	vertical-align: bottom;
    width: 100%;
	height: 34px;
    background: #ffc000;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    outline-style: none;
    cursor: pointer;
    margin-top: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}
.submit_style2:hover
{
	background: #000;
}


.team_box1
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	background: #000;
}
.team_box1::after
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(31%, rgba(0,0,0,0)), color-stop(55%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.59)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.59) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.team_box1_img_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.team_box1_img_area img
{
	float: left;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
.team_box1_text_area
{
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 20px;
	padding: 0 15px;
}
.team_box1_text_area h2
{
	color: #fff;
	font-size: 17px;
}
.team_box1_text_area p
{
	color: #b5b8b9;
	font-size: 14px;
}
.team_box1 .team_box1_text_area
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.team_box1:hover .team_box1_text_area
{
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom:inherit;
	padding: 0 15px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.team_box1  .team_box1_img_area
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.team_box1:hover  .team_box1_img_area
{
	opacity: 0.2;
}



/*services*/

.container {
  max-width: 1320px;
}
section {
  overflow: hidden;
}

.section-bg {}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 200px;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #c59c35;
}
#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}


/*contact*/

li,ul{
	list-style:none;
	padding:0;
	margin:0
}
.sec-title{
	position:relative;
padding-bottom:40px
}
.sec-title .title{
	position:relative;
color:#00b8ca;
font-size:18px;
font-weight:700;
padding-right:50px;
margin-bottom:15px;
display:inline-block;
text-transform:capitalize;
}
.sec-title .title:before{
	position:absolute;
content:'';
right:0;
bottom:7px;
width:40px;
height:1px;
background-color:#bbb
}
.sec-title h2{
	position:relative;
	color:#252525;
	font-size:36px;
	font-weight:700;
	line-height:1.5em;
	display:block;
}
.sec-title.light h2{color:#fff}
.contact-page-section{
	position:relative;
	/*padding-top:110px;*/ 
	padding-bottom: 110px;
}
.contact-page-section .inner-container{
	position:relative;
z-index:1;
background: rgba(220,181,62,1);
background: -moz-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,181,62,1)), color-stop(100%, rgba(163,23,42,1)));
background: -webkit-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -o-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: -ms-linear-gradient(left, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
background: linear-gradient(to right, rgba(220,181,62,1) 0%, rgba(163,23,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb53e', endColorstr='#a3172a', GradientType=1 );;box-shadow:0 0 15px 5px rgba(0,0,0,.1)}
.contact-page-section .form-column{
	position:relative;
	padding:0 0 0 15px
	}
	.contact-page-section .form-column .inner-column{
		position:relative;
		padding:60px 45px 30px;
		background-color:#fff;
		}
		.contact-page-section .info-column{
			position:relative;
			}
			.contact-page-section .info-column .inner-column{
				position:relative;
				padding:60px 35px;
				}
				.contact-page-section .info-column h2{
					position:relative;
					color:#fff;
					font-size:30px;
					font-weight:700;
					line-height:1.4em;
					margin-bottom:45px;
					}
					.contact-page-section .info-column .list-info{
						position:relative;
						margin-bottom:60px;
						}
						.contact-page-section .info-column .list-info li{
							position:relative;
							margin-bottom:25px;
							font-size:18px;
							color:#fff;
							line-height:1.8em;
							padding-left:45px;
							}
							.contact-page-section .info-column .list-info li:last-child{margin-bottom:0}
							.contact-page-section .info-column .list-info li i{
								position:absolute;
								left:0;
								top:8px;
								color:#fff;
								font-size:30px;
								}
								.contact-form{position:relative}.contact-form .form-group{position:relative;margin-bottom:20px}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{position:relative;display:block;width:100%;height:60px;color:#222;font-size:14px;line-height:38px;padding:10px 30px;border:1px solid #ddd;background-color:#fff;transition:all .3s ease;-ms-transition:all .3s ease;-webkit-transition:all .3s ease}.contact-form input[type=text]:focus,.contact-form input[type=email]:focus,.contact-form textarea:focus{border-color:#00b8ca}.contact-form textarea{height:250px;resize:none}.contact-form .theme-btn{font-size:16px;font-weight:700;margin-top:10px;text-transform:capitalize;padding:16px 39px;border:2px solid #00b8ca;font-family:Arimo,sans-serif;background:#00b8ca;display:inline-block;position:relative;line-height:24px;cursor:pointer;color:#fff}.contact-form .theme-btn:hover{color:#00b8ca;border-color:#00b8ca;background:0 0}.contact-form input.error,.contact-form select.error,.contact-form textarea.error{border-color:red!important}.contact-form label.error{display:block;line-height:24px;padding:5px 0 0;margin:0;text-transform:uppercase;font-size:12px;color:red;font-weight:500}.social-icon-four{position:relative}.social-icon-four li{position:relative;margin-right:18px;display:inline-block}.social-icon-four li.follow{color:#fff;font-weight:600;font-size:24px;display:block;margin-bottom:20px}.social-icon-four li a{position:relative;font-size:20px;color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.social-icon-four li a:hover{color:#222}



/*room*/

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
 lex-direction: column;
}

.btn {
  margin-top: auto;
}