/*


	// Table of contents //

		01. FONTS
		02. BODY
		03. HTML TAGS
		04. LINKS
		05. FORM ELEMENTS
		06. CUSTOM CONTAINER 
		07. CUSTOM CURSOR
		08. RANGE SLIDER
		09. ACCORDION
		10. DATE PICKER
		11. HAMBURGER MENU
		12. REVEAL EFFECT
		13. CUSTOM BUTTON
		14. PRELOADER 
		15. PAGE TRANSITION
		16. PAGE LOADED
		17. HAMBURGER NAVIGATION
		18. NAVBAR
		19. SLIDER
		20. PAGE HEADER
		21. CONTENT SECTION
		22. SECTION TITLE
		23. HOTEL SEARCH FORM
		24. SIDE CONTENT
		25. SIDE IMAGE
		26. SIDE GALLERY
		27. SIDE HOTEL BOX
		28. CAROUSEL IMAGE BOX
		29. EVENTS TAB
		30. CONTENT TAB
		31. CAROUSEL EVENT BOX
		32. ROOM SLIDER
		33. RECENT NEWS
		34. IMAGE
		35. TESTIMONIAL BOX
		36. PACKAGE BOX
		37. MEMBER BOX
		38. VIDEO BOX
		39. ROOMS FILTER
		40. ROOMS LIST
		41. ROOMS BOX
		42. ROOMS TYPE
		43. RECENT TESTIMONIALS
		44. ROOMS GALLERY
		45. ROOMS INFO BOX
		46. MEETING EVENT BOX
		47. SPECIAL OFFER BOX
		48. EVENT HEADLINE
		49. CONTACT FORM
		50. CONTACT BOX
		51. GOOGLE MAPS
		52. NEWS BOX
		53. SIDEBAR
		54. PAGINATION
		55. NEWSLETTER BOX
		56. FOOTER BAR
		57. FOOTER
		58. MEDIUM DEVICE RESPONSIVE
		59. TABLET DEVICE RESPONSIVE
		60. MOBILE DEVICE RESPONSIVE

	

*/
@import url("all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800&family=Roboto&display=swap");

* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #1e90ff;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* HTML TAGS */
img {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

iframe {
  max-width: 100%;
}

/* LINKS */
a {
  color: #141414;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #141414;
}

/* SPACINGS */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-top-spacing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.spacing-50 {
  height: 50px;
  display: flex;
}

.spacing-100 {
  width: 100%;
  height: 100px;
  display: flex;
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* CUSTOM CURSOR */
.cursor {
  position: fixed;
  top: -30px;
  left: -30px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}

.cursor:before {
  content: "";
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
  border: 2px solid #656565;
  transition: all ease 0.15s;
  transform: scale(0.15);
}

.cursor.light:before {
  transform: scale(1);
  background: transparent;
}

.cursor.drag {
  mix-blend-mode: unset;
}

.cursor.drag:before {
  transform: scale(1);
  background: #1e90ff;
  border-color: transparent;
}

.cursor.drag:before {
  content: "\ea23";
  font-family: "LineIcons";
  font-size: 20px;
  color: #fff;
}

/* RANGE SLIDER */
.range-slider {
  width: 100%;
  display: block;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 0;
  background: #f2f2f2;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1e90ff;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #1e90ff;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range:active::-moz-range-thumb {
  background: #1e90ff;
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1e90ff;
}

::-moz-range-track {
  background: #1e90ff;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 0;
}

.accordion .card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: none;
  border-radius: 0;
  border: 1px solid #eaebee;
  margin-bottom: 10px;
  border: none;
}

.accordion .card .card-header {
  width: 100%;
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

.accordion .card .card-header a {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 20px 25px;
  color: #141414;
  font-weight: 600;
  border: 1px solid #cbcbcb;
}

.accordion .card .card-header a:hover {
  color: #1e90ff;
  text-decoration: none;
}

.accordion .card .card-body {
  width: 100%;
  line-height: 26px;
  opacity: 0.7;
}

.accordion .card [aria-expanded="true"] {
  color: #fff !important;
  background: #1e90ff;
  border-color: #1e90ff !important;
}

/* DATE PICKER */
.datepicker-dropdown {
  width: 280px;
  border: none;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.datepicker-panel ul:first-child {
  width: 280px;
  display: flex;
}

.datepicker-panel ul:first-child li {
  flex: auto;
  box-shadow: none;
}

.datepicker-panel ul:nth-child(2) {
  font-weight: 600;
}

.datepicker-panel ul:nth-child(2) li {
  background: #f5f3ec;
}

.datepicker-panel>ul>li {
  padding: 5px 0;
  width: 40px;
  height: auto;
  box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 1px 0 0 #eee,
    1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
  background: #1e90ff;
  color: #fff;
}

.datepicker-panel>ul>li.highlighted {
  background-color: #1e90ff;
}

.datepicker-panel>ul>li:hover {
  background-color: #f5f3ec;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  display: none;
  border: none;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  display: none;
  border: none;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  display: none;
  border: none;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  display: none;
  border: none;
}

/* HAMBURGER MENU */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 5px !important;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect.animated:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated>* {
  animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@-webkit-keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: hidden;
    opacity: 0;
  }

  51% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* CUSTOM BUTTON */
.custom-button {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  background: #1e90ff;
  padding: 0 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.custom-button.light {
  border: 1px solid #fff;
  background: none;
}

.custom-button:hover {
  text-decoration: none;
  color: #fff;
}

.custom-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.custom-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #141414;
  transition: width 0.25s ease;
  opacity: 0.1;
}

.custom-button:hover:before {
  width: 100%;
  background: #141414;
  opacity: 0.1;
  transition: width 0.25s ease;
}

.custom-button:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.3s;
  transition-delay: 0.3s;
  overflow: hidden;
}

.preloader .loadbar {
  width: 0%;
  height: 100%;
  max-height: 6px;
  background: #1e90ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.preloader figure {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade 0.3s;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  position: relative;
}

.preloader figure span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  color: #333;
  text-align: center;
  font-size: 14px;
}

.preloader figure img {
  height: 100vh;
  display: inline-block;
  object-fit: contain;
}

@keyframes fade {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #1e90ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-transition .layer {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 1s;
}

.page-transition.active {
  height: 100vh;
}

.page-transition.active .layer {
  height: 100vh;
}

/* BODY */
body .navbar {
  transform: translateY(-100%);
  transition-delay: 1.3s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .slider .main-slider {
  transform: scale(1.4);
  transition-delay: 1.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .page-header {
  transform: scale(1.4);
  transition-delay: 1.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* PAGE LOADED */
.page-loaded .preloader {
  height: 0;
}

.page-loaded .preloader .loadbar {
  max-height: 100%;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-loaded .preloader figure {
  transform: translateY(50px);
  opacity: 0;
}

.page-loaded .navbar {
  transform: translateY(0);
}

.page-loaded .slider .main-slider {
  transform: scale(1);
}

.page-loaded .page-header {
  transform: scale(1);
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  background: #1e90ff;
}

.hamburger-navigation .layer {
  width: 100%;
  height: 0;
  background: #141414;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 1s;
}

.hamburger-navigation .container {
  position: relative;
  z-index: 1;
  visibility: hidden;
}

.hamburger-navigation .info-box {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-navigation .info-box span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
}

.hamburger-navigation .info-box .nav-social {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.hamburger-navigation .info-box .nav-social li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.hamburger-navigation .info-box .nav-social li a {
  color: #fff;
  font-size: 14px;
}

.hamburger-navigation .nav-menu {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-navigation .nav-menu.mobile-menu {
  display: none;
}

.hamburger-navigation .nav-menu li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.hamburger-navigation .nav-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-family: "Exo", sans-serif;
}

.hamburger-navigation .nav-menu li a:hover {
  color: #1e90ff;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
  transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
  height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
  height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
  visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
  opacity: 1;
  visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
  opacity: 1;
  visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
  opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
  opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
  opacity: 0;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
}

.navbar .logo {
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .logo a {
  display: inline-block;
}

.navbar .logo a img {
  height: 60px;
}

.navbar .navbar-text {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .site-menu {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .site-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}

.navbar .site-menu ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.navbar .site-menu ul li a:hover {
  text-decoration: none;
}

.navbar .hamburger-menu {
  display: inline-block;
  margin-left: auto;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
  /* background: url("../images/slide01.jpg") center; */
  background-size: cover !important;
  overflow: hidden;
}

.slider h6 {
  width: 100%;
  display: block;
  letter-spacing: 5px;
}

.slider h1 {
  font-weight: 400;
  font-size: 6vw;
  font-family: "Exo", sans-serif;
  margin-bottom: 30px;
}

.slider p {
  padding: 0 20%;
  opacity: 0.7;
  letter-spacing: 1px;
}

.slider a {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  background: #f5f3ec;
  color: #1e90ff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 50px;
  position: relative;
}

.slider a:hover {
  text-decoration: none;
}

.slider a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.slider a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #141414;
  transition: width 0.25s ease;
  opacity: 0.1;
}

.slider a:hover:before {
  width: 100%;
  background: #141414;
  opacity: 0.1;
  transition: width 0.25s ease;
}

.slider a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.slider .main-slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.slider .main-slider .swiper-slide {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider .main-slider .swiper-slide .container {
  position: relative;
  z-index: 1;
}

.slider .main-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: center;
  padding-top: 100px;
}

.slider .main-slider .swiper-slide .slide-inner:after {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.slider:before {
  /* content: ""; */
  width: 30%;
  height: 6px;
  background: #1e90ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slider .slider-fraction {
  width: 20%;
  height: 70px;
  line-height: 80px;
  background: #fff0;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #141414;
  font-family: "Exo", sans-serif;
  font-size: 18px;
}

.slider .slider-prev {
  width: 70px;
  height: 70px;
  background: #ffffff;
  position: absolute;
  right: calc(20% + 71px);
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.slider .slider-prev:hover:before {
  opacity: 1;
}

.slider .slider-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  left: 29px;
  top: 29px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.25;
}

.slider .slider-next {
  width: 70px;
  height: 70px;
  background: #fff;
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.slider .slider-next:hover:before {
  opacity: 1;
}

.slider .slider-next:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 29px;
  top: 29px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.25;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover !important;
  position: relative;
}

.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.page-header .container {
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-header .container h1 {
  width: 100%;
  display: block;
  font-size: 5vw;
  font-family: "Exo", sans-serif;
  text-indent: -5px;
}

.page-header .container p {
  width: 100%;
  display: block;
  margin: 0;
  letter-spacing: 10px;
  font-size: 22px;
}

/* SCROLL DOWN */
.scroll-down {
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: 0;
  z-index: 2;
}

.scroll-down:after {
  content: "";
  width: 1px;
  height: 0;
  animation: 1s scrolldown infinite;
  background: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }

  50% {
    top: 0;
    height: 100%;
  }

  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }

  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  position: relative;
}

.content-section.bottom-spacing {
  margin-bottom: 0 !important;
}

.content-section.top-spacing {
  /* margin-top: 100px !important; */
}

#main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  color: #333;
}

.section-title.text-center {
  text-align: center;
}

.section-title.text-center h6:before {
  left: calc(50% - 2vw);
  top: calc(100% + 4px);
}

.section-title.light {
  color: #fff;
}

.section-title.light h6 {
  opacity: 0.6;
}

.section-title.light h6:before {
  background: #fff;
}

.section-title h6 {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 2px;
  position: relative;
}

.section-title h6:before {
  content: "";
  width: 4vw;
  max-width: 100%;
  height: 1px;
  display: inline-block;
  background: #141414;
  position: absolute;
  left: calc(-4vw - 20px);
  top: calc(50% - 0.5px);
}

.section-title h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-family: "Exo", sans-serif;
  font-size: 32px;
}

/* HOTEL SEARCH FORM */
.hotel-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.hotel-search h6 {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
}

.hotel-search form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hotel-search form .form-group {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

.hotel-search form .form-group i {
  position: absolute;
  right: 25px;
  bottom: 42px;
  transform: translateY(50%);
  color: #808080;
}

.hotel-search form .form-group input[type="number"] {
  width: 100px;
}

.hotel-search form .form-group input {
  width: auto;
}

.hotel-search form .form-group select {
  width: 300px;
}

.hotel-search form .form-group label {
  width: 100%;
  display: block;
  font-size: 14px;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.side-content.text-left {
  padding-right: 30%;
}

.side-content.text-left p {
  padding-right: 10%;
}

.side-content.text-center {
  text-align: center;
  padding: 0 10%;
}

.side-content.text-center .custom-button {
  margin-left: auto;
  margin-right: auto;
}

.side-content.light {
  color: #fff;
}

.side-content.light .custom-button {
  border: 1px solid #fff;
  background: none;
}

.side-content h6 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 2px;
}

.side-content h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-family: "Exo", sans-serif;
  font-size: 50px;
  color: #333;
}

.side-content p {
  width: 100%;
  display: block;
  margin-top: 25px;
  opacity: 0.7;
  color: #333;
}

.side-content p:last-child {
  margin-bottom: 0;
}

.side-content .custom-button {
  margin-top: 40px;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.side-image.overlap-bottom {
  transform: translateY(100px);
}

.side-image.overlap-top {
  transform: translateY(-100px);
}

.side-image.right-full {
  width: 50vw;
  float: left;
}

.side-image.left-full {
  width: 50vw;
  float: right;
}

.side-image.left-full-space {
  width: 44vw;
  float: right;
  margin-right: 6vw;
}

.side-image.left-align {
  float: right;
  position: relative;
}

.side-image.left-align:after {
  /* content: ""; */
  width: calc(50vw - 100px);
  height: 100%;
  background: #f5f3ec;
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: -1;
}

.side-image.right-align {
  float: left;
  position: relative;
}

.side-image.right-align:after {
  content: "";
  width: calc(50vw - 100px);
  height: 100%;
  background: #f5f3ec;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: -1;
}

.side-image .video-button {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #fff;
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  color: #1e90ff;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-image .video-button:hover {
  background: #1e90ff;
  color: #fff;
}

.side-image img {
  width: 100%;
}

/* SIDE GALLERY */
.side-gallery {
  width: calc(50vw + 15%);
  float: right;
  margin-bottom: 0;
  position: relative;
  transform: translateY(00px);
}

.side-gallery div:first-child {
  width: calc(66.66666% - 10px);
}

.side-gallery div:nth-child(2) {
  margin-bottom: 10px;
}

.side-gallery div {
  width: calc(33.33333% - 10px);
  float: left;
  margin-right: 10px;
}

/* SIDE HOTEL BOX */
.side-hotel-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.side-hotel-box.right {
  padding-left: 100px;
}

.side-hotel-box .review {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}

.side-hotel-box .review i {
  display: inline-block;
  margin-right: 3px;
  color: #00aa6c;
}

.side-hotel-box .review span {
  display: inline-block;
  opacity: 0.4;
  margin-left: 8px;
}

.side-hotel-box h2 {
  width: 100%;
  display: block;
  font-size: 44px;
  font-family: "Exo", sans-serif;
  margin-bottom: 25px;
  color: #222;
}

.side-hotel-box p {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.side-hotel-box .info-box {
  width: 100%;
  display: flex;
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin-bottom: 20px;
}

.side-hotel-box .info-box span {
  display: inline-block;
  border-left: 6px solid #1e90ff;
  padding-left: 20px;
}

.side-hotel-box .info-box b {
  height: 54px;
  line-height: 1.3;
  margin-left: auto;
  font-size: 40px;
}

.side-hotel-box .info-box b small {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
  opacity: 0.5;
}

.side-hotel-box .custom-button {
  margin-right: 30px;
}

.side-hotel-box .availability {
  line-height: 80px;
  display: inline-block;
}

.side-hotel-box .availability i {
  color: #1e90ff;
}

/* CAROUSEL IMAGE BOX */
.carousel-image-box {
  width: calc(50vw + 100% / 2);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.carousel-image-box figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.carousel-image-box figure img {
  width: 100%;
  float: left;
}

.carousel-image-box figure figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  color: #fff;
}

.carousel-image-box figure figcaption h5 {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: 800;
}

.carousel-image-box figure figcaption p {
  width: 100%;
  display: block;
  margin: 0;
}

.swiper-scrollbar {
  width: 100%;
  height: 4px;
  display: inline-block;
  opacity: 1 !important;
}

/* EVENTS TAB */
.events-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.events-tab .tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0;
}

.events-tab .tab-nav li {
  display: inline-block;
  margin-right: 20px;
  padding: 0 5px;
  list-style: none;
  border-bottom: 4px solid transparent;
}

.events-tab .tab-nav li.active {
  border-color: #1e90ff;
}

.events-tab .tab-nav li a {
  display: inline-block;
  color: #fff;
}

.events-tab .tab-item {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  overflow: hidden;
}

.events-tab .tab-item.active-item {
  display: block;
}

/* CONTENT TAB */
.content-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content-tab .tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.content-tab .tab-nav li {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  margin-right: 20px;
  padding: 0 25px;
  list-style: none;
  border: 1px solid #eee;
  margin-bottom: -1px;
}

.content-tab .tab-nav li.active {
  border-bottom: 1px solid #fff;
}

.content-tab .tab-nav li.active a {
  color: #1e90ff;
  opacity: 1;
}

.content-tab .tab-nav li a {
  display: inline-block;
  font-weight: 600;
  opacity: 0.5;
}

.content-tab .tab-item {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-top: none;
  padding: 50px;
}

.content-tab .tab-item ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.content-tab .tab-item ul li {
  width: 33.33333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 7px 0;
}

.content-tab .tab-item ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.content-tab .tab-item ul li figure {
  width: 50px;
  float: left;
  margin-bottom: 0;
}

.content-tab .tab-item ul li figure img {
  height: 22px;
  float: left;
}

.content-tab .tab-item ul li b {
  font-weight: 400;
  float: left;
}

.content-tab .tab-item.active-item {
  display: block;
}

/* CAROUSEL EVENTS BOX */
.carousel-events-box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.carousel-events-box .swiper-prev {
  width: 60px;
  height: 60px;
  background: #141414;
  position: absolute;
  left: 0;
  top: 33%;
  z-index: 2;
  cursor: pointer;
}

.carousel-events-box .swiper-prev:hover:before {
  opacity: 1;
}

.carousel-events-box .swiper-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 25px;
  top: 23px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.carousel-events-box .swiper-next {
  width: 60px;
  height: 60px;
  background: #141414;
  position: absolute;
  right: 0;
  top: 33%;
  z-index: 2;
  cursor: pointer;
}

.carousel-events-box .swiper-next:hover:before {
  opacity: 1;
}

.carousel-events-box .swiper-next:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 23px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.carousel-events-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.carousel-events-box figure:before {
  background: #1e90ff !important;
}

.carousel-events-box figure img {
  width: 100%;
  display: block;
}

.carousel-events-box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

.carousel-events-box .content h5 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Exo", sans-serif;
}

.carousel-events-box .content h5 a {
  display: inline-block;
  color: #fff;
}

.carousel-events-box .content h5 a:hover {
  color: #1e90ff;
}

.carousel-events-box .content span {
  display: inline-block;
  margin: 4px auto;
  color: #f5f3ec;
  opacity: 0.6;
}

.carousel-events-box .content small {
  width: 100%;
  display: block;
}

/* ROOM SLIDER */
.rooms-slider {
  width: 100%;
  height: 80vh;
  max-height: 700px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.rooms-slider:before {
  content: "";
  width: 100%;
  height: 240px;
  background: #141414;
  position: absolute;
  left: 0;
  top: 0;
}

.rooms-slider .swiper-slide {
  max-width: 75%;
  background-size: cover !important;
  background-position: center !important;
  transform: scale(0.9);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rooms-slider .swiper-slide .room-detail {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.rooms-slider .swiper-slide .room-detail .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1e90ff;
  letter-spacing: 1px;
}

.rooms-slider .swiper-slide .room-detail .price-line span {
  color: #141414;
  opacity: 0.7;
}

.rooms-slider .swiper-slide .room-detail h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
}

.rooms-slider .swiper-slide .room-detail .reviews {
  width: 100%;
  color: #888888;
  font-size: 15px;
}

.rooms-slider .swiper-slide .room-detail .reviews span {
  padding: 5px 8px;
  background: #1e90ff;
  color: #fff;
  font-weight: 800;
  margin-left: 5px;
}

.rooms-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.rooms-slider .swiper-slide.swiper-slide-active .room-detail {
  opacity: 1;
}

/* RECENT NEWS */
.col-md-6:nth-child(2) .recent-news {
  padding-right: 30px;
}

.col-md-6:nth-child(3) .recent-news {
  padding-left: 30px;
}

.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.recent-news figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.recent-news figure img {
  width: 100%;
}

.recent-news .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}

.recent-news .content ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  position: relative;
}

.recent-news .content ul:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #1e90ff;
  position: absolute;
  left: -80px;
  top: calc(50% - 0.5px);
}

.recent-news .content ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}

.recent-news .content ul li:last-child {
  margin-right: 0;
}

.recent-news .content ul li a {
  display: inline-block;
  color: #1e90ff;
  font-size: 14px;
  font-weight: 600;
}

.recent-news .content span {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
  line-height: 27px;
}

.recent-news .content span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #141414;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-news .content h2 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Exo", sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
}

/* IMAGE */
.image {
  width: 100%;
  display: block;
}

/* TESTIMONIAL BOX */
.testimonial-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #1e90ff;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonial-box.bottom {
  margin-bottom: -100px;
}

