body {
	padding: 0;
	margin: 0;
	font-family: "Josefin Sans", serif;
	overflow-x: hidden;
	font-size: 14px;
  color: #2b2b2b;
}
* {
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}

h1, h2, h3 {
  font-family: "Instrument Sans", serif;
}
img{
	max-width: 100%;
}
html {
  scroll-behavior: smooth;
}


/*======Home==========*/
.header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.hamburger {
  float: left;
  width: 35px;
  margin: 10px 0 0 0;
  padding: 0;
  cursor: pointer;
}
.hamburger span {
  float: left;
  width: 100%;
  margin: 4px auto;
  padding: 0;
  background: #fff;
  height: 3px;
}
.site-logo {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
section.header.topfix .site-logo img{
	filter: invert(1) brightness(100);
}
.top-right-menu {
  float: right;
  margin: 0;
  padding: 0;
}
.top-right-menu ul{
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
.top-right-menu ul li{
	float: left;
	margin: 0 25px;
	padding: 0;
}
.top-right-menu ul ul {
  float: left;
  width: 520px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
}
.top-right-menu li li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hv-child, .hv-child2{
	position: relative;
	cursor: pointer;
}
.top-right-menu li a{
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
.top-right-menu li li a{
	font-size: 12px;
	color: #2b2b2b;
	padding: 4px 0 4px 5px;
	float: left;	
}
.hv-child.open i, .hv-child2.open i {
  transform: rotate(180deg);
}


.header.topfix {
	background: #eeeeeb;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.header.topfix .site-logo {
  width: 175px;
  -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  padding: 0;
  height: 57px;
  overflow: hidden;
}
.header.topfix .site-logo img {
  transform: translateY(8px);
}
.header.topfix {
  background: #B46A55;
  padding: 6px 25px;
}
.header.topfix .hamburger span{
	background: #e6e1d8;
}
.header.topfix .top-right-menu {
  margin-top: 8px;
}
.header.topfix .top-right-menu a{
	color: #e6e1d8;
	text-shadow: none;
}
.header.topfix .top-right-menu ul ul {
  background: #B46A55;
}
.top-right-menu a {
  text-align: center;
}
.sb-destination .sb-sub-child i {
  transform: none;
  font-size: 10px;
  margin: 0 0 0 4px;
}

/*==hamberger menu==*/
.hambergur-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}
.hamburger-area {
  background: #fff;
  width: calc(100vw - 120px);
  height: calc(100vh - 200px);
  overflow: auto;
  position: relative;
  max-width: 1366px;
  margin: 100px auto;
}
.close-menu {
  float: right;
  padding: 10px 15px;
  cursor: pointer;
  color: #B46A55;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.hambergur-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.menu-section {
  float: left;
  width: 30%;
  margin: 0;
  padding: 60px;
}
.menu-section2 {
  float: left;
  width: 40%;
  margin: 0;
  padding: 60px;
}
.sub-heading{
  margin-top: 8px;
}
.hamburger-area li {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  float: left;
  width: 100%;

}
.hamburger-area li a {
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 500;
  float: left;
  padding: 5px 0;
  width: 100%;
}
.hamburger-area li a:hover{
  color: #742A15;
}
.hamburger-area li ul{
  padding: 5px 0;
  float: left;
  width: 100%;
}
.hamburger-area li li {
  font-size: 13px;
  font-weight: 400;
  padding: 2px 0 2px 10px;
  float: left;
  width: 50%;
  list-style: disc inside;
}
.hamburger-area li li a {
  font-size: 14px;
}
.have-child ul {
  display: none;
}
li.have-child {
  padding-left: 10px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
}
.have-child ul.active {
  display: block;
}

.hamburger-area .menu-section2 li li, .hamburger-area .menu-section3 li li{
  width: 100% ;
}
.hamburger-area hr {
  float: left;
  width: 100%;
}
.have-child.active i {
  transform: rotate(180deg);
}
.site-logo {
  width: 210px;
}
.header-contact a{
  font-size: 15px !important;
}
.menu-section h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 6px 0;
  font-family: "Josefin Sans", serif;
}
.menu-section p{
  color: #2b2b2b;
  font-size: 17px;
  float: left;
  padding: 5px 0;
  width: 100%;
}
.header-address i {
  color: #2b2b2b;
  display: inline-block;
  font-size: 24px;
}
/*====== Banner =========*/
.banner-area {
	float: left;
	width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

#project-banner .carousel-control {
  width: 70px;
  background: none;
}
.banner-area .item {
	height: 100vh;
	overflow: hidden;
}


#project-banner .carousel-caption {
  position: absolute;
  left: 110px;
  top: auto;
  bottom: 12vh;
  right: auto;
  text-align: left;
  max-width: 740px;
  z-index: 1;
}

