html {
  scroll-behavior: smooth; }

@font-face {
  font-family: "century_schoolbookregular";
  src: url("ac-fonts/century-schoolbook-webfont.eot?") format("eot"), url("ac-fonts/century-schoolbook-webfont.woff2") format("woff2"), url("ac-fonts/century-schoolbook-webfont.woff") format("woff"), url("ac-fonts/century-schoolbook-webfont.ttf") format("truetype"), url("ac-fonts/century-schoolbook-webfont.svg#Samplino") format("svg");
  font-weight: 300; }
@font-face {
  font-family: "Helvetica Neue";
  src: url("ac-fonts/HelveticaNeue-Heavy.eot?") format("eot"), url("ac-fonts/HelveticaNeue-Heavy.woff2") format("woff2"), url("ac-fonts/HelveticaNeue-Heavy.woff") format("woff"), url("ac-fonts/HelveticaNeue-Heavy.ttf") format("truetype"), url("ac-fonts/HelveticaNeue-Heavy.svg#Samplino") format("svg"); }
@font-face {
  font-family: "Helvetica Neue";
  src: url("ac-fonts/HelveticaNeue-Medium.eot?") format("eot"), url("ac-fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("ac-fonts/HelveticaNeue-Medium.woff") format("woff"), url("ac-fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("ac-fonts/HelveticaNeue-Medium.svg#Samplino") format("svg"); }
@font-face {
  font-family: "Helvetica Neue Light";
  src: url("ac-fonts/HelveticaNeueLight.eot?") format("eot"), url("ac-fonts/HelveticaNeueLight.woff2") format("woff2"), url("ac-fonts/HelveticaNeueLight.woff") format("woff"), url("ac-fonts/HelveticaNeueLight.ttf") format("truetype"), url("ac-fonts/HelveticaNeueLight.svg#Samplino") format("svg"); }
@font-face {
  font-family: 'Swis721 Cn BT';
  src: url("ac-fonts/Swiss721BT-BoldCondensed.woff2") format("woff2"), url("ac-fonts/Swiss721BT-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.navbar-light {
  background-color: #104c97 !important; }

html {
  scroll-behavior: smooth; }

body {
  font-weight: 300;
  font-style: normal;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "century_schoolbookregular";
  font-weight: 500; }

h1 {
  font-size: 45px; }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 40px; }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 30px; }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 25px; }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 20px; }
  @media screen and (max-width: 1023px) {
    h5 {
      font-size: 16px; } }

@media screen and (max-width: 1024px) {
  .navbar-toggler-icon {
    top: 30px; } }

@media screen and (min-width: 1024px) {
  .navbar-brand {
    font-size: 3.25rem; } }