.testimonial-box small {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.testimonial-box small i {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-box h4 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "Exo", sans-serif;
}

.testimonial-box p {
  width: 100%;
  margin-bottom: 40px;
  font-size: 19px;
}

.testimonial-box .custom-button {
  margin: 0 auto;
}

/* PACKAGE BOX */
.package-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  color: #fff;
}

.package-box h4 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Exo", sans-serif;
  margin-bottom: 15px;
}

.package-box p {
  width: 100%;
  display: block;
  margin-bottom: 35px;
}

.package-box a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #eee;
  font-size: 15px;
}

/* MEMBER BOX */
.member-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.member-box:hover figure img {
  opacity: 0.6;
}

.member-box:hover figure ul {
  opacity: 1;
  visibility: visible;
}

.member-box figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  background: #141414;
}

.member-box figure * {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-box figure ul {
  width: 44px;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
}

.member-box figure ul li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}

.member-box figure ul li:last-child {
  margin-bottom: 0;
}

.member-box figure ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  background: #1e90ff;
  color: #fff;
}

.member-box figure img {
  width: 100%;
  display: block;
}

.member-box .content {
  width: calc(100% - 30px);
  display: inline-block;
  background: #fff;
  margin-top: -30px;
  padding: 30px;
  position: relative;
}