#project-banner .carousel-caption h2{
  font-size: 70px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  /*text-shadow: 0 0 3px rgba(0,0,0,0.9);*/
  text-transform: uppercase;
  line-height: 1em;
}
#project-banner .carousel-caption h3{
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#project-banner .carousel-caption hr{
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  max-width: 650px;
}
/* YOUR CSS simplified */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/*====== Booking =========*/
.booking-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.booking-area {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.sb-booking {
  background: #fff;
  float: left;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 12;
}

.main_book_form_item {
  float: left;
  position: relative;
  width: 20%;
}
.first-book{
  float: left;
  position: relative;
  width: 30%;
}
.main_book_form_item h2 span {
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  width:100%;
}
.date_picker input#search_arrival {
  cursor: pointer;
}
.booking-area input[type=text] {
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px;
  height: 40px;
  background: transparent;
  color: #000;
  border: none;
  margin: 10px;
  font-size: 16px;
  font-family: "Josefin Sans", serif;
}
.booking-area select {
  width: calc(100% - 10px);
  padding: 5px 10px;
  height: 40px;
  font-size: 16px;
  background: transparent;
  color: #2b2b2b;
  border: none;
  margin: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent url(../images/select-arrow.png) no-repeat;
  background-position: right 10px center;
  font-family: "Josefin Sans", serif;
}
.main_book_form_item:nth-child(3), .main_book_form_item:nth-child(4), .main_book_form_item:nth-child(5), .main_book_form_item:nth-child(2) {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.booking-area select option {
  font-size: 14px;
  font-family: "Josefin Sans", serif;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 14px;
  top: 25px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center;
}
#ui-datepicker-div {
  font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
}
.sb-booking .form_submit {
  width: calc(100% + 1px);
  margin: 0;
  padding: 5px 10px;
  height: 60px;
  background: #B46A55;
  color: #fff;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sb-booking .form_submit:hover {
  background: #A45A45;
}

