@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
a {
  text-decoration: none !important; }

p {
  text-align: justify;
  font-size: 13px; }

@font-face {
  font-family: 'Latin';
  src: url("//palmbeachhotel.in/fonts/lmromandunh10-regular.woff2") format("woff2"), url("../fonts/lmromandunh10-regular.woff") format("woff"); }
@font-face {
  font-family: 'Geometria';
  src: url("//palmbeachhotel.in/fonts/geometria-light-webfont.woff2") format("woff2"), url("../fonts/geometria-light-webfont.woff") format("woff");
  font-weight: 300; }
@font-face {
  font-family: 'Geometria';
  src: url("//palmbeachhotel.in/fonts/geometria.woff2") format("woff2"), url("../fonts/geometria.woff") format("woff");
  font-weight: 400; }
@font-face {
  font-family: 'Geometria';
  src: url("//palmbeachhotel.in/fonts/geometria-medium.woff2") format("woff2"), url("../fonts/geometria-medium.woff") format("woff");
  font-weight: 600; }
@font-face {
  font-family: 'De Valencia';
  src: url("//palmbeachhotel.in/fonts/de_valencia_beta.woff2") format("woff2"), url("../fonts/de_valencia_beta.woff") format("woff"); }
.font1, .menu-panel, .menu ul li a, .special-form .form-group label, .special-form .btn, .special-enquiry-form .form-group label, .special-enquiry-form .btn, .editor h1, .editor .h1, .editor h2, .editor .h2, .editor h3, .editor .h3, .editor h4, .editor .h4, .editor h5, .editor .h5, .hzbox, .restresrv, .homepagelinks li, .expevents .datefmt, .expevents h5 {
  font-family: 'Latin', serif;
  font-weight: normal; }

.font2, .special-form .form-group .form-control, .special-enquiry-form .form-group .form-control, .restresrv span {
  font-family: 'De Valencia', serif;
  font-weight: normal; }

.ease, .modal.scale, #wrapper > div, #wrapper .iScrollIndicator, section.hero .hero-slider, #gallery-wrapper .scroller, .has-hover .hover-holder:before, .has-hover.hover-holder:before, .inner-nav .inner-nav-prev,
.inner-nav .inner-nav-next {
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1) !important; }

h4, h5 {
  font-size: 1.1rem; }

.ease-normal, .menu-panel, .menu-panel .menu-collapse {
  transition: all .6s ease; }

.bg-cover, section.hero .hero-slider .item, section.contact .img, section.contactroom .img, .service-block .service-block-img, .banner .img, #gallery-wrapper .gallery-block .gallery-block-img, .slider-for .item, .slider-nav .item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.hamburger {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer;
  outline: none !important; }
  .hamburger span {
    display: block;
    width: 30px;
    border-top: 1px solid black;
    cursor: pointer;
    position: relative;
    vertical-align: top; }
    .hamburger span:nth-child(1) {
      margin-bottom: 5px; }
    .hamburger span:nth-child(2) {
      margin-left: 0px; }
    .hamburger span:nth-child(3) {
      margin-top: 5px; }
  .hamburger:hover span:nth-child(2) {
    margin-left: 0px; }
  .hamburger.hamburger-light span {
    border-top-color: white; }