.member-box .content small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.member-box .content h5 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Exo", sans-serif;
  margin-bottom: 25px;
  opacity: 0.7;
}

.member-box .content a {
  display: inline-block;
  text-decoration: underline;
  color: #1e90ff;
  font-weight: 600;
  font-size: 15px;
}

/* VIDEO BOX */
.video-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 100px 0;
}

.video-box .play-btn {
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: inline-block;
  background: #fff;
  color: #1e90ff;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 100px;
}

.video-box .play-btn:hover {
  background: #1e90ff;
  color: #fff;
}

.video-box h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

/* ROOMS FITER */
.rooms-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.rooms-filter h6 {
  display: inline-block;
  font-weight: 600;
}

.rooms-filter .price-range {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}

.rooms-filter .price-range .range-slider__value {
  float: right;
  margin-top: -56px;
  font-weight: 800;
  color: #1e90ff;
}

.rooms-filter .price-range .range-slider__value:before {
  content: "$";
}

.rooms-filter .price-range .range-slider {
  width: 100%;
}

.rooms-filter .specifications {
  width: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

.rooms-filter .specifications ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.rooms-filter .specifications li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}

/* ROOMS LIST */
.rooms-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.rooms-list li {
  width: 50%;
  display: inline-block;
  margin: 0;
  margin-top: 50px;
  padding: 0;
  padding-right: 30px;
  list-style: none;
}

.rooms-list li:nth-child(1) {
  margin-top: 0;
}

.rooms-list li:nth-child(2) {
  margin-top: 0;
}

.rooms-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 30px;
}

/* ROOM BOX */
.room-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.room-box figure {
  width: 100%;
  display: block;
  margin: 0;
}

.room-box figure img {
  width: 100%;
}

.room-box .content {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-top: -50px;
  margin-left: 50px;
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-right: 0;
}

.room-box .content .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1e90ff;
  letter-spacing: 1px;
}

.room-box .content .price-line span {
  color: #141414;
  opacity: 0.7;
}

.room-box .content h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
}

.room-box .content .bottom-specs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.room-box .content .bottom-specs .icons {
  width: 50%;
  display: inline-block;
}

.room-box .content .bottom-specs .icons img {
  height: 25px;
  margin-right: 5px;
}

.room-box .content .bottom-specs .reviews {
  width: 50%;
  text-align: right;
  color: #888888;
  font-size: 15px;
}

.room-box .content .bottom-specs .reviews span {
  padding: 5px 8px;
  background: #1e90ff;
  color: #fff;
  font-weight: 800;
  margin-left: 5px;
}

/* ROOM TYPE */
.room-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.room-type .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #1e90ff;
  letter-spacing: 1px;
}

.room-type .price-line span {
  color: #141414;
  opacity: 0.7;
}

.room-type h3 {
  width: 100%;
  display: block;
  font-size: 80px;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
  text-indent: -4px;
}

.room-type small {
  width: 100%;
  display: block;
  opacity: 0.5;
  font-size: 16px;
}

/* RECENT TESTIMONIAL */
.recent-testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
  padding: 50px;
  margin-bottom: 50px;
}

.recent-testimonial span {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.recent-testimonial span b {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
}

.recent-testimonial span i {
  color: #1e90ff;
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
}

.recent-testimonial small {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
}

.recent-testimonial p {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 19px;
  font-family: "Exo", sans-serif;
}

/* ROOM GALLERY */
.room-gallery-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.room-gallery-top .swiper-slide {
  max-width: 40%;
}

.room-gallery-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.room-gallery-thumbs .swiper-slide {
  background: #141414;
}

.room-gallery-thumbs .swiper-slide:hover img {
  opacity: 1;
}

.room-gallery-thumbs .swiper-slide img {
  opacity: 0.5;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ROOM INFO BOX */
.room-info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  border: 1px solid #eee;
  margin: 30px 0;
}

.room-info-box h6 {
  width: 100%;
  display: block;
  font-size: 26px;
  font-family: "Exo", sans-serif;
  margin-bottom: 15px;
  color: #1e90ff;
}

.room-info-box p {
  width: 100%;
  display: block;
}

.room-info-box p:last-child {
  margin-bottom: 0;
}

.room-info-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

.room-info-box ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
  padding: 5px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.room-info-box ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.room-info-box ul li figure {
  width: 50px;
  float: left;
  margin-bottom: 0;
}

.room-info-box ul li figure img {
  height: 22px;
  float: left;
}

.room-info-box ul li b {
  width: 30%;
  font-weight: 600;
  float: left;
}

.room-info-box ul li span {
  width: 65%;
  float: left;
}

/* MEETING EVENT BOX */
.meeting-event-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.meeting-event-box figure {
  width: 100%;
  display: block;
  margin: 0;
}

.meeting-event-box figure img {
  width: 100%;
}

.meeting-event-box .content {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.meeting-event-box .content h5 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Exo", sans-serif;
}

.meeting-event-box .content h5 a {
  display: inline-block;
}

.meeting-event-box .content h5 a:hover {
  color: #1e90ff;
}

.meeting-event-box .content span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.4;
}

.meeting-event-box .content small {
  width: 100%;
  display: block;
}

/* SPECIAL OFFER BOX */
.special-offer-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.special-offer-box figure {
  width: 100%;
  display: block;
  margin: 0;
}

.special-offer-box figure img {
  width: 100%;
}

.special-offer-box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.special-offer-box .content span {
  width: 100%;
  display: block;
  margin-bottom: 0;
  opacity: 0.4;
  font-weight: 600;
  font-size: 13px;
}

.special-offer-box .content h5 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Exo", sans-serif;
}

.special-offer-box .content h5 a {
  display: inline-block;
}

.special-offer-box .content h5 a:hover {
  color: #1e90ff;
}

.special-offer-box .content p {
  width: 100%;
  display: block;
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
}

.special-offer-box .content small {
  display: inline-block;
  background: #1e90ff;
  padding: 4px 8px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
}

/* EVENT HEADLINE */
.event-headline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.event-headline .rating {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.event-headline .rating i {
  color: #1e90ff;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
}

.event-headline h3 {
  width: 100%;
  display: block;
  font-size: 50px;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
  text-indent: -4px;
}

.event-headline address {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.event-headline address span {
  display: inline-block;
}

.event-headline address span:first-child {
  margin-right: 10%;
}

.event-headline address span i {
  display: inline-block;
  color: #1e90ff;
  margin-right: 10px;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: block;
}

.contact-form input[type="text"] {
  width: 90%;
}

.contact-form textarea {
  width: 100%;
}

/* CONTACT BOX*/
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #1e90ff;
  color: #fff;
  padding: 50px;
  margin: 15px 0;
}

.contact-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Exo", sans-serif;
}

.contact-box address {
  width: 100%;
  display: block;
  margin: 0;
}

.contact-box address strong {
  width: 100%;
  display: block;
  margin-top: 5px;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 560px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #1e90ff;
}

.google-maps iframe {
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}

.google-maps i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  font-size: 40px;
  color: #1e90ff;
  border-radius: 50%;
}

.google-maps:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* NEWS BOX */
.news-box {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 100px;
}

.news-box.single .content {
  padding-left: 0;
}

.news-box.single .content .category:before {
  display: none;
}

.news-box.single .content .author {
  margin-bottom: 30px;
}

.news-box:last-child {
  margin-bottom: 0;
}

.news-box:hover .content h3 a {
  background-size: 100% 100%;
}