.whybook {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.whybook img{
  margin-bottom: 20px;
}
.booking-area.fixed .sb-booking {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: 0 auto;
  top: 84px;
  background: #F1EFED;
  bottom: auto;
}

.main_book_form_item label {
  float: left;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #B46A55;
  width: 100%;
}

/*================Bookin end ===================*/

.home-about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 90px 0 30px;
}
.home-about h2{
	font-size: 40px;
	text-align: right;
	font-weight: 800;
	margin-top: 0;
	width:100%
}
.home-about h2 span{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 1em;
}
.home-about h2 span span {
  text-transform: none;
  font-size: 32px;
  float: left;
  width: 100%;
}
.home-about h4{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;  
  padding-left: 60px;

}
.home-about p{
	font-weight: 500;
  line-height: 1.6em;
  padding-left: 60px;
  font-size: 16px;
}
.home-about ul{
  line-height: 1.6em;
  padding-left: 70px;
  font-size: 15px;
  margin: 10px 0;
}
.home-about li{
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
.home-about h3 {
	font-weight: 300;
	font-size: 82px;
	line-height: normal;
	text-align: right;
	margin: 0;
	padding: 0;
	transform: translateY(-30px);
}
.home-about h3 a{
	color: #c4aca5;
}
.home-about h3 a:hover{
	color: #a48c85;
}

.home-catagories {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 80px 0;
}
.home-catagories h2{
  font-size: 36px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.home-catagories h2 span{
  font-weight: 600;
  font-size: 72px;
  margin: 0;
  padding: 0;
}


.home-discover {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
}
.home-discover h2{
  font-weight: 600;
  font-size: 72px;
  margin: 0 0 20px 0;
  padding: 0;
}
.discover-head {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0 20px;
}
.discover-head ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.discover-head li {
  float: left;
  margin: 0 50px 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 2px dotted #e9e9e9;
  cursor: pointer;
}
.discover-head li.active{
  color: #c4aca5;
  border-bottom: 2px dotted #c4aca5;
}

.discover-body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.discover-body ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.discover-body li{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.discover-htl {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.discover-htl h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
  /*min-height: 110px;*/
  font-family: "Josefin Sans", serif;
}
.hm-htl-area h3 span {
  float: left;
  width: 100%;
  font-size: .8em;
  margin-bottom: 15px;  
  font-weight: 500;
}
.hm-htl-area a {
  display: inline-block;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 700;
  color: #e6e1d8;
  background: #B46A55;
}
.hm-htl-area a:hover{
  background: #A45A45;
}
.hm-htl-area {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.hm-htl-area:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #ccc;
}
.discover-htl .owl-nav {
  position: absolute;
  left: -40px;
  right: -40px;
  top: 45%;
  z-index: -1;
}
.discover-htl .owl-nav button{
  font-size: 20px !important;
  color: #B46A55 !important;
  background: #fff !important;
}
.discover-htl .owl-nav button i{
  float: left;
  padding: 10px;
}

.discover-htl .owl-nav .owl-prev{
  float: left;
  border-radius: 0 10px 10px 0;
}
.discover-htl .owl-nav .owl-next{
  float: right;
  border-radius: 10px 0 0 10px;
}

.discover-htl .owl-nav button.disabled{
  display: none;
}
.discover-body, .home-discover{
  position: relative;
  background: #fff;
}
.discover-body li{
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
}
.discover-body li.active{
  display: block;
  position: static;
  z-index: 1;
}
.home-discover p {
  font-weight: 600;
  line-height: 1.6em;
  padding: 0 12vw;
  font-size: 15px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 60px 0 0 0;
  letter-spacing: 0.5px;
}


.home-spcl-offer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
}
.home-spcl-offer h2{
  font-weight: 600;
  font-size: 72px;
  margin: 0 0 10px 0;
  padding: 0;
}
.home-spcl-offer h3{
  font-weight: 700;
  font-size: 32px;
}
.home-spcl-offer h3 span{
  float: right;
}

.home-spcl-offer h3 span a{
  color: #B46A55;
  font-size: 22px;
  border-bottom: 2px dotted #B46A55;
}
.home-spcl-offer h3 span a:hover{
  color: #c4aca5;
}


.discover-spcl-offer {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.discover-spcl-offer h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px 0;
  float: left;
  width: 100%;
  font-family: "Josefin Sans", serif;
}
.discover-spcl-offer p{
  font-size: 16px;
  float: left;
  width: 100%;
}

.discover-spcl-offer a{
  margin: 0;
  padding: 0;
  color: #2b2b2b;
}
a.rest-spcl{
  color: #2b2b2b;
  padding: 15px 40px 0 0;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  font-family: "Josefin Sans", serif;
}
.discover-spcl-offer .item{
  position: relative;
}
.hm-offer-area {
  padding: 20px;
  width: 100%;
  float: left;
  margin: 0;
}
.discover-spcl-offer .owl-nav {
  position: absolute;
  left: -28px;
  right: -28px;
  top: 45%;
  z-index: -1;
}
.discover-spcl-offer .owl-nav button{
  font-size: 20px !important;
  color: #fff !important;
  background: #B46A55  !important;
}
.discover-spcl-offer .owl-nav button i{
  float: left;
  padding: 10px;
}

.discover-spcl-offer .owl-nav .owl-prev{
  float: left;
  
  border-radius: 10px 0 0 10px;
}
.discover-spcl-offer .owl-nav .owl-next{
  float: right;
  border-radius: 0 10px 10px 0;
}
.discover-spcl-offer .owl-nav button.disabled{
  display: none;
}

.home-experience {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  text-align: center;
  background: #f1efed; 
}
.home-experience h2{
  font-weight: 600;
  font-size: 62px;
  margin: 0 0 30px 0;
  padding: 0;
}
.home-experience p{
  font-weight: 600;
  padding: 0;
  font-size: 18px;
  float: left;
  width: 100%;
}
.home-experience a{
  background: #B46A55;
  color: #2b2b2b;
  padding: 15px 60px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 0 0;
}
.home-experience a:hover{
  background: #c4aca5;
  color: #fff;
}


.home-business {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 60px 0;
  background: rgb(214, 206, 193);
  background: linear-gradient(90deg, rgba(241, 239, 237,1) 0%, rgba(241, 239, 237,1) 45%, rgba(199, 168, 141,1) 45%, rgba(199, 168, 141,1) 100%);
}
.home-business h2{
  font-weight: 600;
  font-size: 92px;
  margin: 0 0 30px 0;
  padding: 0;
}
.home-business h2 span {
  font-size: 52px;
  float: left;
  margin-bottom: 40px;
}
.home-business p{
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  float: left;
  width: 100%;
}
.home-business a{
  background: #B46A55;
  color: #2b2b2b;
  padding: 15px 60px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 0 0;
}
.home-business a:hover{
  background: #2b2b2b;
  color: #fff;
}

.home-business ul {
  list-style: none;
}
.home-business li{
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #f1efed;
}
.home-business li i{
  font-size: 32px;
  color: #f1efed;
  float: left;
  margin: 0;
  padding: 0;
  width: 60px;
  text-align: center;
}

.home-magazine {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
}

.home-magazine h2{
  font-weight: 600;
  font-size: 92px;
  margin: 0 0 30px 0;
  padding: 0;
}
.home-magazine h2 span{
  font-size: 52px;
}
.home-magazine a {
  float: left;
  width: 50%;
  padding: 5px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #B46A55;
  line-height: 1em;
}
.home-magazine a:hover {
  color: #B46A55;
}

.home-magazine a i {
  font-size: 32px;
  display: inline-block;
  padding: 12px;
  float: left;
  width: 100%;
}

/*=========Footer ==============*/
.footer{
  background: #B46A55;
  padding: 50px 0 10px;
  float: left;
  width: 100%;
  position: relative;
  color: #e6e1d8;
}

.footer h3{
  font-weight: 600;
  font-size: 18px;
  margin: 0 ;
  padding: 0;
  font-family: "Josefin Sans", serif;
}
.footer ul{
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  float: left;
  width: 100%;
}
.footer ul ul{
  margin: 0;
  padding: 5px 0;
  list-style: none;
  float: left;
  width: 100%;
}
.footer li{
  font-size: 16px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.footer li li{
  font-size: 14px;
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0;
}
.footer-catagories p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 15px;
  font-weight: 500;
  line-height: 1em;
  font-size: 16px;
}
.footer li a{
  font-weight: 500;
  color: #e6e1d8;
  float: left;
  width: 100%;
}
.footer li li a{
  font-weight: 400;
  color: #2b2b2b;
  float: left;
  width: 100%;
}
.footer-social li {
  float: left;
  width: 60px;
}
.footer-catagories img {
  max-width: 150px;
  margin-top: 28px;
}
.copyright-sb {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #C77D68;
  text-align: center;
  font-weight: 500;
}
.copyright-sb span{
  display: inline-block;
  padding-right: 40px;
}
.copyright-sb a{
  color: #2b2b2b;
}
.copyright-sb a:hover{
  color: #000;
}
.footer-catagories a{
  font-size: 16px;
}

.book-button {
  background: #B46A55;
  padding: 10px 15px;
}
.book-button:hover {
  background: #A45A45;
}

.sb-destination {
  background: #fff;
  padding: 10px !important;
  overflow: auto;
}
.sb-destination2 {
  background: #fff;
  padding: 10px !important;
  width: 250px !important;
}
.sb-destination > ul{
  display: block !important;
}
.sb-sub-child a{
  color: #2b2b2b;
  font-size: 14px;
}
.sb-sub-child a:hover{
  color: #000;
}
.sb-sub-child h4 {
  margin: 0;
  padding: 5px 0 15px;
  font-size: 15px;
  float: left;
  width: 100%;
  font-weight: 500;
  text-decoration: underline;
}

.sb-sub-child a {
  color: #5b5b5b !important;
  width: 50%;
  text-align: left;
  padding: 0 15px 5px 0 !important;
  font-weight: 400 !important;
  line-height: 0.9em;
}
.sb-language {
  background: #fff;
  width: 62px !important;
}
.sb-sub-child.open i {
  transform: rotate(180deg);
}
.sb-sub-child {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-catagories a{
  line-height: 1em;
  padding: 5px 0;
}
.footer-catagories a:hover{
  color: #742A15;
}
.footer-social a {
  font-size: 32px;
}
.footer-social {
  padding: 6px 0 !important;
}
.hm-newsletter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 120px 0;
  text-align: center;
  background: #F1EFED;
  color: #2b2b2b;
}
.hm-newsletter  h3 {
  font-weight: 400;
  font-size: 36px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 120px;
}
#subscribe {
  margin: 15px auto 0;
  display: inline-block;
  width: 480px;
}
.check-privacy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: normal;
}
.check-privacy a{
  color: #2b2b2b;
}
.hm-newsletter input[type="email"] {
  float: left;
  width: 300px;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #2b2b2b;
  background: none;
  color: #2b2b2b;
  font-size: 16px;
  height: 50px;
}
#submit-button {
  background: #2b2b2b;
  color: #fff;
  padding: 10px 40px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #2b2b2b;
  height: 50px;
}
#submit-button:hover {
  background: #000;
}