.navbar-header {
  width: 100%;
  padding: 1rem 1rem;
  background-color: #ffffff; }
  .navbar-header .row {
    align-items: center; }
  @media screen and (max-width: 768px) {
    .navbar-header {
      position: fixed;
      width: 100%;
      z-index: 99;
      padding: 15px;
      padding-top: 7px;
      top: 0; } }
  .navbar-header .logo-box {
    float: left;
    width: auto;
    height: 80px;
    padding: 0 0 0 0px;
    margin: 0;
    float: left; }
    @media screen and (max-width: 1023px) {
      .navbar-header .logo-box {
        height: 80px;
        display: flex;
        align-items: center; } }
    .navbar-header .logo-box .logocls {
      width: 120px; }
      @media screen and (max-width: 1023px) {
        .navbar-header .logo-box .logocls {
          width: 120px; } }
  .navbar-header .contact-sec {
    display: flex;
    align-items: center;
    height: 75px; }
    @media screen and (max-width: 1023px) {
      .navbar-header .contact-sec {
        display: none; } }
    .navbar-header .contact-sec .contact-link {
      background-color: #104c97;
      border-radius: 25px;
      padding: 2px 15px;
      text-transform: uppercase;
      margin-left: auto; }
      .navbar-header .contact-sec .contact-link:hover {
        border-color: rgba(0, 0, 0, 0.2);
        box-shadow: inset 9999px 9999px rgba(0, 0, 0, 0.2); }
      .navbar-header .contact-sec .contact-link a {
        color: #fff; }
  .navbar-header .secondary-logo {
    float: left;
    padding-top: 15px; }
    @media screen and (max-width: 1023px) {
      .navbar-header .secondary-logo {
        position: absolute;
        left: 55px;
        width: 100%; } }
    .navbar-header .secondary-logo h1 {
      font-size: 32px;
      font-family: "century_schoolbookregular"; }
      @media screen and (max-width: 1023px) {
        .navbar-header .secondary-logo h1 {
          display: none; } }
      .navbar-header .secondary-logo h1 a {
        color: #104c97;
        text-decoration: none;
        font-size: 24px; }
    .navbar-header .secondary-logo .header-address {
      display: flex;
      font-size: 14px; }
      .navbar-header .secondary-logo .header-address a {
        color: #104c97; }
      .navbar-header .secondary-logo .header-address .contact-info {
        position: relative;
        float: left; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .navbar-header .secondary-logo .header-address .contact-info {
            text-align: left !important; } }
        @media screen and (max-width: 1023px) {
          .navbar-header .secondary-logo .header-address .contact-info {
            position: absolute;
            float: left;
            left: 0;
            margin-top: 25px;
            text-align: left;
            width: 65%; } }
        @media screen and (min-width: 1024px) {
          .navbar-header .secondary-logo .header-address .contact-info .contact-hide-desktop {
            display: none; } }
      @media screen and (max-width: 1023px) {
        .navbar-header .secondary-logo .header-address {
          display: block;
          width: 70%;
          left: 80px;
          position: absolute;
          margin-top: 0px; } }
      @media screen and (max-width: 992px) {
        .navbar-header .secondary-logo .header-address {
          display: block;
          width: 100%; } }
      .navbar-header .secondary-logo .header-address address {
        margin-right: 10px; }
        @media screen and (max-width: 1023px) {
          .navbar-header .secondary-logo .header-address address {
            display: none; } }
        .navbar-header .secondary-logo .header-address address i {
          position: relative;
          display: inline-flex; }
          .navbar-header .secondary-logo .header-address address i:before {
            display: inline-block;
            vertical-align: middle;
            width: 1em;
            height: 1em; }
          .navbar-header .secondary-logo .header-address address i.location:before {
            content: "";
            background: url("../images/icons/pin.svg");
            background-size: cover; }
      .navbar-header .secondary-logo .header-address .phone {
        margin-right: 10px;
        display: inline-block; }
        @media screen and (max-width: 1024px) {
          .navbar-header .secondary-logo .header-address .phone span {
            display: none; } }
        .navbar-header .secondary-logo .header-address .phone a {
          color: #104c97; }
        .navbar-header .secondary-logo .header-address .phone i {
          position: relative;
          display: inline-flex;
          margin-right: 5px; }
          @media screen and (max-width: 1023px) {
            .navbar-header .secondary-logo .header-address .phone i {
              position: relative;
              display: inline-flex;
              margin-right: 0;
              vertical-align: middle; } }
          .navbar-header .secondary-logo .header-address .phone i:before {
            display: inline-block;
            vertical-align: middle;
            width: 1em;
            height: 1em; }
          .navbar-header .secondary-logo .header-address .phone i.phone-icon:before {
            content: "";
            background: url("../images/icons/call.svg");
            background-size: cover; }
          .navbar-header .secondary-logo .header-address .phone i.mail-icon:before {
            content: "";
            background: url("../images/icons/mail.svg");
            background-size: cover;
            filter: invert(-1); }
          .navbar-header .secondary-logo .header-address .phone i.map-icon:before {
            content: "";
            background: url("../images/icons/pin.svg");
            background-size: cover;
            filter: invert(-1); }
      .navbar-header .secondary-logo .header-address .reviews {
        margin-right: 10px;
        display: flex; }
        @media acreen and (max-width: 1023px) {
          .navbar-header .secondary-logo .header-address .reviews {
            margin-right: 10px;
            display: flex;
            position: absolute;
            top: 0;
            left: 30%; } }
        .navbar-header .secondary-logo .header-address .reviews a {
          display: flex;
          color: #000;
          text-decoration: none; }
          @media screen and (max-width: 1023px) {
            .navbar-header .secondary-logo .header-address .reviews a {
              color: #104c97; } }
        .navbar-header .secondary-logo .header-address .reviews .rating-text span {
          margin: 0 5px;
          color: #104c97; }
        .navbar-header .secondary-logo .header-address .reviews .star-rating {
          font-size: 1rem;
          position: relative; }
          .navbar-header .secondary-logo .header-address .reviews .star-rating span {
            display: flex;
            align-items: center;
            margin-top: 5px; }
            .navbar-header .secondary-logo .header-address .reviews .star-rating span img {
              width: 10px; }
        .navbar-header .secondary-logo .header-address .reviews .star-rating__fill {
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          overflow: hidden;
          animation: fill-star 2s ease-in-out; }
        .navbar-header .secondary-logo .header-address .reviews .star-rating__fill:before {
          content: "\1f7ca\1f7ca\1f7ca\1f7ca\1f7ca";
          color: #000; }
@keyframes fill-star {
  0% {
    width: 0; } }
.navbar-expand-lg .navbar-collapse {
  z-index: 999;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse .show {
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
      margin-top: 90px;
      height: 100vh;
      position: fixed;
      top: 5px; } }
  @media screen and (max-width: 640px) {
    .navbar-expand-lg .navbar-collapse .navbar-expand-lg .navbar-collapse {
      margin-top: 40px; } }

.banner {
  padding-top: 160px; }
  @media screen and (max-width: 1023px) {
    .banner {
      margin-top: 0px;
      padding-top: 0; } }
  .banner .full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 640px) {
      .banner .full-screen {
        height: 100%; } }

@media screen and (max-width: 1023px) {
  .navbar {
    padding: 0; } }
@media screen and (max-width: 1023px) {
  .navbar .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: 0;
    top: 30px;
    position: fixed;
    float: right;
    right: 15px;
    padding: 0;
    z-index: 999; }
    .navbar .navbar-toggler:not(:disabled):not(.disabled):focus {
      border: 0;
      box-shadow: none; } }

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .navbar-menu .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media screen and (max-width: 991px) {
  .navbar-menu .navbar-nav {
    background: #f8f9fa;
    padding-top: 100px;
    height: 100vh; } }
.navbar-menu .navbar-nav .nav-item {
  padding-right: 1rem;
  padding-left: 1rem; }
  .navbar-menu .navbar-nav .nav-item a:hover {
    border-bottom: 4px solid #ffffff; }
  .navbar-menu .navbar-nav .nav-item.active a {
    border-bottom: 4px solid #ffffff;
    font-family: "Helvetica Neue Light"; }
    @media screen and (max-width: 1023px) {
      .navbar-menu .navbar-nav .nav-item.active a {
        font-weight: 600;
        color: #104c97;
        border-bottom: 0;
        width: 100%; } }
  .navbar-menu .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 0.875rem;
    font-family: "Helvetica Neue Light";
    padding: 5px 10px; }
    @media screen and (max-width: 991px) {
      .navbar-menu .navbar-nav .nav-item .nav-link {
        font-size: 20px;
        text-align: center;
        padding: 5px 16px;
        color: #104c97; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    .img-responsive {
      min-width: 100%;
      max-width: 100%; } }

.section-pad {
  padding: 3rem 0; }
  @media screen and (max-width: 1023px) {
    .section-pad {
      padding: 2rem 0; } }

.section-pad-mar-bot {
  padding: 6rem 0 0 0; }
  @media screen and (max-width: 1023px) {
    .section-pad-mar-bot {
      padding: 2rem 0; } }

.home-rooms .img-responsive {
  display: block;
  max-width: 100%;
  height: 240px !important;
  object-fit: cover;
  width: 100%; }
.home-rooms .room-details {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 1rem;
  min-height: 160px; }
  .home-rooms .room-details h6 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    min-height: 40px;
    font-size: 24px;
    line-height: 30px;
    font-family: "Helvetica Neue"; }

.btn-secondary {
  background-color: #104c97;
  font-family: "Swis721 Cn BT";
  border: 0;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #0a3971 !important;
    box-shadow: none; }
  .btn-secondary:active, .btn-secondary:focus {
    box-shadow: none; }

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }

.pad-zero {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden; }

.amenities .amenities-sides {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px; }
  @media screen and (max-width: 1023px) {
    .amenities .amenities-sides {
      display: block; } }
.amenities .left-sec {
  background-color: #104c97;
  color: #ffffff;
  padding: 5rem 50px;
  flex: 4;
  height: 400px; }
  @media screen and (max-width: 1023px) {
    .amenities .left-sec {
      margin-bottom: 20px; } }
.amenities .right-sec {
  flex: 9; }
  @media screen and (max-width: 992px) {
    .amenities .right-sec {
      margin-top: 3rem;
      flex: none;
      float: left;
      width: 100%; } }
.amenities h5 {
  font-family: "century_schoolbookregular";
  font-size: 2rem;
  line-height: 2.25rem; }
.amenities .amenities-list {
  padding: 0 15px; }
  .amenities .amenities-list ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 25px; }
    .amenities .amenities-list ul.airportinfo-ul {
      display: block;
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 10px; }
      .amenities .amenities-list ul.airportinfo-ul li {
        list-style-type: disc; }
    @media screen and (max-width: 640px) {
      .amenities .amenities-list ul {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: 15px; } }
    .amenities .amenities-list ul li {
      list-style: none; }
      .amenities .amenities-list ul li .indi-amenities {
        cursor: pointer; }
        .amenities .amenities-list ul li .indi-amenities h4 {
          font-size: 1rem; }
          @media screen and (max-width: 640px) {
            .amenities .amenities-list ul li .indi-amenities h4 {
              font-size: 14px; } }
        .amenities .amenities-list ul li .indi-amenities .icons {
          position: relative;
          margin-bottom: 1rem; }
          .amenities .amenities-list ul li .indi-amenities .icons i {
            display: table;
            text-align: center;
            margin: 0 auto; }
            .amenities .amenities-list ul li .indi-amenities .icons i:before {
              content: "";
              display: inline-block;
              vertical-align: middle;
              width: 2rem;
              height: 2rem; }
              @media screen and (max-width: 640px) {
                .amenities .amenities-list ul li .indi-amenities .icons i:before {
                  width: 2rem;
                  height: 2rem; } }
            .amenities .amenities-list ul li .indi-amenities .icons i.bus:before {
              content: "";
              background: url("../images/icons/airportinfo.svg");
              background-size: contain; }
            .amenities .amenities-list ul li .indi-amenities .icons i.roomservice:before {
              content: "";
              background: url("../images/icons/roomservice.svg");
              background-size: contain; }
            .amenities .amenities-list ul li .indi-amenities .icons i.coffee:before {
              content: "";
              background: url("../images/icons/coffee.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.fitness:before {
              content: "";
              background: url("../images/icons/fitness.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.no-smoke:before {
              content: "";
              background: url("../images/icons/no-smoking.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.key:before {
              content: "";
              background: url("../images/icons/key.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.restaurent:before {
              content: "";
              background: url("../images/icons/restaurent.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.pool:before {
              content: "";
              background: url("../images/icons/pool.svg");
              background-size: cover;
              background-size: contain;
              background-repeat: no-repeat; }
            .amenities .amenities-list ul li .indi-amenities .icons i.pets:before {
              content: "";
              background: url("../images/icons/track.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.wifi:before {
              content: "";
              background: url("../images/icons/wifi-signal.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.meetings:before {
              content: "";
              background: url("../images/icons/meeting.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.business:before {
              content: "";
              background: url("../images/icons/building.svg");
              background-size: cover; }
            .amenities .amenities-list ul li .indi-amenities .icons i.messenger:before {
              content: "";
              background: url("../images/icons/message.svg");
              background-size: cover; }
        .amenities .amenities-list ul li .indi-amenities h4 {
          text-align: center;
          color: #333333; }

.sec-divider {
  width: 100%;
  margin: 3rem 0 0 0; }
  @media screen and (max-width: 1023px) {
    .sec-divider {
      margin: 2rem 0 0 0; } }
  .sec-divider.margin-z {
    margin-top: 0; }
  .sec-divider.margin-bot {
    margin-bottom: 3rem; }
    @media screen and (max-width: 1023px) {
      .sec-divider.margin-bot {
        margin-bottom: 2rem; } }

.sec-head {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 2rem;
  font-style: normal;
  font-weight: 300;
  min-height: 40px;
  font-family: "century_schoolbookregular";
  text-align: center; }

.background-imgholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: 50% 50% !important;
  background-size: cover !important; }
  @media screen and (max-width: 1023px) {
    .background-imgholder {
      height: 300px;
      position: relative; } }

.highlights .main-cont {
  margin-right: 3rem; }
  .highlights .main-cont h2 {
    font-family: "century_schoolbookregular";
    font-size: 1.5rem;
    margin-bottom: 3rem; }

.intro {
  background-color: #313e49; }
  .intro .intro-video .youtube-video {
    float: left;
    margin: 0px 30px 10px 0;
    width: 100% !important;
    height: 394px; }
  .intro .intro-text h6 {
    font-family: "century_schoolbookregular";
    font-size: 1.5rem;
    color: #104c97;
    text-transform: uppercase;
    margin-bottom: 3rem; }
  .intro .intro-text p {
    color: #ffffff; }

/* Local attraction*/
@media screen and (min-width: 1024px) {
  .local-attraction .local-attract {
    width: 800px;
    margin: 0 auto; } }
.local-attraction .sec-head {
  color: #ffffff; }
.local-attraction .local-attraction-title {
  column-count: 1; }
  .local-attraction .local-attraction-title ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      .local-attraction .local-attraction-title ul {
        padding-right: 30px; } }
    .local-attraction .local-attraction-title ul li {
      color: #ffffff; }
  @media screen and (max-width: 992px) {
    .local-attraction .local-attraction-title {
      column-count: 2; } }
  @media screen and (max-width: 540px) {
    .local-attraction .local-attraction-title {
      column-count: 2; } }
  .local-attraction .local-attraction-title .local-attraction-addrs {
    color: #ffffff;
    margin-bottom: 10px; }
    .local-attraction .local-attraction-title .local-attraction-addrs p {
      margin-bottom: 0;
      color: #000; }
      .local-attraction .local-attraction-title .local-attraction-addrs p a {
        color: #8f9aa1; }

/*Footer sections*/
.footer-cls {
  margin-top: 6rem;
  font-family: "Helvetica Neue Light"; }
  @media screen and (max-width: 1023px) {
    .footer-cls .col-md-3 {
      min-width: 50%;
      font-family: "Helvetica Neue Light"; }
    .footer-cls .col-md-6 {
      min-width: 100%; } }
  .footer-cls.section-pad {
    background-color: #101c20;
    color: #fff;
    padding: 3rem 0; }
    .footer-cls.section-pad .imgsize {
      width: 30px;
      height: 30px; }
    .footer-cls.section-pad h4 {
      text-align: left;
      font-size: 24px; }
      @media screen and (max-width: 640px) {
        .footer-cls.section-pad h4 {
          margin-bottom: 20px; } }
    .footer-cls.section-pad h3.sec-head {
      text-align: left;
      font-size: 24px;
      font-family: "Helvetica Neue Light"; }
      @media screen and (max-width: 640px) {
        .footer-cls.section-pad h3.sec-head {
          margin-bottom: 20px;
          margin-top: 30px; } }
    .footer-cls.section-pad p.address-cls {
      margin-bottom: 0;
      font-family: "Helvetica Neue Light"; }
      @media screen and (max-width: 640px) {
        .footer-cls.section-pad p.address-cls {
          margin-bottom: 30px; } }
    .footer-cls.section-pad p a {
      color: #fff;
      font-family: "Helvetica Neue Light";
      text-decoration: none; }
    .footer-cls.section-pad ul {
      padding-left: 0;
      display: flex; }
      @media screen and (max-width: 768px) {
        .footer-cls.section-pad ul {
          justify-content: left;
          column-gap: 20px; } }
      .footer-cls.section-pad ul li {
        list-style-type: none;
        padding-right: 20px; }
    .footer-cls.section-pad ul.our-company {
      display: block; }
      .footer-cls.section-pad ul.our-company li {
        margin-bottom: 10px; }
        .footer-cls.section-pad ul.our-company li a {
          color: #fff; }

.footer-bottom {
  background-color: #0b1518;
  padding: 15px;
  text-align: center;
  color: #fff; }
  .footer-bottom p {
    margin-bottom: 0;
    font-size: 14px; }

.btn-submit {
  background: #787358;
  color: #fff; }
  .btn-submit:focus {
    box-shadow: none; }

.carousel-inner {
  height: 500px; }

.otherpage-banner.banner .carousel-inner {
  height: 450px; }
.otherpage-banner.banner .carousel-item {
  height: 450px !important;
  background-size: cover; }

.pad-b-0 {
  padding-bottom: 0px; }

.pad-t-0 {
  padding-top: 0; }

.btn {
  border-radius: 0; }
  .btn.inquiry-tab {
    background-color: #333;
    border: 0px solid #333; }
    .btn.inquiry-tab:hover {
      background-color: #212020; }
    .btn.inquiry-tab:active {
      background-color: #333; }
    .btn.inquiry-tab:not(:disabled):not(.disabled):active:focus {
      background-color: #333;
      box-shadow: none;
      border-color: #333; }
    .btn.inquiry-tab:focus {
      box-shadow: none; }

ul.list-icon {
  padding-left: 15px; }
  ul.list-icon li {
    list-style-type: circle;
    margin-bottom: 10px; }

.btn-spl {
  border: 1px solid #51545d;
  color: #51545d;
  font-family: "Swis721 Cn BT"; }
  .btn-spl:hover {
    background-color: #51545d;
    color: #fff; }

/*Form validation*/
.formvalidate p.note {
  font-size: 1rem;
  color: red; }
.formvalidate input {
  height: 50px; }
.formvalidate input, .formvalidate textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 4px;
  font-family: 'Helvetica Neue';
  margin-top: 10px;
  padding-left: 10px; }
.formvalidate label {
  font-weight: normal;
  display: inline-block;
  margin-top: 20px; }
.formvalidate label span {
  font-size: 1rem; }
.formvalidate label.error {
  color: red;
  font-size: 0.875rem;
  display: block;
  margin-top: 5px; }
.formvalidate input.error, .formvalidate textarea.error {
  border: 1px solid red;
  font-weight: 300;
  color: red; }
.formvalidate [type="submit"], .formvalidate [type="reset"], .formvalidate button, .formvalidate html [type="button"] {
  margin-left: 0;
  border-radius: 0;
  background: #104c97;
  color: white;
  border: none;
  font-weight: 300;
  padding: 10px 0;
  line-height: 1; }

@media screen and (max-width: 1023px) {
  .mobile-icon .star-rating:before {
    content: "\1f7ca\1f7ca\1f7ca\1f7ca\1f7ca";
    color: #e5e5e5;
    filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05)); }
  .mobile-icon .star-rating__fill {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: fill-star 2s ease-in-out; }
  .mobile-icon .star-rating__fill:before {
    content: "\1f7ca\1f7ca\1f7ca\1f7ca\1f7ca";
    color: #000; }
  @keyframes fill-star {
    0% {
      width: 0; } } }

.mobilepad {
  padding: 0; }

.parentcls .followus {
  margin-top: 30px; }
@media screen and (max-width: 1023px) {
  .parentcls {
    display: flex;
    flex-direction: column; }
    .parentcls .followus {
      order: 1; }
    .parentcls .our-location-order-2 {
      order: 2; } }

@media screen and (max-width: 640px) {
  #filters-container {
    text-align: center !important; } }
.form-control:focus {
  box-shadow: none;
  border-color: #d6d6d6; }

.margin-bot-80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 960px) {
    .margin-bot-80 {
      margin-bottom: 40px; } }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #333333; }

.btn:focus, .btn.focus {
  box-shadow: none; }

@media screen and (max-width: 1050px) {
  .cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
    z-index: 99 !important; } }
.menu-contact-link {
  background-color: #104c97;
  border-radius: 25px;
  padding: 2px 15px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 15px; }
  @media screen and (max-width: 1023px) {
    .menu-contact-link {
      height: 30px;
      text-align: center;
      width: 100%; } }
  .menu-contact-link a {
    color: #fff; }
    @media screen and (max-width: 1023px) {
      .menu-contact-link a {
        text-align: center;
        width: 100%; } }

.navbar-toggler-icon {
  position: fixed;
  right: 20px; }

.rooms-suites ul {
  display: block;
  column-count: 3;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .rooms-suites ul {
      column-count: 1;
      padding-left: 20px; } }
  .rooms-suites ul li {
    width: 100%;
    padding-right: 1.25rem;
    padding-top: 15px; }

.info-sec h4 {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Helvetica Neue'; }
.info-sec p a {
  color: #000; }
.info-sec ul {
  padding-left: 0;
  list-style-type: none; }
  .info-sec ul li {
    width: 100%;
    padding-bottom: 15px; }
    .info-sec ul li a {
      color: #000; }
  .info-sec ul.unorder-list {
    padding-left: 17px; }
    .info-sec ul.unorder-list li {
      list-style-type: disc; }

.margin-bottom {
  margin: 2rem; }

.home-content {
  margin-top: 2rem; }
  .home-content p {
    font-family: "Helvetica Neue";
    text-align: center; }

.btn-default {
  border: 2px solid #fff;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none; }
  .btn-default:hover, .btn-default:focus {
    color: #fff; }

#contact {
  padding-top: 5rem; }

strong, b {
  font-weight: bold; }

.error_fields {
  color: #f00;
  font-size: 12px; }

.phone-contact {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-family: "Helvetica Neue";
  font-weight: 300; }
  .phone-contact:hover {
    color: #000; }

.amenities-1, .amenities-2, .amenities-3, .amenities-4, .amenities-5, .amenities-6, .amenities-7, .amenities-8 {
  display: none; }

.wmgpad-cls {
  position: absolute;
  border: 2px solid #b5b5b3;
  width: 600px;
  max-height: 300px;
  margin: 0 auto;
  overflow: auto;
  z-index: 999;
  background: #f3f3f3;
  padding: 20px; }
  @media screen and (max-width: 992px) {
    .wmgpad-cls {
      width: 90%;
      margin: 0 auto;
      left: 0;
      right: 0; } }
  .wmgpad-cls h2 {
    font-family: "century_schoolbookregular";
    font-size: 26px; }
  .wmgpad-cls .relativecls {
    position: relative;
    padding: 12px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center; }
    .wmgpad-cls .relativecls .close {
      position: absolute;
      z-index: 9999;
      top: 0;
      left: 0;
      right: 0;
      color: #000; }

@media screen and (min-width: 1024px) {
  .fixed-top-cls {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff; } }
#virtualtour {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  z-index: 9999999;
  display: block;
  background-color: #65686b;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: touranimation 2s ease 0s; }
  @media screen and (min-width: 1024px) and (max-width: 1260px) {
    #virtualtour {
      left: 71%; } }
  @media screen and (min-width: 1261px) and (max-width: 1360px) {
    #virtualtour {
      left: 60%; } }
  @media screen and (max-width: 799px) {
    #virtualtour {
      display: none !important; } }
  #virtualtour a {
    color: #ffffff;
    padding: 0px 15px;
    display: block;
    font-size: 14px; }
    #virtualtour a:hover {
      text-decoration: none; }
@keyframes touranimation {
  from {
    top: 50px; }
  to {
    top: 200px; } }
.virtualtour_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 1px; }
  .virtualtour_container .virt_image {
    flex: 100%;
    background: url("../images/banner/exterior_north_elevation_final_small.jpg");
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative; }
    @media screen and (min-width: 800px) {
      .virtualtour_container .virt_image {
        flex: 3; } }
    .virtualtour_container .virt_image:before {
      background-color: #65686b;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0.3; }
    .virtualtour_container .virt_image .virt_inner_line {
      display: flex;
      align-items: center;
      height: 100%;
      z-index: 9999; }
      .virtualtour_container .virt_image .virt_inner_line img {
        width: 100px;
        margin: 0 auto; }
  .virtualtour_container .virt_content {
    flex: 100%;
    padding: 20px; }
    @media screen and (min-width: 800px) {
      .virtualtour_container .virt_content {
        flex: 7; } }
  .virtualtour_container .virt_button {
    flex: 100%; }
    @media screen and (min-width: 800px) {
      .virtualtour_container .virt_button {
        flex: 2; } }
    .virtualtour_container .virt_button a {
      display: table;
      margin: 0 auto; }
      @media screen and (max-width: 799px) {
        .virtualtour_container .virt_button a {
          margin-bottom: 15px; } }

.drag {
  margin: 0 auto;
  display: table;
  background-color: transparent;
  overflow: visible;
  padding: 2px 8px;
  color: #fff;
  font-size: 18.79px;
  text-align: center;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s; }

.drag:hover {
  background-color: transparent;
  cursor: pointer; }

.tooltip {
  position: fixed;
  display: none;
  width: 90%;
  font-size: 14px;
  padding: 30px 15px;
  opacity: 1;
  cursor: auto;
  max-height: 90vh;
  overflow: auto;
  z-index: 999999999999;
  color: #F4F8F7;
  background: #f3f3f3;
  left: 0 !important;
  right: 0 !important;
  top: 45% !important;
  box-sizing: border-box;
  /*shadow*/
  -webkit-box-shadow: 10px 7px 30px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 7px 30px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 7px 30px -7px rgba(0, 0, 0, 0.75);
  color: #000000;
  border: 1px solid #000000; }
  @media only screen and (min-width: 800px) {
    .tooltip {
      width: 600px;
      font-size: 14px;
      padding: 15px 15px;
      margin: 0 auto; } }
  @media only screen and (max-width: 799px) {
    .tooltip {
      left: 5% !important; } }
  @media screen and (max-width: 480px) {
    .tooltip {
      top: 38% !important; } }
  @media only screen and (min-width: 800px) {
    .tooltip.arportinfotooltip {
      top: 30% !important; } }
  @media only screen and (max-width: 400px) {
    .tooltip.arportinfotooltip {
      top: 0 !important;
      margin-top: 130px !important; } }
  .tooltip p {
    text-shadow: none;
    color: #000; }
  .tooltip a.mobile {
    color: #000;
    display: inline !important;
    font-family: 'Helvetica Neue Light';
    font-weight: 300; }
    .tooltip a.mobile:hover {
      color: #000; }
  .tooltip a.linktext {
    color: #104c97; }
  .tooltip h4 {
    font-weight: 400;
    font-family: 'Helvetica Neue';
    text-align: left !important;
    margin-top: 20px; }
  .tooltip p {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .tooltip p {
      font-weight: normal; } }
  .tooltip .close-tool-full {
    display: block;
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 0; }
    @media only screen and (min-width: 800px) {
      .tooltip .close-tool-full {
        display: none; } }
    .tooltip .close-tool-full .close-tool {
      position: absolute;
      right: 20px;
      top: -8px;
      font-size: 24px;
      color: #000000; }
  .tooltip .name h2 {
    font-size: 22px;
    margin-bottom: 20px; }

.tobookcls {
  background-color: #104c97;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px; }
  .tobookcls h1 {
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "century_schoolbookregular"; }
  .tobookcls p {
    color: #ffffff; }
  .tobookcls a {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff; }

.btn-link {
  background-color: #104c97;
  font-family: "Swis721 Cn BT";
  padding: 6px 20px;
  color: #ffffff; }
  .btn-link:active, .btn-link:focus, .btn-link:hover {
    background-color: #0a3971;
    box-shadow: none;
    border: 1px solid #0a3971;
    color: #ffffff;
    text-decoration: none; }

.gallery-sc-cls {
  padding-top: 220px; }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    .gallery-sc-cls {
      padding-top: 90px; } }
  @media screen and (max-width: 991px) {
    .gallery-sc-cls {
      margin-top: 100px;
      padding-top: 20px; } }

@media screen and (max-width: 992px) {
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("./../images/close.svg");
    height: 25px;
    width: 25px;
    background-size: cover;
    filter: invert(-1); }
  .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("./../images/menu.svg");
    height: 30px;
    width: 30px;
    background-size: cover;
    filter: invert(-1); } }
.navbar-light .navbar-toggler-icon {
  background-image: none; }

.menu-contact-link {
  display: none; }

.rooms-suites.events-cls {
  background-color: #51545d;
  padding-bottom: 50px;
  margin-top: 50px; }
.rooms-suites .eventsheadingcls h2 {
  font-family: "century_schoolbookregular";
  color: #fff; }
  @media screen and (max-width: 991px) {
    .rooms-suites .eventsheadingcls h2 {
      font-size: 24px; } }
.rooms-suites .eventsheadingcls p {
  color: #fff;
  font-size: 24px; }
  @media screen and (max-width: 1023px) {
    .rooms-suites .eventsheadingcls p {
      font-size: 18px; } }
.rooms-suites ul.specialcls-ul {
  padding-left: 30px; }
  .rooms-suites ul.specialcls-ul li {
    color: #fff; }

@media screen and (min-width: 1024px) {
  .awards.section-pad-mar-bot {
    padding-top: 13rem; } }
.awards h1 {
  text-align: center; }
  .awards h1.awards-head {
    margin-bottom: 50px; }
.awards .awardssec {
  padding-top: 50px; }
  .awards .awardssec .award-2 {
    background: #c1b58c;
    margin: 0;
    margin-top: 50px;
    padding: 30px; }
    .awards .awardssec .award-2 p {
      font-size: 18px;
      font-weight: 600; }
  .awards .awardssec .bgcls {
    background-color: #f3f3f3;
    padding: 30px;
    padding-top: 30px; }
    .awards .awardssec .bgcls p {
      font-weight: 400; }
  .awards .awardssec img {
    width: 100%;
    margin-top: 30px; }

.room-details {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 1rem; }
  .room-details h6 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    min-height: 40px;
    font-size: 20px;
    line-height: 20px;
    font-family: "century_schoolbookregular"; }

.rooms-page .cbp-popup-prev,
.rooms-page .cbp-popup-next,
.rooms-page .cbp-popup-lightbox-counter {
  display: none; }
.rooms-page .roomdetails-page .gallery-sc-cls {
  padding-top: 6rem; }
.rooms-page .roomdetails-page .cbp-caption {
  background-color: transparent; }
.rooms-page .roomdetails-page .cbp-caption-defaultWrap {
  background-color: transparent; }
.rooms-page .roomdetails-page .cbp-caption-activeWrap {
  background-color: transparent; }
.rooms-page .roomdetails-page h6 {
  color: #000; }

.roomsmodal .modal-header {
  position: absolute;
  z-index: 9;
  float: right;
  right: -52px;
  border-bottom: 0;
  border-radius: 100%; }
  @media screen and (max-width: 640px) {
    .roomsmodal .modal-header {
      top: -50px;
      right: 0px;
      border-bottom: 0; } }
.roomsmodal .modal-dialog {
  min-width: 70%;
  display: flex;
  align-items: center;
  height: 100vh; }
.roomsmodal .modal-content {
  background-color: transparent;
  border: 0; }
.roomsmodal .modal-footer {
  position: absolute;
  bottom: -9px;
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding-left: 15px; }
  @media screen and (max-width: 640px) {
    .roomsmodal .modal-footer {
      bottom: -35px; } }
.roomsmodal .modal-header .close {
  padding: 0;
  margin: -1rem 0rem 0rem -8px;
  text-shadow: none;
  opacity: 1;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center; }
  .roomsmodal .modal-header .close img {
    width: 30px;
    height: 30px; }
  @media screen and (max-width: 640px) {
    .roomsmodal .modal-header .close {
      padding-top: 4px; } }
.roomsmodal .close:not(:disabled):not(.disabled) {
  outline: none; }
@media screen and (min-width: 1100px) {
  .roomsmodal .carousel-inner {
    height: 80vh; } }
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .roomsmodal .carousel-inner {
    height: 600px !important; } }
@media screen and (max-width: 1023px) {
  .roomsmodal .carousel-inner {
    height: auto; } }
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .roomsmodal .carousel-inner .full-screen {
    height: 550px !important; } }
@media screen and (max-width: 1023px) {
  .roomsmodal .carousel-inner .full-screen {
    height: 250px !important;
    background-size: cover; } }
@media screen and (max-width: 640px) {
  .roomsmodal .carousel-inner .full-screen {
    height: 200px !important;
    background-size: cover; } }

.rooms-page.modal-open .modal {
  background: rgba(62, 61, 64, 0.63); }

.bg-404 {
  background: #787358;
  padding-top: 170px;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }
  .bg-404 h1 {
    font-size: 60px;
    width: 400px;
    color: #fff; }
    @media only screen and (max-width: 480px) {
      .bg-404 h1 {
        width: 300px;
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 15px; } }
  .bg-404 a {
    border: 2px solid #fff;
    padding: 5px 15px;
    margin-top: 40px;
    display: inline-block;
    color: #fff; }

.carousel-control-next {
  right: 10px;
  background: #638297;
  height: 41px;
  width: 41px;
  top: 50%;
  border-radius: 60%; }

.carousel-control-prev {
  left: 10px;
  background: #638297;
  height: 41px;
  width: 41px;
  top: 50%;
  border-radius: 60%; }

.galry {
  padding-top: 230px; }
  @media screen and (max-width: 1023px) {
    .galry {
      padding-top: 150px; } }

.roomspage a {
  display: flex;
  align-items: center;
  justify-content: center; }
  .roomspage a:first-child {
    height: 240px;
    border: 1px solid #f3f3f3;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: bold; }

.full-screen {
  background-size: cover; }

.mb-5 {
  margin-bottom: 40px; }

.room-details-cls {
  background-color: #f4f4f4;
  padding: 50px 0;
  margin-top: 50px; }
  .room-details-cls .mtop-4 {
    margin-top: 50px;
    margin-bottom: 30px; }
  .room-details-cls ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px; }
    .room-details-cls ul li {
      width: 33%;
      padding: 10px 15px;
      padding-right: 30px; }
      @media screen and (max-width: 1023px) {
        .room-details-cls ul li {
          padding-right: 0;
          padding-left: 0;
          width: 100%; } }

.event-info {
  padding-top: 2.5rem; }
  .event-info .space-details {
    text-align: center; }
    .event-info .space-details h2 {
      font-size: 3rem;
      line-height: 1;
      color: #104c97;
      font-family: "Helvetica Neue"; }
      .event-info .space-details h2 span {
        font-size: 1rem;
        line-height: 1.5rem; }
    .event-info .space-details h6 {
      font-size: .875rem;
      line-height: 1.25rem;
      font-family: "Helvetica Neue"; }

/*# sourceMappingURL=style.css.map */