.news-box figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #1e90ff;
}

.news-box figure img {
  width: 100%;
  max-width: inherit;
}

.news-box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}

.news-box .content .category {
  display: inline-block;
  color: #1e90ff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.news-box .content .category:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #1e90ff;
  position: absolute;
  left: -80px;
  top: calc(50% - 0.5px);
}

.news-box .content .date {
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 600;
  margin-left: 15px;
}

.news-box .content .date:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #141414;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
}

.news-box .content h3 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Exo", sans-serif;
}

.news-box .content h3 a {
  display: block;
  color: #141414;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-box .content h3 a:hover {
  color: #1e90ff;
  text-decoration: none;
}

.news-box .content .author {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 13px;
}

.news-box .content .author img {
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}

.news-box .content .author b {
  font-weight: 600;
}

.news-box .content h6 {
  font-size: 24px;
  line-height: 1.7;
  margin: 30px 0;
}

.news-box .content strong {
  font-weight: 600;
}

.news-box .content figure {
  margin: 30px 0;
}

.news-box .content blockquote {
  width: 100%;
  display: block;
  padding: 40px;
  background: #f5f3ec;
  color: #1e90ff;
  font-size: 22px;
  font-family: "Exo", sans-serif;
  margin: 30px 0;
}

.news-box .content ul {
  padding-left: 20px;
}

.news-box .content ul li {
  margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
}

.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f5f3ec;
  border-right: 4px solid #f5f3ec;
  border-bottom: 4px solid #f5f3ec;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
}

.sidebar .widget * {
  position: relative;
}

.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 22px;
  color: #1e90ff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Exo", sans-serif;
}

.sidebar .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #1e90ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f5f3ec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

.sidebar .widget form {
  width: 100%;
  display: block;
}

.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #141414;
  color: #fff;
}

.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget .categories li a {
  color: #141414;
  font-size: 19px;
}

.sidebar .widget .categories li a:hover {
  color: #1e90ff;
}

.sidebar .widget .widget-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}

.sidebar .widget .widget-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #141414;
  outline: none !important;
}

.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* NEWSLETTER BOX */
.newsletter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 20%;
}

.newsletter-box h6 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 2px;
  position: relative;
}

.newsletter-box h6:before {
  content: "";
  width: 4vw;
  max-width: 100%;
  height: 1px;
  display: inline-block;
  background: #141414;
  position: absolute;
  left: calc(50% - 2vw);
  top: calc(100% + 10px);
}

.newsletter-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Exo", sans-serif;
  font-size: 60px;
}

.newsletter-box form {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cbcbcb;
  padding: 10px;
  margin-bottom: 15px;
}

.newsletter-box form input[type="email"] {
  flex: 1;
  height: 60px;
  border: none;
  padding: 0 10px;
}

.newsletter-box form input[type="submit"] {
  height: 60px;
  border: none;
}

.newsletter-box small {
  width: 100%;
  display: block;
}

.newsletter-box small a {
  display: inline-block;
  text-decoration: underline;
}

.newsletter-box small a:hover {
  text-decoration: none;
}

/* FOOTER BAR */
.footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 40px 0;
}

.footer-bar i {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}

.footer-bar h6 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 24px;
  opacity: 0.4;
}

.footer-bar strong {
  font-size: 15px;
}

.footer-bar figure {
  margin-left: auto;
  margin-bottom: 0;
}

.footer-bar figure img {
  height: 40px;
}

/* FOOTER */
.footer a {
  color: #1e90ff;
  font-weight: 600;
}

.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 20px;
  color: #444;
  text-align: center;
  border-bottom: 10px solid #1e90ff;
}

.footer .widget-title {
  width: 100%;
  display: block;
  font-size: 22px;
  font-family: "Exo", sans-serif;
  margin-bottom: 25px;
}

.footer p {
  width: 100%;
  display: block;
}

.footer p a {
  color: #fff;
}

.footer p a:hover {
  text-decoration: underline;
}

.footer .bottom-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
  font-size: 14px;
  position: relative;
  margin-top: 50px;
}

.footer .bottom-bar:before {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 0.2;
}

.footer .bottom-bar span {
  display: inline-block;
}

.footer .bottom-bar .footer-social {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.footer .bottom-bar .footer-social li {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}

.footer .bottom-bar .footer-social li a {
  display: inline-block;
  color: #fff;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
  .hotel-search form .form-group {
    margin: 15px;
  }

  .side-image .video-button {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }

  .side-image.overlap-bottom {
    transform: translateY(0);
  }

  .side-image.left-align:after {
    display: none;
  }

  .side-image.right-align:after {
    display: none;
  }

  .side-image.overlap-top {
    transform: translateY(0);
  }

  .side-content.text-left p {
    padding-right: 0;
  }

  .side-content .custom-button {
    margin-top: 20px;
  }

  .section-title h2 {
    font-size: 48px;
  }

  .section-title h6:before {
    display: none;
  }

  .side-content h2 {
    font-size: 38px;
  }

  .carousel-image-box {
    width: 100%;
  }

  .side-hotel-box.right {
    padding-left: 50px;
  }

  .side-hotel-box h2 {
    font-size: 38px;
  }

  .side-hotel-box h2 br {
    display: none;
  }

  .side-hotel-box .review {
    display: none;
  }

  .side-content.text-left {
    padding-right: 10%;
  }

  .video-box .play-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }

  .rooms-slider .swiper-slide .room-detail {
    width: 60%;
  }

  .recent-news .content {
    padding-left: 0;
  }

  .recent-news .content ul:before {
    display: none;
  }

  .meeting-event-box .content {
    width: 100%;
    margin-top: 0;
    padding-top: 25px;
  }

  .meeting-event-box .content h5 {
    font-size: 23px;
  }

  .event-headline h3 {
    font-size: 44px;
  }

  .room-box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
    padding: 0;
  }

  .special-offer-box .content h5 {
    font-size: 23px;
  }

  .special-offer-box .content {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }

  .newsletter-box h2 {
    font-size: 48px;
  }

  .side-gallery {
    transform: translateY(0);
  }

  .rooms-list li {
    padding-right: 15px;
  }

  .rooms-list li:nth-child(even) {
    padding-left: 15px;
  }

  .room-type h3 {
    font-size: 60px;
  }

  .room-info-box {
    padding: 30px;
  }

  .room-info-box ul li span {
    width: auto;
  }

  .contact-box {
    padding: 30px;
  }

  .contact-form input[type="text"] {
    width: 100%;
  }

  .custom-button {
    height: 70px;
    line-height: 70px;
  }

  .sidebar {
    padding-left: 0;
  }

  .news-box .content {
    padding-left: 0;
  }

  .news-box .content .category:before {
    display: none;
  }

  .footer .bottom-bar:before {
    width: 100%;
    left: 0;
  }

  .content-section.bottom-spacing {
    margin-bottom: 0 !important;
  }

  .content-section.top-spacing {
    margin-top: 0 !important;
  }

  .col-md-6:nth-child(2) .recent-news {
    padding-right: 0;
  }

  .col-md-6:nth-child(3) .recent-news {
    padding-left: 0;
  }
}