.dest-drop {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
.sb-destination.open {
  display: block;
}
.to-top {
  position: absolute;
  right: 40px;
  top: -27px;
  font-size: 37px;
  background: #F1EFED;
  border-radius: 50%;
  width: 49px;
  height: 47px;
  text-align: center;
  color: #B46A55;
  cursor: pointer;
}

#project-banner video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hm-location {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding: 0;
}
.hm-location {
  float: left;
  width: 100%;
  margin: 90px 0 0 0;
  padding: 0 0 0 60px;
}
.hm-img-area {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hm-img-area:before {
  position: absolute;
  content: "";
  border: 20px solid #B46A55;
  left: -40px;
  right: 40%;
  top: -40px;
  bottom: -40px;
  z-index: -1;
}
.hm-location h3 {
  font-weight: 600;
  font-size: 46px;
  float: left;
  margin: 0 0 25px 0;
  padding: 0;
}
.hm-location h3 span {
  font-size: 22px;
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
}
.hm-location p{
  font-size: 16px;
  float: left;
  width: 100%;
  line-height: 1.3em;
}
.hm-location a{
  float: left;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  background: red;
}
.hm-location a {
  float: left;
  padding: 10px 30px;
  margin: 10px 0 0 0;
  background: #B46A55;
  color: #fff;    text-transform:uppercase;
}
.hm-location a:hover {
  background: #A45A45;
}

.home-spa {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.home-spa h2{
  font-size: 28px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.home-spa h2 span{
  font-weight: 600;
  font-size: 72px;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.hm-extra {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hm-extra-panel {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 200px 60px;
  background: url("../images/hm-bg-1.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.hm-extra-panel2 {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 200px 60px;
  background: url("../images/hm-bg-2.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.home-spa h3{
  font-weight: 600;
  font-size: 42px;
  float: left;
  width: 100%;
}
.home-spa p {
  font-size: 23px;
  float: left;
  width: 100%;
  line-height: 1.2em;
}
.home-spa a {
  padding: 15px 30px;
  background: #B46A55;
  margin: 20px 0 0 0;
  display: inline-block;
  font-size: 16px;
  width: 270px;
  color: #fff;
  line-height: 1em;    text-transform:uppercase;
}
.home-spa a:hover {
  background: #A45A45;
}



/*================== Rooms page=====================*/
.dtl-room {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.dtl-room h2{
  font-weight: 600;
  font-size: 52px;
  margin: 0;
  padding: 0;
  color: #755847;
}
.dtl-room-list {
  width: 100%;
  margin: 0;
  padding: 60px 0 0 0;
  display: flex;
  align-items: center;
  float: left;
}
.dtl-room-list:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.dtl-room-list img{
  float: left;
  width: 50%;
}
.room-dtl {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 0 30px;
}
.dtl-room-list:nth-child(2n+2) .room-dtl {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 30px 0 0;
}
.dtl-room-list h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 34px;
  margin: 0;
  padding: 0 0 15px 0;
}
.dtl-room-list h4 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
}
.dtl-room-list p {
  float: left;
  width: 100%;
  line-height: 1.2em;
  font-size: 16px;
}

.dtl-room-list a {
  background: #B46A55;
  color: #fff;
  padding: 7px 26px;
  font-size: 16px;
  font-weight: 700;
  margin: 13px 0 0 0;
  display: inline-block;
  text-transform:uppercase;
}
.dtl-room-list a:hover{
  background: #A45A45;
}


.innerpage .home-about {
  padding: 60px 0 0;
}
.room-img {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.room-img .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  z-index: 4;
}
.room-img .owl-nav button{
  font-size: 20px !important;
  color: #B46A55 !important;
  background: #fff !important;
}
.room-img .owl-nav button i{
  float: left;
  padding: 10px;
}

.room-img .owl-nav .owl-prev{
  float: left;
  border-radius: 0 10px 10px 0;
}
.room-img .owl-nav .owl-next{
  float: right;
  border-radius: 10px 0 0 10px;
}
/*-------------------------Location-----------------------------------------*/
.hm-location.map-include {
    padding-left: 30px;
}
.hm-location.map-include h3 {
    padding-bottom: 8px;
    border-bottom: 2px solid #a25f4c;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 50px;
	width:100%;
	float: left;
}
.hm-location.map-include ul {
    padding: 0;
	width:100%;
	float: left;
}
.hm-location.map-include ul li{
    list-style-type: none;
	font-size:20px;
	width:100%;
	float: left;
	font-weight:700;
	padding-bottom:20px;
}
/*.hm-location.map-include ul li span{
    list-style-type: none;
	font-size:16px;
	width:100%;
	float: left;
	font-weight:400;
	color: #a25f4c;
}*/
.hm-location h5 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
}
.hm-location i {
    font-size: 20px;
    margin-right: 5px;
	color: #a25f4c;
}

/*======Facilities Page==========*/
.facilities-page{
  width: 100%;
  float: left;
  padding: 20px 0 60px;
}
.all-facilities{
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
.facilities-page h3{
  font-size: 40px;
  margin: 0 0 20px;
  font-weight: 700;
}
.facilities-box{
  width: 100%;
  float: left;
  transition: all 0.5s;
  height: 300px;
  padding: 0 20px;
  margin-top: 10px;
  position: relative;
}
.facilities-box:hover{
  background: #B46A55;
  box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  color: #fff;
}
.facilities-box:hover img{
  filter: brightness(0) invert(1);
}
.facilities-box img{
  width: 100px;
  filter: invert(1);
}
.facilities-box h4{
  font-family: "Josefin Sans", serif;
  font-weight: 600;
  margin: 0;
  height: 65px;
  font-size: 28px;
}
.home-about a {
  float: left;
  padding: 10px 30px;
  margin: 10px 0 0 60px;
  background: #B46A55;
  color: #fff;
}
.pd-0-60{
  padding: 0 0 60px !important;
}
.hm-location.pad-bot.hm-rev {
    padding: 0;
}
.col-sm-6.pad-right{
	padding-right:60px;
}
.experience .facilities-box{
	height: 500px;
}
.experience .facilities-box h4{
	padding-bottom: 10px;
}
.experience .facilities-box h4 {
    height: 75px;
}
.experience .facilities-box p{
	font-size:16px;
}
.experience .facilities-box i {
    font-size: 40px;
    padding: 15px 0;
}
.all-facilities.experience {
    margin: 0;
}
.room-img.wd-100{
	width:100%;
}
.room-img.wd-100 .item a {
    cursor: zoom-in;
}
ul.sb-language li a {
    width: 100%;
    text-align: left;
}



.grecaptcha-badge {
  z-index: -99;
  opacity: 0;
}

/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width:767px) {
  #project-banner .carousel-caption h2, .home-experience h2 {
    font-size: 42px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 15px;
    width: 90%;
  }
  .home-business h2 span {
    font-size: 32px;
  }
  .home-about h2 {
    font-size: 28px;
    margin-bottom: 40px;
    display: inline-block;
  }
  .home-about h2 span span {
    font-size: 26px;
  }
  .home-discover h2, .home-spcl-offer h2, .home-business h2, .home-magazine h2, .home-spa h2 span {
    font-size: 42px;
    text-align: center;    
  }
  .discover-htl h3, .discover-head li, .home-spcl-offer h3, .discover-spcl-offer h3 {
    font-size: 26px;
  }
  .home-spa h3{
    font-size: 28px;
  }
  .home-spa h2{
    font-size: 22px;
    text-align: center;
  }
  .footer h3 {
    font-size: 24px;
    float: left;
    width: 100%;
    padding: 15px 0;
  }
  .footer li{
    font-size: 14px;
    padding: 0;
  }
  .footer li li a {
    padding-right: 5px;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
   #project-banner .carousel-caption {
    bottom: 40px !important;
  }
  .hamburger-area li li{
    width: 100%;
  }
  .menu-section, .menu-section2, .menu-section3{
    padding: 2px 20px;
    text-align: center;    
  }
  .sb-menu-head {
    display: none;
  }
  .header-contact, .header-address {
    display: none;
  }
  li.have-child{
    font-size: 15px;
  }
  .home-about h3 {
    font-size: 52px;
    transform: translateY(-20px);
    text-align: center;
  }
  .hm-offer-area {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .home-magazine h2 {
    line-height: 1em;
  }
  .header {
    padding: 0;
    padding: 5px 0;
    height: 62px;
    background: #B46A55;
    color: #e6e1d8;
  }
  .top-right-menu ul li {
    float: left;
    margin: 0;
    padding: 0 8px;
  }
  .top-right-menu li a {
    color: #e6e1d8;
  }
  .book-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px;
  }
  .top-right-menu {
    float: right;
    margin-top: 6px;
  }
  .header.topfix {
    background: #B46A55;
    padding: 5px 0;
  }
  .site-logo {
    width: 140px;
    margin: 0;
    transition: none !important;
  }
  .header.topfix .site-logo {
    width: 140px;
  }
  .header.topfix .site-logo img {
    transform: translateY(10px);
  }
  .hamburger span{
    background: #e6e1d8;
  }
  .hamburger {
    float: right;
  }
  .banner-area {
    margin-top: 62px;
  }
  #project-banner .carousel-caption {
    top: auto;
    bottom: 10px !important;
    left: 40px;
  }
  #project-banner .carousel-caption h2{
    font-size: 22px;
  }
  .home-about, .home-discover {
    padding: 60px 0 0;
  }
  .home-about h2{
    text-align: center;
  }
  .home-about p {
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
  }
  .hm-location {
    margin: 90px 0 0 0;
    padding: 0 0 0 10px;
    text-align: center;
  }
  .hm-location a {
    float: none;
    display: inline-block;	
  }
  .discover-head li {
    float: left;
    margin: 0 32px 0 0;
  }
  .discover-htl h3{
    text-align: center;
  }
  .discover-htl{
    text-align: center;
  }
  .discover-htl a {
    float: none;
    text-align: center;
    display: inline-block;
  }
  .discover-spcl-offer a {
    width: 100%;
    padding: 5px 20px;
  }
  .home-spcl-offer h3 span{
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .discover-spcl-offer .owl-nav {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 34%;
    z-index: 1;
  }
  .discover-spcl-offer .owl-nav button{
    border-radius: 10px !important;
  }
  .hm-offer-area h3{
    text-align: center;
  }
  .home-business {
    background: #c4aca5;
  }
  .home-business p{
    text-align: center;
  }
  .home-business ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .home-business li i {
    padding: 0 0 5px;
    float: left;
    width: 100%;
  }
  .home-business li {
    padding: 0 0 40px 0;
  }
  .hamburger-area {
    background: #fff;
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
    overflow: auto;
    position: relative;
    max-width: 1366px;
    margin: 20px auto;
    text-align: center;
  }
  .menu-section, .menu-section2, .menu-section3{
    width: 100%;
    padding: 60px 0;
  }
  .close-menu {
    position: fixed;
    top: 20px;
    right: 15px;
  }
  .footer{
    text-align: center;
  }
  .footer li li{
    width: 100%;
  }
  .copyright-sb span {
    padding: 0 0 40px 0;
  }
  .site-logo img {
    transform: translateY(10px) translateX(0);
    width: 100%;
  }
  .home-about h4 {
    margin: 0;
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 22px;
  }
  .home-catagories{
    padding: 0;
  }
  .home-catagories h2 span {
    font-size: 42px;
  }
  .home-catagories h2 {
    font-size: 26px;
    text-align: center;
  }
  .home-catagories li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 10px;
    text-align: center;
  }
  .home-catagories ul {
    margin: 0;
    padding: 40px 0;
  }
  
  .sb-booking.mn-booking {
    position: static;
  }
  .main_book_form_item {
    float: left;
    width: 100%;
    border: none !important;
  }
  .discover-htl h3 {
    min-height: auto;
  }
  .hm-newsletter{
    padding: 60px 0;
  }
  .hm-newsletter h3 {
    font-size: 32px;
    padding: 0 10px;
  }
  #subscribe{
    width: 100%;
    padding: 0 20px;
  }
  #submit-button{
    width: 100%;
  }
  .hm-newsletter input[type="email"]{
    width: 100%;
  }
  .home-catagories h3 {
    padding: 0;
    margin-top: 60px;
    font-size: 36px;
	width: 100%;
  }
  .footer-social li {
    display: inline-block;
    width: 60px;
    float: none;
  }
  .main_book_form_item.hotel-name {
    width: 100% !important;
  }
  .booking-area select {
    padding: 5px;
  }
  #project-banner video {
    height: auto;
  }
  .hamburger-area {
    flex-direction: column;
  }
  .hamburger-area li a {
    font-size: 15px;
    padding: 10px 0;
    float: left;
    width: 100%;
  }
  .hamburger-area li{
    padding: 0;
  }
  .home-about h2 span {
    font-size: 42px;
  }
  .hm-extra-panel, .hm-extra-panel2 {
    width: 100%;
    margin: 0;
    padding: 120px 20px;
  }
  .sb-space{
    display: none;
  }
  .footer-catagories {
    padding: 0;
    float: left;
    width: 100%;
  }
  .home-spcl-offer{
    padding-top: 0;
  }
  .header.topfix .top-right-menu{
    margin-top: 6px;
  }
  .book-button {
    background: #A45A45;
  }
  .footer li a {
    padding: 10px 0;
  }
  .footer-catagories img {
    max-width: 140px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .discover-htl .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
  }
  .dtl-room-list, .dtl-room-list:nth-child(2n+2){
    flex-direction: column;
    padding: 0;
  }
  .room-img {
    width: 100%;
    padding: 30px 20px 0 20px;
    text-align: center;
  }
  .room-dtl, .dtl-room-list:nth-child(2n+2) .room-dtl {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .dtl-room-list h3 {
    font-size: 28px;
  }
  .innerpage .home-about {
    padding: 60px 0 0;
  }
  .hm-location.map-include {
    margin-top: 0;
    padding: 0;
	}
  .facilities-page h3{
    font-size: 28px;
  }
  .facilities-box img{
    width: 100px;
  }
  .facilities-box{
    height: auto;
    padding: 0 20px 20px;
	text-align:center;
  }
  .home-about a{
    margin: 20px auto 0;
    display: table;
    float: none;
  }	
  .hm-location.map-include ul li {
    font-size: 18px;
    padding-top: 0;
}
.hm-location.pad-bot{
	padding-bottom:30px;
}
.col-sm-6.pad-right{
	padding-right:0;
}
.hm-location.pad-bot.hm-rev {
    padding: 0;
    margin: 0;
}
.hm-location.pad-bot.hm-rev .hm-img-area {
    margin-top: 60px;
    margin-bottom: 60px;
}
.experience .facilities-box {
    height: auto;
}
}