.btn-primary {
  color: #000;
  background-color: #ade5f6;
  border-color: #ade5f6; }

.title-border {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #333; }
  .title-border a {
    color: #333; }
  .title-border:before {
    content: '';
    position: absolute;
    top: 105%;
    left: 0px;
    height: 3px;
    width: 60px;
    background: #ade5f6; }

.modal.scale {
  display: block !important;
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0; }
.modal.show.scale {
  transform: scale(1);
  visibility: visible;
  opacity: 1; }

.modal-full {
  padding: 0px !important;
  z-index: 99999; }
  .modal-full .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0px; }
    .modal-full .modal-dialog .modal-content {
      height: 100%;
      border-radius: 0px;
      border: 0px;
      box-shadow: none;
      position: relative; }
      .modal-full .modal-dialog .modal-content [data-dismiss="modal"] {
        position: absolute;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        right: 20px;
        top: 20px;
        z-index: 2;
        border: 0px;
        padding: 0px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 100%;
        outline: none;
        cursor: pointer; }

.mouse {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 45px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box; }
  .mouse:before {
    position: absolute;
    top: 8px;
    left: 52%;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: -3px;
    background-color: #ade5f6;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
#wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #333; }
  #wrapper .iScrollIndicator {
    border-radius: 0px !important;
    background-color: #ccc !important;
    border: 0px !important; }

section.section {
  padding: 80px 0px; }

section.hero {
  height: 100vh;
  /* padding-right: 250px; */
  background: white;
  position: relative;
  overflow: hidden; }
  section.hero .hero-slider .item {
    height: 100vh;
    position: relative; }
    section.hero .hero-slider .item:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      /* background: rgba(black, .1); */
      z-index: 1; }
  section.hero .hero-slider .slick-dots {
    display: none !important;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99999; }
    section.hero .hero-slider .slick-dots li {
      display: inline-block;
      margin: 0px 3px;
      z-index: 9999; }
      section.hero .hero-slider .slick-dots li button {
        height: 8px;
        width: 8px;
        background: white;
        padding: 0px;
        border: none;
        overflow: hidden;
        text-indent: -99999px;
        border-radius: 8px;
        cursor: pointer;
        transition: all .3s ease;
        opacity: 0.5; }
      section.hero .hero-slider .slick-dots li.slick-active button {
        opacity: 1; }
  section.hero .hero-sidebar {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
    background: white;
    z-index: 99; }
    section.hero .hero-sidebar:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0px;
      border-bottom: 100vh solid transparent;
      border-right: 200px solid white;
      z-index: 99; }
    section.hero .hero-sidebar .hero-sidebar-inner {
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 40px;
      z-index: 99; }
      section.hero .hero-sidebar .hero-sidebar-inner .header-head {
        margin-left: -120px; }
      section.hero .hero-sidebar .hero-sidebar-inner .logo {
        display: block; }
        section.hero .hero-sidebar .hero-sidebar-inner .logo img {
          max-width: 220px; }
      section.hero .hero-sidebar .hero-sidebar-inner .logo2 {
        display: block; }
        section.hero .hero-sidebar .hero-sidebar-inner .logo2 img {
          max-width: 220px; }

section.contact {
  background-color: #ade5f6; }
  section.contact .img {
    min-height: 500px;
    background: #ccc; }
  section.contact .content {
    padding: 90px 80px;
    color: #333;
    font-size: 14px; }
  section.contact .btn {
    margin-top: 20px; }

section.contactroom {
  background-color: #ade5f6; }
  section.contactroom .img {
    min-height: 500px;
    background: #ccc; }
  section.contactroom .content {
    padding: 80px;
    color: #333; }

.footer {
  background: #63636b;
  color: white;
  padding: 30px;
  font-size: 12px; }
  .footer a {
    color: white;
    text-decoration: none; }

.fotsocial a {
  text-align: right !important;
  padding: 0px 10px; }
  .fotsocial a i {
    color: #fff;
    text-decoration: none;
    font-size: 20px; }
    .fotsocial a i:hover {
      color: #ade5f6; }

.service-block .service-block-img {
  padding-bottom: 55%; }
.service-block .service-block-info {
  padding: 20px 20px 50px 20px; }
.service-block.even .service-block-info {
  background: #eee; }
.service-block.odd .service-block-info {
  background: #fff; }
.service-block:hover .service-block-info {
  background: #ddd;
  cursor: pointer; }

.menu-columns {
  counter-reset: my-sec-counter; }
  .menu-columns .col {
    background: #ade5f6;
    border-right: 1px solid white;
    position: relative;
    /* &:before {
        counter-increment: my-sec-counter;
        content: counter(my-sec-counter) ".0";
        position: absolute;
        left: 40px;
        top: 20px;
        font-size: 30px;
        @extend .font1;
        opacity: 0.4;
    } */ }
    .menu-columns .col:last-child {
      background: #e5e5e7;
      border-right: 0px; }
      .menu-columns .col:last-child:before {
        display: none; }

.menu-panel {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .menu-panel .menu-toggle {
    padding: 20px 40px;
    border: 0px;
    width: 100%;
    background: transparent;
    text-transform: uppercase;
    text-align: left;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 16px; }
    .menu-panel .menu-toggle:after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f067";
      position: absolute;
      right: 20px;
      top: 50%;
      background: white;
      height: 40px;
      line-height: 40px;
      width: 40px;
      text-align: center;
      margin-top: -20px;
      border-radius: 100%;
      font-size: 14px; }
    .menu-panel .menu-toggle:active {
      background: rgba(0, 0, 0, 0.1); }
  .menu-panel .menu-collapse {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    overflow: hidden; }
    .menu-panel .menu-collapse ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .menu-panel .menu-collapse ul li {
        display: block; }
        .menu-panel .menu-collapse ul li a {
          display: block;
          padding: 15px 40px;
          color: #333;
          text-transform: capitalize;
          font-size: 15px;
          font-weight: bold; }
        .menu-panel .menu-collapse ul li:hover > a {
          color: rgba(51, 51, 51, 0.5); }
        .menu-panel .menu-collapse ul li ul li a {
          padding: 10px 40px; }
          .menu-panel .menu-collapse ul li ul li a:before {
            content: '---';
            display: inline-block;
            margin-right: 5px;
            letter-spacing: -4px;
            opacity: .3; }
        .menu-panel .menu-collapse ul li ul li ul li a:before {
          content: '--------';
          display: inline-block;
          margin-right: 5px;
          letter-spacing: -4px;
          opacity: .3; }
  .menu-panel.active {
    top: 10%;
    transform: translateY(0%); }
    .menu-panel.active .menu-toggle:after {
      content: "\f068"; }
  .menu-panel.expand .menu-collapse {
    visibility: visible;
    opacity: 1;
    height: 100%; }

.menu {
  padding: 20px; }
  .menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .menu ul li {
      display: block; }
      .menu ul li a {
        display: block;
        padding: 8px 10px;
        color: #333;
        font-size: 13px;
        text-transform: capitalize; }
      .menu ul li > ul > li > a {
        font-size: 12px; }
        .menu ul li > ul > li > a:before {
          content: '-';
          display: inline-block;
          margin-right: 5px; }

.special-form {
  width: 400px; }
  .special-form .form-group {
    margin-bottom: 40px; }
    .special-form .form-group i {
      display: block;
      text-align: center;
      font-size: 20px;
      margin-bottom: 10px; }
    .special-form .form-group label {
      text-transform: capitalize;
      display: block;
      text-align: center;
      font-size: 20px; }
    .special-form .form-group .form-control {
      border: 0px;
      border-bottom: 1px solid #ccc;
      border-radius: 0px;
      box-shadow: none;
      text-align: center;
      font-size: 30px; }
  .special-form .btn {
    color: #868690;
    margin-top: 30px;
    font-size: 25px; }
  .special-form .form-control:disabled, .special-form .form-control[readonly] {
    background-color: transparent;
    opacity: 1; }

.special-enquiry-form {
  width: 600px; }
  .special-enquiry-form .form-group {
    margin-bottom: 40px; }
    .special-enquiry-form .form-group i {
      text-align: center;
      font-size: 20px;
      margin-bottom: 10px; }
    .special-enquiry-form .form-group label {
      text-transform: capitalize;
      display: block;
      text-align: center;
      font-size: 20px; }
    .special-enquiry-form .form-group .form-control {
      border: 0px;
      border-bottom: 1px solid #ccc;
      border-radius: 0px;
      box-shadow: none;
      text-align: center;
      font-size: 30px; }
  .special-enquiry-form .btn {
    color: #868690;
    margin-top: 30px;
    font-size: 25px; }
  .special-enquiry-form .form-control:disabled, .special-enquiry-form .form-control[readonly] {
    background-color: transparent;
    opacity: 1; }

.animated.delay-1s {
  animation-delay: 0.2s; }

.animated.delay-2s {
  animation-delay: 0.4s; }

.animated.delay-3s {
  animation-delay: 0.6s; }

.animated.delay-4s {
  animation-delay: 0.8s; }

.animated.delay-5s {
  animation-delay: 1s; }

.animate-end {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }

.navigation {
  position: absolute;
  background: white;
  padding: 10px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999; }

.menu-space {
  padding-top: 80px; }

.banner {
  height: 400px;
  background: #868690; }
  .banner .img {
    height: 400px; }

.ul-styled {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .ul-styled li {
    display: block;
    margin: 30px 0px; }

#gallery-wrapper {
  width: 100%;
  overflow: hidden; }
  #gallery-wrapper .gallery-block {
    display: block;
    width: 400px;
    position: relative;
    margin-right: 1px; }
    #gallery-wrapper .gallery-block .gallery-block-img {
      height: 100%; }
    #gallery-wrapper .gallery-block .gallery-block-info {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      background: #eee;
      padding: 20px 40px 80px 40px; }
    #gallery-wrapper .gallery-block .conblock {
      visibility: hidden; }

.has-hover .hover-holder, .has-hover.hover-holder {
  position: relative; }
  .has-hover .hover-holder:before, .has-hover.hover-holder:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(134, 134, 144, 0.9);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    cursor: pointer; }
    .has-hover .hover-holder:before .gallery-block-info:before, .has-hover.hover-holder:before .gallery-block-info:before {
      border: 5px solid red; }
  .has-hover .hover-holder .editor ul li::before, .has-hover.hover-holder .editor ul li::before {
    color: #90e3ff; }
.has-hover:hover .conblock {
  visibility: visible !important;
  z-index: 99999;
  position: relative;
  padding-top: 70px; }
.has-hover:hover .hover-holder:before {
  visibility: visible;
  opacity: 1; }
.has-hover:hover.hover-holder:before {
  visibility: visible;
  opacity: 1; }

.has-nav {
  position: relative; }
  .has-nav .nav-left, .has-nav .nav-right {
    position: absolute;
    top: 50%;
    background: none;
    padding: 0px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: white;
    border-radius: 100%;
    margin-top: -20px;
    z-index: 5;
    cursor: pointer; }
    .has-nav .nav-left:hover, .has-nav .nav-right:hover {
      background: #f9f9f9; }
    .has-nav .nav-left.disabled, .has-nav .nav-right.disabled {
      display: none !important; }
  .has-nav .nav-left {
    left: -20px; }
  .has-nav .nav-right {
    right: -20px; }

.inner-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #333;
  width: 100%;
  padding: 10px 0px;
  z-index: 9; }
  .inner-nav .inner-nav-prev,
  .inner-nav .inner-nav-next {
    text-decoration: none !important; }
    .inner-nav .inner-nav-prev.end,
    .inner-nav .inner-nav-next.end {
      opacity: 0.5; }

.gallery-view .gallery-view-wrapper .gallery-view-item {
  height: 100vh;
  /* background: #f90; */ }

.slider-for .item {
  min-height: 450px; }

.slider-nav {
  margin-bottom: 30px;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 2px; }
  .slider-nav .item {
    height: 80px;
    width: 80px;
    border: 2px solid white; }

.editor h3 {
  color: #fff;
  font-size: 20px; }
.editor h4 {
  color: #fff; }
.editor h2 {
  color: #fff; }
.editor p {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 25px; }
.editor ul {
  padding: 0px;
  /* margin:30px 0px; */
  list-style: none;
  margin-left: 30px; }
  .editor ul li {
    position: relative;
    line-height: 18px;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #fff; }
    .editor ul li:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 2px;
      font-family: 'FontAwesome';
      content: "\f105";
      color: #ade5f6;
      /* height: 10px;
      width: 10px;
      background: $theme-color;
      border-radius: 100%; */ }

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: block;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #DDD;
  color: #555;
  text-align: center;
  font-size: 30px;
  text-decoration: none; }

#back2Top:hover {
  background-color: #DDF;
  color: #000; }

.location_pic img {
  width: 100%;
  height: 100vh;
  margin-top: -100px; }

.subpage .navigation {
  background: rgba(255, 255, 255, 0.8); }

.subpageleftblock {
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0; }
  .subpageleftblock .pos-title {
    position: absolute;
    /* left:50px; */
    bottom: 0;
    margin-bottom: 70px;
    border: 1px solid #fff;
    padding: 5px 10px; }
    .subpageleftblock .pos-title h2 {
      font-size: 1.7em; }

.roomsleftblock {
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  .roomsleftblock .pos-title {
    position: absolute;
    left: 50px;
    bottom: 0;
    margin-bottom: 70px;
    border: 1px solid #fff;
    padding: 5px 10px; }
    .roomsleftblock .pos-title h2 {
      font-size: 1.7em; }

.dgrey {
  color: #5f5f63; }

.subpagescrollblock {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 400px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 0px solid #b1b1b7; }
  .subpagescrollblock p {
    color: #fff;
    line-height: 25px; }
  .subpagescrollblock h3 {
    color: #fff; }

.factitle {
  padding: 100px 0px 10px 0px;
  line-height: 26px;
  color: #fff;
  font-size: 14px; }

.mt-4 {
  margin-top: 40px; }

.mt-70 {
  margin-top: 70px; }

.norcms {
  color: #333; }
  .norcms ul li {
    color: #333; }
  .norcms p {
    color: #333;
    padding-left: 0px;
    padding-right: 0px; }
  .norcms h1, .norcms h2, .norcms h3, .norcms h4, .norcms h5, .norcms h6 {
    color: #333; }

.text-white {
  color: #fff; }

.text-black {
  color: #333; }

.addcon div {
  padding-bottom: 10px; }

.sqcon tr th {
  font-size: 12px; }
.sqcon tr td {
  text-align: center;
  font-size: 12px; }

.pt20 {
  padding-top: 20px; }

.btn-round {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.fz-16 {
  font-size: 16px; }

.rrfacility [class*='col-'] {
  margin-bottom: 30px;
  text-align: center; }

.hzbox {
  text-align: left;
  margin: 20px 0px 10px 0px;
  /*  background-color: #ededed; */
  padding: 5px 0px 5px 12px;
  font-size: 13px;
  border: 3px dotted #ededed; }
  .hzbox span {
    color: #000; }
  .hzbox a {
    color: #333;
    display: block;
    text-align: left; }

.consocialico {
  text-align: center; }
  .consocialico a {
    color: #333; }
    .consocialico a i {
      font-size: 20px;
      padding: 0px 10px; }

.scroll-top-wrapper {
  background-color: #fff;
  border: 1px solid #333;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 50px;
  right: 30px;
  text-align: center;
  bottom: 18px;
  padding-top: 2px;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  position: fixed;
  right: 20px; }
  .scroll-top-wrapper a {
    color: #333; }

.scroll-top-wrapper:hover {
  background-color: #f2f2f2; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

.site-map ul li a {
  color: #333; }
.site-map .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%; }

.restresrv {
  background-color: #ade5f6;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 28px; }
  .restresrv span {
    font-size: 30px; }

.prvlinks li a {
  padding: 3px 10px !important;
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important; }

.lh-3 {
  line-height: 30px; }

.noborder.table th {
  border-top: none !important; }

.noborder.table td {
  border-top: 1px solid #fff !important; }

.homepagelinks {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .homepagelinks li {
    display: inline; }
    .homepagelinks li:first-child {
      display: inline-block;
      text-align: center;
      font-size: 14px; }
      .homepagelinks li:first-child span {
        padding-right: 20px; }
    .homepagelinks li a {
      color: #fff;
      padding: 0px 20px 0px 0px;
      text-decoration: none; }
      .homepagelinks li a:hover {
        color: #ade5f6; }

.sidesocialicons {
  position: absolute;
  top: 250px;
  left: 0px;
  z-index: 9999; }
  .sidesocialicons a {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin-bottom: 2px;
    transition: all ease .5s; }
    .sidesocialicons a i {
      font-size: 26px; }
    .sidesocialicons a.facebook {
      background: #3b5998;
      color: #fff; }
      .sidesocialicons a.facebook:hover {
        color: #3b5998; }
    .sidesocialicons a.instagram {
      background: #da2c83;
      color: #fff; }
      .sidesocialicons a.instagram:hover {
        color: #da2c83; }
    .sidesocialicons a:hover {
      background: #fff; }

.roomfctxt h4 {
  text-align: center;
  line-height: 30px; }
  .roomfctxt h4 small {
    font-family: 'Open Sans', sans-serif; }

.lh40 {
  line-height: 30px; }

.expblock .pos-title {
  position: absolute;
  bottom: 0;
  margin-bottom: 70px;
  border: 1px solid #fff;
  padding: 5px 10px; }
  .expblock .pos-title h2 {
    font-size: 1.7em; }

.expblock a.gallery-block {
  width: 520px !important; }

.expblock .subpagescrollblock {
  max-width: 520px; }

.expview img {
  height: 140px;
  width: 100%;
  object-fit: cover; }

.ht-400 {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px; }

.about h1 {
  font-size: 2.1rem;
  padding-bottom: 10px; }

.ytime h1 {
  font-size: 2rem; }

.formenq label {
  font-size: 13px; }
.formenq .card-header {
  background-color: #ade5f6;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }

.fudetails {
  font-size: 14px; }

.wnblock p {
  padding-bottom: 30px; }

.dxroom .btn {
  padding: 0.150rem 0.60rem;
  font-size: 13px; }

.fz-16 {
  font-size: 16px !important; }

.hallsleft {
  padding-right: 50px; }
  .hallsleft p span {
    width: 100px;
    display: inline-block; }
  .hallsleft .hrtxt span {
    margin-left: 30px; }

.tguide h2 {
  font-size: 24px; }

.carousel-inner p {
  text-align: center; }

.testibox .carousel-inner {
  margin-top: 50px;
  overflow: hidden; }
.testibox .carousel-control-prev, .testibox .carousel-control-next {
  display: none; }
.testibox .carousel-item p {
  padding: 0px 150px;
  background-color: #fff; }
.testibox .carousel-indicators {
  bottom: -20px; }
.testibox .carousel-indicators li {
  background-color: #666 !important; }
.testibox .carousel-indicators li.active {
  background-color: #ade5f6 !important; }

.expevents {
  font-size: 13px; }
  .expevents .datefmt {
    width: 50px;
    height: 50px;
    background-color: #000;
    margin-right: 10px;
    padding: 5px;
    font-style: italic;
    color: #fff;
    text-align: center;
    font-size: 13px; }
  .expevents .pb-20 {
    padding-bottom: 20px; }
  .expevents p {
    padding-left: 60px; }

.pr-30 {
  padding-right: 30px; }

.hotelgroupbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 30px 20px;
  text-align: center;
  margin-right: 1px;
  /* position: relative;
  top: -180px; */
  height: 100px; }
  .hotelgroupbox .logo {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0px auto;
    padding: 0px 5px; }
  .hotelgroupbox h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Latin' !important; }
  .hotelgroupbox p {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    text-align: center;
    color: #333;
    font-size: 12px;
    text-align: left; }

.grouphotel [class^='col-lg-4']:nth-child(2) .hotelgroupbox {
  margin: 0px 15px;
  background: rgba(255, 255, 255, 0.8); }

.hotelgroupboxes {
  position: absolute;
  bottom: 0px;
  width: 100%; }

.reviewimg {
  text-align: left;
  display: block; }
  .reviewimg a img {
    max-width: 135px !important;
    height: auto !important;
    margin: 0px auto !important; }
    .reviewimg a img:first-child {
      margin-bottom: 0px !important; }

@media only screen and (max-width: 1367px) {
  .reviewimg a img {
    max-width: 95px !important; }

  .hotelgroupbox h4 {
    font-size: 14px; } }
@media only screen and (max-width: 1199px) {
  .site-map .col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%; }

  .hotelgroupbox {
    padding: 10px; }

  .grouphotel [class^='col-lg-4']:nth-child(2) .hotelgroupbox {
    margin: 0px 1px; } }
@media only screen and (max-width: 1070px) {
  .hotelgroupbox p {
    font-size: 11px; } }
@media only screen and (max-width: 991px) {
  .reviewimg a img {
    width: 140px;
    height: auto; }

  .hotelgroupbox {
    height: 110px; } }
@media only screen and (max-width: 767px) {
  .site-map .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%; }

  .hotelgroupboxes {
    top: 30%; }

  #wrapper {
    overflow-y: scroll !important; }

  .hotelgroupbox {
    height: inherit !important;
    background: rgba(255, 255, 255, 0.9); }
    .hotelgroupbox img {
      margin-bottom: 10px;
      width: 250px; }

  .grouphotel [class^='col-lg-4']:nth-child(2) .hotelgroupbox {
    margin: 20px 0px;
    background: rgba(255, 255, 255, 0.9); }

  .hotelgroupboxes {
    position: static;
    bottom: 0; }

  .hotelgroupbox .logo {
    padding: 5px 30px;
    /* border:1px solid #ccc; */ }

  .reviewimg a img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 480px) {
  .site-map .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%; } }
#hb-gotop {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  background-color: #EEEEEE;
  background-color: rgba(238, 238, 238, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  border: 1px solid #C9C9C9; }

.dothd .slick-dots {
  display: none; }

/*# sourceMappingURL=custom.css.map */