/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
  .cursor {
    display: none;
  }

  .hamburger-navigation .nav-menu.mobile-menu {
    display: inline-block;
  }

  .navbar .site-menu {
    display: none;
  }

  .side-image.right-full {
    width: 100%;
  }

  .side-content.text-center {
    padding: 100px 0;
  }

  .side-content.text-left {
    padding: 100px 0;
  }

  .side-hotel-box.right {
    padding: 100px 0;
  }

  .side-gallery {
    width: 100vw;
    margin-left: 50%;
    float: left;
    transform: translateX(-50%);
  }

  .side-gallery div:nth-child(1) {
    width: 100%;
  }

  .side-gallery div:nth-child(2) {
    width: 50%;
    margin: 0;
  }

  .side-gallery div:nth-child(3) {
    width: 50%;
    margin: 0;
  }

  .side-content h2 br {
    display: none;
  }

  .rooms-slider {
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  .rooms-slider .swiper-slide {
    max-width: 100%;
  }

  .testimonial-box.bottom {
    margin-bottom: 0;
  }

  .recent-news .content h2 {
    font-size: 27px;
    margin-top: 10px;
  }

  .member-box {
    margin: 15px 0;
  }

  .member-box .content {
    width: 100%;
    margin-top: 0;
  }

  .side-image.left-full-space {
    width: 100vw;
    float: left;
    margin-right: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .event-headline h3 {
    font-size: 36px;
  }

  .event-headline h3 br {
    display: none;
  }

  .content-tab .tab-item {
    padding: 30px;
  }

  .content-tab .tab-item ul li {
    width: 50%;
  }

  .content-tab .tab-item .col-lg-4.col-md-6 {
    margin-bottom: 30px;
  }

  .video-box {
    margin: 0;
  }

  .video-box h2 br {
    display: none;
  }

  .video-box .play-btn {
    margin-bottom: 50px;
  }

  .rooms-filter .price-range {
    width: 100%;
    margin-bottom: 10px;
  }

  .rooms-filter .specifications {
    width: 100%;
    padding-left: 0;
  }

  .rooms-list li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }

  .rooms-list li:nth-child(even) {
    width: 100%;
    padding-left: 0;
  }

  .rooms-list li:last-child {
    margin-bottom: 0;
  }

  .recent-testimonial {
    padding: 30px;
  }

  .sidebar {
    margin-top: 50px;
  }

  .newsletter-box {
    padding: 0;
  }

  .footer-bar h6 {
    font-size: 20px;
  }

  .footer-bar figure img {
    height: 34px;
  }

  .footer .widget-title {
    margin-top: 30px;
  }

  .footer .row div:first-child .widget-title {
    margin-top: 0;
  }
}

/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  .hamburger-navigation-active .hamburger-navigation .container {
    padding-top: 50px;
  }

  .hamburger-navigation .info-box {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hamburger-navigation .nav-menu li {
    margin: 3px 0;
  }

  .hamburger-navigation .nav-menu li a {
    font-size: 6vw;
  }

  .page-header .container h1 {
    font-size: 10vw;
  }

  .page-header .container p {
    letter-spacing: 0;
  }

  .navbar .navbar-text {
    display: none;
  }

  .slider h6 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .slider h1 {
    font-size: 12vw;
  }

  .slider a {
    height: 70px;
    line-height: 70px;
  }

  .slider .slider-prev {
    display: none;
  }

  .slider .slider-next {
    display: none;
  }

  .slider .slider-fraction {
    width: 30%;
  }

  .hotel-search form .form-group {
    width: 100%;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .section-title h2 br {
    display: none;
  }

  .side-hotel-box h2 {
    font-size: 34px;
  }

  .package-box {
    padding: 30px;
  }

  .package-box h4 {
    font-size: 34px;
  }

  .events-tab .tab-nav li {
    margin-bottom: 10px;
  }

  .rooms-slider .swiper-slide .room-detail {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    padding: 15px;
  }

  .room-box .content .bottom-specs .icons {
    width: 100%;
  }

  .room-box .content .bottom-specs .reviews {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .room-type h3 {
    font-size: 34px;
  }

  .room-gallery-top {
    display: none;
  }

  .room-info-box ul li b {
    width: 80%;
  }

  .content-tab .tab-nav li {
    padding: 0 15px;
    margin-right: 0;
    margin-left: -1px;
  }

  .content-tab .tab-nav li:first-child {
    margin-left: 0;
  }

  .content-tab .tab-item ul li {
    width: 100%;
  }

  .news-box {
    margin-bottom: 50px;
  }

  .news-box .content h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .sidebar .widget {
    padding: 30px;
  }

  .newsletter-box h2 {
    font-size: 34px;
  }

  .newsletter-box form {
    height: auto;
  }

  .newsletter-box form input[type="email"] {
    margin-bottom: 10px;
  }

  .newsletter-box form input[type="submit"] {
    width: 100%;
  }

  .footer-bar strong {
    width: 100%;
    display: block;
    margin: 10px 0;
  }

  .footer-bar figure {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .footer .bottom-bar .footer-social {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .footer .bottom-bar .footer-social li {
    margin-left: 0;
    margin-right: 10px;
  }
}

.navbar {
  background-image: linear-gradient(to bottom,
      rgb(0 0 0 / 59%),
      rgb(84 84 84 / 0%));
}

navbar {
  background-image: linear-gradient(to bottom,
      rgb(3 13 19 / 53%),
      rgb(3 13 19 / 23%),
      rgb(27 26 26 / 0%));
}

.sldr_til {
  width: 20%;
  height: 70px;
  object-fit: cover;
  position: absolute;
  bottom: 00px;
  right: 0px;
  z-index: 9999999999999999;
}

.ty_txt span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 7px;
  line-height: 20px;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.5));
}

.ty_txt {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 0px;
  left: 0px;
  padding: 55px 25px 25px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.76);
  background-image: linear-gradient(to top,
      rgb(3 13 19 / 53%),
      rgb(3 13 19 / 23%),
      rgb(27 26 26 / 0%));
}

.section-title h2 span {
  color: #1e90ff;
}

.avs_a_btn:hover {
  opacity: 1;
}

.avs_a_btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #1e90ff;
  opacity: 0.5;
  color: #1e90ff !important;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3px;
  border-radius: 3px;
  float: right;
}

.abt_st {
  background-color: #f9f9f9;
  width: 100%;
  padding: 50px 40px;
  background-image: url(/*  ../images/bg.jpg   */);
  background-size: cover;
  color: #666;
}

@media (max-width: 700px) {
  body .link_sec_txt {
    display: none;
  }

  body .link_sec li a {
    color: #333 !important;
  }

  body .link_sec li {
    padding: 13px 20px;
    display: block !important;
  }

  body .link_sec ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  body .link_sec {
    background-color: #ffffff;
    width: calc(100% + 30px);
    margin: 0px -15px !important;
    border-bottom: 5px solid #1e90ff !important;
  }

  .lgo {
    width: 60%;
  }

  .abt_st .side-image img {
    margin-bottom: 20px;
  }

  .abt_st {
    padding: 30px 20px;
  }

  .section-title h6 {
    font-size: 13px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .avs_a_btn {
    display: inline-block;
    padding: 10px 6px;
    width: 100%;
    text-align: center;
  }

  .slider,
  .slider .main-slider {
    height: 60vh;
  }

  .sldr_til {
    display: none;
  }

  .navbar {
    background-image: linear-gradient(to bottom,
        rgb(0 0 0 / 59%),
        rgb(84 84 84 / 0%));
  }
}

@media (min-width: 700px) {

  .slider,
  .slider .main-slider {
    height: calc(100vh - 100px) !important;
  }

  .transperant_hdr .slider,
  .slider .main-slider {
    height: 100vh !important;
  }

  .hamburger-menu {
    display: none !important;
  }

  .abt_st_lft {
    padding-left: 80px !important;
  }
}

.abt_prt_out {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}

.abt_prt_out img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 140px;
  position: relative;
  z-index: 0;
}