@media (min-width: 768px) and (max-width:1023px) {
	#project-banner .carousel-caption h2, .home-experience h2 {
    font-size: 42px;
  }
  #project-banner .carousel-caption h3, .home-business h2 span {
    font-size: 36px;
  }
  .home-about h2 {
    text-align: center;
    padding-bottom: 60px;
  }
  .home-about h4, .home-about p{
    padding-left: 0;
  }
  .home-discover h2, .home-spcl-offer h2, .home-business h2, .home-magazine h2 {
    font-size: 52px;
    text-align: center;
  }
  .discover-htl h3, .discover-head li, .home-spcl-offer h3, .discover-spcl-offer h3 {
    font-size: 20px;
    text-align: center;
  }
  .footer h3 {
    font-size: 24px;
  }
  .footer li{
    font-size: 14px;
  }
  .footer li li a {
    padding-right: 5px;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
  #project-banner .carousel-caption {
    bottom: 60px !important;
    left: 30px;
  }
  .hamburger-area li li{
    width: 100%;
  }
  .menu-section, .menu-section2, .menu-section3{
    padding: 20px;
  }
  li.have-child{
    font-size: 15px;
  }
  .home-about h3 {
    font-size: 52px;
    transform: translateY(-20px);
  }
  .hm-offer-area{
    padding: 20px;
    text-align: center;
  }
  .discover-spcl-offer .owl-nav {
    left: -18px;
    right: -18px;
  }
  .home-magazine h2 {
    line-height: 1em;
  }
  .home-spcl-offer h3 span a{
    font-size: 18px;
  }
  .close-menu {
    padding: 3px 10px;
  }
  .top-right-menu ul li {
    float: left;
    margin: 0 22px;
    padding: 0;
  }
  .sb-destination li, .sb-destination2 li, .sb-language li{
    margin: 0 !important;
  }
  .menu-section{
    width: 100%;
  }
  .menu-section2{
    width: 100%;
  }
  .menu-section3{ 
    width: 50%;   
  }
  .hamburger-area li li {
    width: 50%;
  }
  .home-catagories li{
    width: 50%;
    padding: 40px 20px;
  }  
  #project-banner video {
    height: auto;
  }
  #project-banner .carousel-caption h3 {
    font-size: 20px;
  }
  .hamburger-area {
    flex-direction: column;
    text-align: center;
  }
  .hamburger-area li {
    padding: 0;
  }
  .home-catagories h2 span, .home-spa h2 span{
    font-size: 52px;
  }
  .home-catagories h2, .home-spa h2 {
    font-size: 22px;
    text-align: center;
  }
  .hm-location{
    padding: 0;
  }
  .hm-location .col-sm-6 {
    width: 100%;
    text-align: center;
  }
  .hm-img-area {
    margin-bottom: 70px;
  }
  .hm-location h3 span {
    float: none;
    display: inline-block;
  }
  .hm-location a {
    float: none;
    display: inline-block;
  }
  .home-spa a {
    width: 200px;
  }
  .footer-catagories{
    width: 50%;
  }
  .home-about .col-sm-4, .home-about .col-sm-8 {
    width: 100%;
    text-align: center;
  }
  .hm-extra-panel, .hm-extra-panel2 {
    padding: 80px 40px;
  }
  .dtl-room-list, .dtl-room-list:nth-child(2n+2){
    flex-direction: column;
    padding: 0 30px;
  }
  .room-img {
    width: 100%;
    padding: 30px 20px 0 20px;
    text-align: center;
  }
  .room-dtl, .dtl-room-list:nth-child(2n+2) .room-dtl {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .hm-location.map-include ul li {
    padding-top: 0;
	}
	 .facilities-box{
    height: 320px;
  }
  .facilities-box img {
    width: 90px;
  }
  .facilities-box h4 {
    font-size: 18px;
    height: 50px;
  }
  .home-about a{
    margin: 20px auto 0;
    display: table;
    float: none;
  }
  .hm-location.pad-bot{
	padding-bottom:30px;
}
.col-sm-6.pad-right{
	padding-right:0;
}
.hm-location.pad-bot.hm-rev {
    padding: 0;
    margin: 0;
}
.hm-location.pad-bot.hm-rev .hm-img-area {
    margin-top: 60px;
    margin-bottom: 60px;
}
.experience .facilities-box {
    height: auto;
}
.hm-location h3{
	width:100%;
}

}