.abt_prt_txt {
  width: 100%;
  /* height:50px; */
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(to top,
      rgb(3 13 19 / 53%),
      rgb(3 13 19 / 23%),
      rgb(27 26 26 / 0%));
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
  padding-top: 40px;
  bottom: 0px;
  left: 0px;
}

.section-title.text-right h6:before {
  right: calc(-4vw - 20px) !important;
  left: auto;
}

.transperant_hdr .nv_br {
  box-shadow: none;
  background: none;
  position: absolute;
}

.transperant_hdr .link_sec {
  border: 1px solid rgb(255 255 255 / 10%);
}

.transperant_hdr .link_sec_txt {
  color: #ececec;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.transperant_hdr .link_sec li a {
  color: #fff;
}

.transperant_hdr .cont_sec {
  background: none;
  border: 1px solid rgb(255 255 255 / 10%);
}

.transperant_hdr .cont_sec_txt {
  color: #fff;
}

.transperant_hdr .cont_sec_txt span {
  color: #d6d6d6;
}

.transperant_hdr .slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 34vh;
  background: none;
  background-image: linear-gradient(to bottom,
      rgb(0 0 0 / 72%),
      rgb(0 0 0 / 53%),
      rgb(0 0 0 / 25%),
      rgb(84 84 84 / 0%)) !important;
  position: absolute;
  /* background-color: #000; */
  /* opacity: 0.3; */
}

.nv_br {
  display: block;
  width: 100%;
  padding: 13px 0px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 999;
  border-top: 10px solid #1e90ff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.nv_br:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e90ff;
  overflow: hidden;
  position: absolute;
  top: 2.5px;
  left: 0px;
  z-index: 9;
}

.lgo {
  display: inline-block;
  float: left;
  height: 80px;
  object-fit: contain;
  object-position: left;
  margin: -5px 0px;
}

.link_sec {
  display: inline-block;
  float: right;
  padding: 10px 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: -10px 0px;
}

.cont_sec i {
  font-size: 20px;
  display: inline-block;
  float: left;
  line-height: 70px;
  color: #fff;
  width: 36px;
  background-color: #d3294e;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
}

i.ico {
  font-size: 20px;
  display: inline-block;
  float: left;
  line-height: 34px;
  margin-bottom: 2px;
  color: #fff;
  width: 34px;
  background-color: #00cb89;
  text-align: center;
  border-radius: 2px;
}

.clr2 {
  background-color: #1e90ff !important;
  position: absolute;
  left: 15px;
  top: 46px;
}

.cont_sec_txt span {
  color: #666;
  display: block;
  font-size: 11px;
  line-height: 20px;
}

.cont_sec_txt {
  font-size: 14px;
  display: inline-block;
  float: left;
  line-height: 23px;
  font-weight: 500;
  color: #222;
  padding-left: 10px;
}

.cont_sec {
  display: inline-block;
  float: right;
  padding: 10px 15px;
  position: relative;
  margin: -10px 0px;
  /* background-color: #f9f9f9; */
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.link_sec ul {
  margin: 0px;
  display: block;
  padding: 0px;
}

.link_sec li a i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  color: #d0d0d0;
  line-height: 20px;
}

.link_sec li {
  display: inline-block;
  padding: 0px 20px;
}

.link_sec_txt {
  position: relative;
  display: block;
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 8px;
  margin-bottom: 14px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link_sec li a:hover {
  color: #1e90ff;
}

.link_sec li a {
  font-size: 16px;
  color: #555;
  font-weight: 500;
  font-family: "Exo", sans-serif;
}

body:not(.mn_opn) #lgo_clr {
  display: none;
}

body:not(.mn_opn) #lgo {
  display: block;
}

body.mn_opn .nv_br {
  padding: 12px 0px 0px !important;
}

body.mn_opn .nv_br {
  background-color: #fff;
}

body.mn_opn #lgo_clr {
  display: block;
}

body.mn_opn #lgo {
  display: none;
}

@media (max-width: 700px) {
  .hamburger-menu {
    width: 55px;
    position: absolute;
    right: 10px;
    top: -1px;
    background-color: #1e90ff;
    text-align: center;
    padding: 26px 5px 3px;
    border-radius: 0px 0px 5px 5px;
    transform: none !important;
  }

  .mbl_hid {
    display: none;
  }

  .nv_br {
    overflow: inherit;
  }

  body .cont_sec_btn i {
    line-height: 26px;
    width: 26px;
    font-size: 10px;
    border-radius: 3px;
    background-color: #00000014;
    float: right;
    margin-left: 4px;
  }

  .cont_sec_btn {
    height: 40px;
    width: 100%;
    background-color: #1e90ff;
    color: #fff;
    font-size: 12px;
    padding: 5px 4px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 28px;
  }

  .cont_sec.opn {
    bottom: 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.65);
  }

  .cont_sec {
    position: fixed !important;
    z-index: 99;
    overflow: hidden;
    transition: 0.3s all ease;
    background-color: #fff !important;
    left: calc(50% - 50px);
    bottom: -100px;
    padding: 55px 15px 25px 15px !important;
    border-radius: 6px 6px 0px 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    border: none !important;
  }

  body .clr2 {
    left: auto;
    right: 53px;
    top: 91px;
  }

  body .link_sec {
    display: none;
  }

  .cont_sec_txt {
    display: none !important;
  }
}

@media (min-width: 700px) {
  .desk_hid {
    display: none;
  }

  .cont_sec_btn {
    display: none;
  }

  .hamburger-menu {
    display: none;
  }
}

main {
  overflow-x: hidden;
  overflow-y: auto;
}

.nv_br {
  display: block;
  width: 100%;
  padding: 13px 0px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 999;
  border-top: 10px solid #1e90ff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.nv_br:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e90ff;
  overflow: hidden;
  position: absolute;
  top: 2.5px;
  left: 0px;
  z-index: 9;
}

.lgo {
  display: inline-block;
  float: left;
  height: 69px;
  object-fit: contain;
  object-position: left;
  margin: -5px 0px;
}

#lgo {
  filter: drop-shadow(0px 0px 5px #000);
}

.link_sec {
  display: inline-block;
  float: right;
  padding: 10px 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: -10px 0px;
}

.cont_sec i {
  font-size: 20px;
  display: inline-block;
  float: left;
  line-height: 70px;
  color: #fff;
  width: 36px;
  background-color: #d3294e;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
}

i.ico {
  font-size: 20px;
  display: inline-block;
  float: left;
  line-height: 34px;
  margin-bottom: 2px;
  color: #fff;
  width: 34px;
  background-color: #00cb89;
  text-align: center;
  border-radius: 2px;
}

.clr2 {
  background-color: #1e90ff !important;
  position: absolute;
  left: 15px;
  top: 46px;
}

.cont_sec_txt span {
  color: #666;
  display: block;
  font-size: 11px;
  line-height: 20px;
}

.cont_sec_txt {
  font-size: 14px;
  display: inline-block;
  float: left;
  line-height: 23px;
  font-weight: 500;
  color: #222;
  padding-left: 10px;
  width: 280px;
}

.cont_sec {
  display: inline-block;
  float: right;
  padding: 10px 15px;
  position: relative;
  margin: -10px 0px;
  /* background-color: #f9f9f9; */
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.link_sec ul {
  margin: 0px;
  display: block;
  padding: 0px;
}

.link_sec li a i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  color: #d0d0d0;
  line-height: 20px;
}

.link_sec li {
  display: inline-block;
  padding: 0px 20px;
}