@media (min-width: 860px) and (max-width: 1024px) {
  #project-banner .carousel-caption h2, .home-experience h2 {
    font-size: 52px;
  }
  #project-banner .carousel-caption h3, .home-business h2 span {
    font-size: 46px;
  }
  .home-about h2 {
    font-size: 30px;
  }
  .home-discover h2, .home-spcl-offer h2, .home-business h2, .home-magazine h2 {
    font-size: 82px;
  }
  .discover-htl h3, .discover-head li, .home-spcl-offer h3, .discover-spcl-offer h3 {
    font-size: 24px;
  }
  .footer h3 {
    font-size: 32px;
  }
  .footer li{
    font-size: 14px;
  }
  .footer li li a {
    padding-right: 5px;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
  .menu-section{
    width: calc(100% - 550px);
  }
  .menu-section2{
    width: 300px;
  }
  .menu-section3{ 
    width: 250px;   
  }
  .hamburger-area li li{
    width: 100%;
  }
  .home-about h2 span {
    font-size: 44px;
  }
  .home-about h2 span span {
    font-size: 32px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 22px;
  }
  #project-banner .carousel-caption {
    max-width: 620px;
  }
  .home-about h4 {
    font-size: 22px;
  }
    .facilities-box h4{
    font-size: 24px;
  }
  .hm-location.pad-bot{
	padding-bottom:30px;
}
.col-sm-6.pad-right{
	padding-right:0;
}
.hm-location.pad-bot.hm-rev {
    padding: 0;
    margin: 0;
}
.hm-location.pad-bot.hm-rev .hm-img-area {
    margin-top: 60px;
    margin-bottom: 60px;
}
.experience .facilities-box {
    height: auto;
}
.hm-location h3{
	width:100%;
}

}

@media (min-width: 1280px) and (max-width:1365px) {
	
}

@media (max-width: 1280px) {
  .banner-area .item {
    height: auto;
  }
  #project-banner .carousel-caption{
    top: auto;
    bottom: 90px;
  }

}


@media (min-width: 1600px) {
  .hamburger-area {
    height: calc(100vh - 400px);
    overflow: auto;
    margin: 200px auto;
  }
}

@media (min-width: 1400px) and (min-height:900px) and (max-width: 1600px) {
  #project-banner video {
    height: auto;
  } 
}