.link_sec_txt {
  position: relative;
  display: block;
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 8px;
  margin-bottom: 14px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link_sec li a:hover {
  color: #1e90ff;
}

.link_sec li a {
  font-size: 16px;
  color: #555;
  font-weight: 500;
  font-family: "Exo", sans-serif;
}

.af_txtbx_set {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  position: relative;
}

.af_txtbx_lbl {}

.af_txtbx_lbl {
  font-size: 12px;
  color: #888;
  padding: 4px;
  position: absolute;
  left: 10px;
  top: 3px;
  line-height: 10px;
  font-weight: 400;
  background-color: #fff;
  transition: all 0.3s ease-out;
}

.af_txtbx_set:hover .af_txtbx_lbl,
.af_txtbx_box:focus~.af_txtbx_lbl,
.af_txtbx_box:not(:placeholder-shown)~.af_txtbx_lbl {
  color: #888 !important;
  top: 3px;
  font-size: 12px;
  left: 10px;
}

.af_txtbx_box:focus~.af_txtbx_lbl {
  border-color: #1e90ff !important;
  color: #1e90ff !important;
}

.af_txtbx_box:focus {
  border-color: #1e90ff !important;
}

textarea.af_txtbx_box {
  height: 20vh;
}

.af_txtbx_box {
  border-radius: 4px;
  color: #222 !important;
  margin-bottom: 00px !important;
  background-color: #fff;
  border: 1px solid #b3b3b3 !important;
  padding: 0px 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.af_blu_btn {
  border-radius: 4px;
  background: linear-gradient(45deg, #1e90ff, #4589cc) !important;
  line-height: 50px;
  outline: none !important;
  border: none !important;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.47);
  transition: all 0.3s ease-in;
  padding: 0px 25px;
  float: right;
}

.cnt_set {
  display: block;
  position: relative;
  width: 100%;
  float: left;

  vertical-align: top;
  margin-bottom: 15px;
}

.cnt_set .icon-box-outer {
  width: 62px;

  float: left;
  display: inline-block;
}

.cnt_set p span {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.cnt_set p {
  display: inline-block;
  float: left;
  width: calc(100% - 63px);
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.icon-box-outer.bg-eff {
  border-color: #e5e5e5;
}

.icon-box-outer .icon-box {
  color: #fff;
  padding-top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  text-align: center;
  margin: 0px;
}

.bg-eff .icon-box {
  background: linear-gradient(45deg, #1e90ff, #4589cc) !important;
  box-shadow: 0 0.213rem 0.213rem 0 #1e90ff40;
}

.icon-box-outer .icon-box i {
  font-size: 20px;
  line-height: 40px;
  background: none;
  color: #ffffffe6;
}

.icon-box-outer {
  border: 0.063rem solid;
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
  float: left;
}

.brd_cmb {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #333;
  color: #e7e7e7;
  padding: 160px 0px 50px;
  position: relative;
  font-weight: 400;
  background-image: url(../images/brd_cmb.jpg);
  background-size: cover;
}

.brd_cmb:before {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  background: none;
  background-image: linear-gradient(to bottom,
      rgb(0 0 0 / 62%),
      rgb(0 0 0 / 53%),
      rgb(0 0 0 / 25%),
      rgb(84 84 84 / 0%)) !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

.brd_cmb_h1 {
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
}

.brd_cmb_a a {
  color: #eee;
}

.brd_cmb_a {
  display: block;
  float: right;
  text-align: right;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}

.mdl_sec {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  padding: 40px 0px;
  overflow: hidden;
  min-height: calc(100vh - 250px);
}

.cnt_set_out {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.cnt_bdy {
  display: block;
  width: 100%;
  background-color: #fff;
}

.cnt_bdy_s {
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 50px !important;
  overflow: hidden;
}

.cnt_map {
  display: block;
  width: 100%;
  height: 200px;
}

@media (max-width: 600px) {
  .brd_cmb_h1 {
    font-size: 28px;
  }

  .brd_cmb {
    padding: 120px 0px 40px !important;
  }

  .brd_cmb_a {
    text-align: left;
    margin-top: 5px;
  }

  .cnt_bdy_s {
    padding: 20px !important;
  }
}


.prd_set {
  display: block;
  width: 100%;

  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}


.prd_out_img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 220px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}


.bath-sty {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 450px;
  position: absolute;
}


.prd_til_img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 220px;
  position: absolute;
  /* object-position: center; */
  /* position: absolute;
  z-index: 2;
  transition: 0.2s all ease; */
}

.prd_out_img {
  opacity: 0;
}

.prd_set:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
}

.prd_set:not(.no_hvr):hover .prd_out_img {
  opacity: 1;
}

.prd_set:not(.no_hvr):hover .prd_til_img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 6px;
  right: 15px !important;
  top: 15px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}

.prd_txt {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #f3f3f3;
  text-align: center;
  padding: 10px 15px;
  margin-top: 220px;
  text-transform: uppercase;
}

.prd_txt_bath {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #f3f3f3;
  text-align: center;
  padding: 10px 15px;
  margin-top: 450px;
  text-transform: uppercase;
}

ul#myTab li a.active {
  background-color: #1e90ff;
  color: #fff;
}

ul#myTab li a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: inline-block;
  float: left;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: -2px;
  text-align: center;
}

ul#myTab:before,
ul#myTab:after {
  content: " ";
  display: table;
}

ul#myTab:after {
  clear: both;
}

@media (min-width: 600px) {
  ul#myTab {
    margin-top: 10px;
  }
}

ul#myTab {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);

  margin-bottom: 20px;
  float: right;
}

.enq_bx.act {
  bottom: 0px;
}

.enq_bx p {
  color: #555;
}

.enq_bx .btn {
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.enq_bx span {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.enq_bx {
  background-color: #fff;
  position: fixed;
  bottom: -100vh;

  transition: 0.3s all ease;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 40%;
  left: 30%;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.45);
  z-index: 9999999;
}

.enq_set {
  display: none;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.opn_btn {
  background-color: #1e90ff !important;
  color: #fff !important;
  font-weight: 500;
  border: none;
  position: absolute;
  top: -132px;
  left: -5px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 0px;
  width: calc(100% + 10px) !important;
  line-height: 45px;
}

.enq_opn .enq_cls {
  display: block;
}

.enq_cls:hover {
  background-color: #ff3d40 !important;
}

.enq_cls {
  display: none;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
}

.enq_opn .enq_bx {
  padding-top: 65px;
  top: 10px;
}

.enq_opn .bkg {
  display: block !important;
}

.bkg {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
}

@media (max-width: 600px) {
  ul#myTab li a.active {
    background-color: #1e90ff;
    color: #fff;
    font-weight: 500;
  }

  ul#myTab li {
    width: 33.33% !important;
    display: inline-block;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  ul#myTab li a {
    border: none;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 10px 10px;
  }

  .enq_bx {
    width: calc(100% - 20px);
    left: 10px;
    overflow: auto;
    max-height: 100vh;
  }
}

.cont_enq_set i {
  width: 100%;
  height: 60px;
  border-radius: 7px;
  background-color: #12b055;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  margin: auto;
  display: block;
}

.enq_set.bx_cont h5 {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333;
}

.bx_cont {
  margin-top: 20px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: #f9f9f9;
  border-radius: 6px;
  border: none;
}

.cl2 {
  background-color: #1e90ff !important;
}

.cl3 {
  background-color: #d71e51 !important;
}

body:not(.enq_opn) .enq_cls {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  right: 0px;
  top: 0px;
  background-color: rgb(30 144 255);
  border-radius: 0px 0px 00px 28px;
  padding-left: 4px;
}

.cont_adds {
  margin-top: 4px;
}

.granite-sty-pa {
  object-fit: cover;
  filter: brightness(1.1) contrast(1.2) saturate(1.1);

}

.tiles-sty-pa {
  object-fit: cover;
  filter: contrast(1.1) saturate(1.1);

}