<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover {
  transition: .2s all ease;
  text-decoration: none; }

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

p {
  font-size: 14px; }

a:hover, a:focus {
  outline: none;
  outline-offset: initial; }

input:hover, input:focus, select:hover, select:focus, button:hover, button:focus {
  outline: none;
  outline-offset: 0; }

/* header start css */
header {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: #ffffff; }

.top_header {
  padding: 28px 0px;
  min-height: 124px;
  position: relative; }
  .top_header .logo {
    width: 188px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
	
	.top_header .logo.hotels{top:55px;}

.property_dropdown {
  float: right;
  width: 200px;
  margin-top: 20px;
  position: absolute;
  right: 0;
  z-index: 1; }
  .property_dropdown ul {
    display: none; }

.select_dropdown {
  width: 100%;
  height: 32px;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  background: url("../images/dropdown.png") right no-repeat #fff;
  font-size: 14px;
  color: #4f4f4f;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
  cursor: pointer;
  padding-left: 5px; }
  .select_dropdown:focus {
    outline: none; }

/* nav css start */
.navbar-default {
  border: 0px;
  border-radius: 0;
  margin: 0;
  background: #064763; }
  .navbar-default .navbar-nav {
    float: none;
    text-align: center; }
    .navbar-default .navbar-nav &gt; li {
      float: none;
      display: inline-block;
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase;
      position: relative;
      margin: 20px 0px;
      padding: 0px 20px 0px 14px; }
      .navbar-default .navbar-nav &gt; li:after {
        content: '';
        position: absolute;
        background: #ffffff;
        width: 1px;
        height: 17px;
        top: 3px;
        right: 0; }
      .navbar-default .navbar-nav &gt; li:last-child:after {
        background: none; }
      .navbar-default .navbar-nav &gt; li a {
        color: #ffffff;
        padding: 0;
        transition: 0.3s all; }
        .navbar-default .navbar-nav &gt; li a:hover, .navbar-default .navbar-nav &gt; li a:focus {
          color: #b3e27c;
          transition: 0.3s all; }
    .navbar-default .navbar-nav &gt; .active &gt; a {
      color: #b3e27c;
      background: none;
      transition: 0.3s all; }
      .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
        color: #b3e27c;
        background: none;
        transition: 0.3s all; }

/* nav css End */
/* header End css */
/* banner css start */
.banner {
  position: relative; }
  .banner .banner-carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 100%; }
    .banner .banner-carousel.owl-theme .owl-nav button {
      margin: 0;
      margin-top: -42px;
      position: absolute;
      width: 81px;
      height: 83px;
      border-radius: 0px;
      background: rgba(252, 254, 249, 0.6) center no-repeat; }
    .banner .banner-carousel.owl-theme .owl-nav .owl-prev {
      left: 0;
      font-size: 0;
      background-image: url("../images/arrow-prev.png"); }
    .banner .banner-carousel.owl-theme .owl-nav .owl-next {
      right: 0;
      font-size: 0;
      background-image: url("../images/arrow-next.png"); }

/* banner css End */
/* booking section  start*/
.booking-sec {
  position: relative;
  background: #053448;
  padding: 13px 0px;
  transition: all 0.4s; }
  .booking-sec .booking_title {
    float: left;
    width: 135px;
    padding: 14px 16px 16px 0px;
    border-right: 1px solid #8a979c; }
    .booking-sec .booking_title h3 {
      font-size: 32px;
      color: #ffffff;
      text-transform: uppercase; }
      .booking-sec .booking_title h3 span {
        font-size: 20px;
        display: block; }
  .booking-sec .booking-form-data {
    padding-left: 176px;
    padding-top: 20px; }
    .booking-sec .booking-form-data .form-list {
      padding: 0px 20px;
      float: left; }
      .booking-sec .booking-form-data .form-list input, .booking-sec .booking-form-data .form-list select {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        background: none;
        padding-bottom: 8px;
        border: 0px;
        border-bottom: 1px solid #87979d;
        color: #8a979c;
        width: 100%; }
      .booking-sec .booking-form-data .form-list input {
        background: url("../images/date_icon.png") no-repeat right center; }
      .booking-sec .booking-form-data .form-list .select_dropdown {
        border-bottom: 1px solid #87979d;
        background: url("../images/booking-dropdown.png") right no-repeat; }
    .booking-sec .booking-form-data .checkin-data {
      width: 20%; }
      .booking-sec .booking-form-data .checkin-data input {
        height: 32px; }
    .booking-sec .booking-form-data .checkout-data {
      width: 20%; }
      .booking-sec .booking-form-data .checkout-data input {
        height: 32px; }
    .booking-sec .booking-form-data .rooms-data {
      width: 25%; }
    .booking-sec .booking-form-data .currency-data {
      width: 15%; }
    .booking-sec .booking-form-data .booknow-data {
      width: 13%; }
  .booking-sec .booking-details {
    margin-left: -20px;
    margin-right: -20px; }
    .booking-sec .booking-details:before, .booking-sec .booking-details:after {
      content: '';
      display: table; }
    .booking-sec .booking-details:after {
      clear: both; }
  .booking-sec.booking_fixed {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all 0.4s; }

.hidden_booking {
  transition: 0.8s all; }

.rb-col.submit button {
  font-weight: normal; }
  .rb-col.submit button.btn-green {
    background: #95c94d;
    color: #053448;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 6px 15px; }

.btn-green {
  background: #95c94d;
  color: #053448;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 6px 28px; }

/* booking section End */
/* footer start*/
footer .footer_top {
  background: #043043;
  padding: 28px 0px 30px; }
  footer .footer_top .footer_links li {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    padding: 0px 20px 0px 14px; }
    footer .footer_top .footer_links li:after {
      content: '';
      position: absolute;
      background: #ffffff;
      width: 1px;
      height: 17px;
      top: 0px;
      right: 0; }
    footer .footer_top .footer_links li:last-child:after {
      background: none; }
    footer .footer_top .footer_links li:first-child {
      padding-left: 0px; }
    footer .footer_top .footer_links li a {
      color: #ffffff; }
      footer .footer_top .footer_links li a:hover, footer .footer_top .footer_links li a:focus {
        color: #b3e27c; }
footer .footer_bottom {
  background: #051b26;
  padding: 16px 0px; }
footer p {
  font-size: 12px;
  color: #ffffff;
  margin: 0px; }
footer .copy_text {
  float: left; }
footer .power_by {
  float: right; }

/* footer End*/
/* section  start*/
.main {
  padding-top: 78px; }

.top_heading {
  text-align: center; }
  .top_heading h2 {
    display: inline-block; }
    .top_heading h2 span {
      padding-top: 8px;
      border-bottom: 1px solid #dadada;
      display: block; }

h2 {
  font-size: 40px;
  color: #80b636;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 35px; }

p {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 18px; }

.top-sec {
  padding-bottom: 70px; }
  .top-sec p {
    margin-bottom: 30px;
    line-height: 25px; }
    .top-sec p:last-child {
      margin-bottom: 0; }

.testimonials-sec {
  position: relative;
  background: #051b26;
  min-height: 100px; }
  .testimonials-sec:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #95c94d; }
  .testimonials-sec .testimonial-data {
    padding: 63px 0px 80px; }
    .testimonials-sec .testimonial-data h4 {
      font-size: 36px;
      padding-bottom: 17px;
      font-weight: 600;
      color: #231f20;
      text-transform: uppercase; }
      .testimonials-sec .testimonial-data h4 span {
        font-size: 17px;
        display: block;
        color: #f9f9f9;
        margin-bottom: 8px; }
    .testimonials-sec .testimonial-data p {
      font-weight: 600;
      color: #f9f9f9;
      margin-bottom: 7px;
      line-height: 18px; }
  .testimonials-sec .testimonia-list {
    margin-top: 79px; }
    .testimonials-sec .testimonia-list .testimonial-carousel.owl-theme .owl-dots {
      text-align: right;
      margin-top: 6px; }
      .testimonials-sec .testimonia-list .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0px 2px;
        background: #828d93; }
      .testimonials-sec .testimonia-list .testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
        background: #689b22; }
    .testimonials-sec .testimonia-list .testimonial-carousel .ts-data {
      background: #fcfef9;
      padding: 20px 22px;
      min-height: 158px; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data .ts-img img {
        width: auto; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5 {
        font-size: 14px;
        color: #051b26;
        padding-bottom: 17px;
        padding-left: 44px;
        position: relative; }
        .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5 strong {
          font-weight: 600;
          display: block;
          margin-bottom: 5px; }
        .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5:before {
          content: '';
          background: url("../images/quote.png") no-repeat;
          width: 34px;
          height: 30px;
          position: absolute;
          left: 0; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data p {
        color: #051b26;
        line-height: 18px; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data .rates_data {
        position: absolute;
        bottom: 15px; }
        .testimonials-sec .testimonia-list .testimonial-carousel .ts-data .rates_data h6 {
          font-size: 29px;
          color: #051b26;
          font-weight: 600;
          padding-bottom: 2px; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data ul {
        margin-top: 5px;
        font-size: 0; }
        .testimonials-sec .testimonia-list .testimonial-carousel .ts-data ul li {
          display: inline-block;
          margin-right: 2px; }
          .testimonials-sec .testimonia-list .testimonial-carousel .ts-data ul li img {
            width: auto; }

.discover-sec {
  padding: 70px 0; }
  .discover-sec .dis_map iframe {
    border: 1px solid  #e3e3e3;
    width: 100%; }

.discover-details h2 {
  text-align: left;
  padding-bottom: 20px; }
.discover-details p {
  color: #6e6e6e;
  line-height: 24px; }

.place-list {
  margin-top: 20px;
  width: 60%;
  float: left; }
  .place-list ul li {
    font-size: 14px;
    color: #6e6e6e;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px; }
    .place-list ul li:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      left: 0;
      top: 5px;
      border-radius: 50%;
      background: #6e6e6e; }
    .place-list ul li:last-child {
      padding-bottom: 0; }
  .place-list.place-list-last {
    width: 40%; }

/* homepage intro start */
.welcome_hotels {
  max-width: 909px;
  padding: 50px 15px 50px;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(5, 27, 38, 0.7);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  .welcome_hotels h3 {
    font-size: 44px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center; }
  .welcome_hotels .hotels_dropdown {
    max-width: 600px;
    margin: auto;
    border: 1px solid #fcfef9;
    border-radius: 4px;
    background: #405f6e;
    padding: 2px 18px 2px 2px; }
    .welcome_hotels .hotels_dropdown .select_dropdown {
      border: 0px;
      border-radius: 4px;
      font-size: 20px;
      padding: 12px 20px;
      height: auto;
      color: #ffffff;
      font-weight: 600;
      background: url(../images/dropdown_home.png) right no-repeat #405f6e; }

/* homepage intro End */
/* contact us start */
/* contact us End */
.contact-main {
  padding-top: 60px;
  padding-bottom: 60px; }

.contact-data {
  padding-right: 20px; }
  .contact-data .contact-icon {
    width: 46px;
    float: left; }
  .contact-data .contact-details {
    margin-left: 46px; }
    .contact-data .contact-details h5 {
      font-szie: 18px;
      font-weight: 600;
      color: #6e6e6e;
      padding-bottom: 10px;
      text-transform: uppercase; }
    .contact-data .contact-details p {
      color: #6e6e6e;
      margin-bottom: 8px; }
      .contact-data .contact-details p strong {
        font-weight: 600; }
      .contact-data .contact-details p a {
        color: #6e6e6e; }

.contact-location {
  padding-bottom: 70px; }
  .contact-location .contact-map iframe {
    border: 1px solid  #e3e3e3;
    width: 100%; }
  .contact-location .contact-form {
    padding-left: 68px; }
    .contact-location .contact-form .form-group {
      position: relative;
      padding-top: 15px; }
      .contact-location .contact-form .form-group label {
        font-size: 12px;
        color: #6e6e6e;
        transition: all 0.2s; }
      .contact-location .contact-form .form-group .error {
        color: #990000; }
      .contact-location .contact-form .form-group .form-control {
        font-size: 18px;
        color: #6e6e6e;
        border: 0px;
        border-bottom: 1px solid #b6b6b6;
        box-shadow: none;
        border-radius: 0;
        padding: 6px 0px; }
      .contact-location .contact-form .form-group textarea {
        resize: none;
        height: 213px; }
      .contact-location .contact-form .form-group .btn-green {
        font-size: 20px;
        color: #fefefe;
        padding: 10px 48px;
        background-color: #80b636; }
      .contact-location .contact-form .form-group.btn-right {
        text-align: right; }

/* abouts Us Start*/
.about-container {
  padding-left: 43px;
  padding-right: 43px;
  padding-bottom: 30px; }

.about-sec {
  padding-bottom: 90px; }
  .about-sec p {
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    color: #6e6e6e; }
    .about-sec p:last-child {
      margin-bottom: 0; }

.about-details {
  padding-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 45px; }
  .about-details h3 {
    font-size: 40px;
    text-align: center;
    color: #80b636;
    font-weight: 600; }
  .about-details .about-info {
    margin-top: 48px; }
    .about-details .about-info .about-list {
      float: left; }
      .about-details .about-info .about-list ul li {
        font-size: 14px;
        color: #6e6e6e;
        padding-bottom: 15px;
        position: relative;
        padding-left: 30px; }
        .about-details .about-info .about-list ul li:before {
          content: '';
          width: 6px;
          height: 6px;
          position: absolute;
          left: 0;
          top: 5px;
          border-radius: 50%;
          background: #6e6e6e; }
        .about-details .about-info .about-list ul li:last-child {
          padding-bottom: 0; }
      .about-details .about-info .about-list.about-img {
        padding: 0px 25px; }
    .about-details .about-info:before, .about-details .about-info:after {
      content: '';
      display: table; }
    .about-details .about-info:after {
      clear: both; }
    .about-details .about-info.about-center {
      max-width: 677px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      .about-details .about-info.about-center .about-list {
        width: 50%; }
        .about-details .about-info.about-center .about-list.about-img {
          padding: 0; }
        .about-details .about-info.about-center .about-list:last-child {
          padding-left: 28px; }
  .about-details:before, .about-details:after {
    content: '';
    display: table; }
  .about-details:after {
    clear: both; }
  .about-details:last-child {
    margin-bottom: 0px;
    border: 0px; }

/* abouts us End */
/*Accomodation Start */
.accommodation-sec {
  padding-bottom: 70px; }
  .accommodation-sec .acco-container {
    padding-top: 5px; }
    .accommodation-sec .acco-container:before, .accommodation-sec .acco-container:after {
      content: '';
      display: table; }
    .accommodation-sec .acco-container:after {
      clear: both; }
    .accommodation-sec .acco-container .accommodation-data {
      border: 1px solid #dbdbdb; }
      .accommodation-sec .acco-container .accommodation-data .accom_title {
        padding: 29px 10px 29px;
        text-align: center; }
        .accommodation-sec .acco-container .accommodation-data .accom_title h5 {
          font-size: 20px;
          color: #6e6e6e;
          font-weight: 600;
          padding-bottom: 0px;
          text-transform: uppercase; }
          .accommodation-sec .acco-container .accommodation-data .accom_title h5 a {
            color: #6e6e6e; }
        .accommodation-sec .acco-container .accommodation-data .accom_title p {
          text-transform: uppercase;
          color: #6e6e6e; }
          .accommodation-sec .acco-container .accommodation-data .accom_title p a {
            color: #6e6e6e; }

/* Accomodation End */
/*acommodation details start */
.accom-details-main:before, .accom-details-main:after {
  content: '';
  display: table; }
.accom-details-main:after {
  clear: both; }

.accom-details-main {
  padding-top: 15px; }
  .accom-details-main .accomdation-list {
    margin-bottom: 115px; }
    .accom-details-main .accomdation-list .acommodation-carousel .item &gt; a {
      position: relative;
      display: block; }
      .accom-details-main .accomdation-list .acommodation-carousel .item &gt; a strong {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        display: block;
        transition: 0.5s all; }
        .accom-details-main .accomdation-list .acommodation-carousel .item &gt; a strong &gt; img {
          width: auto;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto; }
      .accom-details-main .accomdation-list .acommodation-carousel .item &gt; a:hover strong {
        opacity: 1;
        transition: 0.5s all; }
    .accom-details-main .accomdation-list .acco-details-info {
      padding-left: 50px; }
      .accom-details-main .accomdation-list .acco-details-info h4 {
        font-size: 20px;
        color: #6e6e6e;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 35px; }
      .accom-details-main .accomdation-list .acco-details-info h5 {
        font-size: 15px;
        color: #6e6e6e;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 17px; }
        .accom-details-main .accomdation-list .acco-details-info h5 span {
          display: block;
          font-size: 12px;
          color: #6e6e6e;
          text-transform: none;
          font-style: italic;
          font-weight: 400;
          padding-top: 5px; }
      .accom-details-main .accomdation-list .acco-details-info h6 {
        font-size: 14px;
        color: #6e6e6e;
        padding-bottom: 17px; }
        .accom-details-main .accomdation-list .acco-details-info h6 strong {
          text-transform: uppercase;
          font-weight: 600; }
      .accom-details-main .accomdation-list .acco-details-info p {
        line-height: 22px;
        padding-bottom: 5px; }
        .accom-details-main .accomdation-list .acco-details-info p strong {
          font-weight: 600; }
        .accom-details-main .accomdation-list .acco-details-info p:last-child {
          padding-bottom: 0px; }
      .accom-details-main .accomdation-list .acco-details-info .facilities {
        margin-top: 25px; }
        .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list {
          padding-top: 3px;
          float: left;
          width: 50%; }
          .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list ul li {
            font-size: 14px;
            color: #6e6e6e;
            padding-bottom: 15px;
            position: relative;
            padding-left: 30px; }
            .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list ul li:before {
              content: '';
              width: 6px;
              height: 6px;
              position: absolute;
              left: 0;
              top: 4px;
              border-radius: 50%;
              background: #6e6e6e; }
            .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list ul li:last-child {
              padding-bottom: 0; }
        .accom-details-main .accomdation-list .acco-details-info .facilities .book-now {
          margin-top: 35px; }
          .accom-details-main .accomdation-list .acco-details-info .facilities .book-now .btn-green {
            padding: 8px 15px;
            color: #ffffff;
            border-bottom: 2px solid #5f9613;
            background: #80b636; }
      .accom-details-main .accomdation-list .acco-details-info .restaurant_info {
        min-height: 324px; }
        .accom-details-main .accomdation-list .acco-details-info .restaurant_info h5 {
          font-size: 34px;
          padding-bottom: 40px;
          margin-top: -4px;
          color: #95c94d; }
        .accom-details-main .accomdation-list .acco-details-info .restaurant_info p {
          line-height: 30px; }
      .accom-details-main .accomdation-list .acco-details-info .view-menu-btn {
        position: absolute;
        bottom: 0; }
        .accom-details-main .accomdation-list .acco-details-info .view-menu-btn .btn-green {
          color: #ffffff;
          padding: 8px 15px;
          color: #ffffff;
          border-bottom: 2px solid #5f9613;
          background: #80b636; }
    .accom-details-main .accomdation-list:nth-child(2n+2) .acco-details-info {
      padding-left: 0;
      padding-right: 50px; }
    .accom-details-main .accomdation-list:last-child {
      margin-bottom: 70px; }

.acommodation-carousel.owl-theme .owl-dots {
  text-align: right;
  margin: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 15px 15px 0px; }
  .acommodation-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
    margin: 0px 5px;
    background: #938988; }
  .acommodation-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff; }

.row-fuild {
  margin: 0px; }
  .row-fuild &gt; [class^="col-sm"] {
    padding: 0px; }

.pp_gallery {
  display: none !important; }

/*acommodation details End */
/* restaurant start */
.comming-soon-details {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #ffffff; }
  .comming-soon-details h3 {
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px; }
  .comming-soon-details h4 {
    font-size: 16px;
    font-weight: 600; }

/* restaurant End */
/*ui Theme */
.ui-widget-header {
  background: #0d5473; }

.ui-datepicker .ui-datepicker-title select {
  color: #053448; }

.ui-widget-content a {
  color: #333333; }

.ui-datepicker table {
  font-family: 'Open Sans', sans-serif;
  font-szie: 12px; }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

/* ui Theme */
/* gallery  start */
.gallery_list {
  margin-bottom: 50px; }
  .gallery_list ul {
    margin-left: -13px;
    margin-right: -13px; }
    .gallery_list ul:before, .gallery_list ul:after {
      content: '';
      display: table; }
    .gallery_list ul:after {
      clear: both; }
    .gallery_list ul li {
      float: left;
      width: 33.33%;
      padding: 0px 13px;
      margin-bottom: 26px;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
      .gallery_list ul li &gt; a {
        position: relative;
        display: block; }
        .gallery_list ul li &gt; a img {
          border-radius: 5px;
          width: 100%; }
        .gallery_list ul li &gt; a strong {
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          opacity: 0;
          position: absolute;
          top: 0;
          display: block;
          transition: 0.5s all;
          border-radius: 5px; }
          .gallery_list ul li &gt; a strong span {
            background-color: rgba(255, 255, 255, 0.3);
            width: 54px;
            height: 54px;
            padding: 16px;
            border-radius: 50%;
            position: absolute;
            top: 0%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            left: 0;
            right: 0;
            margin: auto;
            transition: 0.3s all; }
            .gallery_list ul li &gt; a strong span &gt; img {
              border-radius: 0;
              width: auto; }
        .gallery_list ul li &gt; a:hover strong {
          opacity: 1;
          transition: 0.5s all; }
          .gallery_list ul li &gt; a:hover strong span {
            top: 50%;
            transition: 0.3s all; }

.pagination-list {
  padding-top: 25px;
  padding-bottom: 70px; }
  .pagination-list ul {
    text-align: center; }
    .pagination-list ul li {
      display: inline-block;
      border-radius: 4px; }
      .pagination-list ul li a {
        display: block;
        font-size: 16px;
        color: #959595;
        padding: 8px 12px;
        text-align: center;
        border-radius: 4px;
        background: #e5ecef; }
        .pagination-list ul li a:hover, .pagination-list ul li a:focus {
          text-decoration: none; }
      .pagination-list ul li.active a {
        background: #80b636;
        color: #ffffff; }

/* gallery  End */
/* Banquets start */
.full-banner {
  height: 100%; }
  .full-banner:before, .full-banner:after {
    content: '';
    display: table; }
  .full-banner:after {
    clear: both; }
  .full-banner .half_banner {
    float: left;
    position: relative;
    width: 50%;
    overflow: hidden;
    min-height: 1px; }
    .full-banner .half_banner .banner_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(6, 71, 99, 0.5);
      transition: 0.3s all;
      opacity: 0;
      z-index: 1; }
    .full-banner .half_banner.left_banquets:hover .banner_overlay, .full-banner .half_banner.right_banquets:hover .banner_overlay {
      opacity: 1;
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets:hover .banquets_caption, .full-banner .half_banner.right_banquets:hover .banquets_caption {
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets:hover .banquets-image, .full-banner .half_banner.right_banquets:hover .banquets-image {
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      -moz-transition: all 12s ease;
      -o-transition: all 12s ease;
      -webkit-transition: all 12s ease;
      transition: all 12s ease; }
    .full-banner .half_banner.left_banquets.left_overlay_hide .banner_overlay, .full-banner .half_banner.left_banquets.right_overlay_hide .banner_overlay, .full-banner .half_banner.right_banquets.left_overlay_hide .banner_overlay, .full-banner .half_banner.right_banquets.right_overlay_hide .banner_overlay {
      opacity: 0;
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets.left_overlay_hide:hover .banner_overlay, .full-banner .half_banner.left_banquets.right_overlay_hide:hover .banner_overlay, .full-banner .half_banner.right_banquets.left_overlay_hide:hover .banner_overlay, .full-banner .half_banner.right_banquets.right_overlay_hide:hover .banner_overlay {
      opacity: 0;
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets.left_overlay_hide:hover .banquets_caption, .full-banner .half_banner.left_banquets.right_overlay_hide:hover .banquets_caption, .full-banner .half_banner.right_banquets.left_overlay_hide:hover .banquets_caption, .full-banner .half_banner.right_banquets.right_overlay_hide:hover .banquets_caption {
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets.left_overlay_hide:hover .banquets-image, .full-banner .half_banner.left_banquets.right_overlay_hide:hover .banquets-image, .full-banner .half_banner.right_banquets.left_overlay_hide:hover .banquets-image, .full-banner .half_banner.right_banquets.right_overlay_hide:hover .banquets-image {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 18s ease-out;
      -o-transition: all 18s ease-out;
      -webkit-transition: all 18s ease-out;
      transition: all 18s ease-out; }
    .full-banner .half_banner .banquets-image {
      position: relative;
      -moz-transition: all 18s ease-out;
      -o-transition: all 18s ease-out;
      -webkit-transition: all 18s ease-out;
      transition: all 18s ease-out;
      height: 100%; }
    .full-banner .half_banner .banquets_caption {
      z-index: 2;
      position: absolute;
      max-width: 476px;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background: rgba(6, 71, 99, 0.9);
      padding: 42px 15px 50px;
      transition: 0.3s all; }
      .full-banner .half_banner .banquets_caption .center-img {
        margin-top: 24px;
        text-align: center; }
        .full-banner .half_banner .banquets_caption .center-img img {
          display: inline-block;
          transition: 0.3s all; }
        .full-banner .half_banner .banquets_caption .center-img a.rotate_icon img {
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transition: 0.3s all; }
    .full-banner .half_banner .caption-details h3 {
      text-transform: uppercase;
      font-size: 44px;
      font-weight: 800;
      color: #ffffff;
      text-align: center; }
    .full-banner .half_banner .caption-details h5 {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 3px;
      color: #ffffff;
      text-align: center;
      padding-top: 20px; }
      .full-banner .half_banner .caption-details h5 span {
        text-transform: none;
        display: block;
        margin-top: 10px;
        letter-spacing: 0px; }
        .full-banner .half_banner .caption-details h5 span strong {
          font-weight: 600; }
  .full-banner .seating-capacity {
    padding: 30px 17px 32px;
    margin-top: 35px;
    background: #0d384c;
    display: none; }
    .full-banner .seating-capacity h6 {
      text-align: center;
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase; }
    .full-banner .seating-capacity .seating_list {
      margin: 30px -15px 0px; }
      .full-banner .seating-capacity .seating_list:before, .full-banner .seating-capacity .seating_list:after {
        content: '';
        display: table; }
      .full-banner .seating-capacity .seating_list:after {
        clear: both; }
      .full-banner .seating-capacity .seating_list .seating_all {
        float: left;
        width: 33.33%;
        border-right: 1px solid #376174;
        padding: 23px 15px 10px; }
        .full-banner .seating-capacity .seating_list .seating_all .seating_img {
          height: 51px; }
          .full-banner .seating-capacity .seating_list .seating_all .seating_img img {
            display: block;
            margin: 0 auto; }
        .full-banner .seating-capacity .seating_list .seating_all .seating_details {
          margin-top: 35px; }
        .full-banner .seating-capacity .seating_list .seating_all p {
          text-align: center;
          font-size: 16px;
          line-height: 22px;
          color: #ffffff; }
          .full-banner .seating-capacity .seating_list .seating_all p span {
            display: block; }
        .full-banner .seating-capacity .seating_list .seating_all:first-child {
          width: 30%; }
        .full-banner .seating-capacity .seating_list .seating_all:nth-child(2) {
          width: 40%; }
        .full-banner .seating-capacity .seating_list .seating_all:last-child {
          width: 30%;
          border: 0px; }

.banquets-data {
  max-width: 835px;
  padding-bottom: 55px;
  margin: 0 auto; }
  .banquets-data h3 {
    font-size: 18px;
    color: #6e6e6e;
    text-align: center;
    line-height: 30px; }

/* Banquets start */
/* home page start */
.hotel-facility {
  margin-top: 40px; }
  .hotel-facility .facility_data {
    text-align: center; }
    .hotel-facility .facility_data strong {
      display: block;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      border: 1px solid #c2dc9e;
      position: relative;
      margin: 0 auto; }
    .hotel-facility .facility_data h3 {
      text-align: center;
      font-size: 16px;
      color: #6e6e6e;
      text-transform: uppercase;
      margin-top: 15px;
      line-height: 22px; }
    .hotel-facility .facility_data p {
      font-size: 16px;
      color: #989898;
      padding-top: 8px;
      line-height: 22px; }
    .hotel-facility .facility_data .complementory-snack {
      background: url("../images/Complementory-Snack.png") no-repeat center center; }
    .hotel-facility .facility_data .checkout {
      background: url("../images/24-hrs-checkout.png") no-repeat center center; }
    .hotel-facility .facility_data .non-alcoholic-beer {
      background: url("../images/non-alcoholic-beer.png") no-repeat center center; }
    .hotel-facility .facility_data:hover .complementory-snack {
      background: url("../images/Complementory-Snack_hover.png") no-repeat center center; }
    .hotel-facility .facility_data:hover .checkout {
      background: url("../images/24-hrs-checkout_hover.png") no-repeat center center; }
    .hotel-facility .facility_data:hover .non-alcoholic-beer {
      background: url("../images/non-alcoholic-beer_hover.png") no-repeat center center; }

.border-right:after {
  content: '';
  width: 1px;
  height: 140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background-color: #e9f1de; }

.stanndard-ac-room {
  margin-top: 62px; }

.our-facilities-sec {
  background: #f9fbfc;
  padding: 70px 0px 64px; }
  .our-facilities-sec h2 {
    color: #051b26; }

.our-facilites-list ul {
  margin-left: -15px;
  margin-right: -15px; }
  .our-facilites-list ul:before, .our-facilites-list ul:after {
    content: '';
    display: table; }
  .our-facilites-list ul:after {
    clear: both; }
  .our-facilites-list ul li {
    float: left;
    min-height: 1px;
    position: relative;
    width: 20%;
    padding: 0px 15px;
    text-align: center; }
	.our-facilites-list.deluxhotel-facilites ul li { width: 25%; }
	.our-facilites-list.valuehotel-facilites ul li { width: 25%; }
    .our-facilites-list ul li strong {
      display: block;
      width: 82px;
      height: 62px;
      position: relative;
      margin: auto; }
      .our-facilites-list ul li strong img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .our-facilites-list ul li h4 {
      font-size: 16px;
      line-height: 24px;
      color: #6e6e6e;
      text-transform: uppercase;
      text-align: center;
      padding-top: 20px; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* home page End */
/*Restaurant start */
.about-container.restaurant-data {
  padding-bottom: 0; }
  .about-container.restaurant-data .about-sec {
    padding-bottom: 78px; }

.dishes-sec {
  background: #f5f7f8;
  padding: 55px 0px 50px; }
  .dishes-sec .top_heading h2 {
    padding-bottom: 48px; }
  .dishes-sec .dish-data {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden; }
    .dishes-sec .dish-data:hover .dish-img img {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -moz-transition: all 12s ease;
      -o-transition: all 12s ease;
      -webkit-transition: all 12s ease;
      transition: all 12s ease; }
    .dishes-sec .dish-data:hover .dish-img .dish-img-overlay {
      opacity: 1;
      transition: 0.3s all; }
    .dishes-sec .dish-data .dish-img {
      position: relative;
      overflow: hidden; }
      .dishes-sec .dish-data .dish-img img {
        width: 100%;
        -moz-transition: all 18s ease-out;
        -o-transition: all 18s ease-out;
        -webkit-transition: all 18s ease-out;
        transition: all 18s ease-out; }
      .dishes-sec .dish-data .dish-img .dish-img-overlay {
        background: rgba(6, 71, 99, 0.5);
        transition: 0.3s all;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0; }
    .dishes-sec .dish-data .dish-details {
      padding: 28px 0;
      text-align: center; }
      .dishes-sec .dish-data .dish-details h3 {
        font-size: 20px;
        font-weight: 600;
        color: #6e6e6e;
        text-align: center;
        padding-bottom: 10px; }
      .dishes-sec .dish-data .dish-details p {
        font-size: 14px;
        color: #6e6e6e;
        text-transform: uppercase; }

.view-menu {
  margin-top: 8px;
  text-align: right; }
  .view-menu a {
    font-size: 14px;
    display: inline-block;
    color: #6e6e6e;
    text-decoration: underline; }

.dish-popup .modal-dialog {
  width: 800px; }
  .dish-popup .modal-dialog .modal-content {
    border: 0;
    border-radius: 0px;
    box-shadow: none; }
    .dish-popup .modal-dialog .modal-content .modal-header {
      border: 0px;
      padding: 10px 15px 0; }
      .dish-popup .modal-dialog .modal-content .modal-header .close {
        font-size: 30px;
        font-weight: normal;
        opacity: 1; }
    .dish-popup .modal-dialog .modal-content .modal-body {
      padding: 0; }

.arrow-bg {
  cursor: pointer;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  width: 22px;
  height: 48px;
  border-radius: 0px;
  background: rgba(218, 218, 218, 0.9) center no-repeat; }

.prev-arrows {
  left: 0;
  font-size: 0;
  background-image: url(../images/arrow-prev.png);
  display: none; }

.next-arrows {
  right: 0;
  font-size: 0;
  background-image: url(../images/arrow-next.png); }

.hotel_menu2 {
  display: none; }

/*Restaurant End  */
.error-message {
  display: none;
  color: #c10400;
  min-height: 506px;
  border: 1px solid #c10400;
  position: relative; }
  .error-message p {
    color: #c10400; }

.thankyou-message {
  display: none;
  min-height: 506px;
  color: #80b636;
  border: 1px solid #80b636;
  position: relative; }
  .thankyou-message p {
    color: #80b636; }

.thankyou-message p, .error-message p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  .thankyou-message p i, .error-message p i {
    font-size: 50px; }

.row-center {
  text-align: center; }
  .row-center [class^="col-sm"] {
    float: none;
    display: inline-block; }

/* section End */
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-default .navbar-nav &gt; li {
    padding: 0px 15px 0px 10px;
    font-size: 14px; }

  .welcome_hotels {
    max-width: 750px; }

  .booking-sec .booking-form-data .rooms-data {
    width: 22%; }

  .booking-sec .booking-form-data .currency-data {
    width: 18%; }

  .testimonials-sec .testimonia-list .testimonial-carousel .ts-data {
    padding: 20px 11px; }
    .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5 {
      padding-left: 33px; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5:before {
        width: 25px;
        height: 19px;
        background-size: cover; }

  .place-list {
    width: 55%;
    padding-right: 10px; }
    .place-list ul li {
      line-height: 20px; }

  .about-container {
    padding-left: 0;
    padding-right: 0; }

  .about-details .about-info .about-list {
    width: 30%; }

  .about-details .about-info .about-list.about-img {
    width: 40%; }

  .full-banner .half_banner .banquets_caption {
    padding: 25px 5px 25px; }
    .full-banner .half_banner .banquets_caption .center-img {
      margin-top: 15px; }

  .dishes-sec .dish-data .dish-details h3 {
    font-size: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0px; }

  .welcome_hotels {
    max-width: 580px; }
    .welcome_hotels h3 {
      font-size: 38px; }
    .welcome_hotels .hotels_dropdown {
      width: 510px; }

  .navbar-default .navbar-nav &gt; li {
    padding: 0px 9px 0px 6px;
    font-size: 13px; }

  .navbar-default .navbar-nav &gt; li:after {
    height: 15px; }

  .booking-sec .booking_title {
    width: 118px;
    padding: 29px 0px 26px 0px; }
    .booking-sec .booking_title h3 {
      font-size: 27px; }
      .booking-sec .booking_title h3 span {
        font-size: 17px; }
  .booking-sec .form-list {
    padding-left: 10px;
    padding-right: 10px; }
  .booking-sec .booking-form-data {
    padding-left: 140px;
    padding-top: 10px; }
    .booking-sec .booking-form-data .form-list {
      padding-left: 10px;
      padding-right: 10px; }
    .booking-sec .booking-form-data .checkin-data, .booking-sec .booking-form-data .checkout-data {
      width: 50%;
      padding-bottom: 15px; }
    .booking-sec .booking-form-data .rooms-data, .booking-sec .booking-form-data .currency-data, .booking-sec .booking-form-data .booknow-data {
      width: 33.33%; }
    .booking-sec .booking-form-data .booknow-data a {
      width: 100%; }
  .booking-sec .booking-details {
    margin-left: -10px;
    margin-right: -10px; }

  .main {
    padding-top: 60px; }

  .top-sec, .about-sec {
    padding-bottom: 60px; }

  .dis_map img {
    width: 100%; }

  .discover-details {
    margin-top: 60px; }

  .about-details .about-info .about-list {
    width: 100%;
    padding-bottom: 30px; }
    .about-details .about-info .about-list.about-img {
      width: 100%;
      padding-bottom: 30px; }
  .about-details .about-info.about-center {
    max-width: 100%; }
    .about-details .about-info.about-center .about-list.about-img {
      width: 100%;
      padding-bottom: 30px; }
    .about-details .about-info.about-center .about-list:last-child {
      padding-left: 0; }
  .about-details:last-child {
    padding-bottom: 0; }

  .accomodation-sec .acco-container .accomodation-data .accom_title h5 {
    font-size: 18px; }

  .accom-details-main .accomdation-list {
    margin-bottom: 50px; }
    .accom-details-main .accomdation-list .acco-details-info {
      padding-left: 0;
      padding-top: 50px; }
    .accom-details-main .accomdation-list:nth-child(2n+2) .acco-details-info {
      padding-right: 0px;
      padding-bottom: 50px; }

  .contact-location .contact-map img {
    width: 100%; }
  .contact-location .contact-form {
    margin-top: 50px;
    padding-left: 0; }
    .contact-location .contact-form .form-group textarea {
      height: 140px; }

  .contact-main {
    padding-top: 20px;
    padding-bottom: 40px; }

  .contact-data .contact-details p a {
    word-break: break-all; }

  .full-banner .half_banner .banquets_caption {
    max-width: 325px;
    padding: 25px 5px 25px; }
    .full-banner .half_banner .banquets_caption .center-img {
      margin-top: 15px; }
  .full-banner .half_banner .caption-details h3 {
    font-size: 30px; }
  .full-banner .half_banner .caption-details h5 {
    letter-spacing: 2px; }
  .full-banner .seating-capacity {
    padding: 15px 10px 10px;
    margin-top: 15px; }
    .full-banner .seating-capacity .seating_list {
      margin: 20px -5px 0px; }
      .full-banner .seating-capacity .seating_list .seating_all {
        padding: 5px 5px 10px; }
        .full-banner .seating-capacity .seating_list .seating_all p {
          font-size: 13px;
          line-height: 18px; }
        .full-banner .seating-capacity .seating_list .seating_all .seating_details {
          margin-top: 20px; }

  .dish-popup .modal-dialog {
    width: 600px; }

  .dishes-sec .col-md-3:nth-child(1) .dish-data, .dishes-sec .col-md-3:nth-child(2) .dish-data {
    margin-top: 0px; }
  .dishes-sec .dish-data {
    margin-top: 30px; }
    .dishes-sec .dish-data:hover .dish-img img {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 12s ease;
      -o-transition: all 12s ease;
      -webkit-transition: all 12s ease;
      transition: all 12s ease; }
    .dishes-sec .dish-data:hover .dish-img .dish-img-overlay {
      opacity: 0;
      transition: 0.3s all; } }
@media (max-width: 767px) {
  .welcome_hotels {
    max-width: 320px;
    padding: 48px 15px 50px;
    position: relative;
    top: 0;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    background: #051b26; }
    .welcome_hotels h3 {
      font-size: 20px;
      padding-bottom: 12px; }
    .welcome_hotels .hotels_dropdown {
      max-width: 260px;
      padding: 0px 10px 0px 0px; }
      .welcome_hotels .hotels_dropdown .select_dropdown {
        font-size: 12px;
        font-weight: normal;
        padding: 10px;
        background-image: url("../images/dropdown_home_m.png"); }

  .landing_header .top_header .logo {
    width: 98px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .top_header {
    padding: 20px 0px 0px;
    min-height: 80px; }
    .top_header .logo {
      width: 110px;
      position: relative;
      margin: 0;
      z-index: 3; }
      .top_header .logo img {
        max-width: 100%;
        display: block;
        margin: auto; }
      .top_header .logo.menu_text:before {
        content: 'Menu';
        color: #051b26;
        font-size: 18px;
        padding: 15px 22px 0px 5px; }
      .top_header .logo.menu_text a {
        display: none; }
      .top_header .logo.menu_text {
        top: 8px; }

  .banner {
    background: #051b26; }

  .property_dropdown {
    margin-bottom: 10px;
    margin-top: 25px;
    margin-right: 26px;
    position: relative;
    padding-right: 10px;
    top: 0px;
    right: 0;
    position: absolute;
    width: auto;
    z-index: 3; }
    .property_dropdown:after {
      content: '';
      top: 0px;
      right: 0;
      position: absolute;
      width: 1px;
      height: 27px;
      background: #bbbfc2; }
    .property_dropdown:before {
      content: '';
      float: right;
      background: #bbbfc2;
      height: 28px;
      width: 21px;
      background: url(../images/mobile_top_dropdown.png) no-repeat center right; }
    .property_dropdown .select_dropdown {
      display: none;
      font-size: 13px;
      color: #6e6e6e; }
    .property_dropdown ul {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 190px;
      margin-top: 15px;
      padding: 9px;
      background: #ffffff;
      border-radius: 4px;
      border: 1px solid #e1e1e1;
      transition: 0.3s all; }
      .property_dropdown ul li {
        font-size: 13px;
        color: #6e6e6e;
        padding-bottom: 13px; }
        .property_dropdown ul li a {
          color: #6e6e6e; }
        .property_dropdown ul li:last-child {
          padding-bottom: 0px; }
      .property_dropdown ul.dropshow {
        display: block;
        transition: 0.3s all; }

  .navbar-default {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: none; }
    .navbar-default .navbar-toggle {
      border: 0;
      border-radius: 0;
      margin-top: 32px;
      margin-bottom: 0px;
      padding: 0; }
      .navbar-default .navbar-toggle .icon-bar {
        background-color: #231f20; }
      .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent; }
    .navbar-default .navbar-nav {
      margin: 0px 0px 20px; }
      .navbar-default .navbar-nav &gt; li {
        display: block;
        text-align: left;
        margin: 17px 0;
        padding-left: 0px; }
        .navbar-default .navbar-nav &gt; li:after {
          width: 0;
          background: none; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      box-shadow: none; }
    .navbar-default .navbar-collapse {
      background-color: rgba(5, 27, 38, 0.9); }

  .booking-sec {
    padding: 26px 0px 15px; }
    .booking-sec .booking_title {
      float: none;
      width: 100%;
      padding: 0px 0px 8px 0px;
      border-right: 0px;
      border-bottom: 1px solid #8a979c; }
      .booking-sec .booking_title h3 {
        text-align: center;
        font-size: 24px; }
        .booking-sec .booking_title h3 span {
          font-size: 24px;
          display: inline-block; }
    .booking-sec .booking-details {
      margin-left: -15px;
      margin-right: -15px; }
    .booking-sec .booking-form-data {
      padding-left: 0px;
      padding-top: 23px; }
      .booking-sec .booking-form-data .form-list {
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 20px; }
        .booking-sec .booking-form-data .form-list.booknow-data {
          padding-top: 8px; }
        .booking-sec .booking-form-data .form-list a.btn-green {
          display: block; }

  .rb-col input, .rb-col select {
    font-size: 14px; }

  .rb-col {
    margin-bottom: 15px; }

  .rb-col.cupcode {
    margin-bottom: 30px; }

  .banner .banner-carousel.owl-theme .owl-nav button {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
  .banner .banner-carousel.owl-theme .owl-nav .owl-prev {
    background-image: url(../images/arrow-prev-small.png); }
  .banner .banner-carousel.owl-theme .owl-nav .owl-next {
    background-image: url(../images/arrow-next-small.png); }

  .main {
    padding-top: 34px; }

  .discover-sec {
    padding: 55px 0 50px; }

  .mobile-text-dis {
    padding-bottom: 18px; }

  .about-sec {
    padding-bottom: 50px; }

  h2 {
    font-size: 30px;
    padding-bottom: 25px; }

  p {
    font-size: 13px; }

  .top-sec {
    padding-bottom: 35px; }
    .top-sec p {
      margin-bottom: 20px;
      line-height: 22px; }

  .testimonials-sec {
    padding-bottom: 28px; }
    .testimonials-sec:before {
      width: 100%;
      background: none; }
    .testimonials-sec .col-sm-4 {
      background: #95c94d; }
    .testimonials-sec .testimonial-data {
      padding: 28px 0px 87px; }
      .testimonials-sec .testimonial-data h4 {
        font-size: 30px;
        font-weight: 600; }
        .testimonials-sec .testimonial-data h4 span {
          font-size: 16px;
          margin-bottom: 6px; }
    .testimonials-sec .testimonia-list {
      margin-top: -66px; }
      .testimonials-sec .testimonia-list .testimonial-carousel .ts-data {
        padding: 17px 20px 20px; }
        .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5 strong {
          margin-bottom: 2px; }
        .testimonials-sec .testimonia-list .testimonial-carousel .ts-data h5:before {
          top: 2px; }

  .discover-details {
    margin-top: 20px; }

  .place-list {
    width: 100%;
    margin-top: 16px; }
    .place-list.place-list-last {
      width: 100%;
      margin-top: 0; }
      .place-list.place-list-last ul li:last-child {
        padding-bottom: 0px; }
    .place-list ul li {
      font-size: 13px; }
      .place-list ul li:last-child {
        padding-bottom: 15px; }

  .our-facilites-list ul li {
    width: 100%;
    padding-bottom: 20px; }
    .our-facilites-list ul li:last-child {
      padding-bottom: 0px; }

  footer .copy_text, footer .power_by {
    float: none;
    text-align: left; }
  footer .copy_text {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #203540; }
  footer p {
    text-align: left;
    font-weight: 300; }
  footer .footer_top {
    padding: 17px 0px 18px; }
    footer .footer_top .footer_links li {
      font-size: 13px;
      padding: 0px 17px 0px 13px;
      margin-top: 0; }
      footer .footer_top .footer_links li:after {
        height: 13px; }
  footer .footer_bottom {
    padding: 20px 0; }

  .about-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px; }

  .about-details {
    padding-bottom: 35px;
    margin-bottom: 30px; }
    .about-details h3 {
      font-size: 30px; }
    .about-details .about-info {
      margin-top: 30px; }
      .about-details .about-info .about-list {
        width: 100%;
        padding-bottom: 30px; }
        .about-details .about-info .about-list.about-img {
          width: 100%;
          padding: 0; }
        .about-details .about-info .about-list:last-child {
          padding-top: 30px;
          padding-bottom: 0; }
        .about-details .about-info .about-list ul li {
          font-size: 13px; }
      .about-details .about-info.about-center {
        max-width: 100%; }
        .about-details .about-info.about-center .about-list {
          width: 100%; }
          .about-details .about-info.about-center .about-list.about-img {
            width: 100%;
            padding: 0; }
          .about-details .about-info.about-center .about-list:last-child {
            padding-left: 0; }
    .about-details:last-child {
      padding-bottom: 0; }

  .accomodation-sec {
    padding-bottom: 20px; }
    .accomodation-sec .acco-container {
      padding-top: 0; }
      .accomodation-sec .acco-container .accomodation-data {
        margin-bottom: 30px; }
        .accomodation-sec .acco-container .accomodation-data .accom_title {
          padding: 20px 10px 20px; }

  .accomodation-sec .acco-container .accomodation-data .accom_title h5 {
    font-size: 18px; }

  .accom-details-main .accomdation-list {
    margin-bottom: 50px; }
    .accom-details-main .accomdation-list .acco-details-info {
      padding-left: 0;
      padding-top: 40px; }
      .accom-details-main .accomdation-list .acco-details-info h4 {
        padding-bottom: 25px; }
      .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list {
        width: 100%; }
        .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list ul li {
          font-size: 13px; }
          .accom-details-main .accomdation-list .acco-details-info .facilities .facilities_list ul li:last-child {
            padding-bottom: 15px; }
      .accom-details-main .accomdation-list .acco-details-info .facilities .book-now {
        margin-top: 20px; }
    .accom-details-main .accomdation-list:nth-child(2n+2) .acco-details-info {
      padding-right: 0px;
      padding-bottom: 0px; }
    .accom-details-main .accomdation-list:last-child {
      margin-bottom: 50px; }

  .contact-main {
    padding-top: 0px;
    padding-bottom: 20px; }

  .contact-data {
    margin-bottom: 25px;
    padding-right: 0; }
    .contact-data .contact-details p a {
      word-break: break-all; }

  .contact-location {
    padding-bottom: 35px; }
    .contact-location .contact-map img {
      width: 100%; }
    .contact-location .contact-map iframe {
      height: 300px !important; }
    .contact-location .contact-form {
      padding-left: 0;
      margin-top: 30px; }
      .contact-location .contact-form .form-group .form-control, .contact-location .contact-form .form-group label {
        font-size: 16px; }
      .contact-location .contact-form .form-group textarea {
        height: 100px; }
      .contact-location .contact-form .form-group.btn-right a {
        width: 100%; }

  .overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    opacity: 0.9;
    display: none; }

  .comming-soon-details {
    max-width: 320px;
    padding: 20px 15px 22px;
    position: relative;
    top: 0;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    background: #051b26; }
    .comming-soon-details h3 {
      font-size: 35px; }
    .comming-soon-details h4 {
      font-size: 12px; }

  /* Banquets  start */
  .full-banner .half_banner {
    width: 100%; }
    .full-banner .half_banner .banquets_caption {
      max-width: 280px;
      padding: 10px 5px 10px; }
      .full-banner .half_banner .banquets_caption .center-img {
        margin-top: 10px; }
        .full-banner .half_banner .banquets_caption .center-img img {
          width: 18px; }
    .full-banner .half_banner .caption-details h3 {
      font-size: 28px; }
    .full-banner .half_banner .caption-details h5 {
      letter-spacing: 0px;
      padding-top: 10px; }
    .full-banner .half_banner.left_banquets:hover .banner_overlay, .full-banner .half_banner.right_banquets:hover .banner_overlay {
      opacity: 1;
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets:hover .banquets_caption, .full-banner .half_banner.right_banquets:hover .banquets_caption {
      transition: 0.3s all; }
    .full-banner .half_banner.left_banquets:hover .banquets-image, .full-banner .half_banner.right_banquets:hover .banquets-image {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 12s ease;
      -o-transition: all 12s ease;
      -webkit-transition: all 12s ease;
      transition: all 12s ease; }
  .full-banner .seating-capacity {
    padding: 15px 10px 10px;
    margin-top: 15px; }
    .full-banner .seating-capacity .seating_list {
      margin: 15px -5px 0px; }
      .full-banner .seating-capacity .seating_list .seating_all {
        padding: 0px 5px 10px; }
        .full-banner .seating-capacity .seating_list .seating_all p {
          font-size: 13px;
          line-height: 18px; }
        .full-banner .seating-capacity .seating_list .seating_all .seating_img {
          height: 44px; }
          .full-banner .seating-capacity .seating_list .seating_all .seating_img img {
            width: 40px; }
        .full-banner .seating-capacity .seating_list .seating_all .seating_details {
          margin-top: 10px; }

  /* Banquets End */
  /* canvas menu start */
  overflow:hidden
  .navbar-collapse.collapse {
    border-color: transparent; }

  header .navbar-right:before {
    background-color: transparent;
    width: auto; }
  header .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  header .navbar-form {
    float: none !important;
    padding: 0; }
  header .navbar-nav {
    width: 100%;
    margin: 0; }
    header .navbar-nav &gt; li {
      float: none;
      min-height: inherit;
      margin-right: 0; }
  header .navbar-collapse {
    width: 100%;
    padding-left: 20px;
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    width: 260px;
    height: 100% !important;
    margin: 0;
    background-color: #fff;
    transition: right .35s ease;
    z-index: 10;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 60px; }
    header .navbar-collapse.collapsing {
      transition: right 0.35s ease; }
    header .navbar-collapse.in {
      right: 0;
      max-height: initial;
      width: 100%; }

  body.menu-slider.in {
    overflow: hidden; }
  body.menu-slider {
    transition: right .35s ease; }
    body.menu-slider.in {
      right: 200px; }

  #nav-icon1 {
    display: block;
    width: 16px;
    height: 16px;
    right: 0;
    z-index: 10;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    #nav-icon1 span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #333;
      border-radius: 0;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #nav-icon1 span:nth-child(1) {
        top: 0; }
      #nav-icon1 span:nth-child(2) {
        top: 5px; }
      #nav-icon1 span:nth-child(3) {
        top: 10px; }
    #nav-icon1.open {
      top: -2px; }
      #nav-icon1.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        display: none;
        left: -60px; }
      #nav-icon1.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }

  /* canvas menu End */
  .dish-popup .modal-dialog {
    width: auto; }

  .dishes-sec .col-md-3:nth-child(1) .dish-data {
    margin-top: 0px; }
  .dishes-sec .dish-data {
    margin-top: 30px; }
    .dishes-sec .dish-data:hover .dish-img img {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 12s ease;
      -o-transition: all 12s ease;
      -webkit-transition: all 12s ease;
      transition: all 12s ease; }
    .dishes-sec .dish-data:hover .dish-img .dish-img-overlay {
      opacity: 0;
      transition: 0.3s all; }

  .booking-sec.booking_fixed {
    position: relative; }

  .gallery_list {
    margin-bottom: 0px; }
    .gallery_list ul li {
      width: 100%; }

  .thankyou-message, .error-message {
    min-height: 250px;
    margin-top: 20px; }
    .thankyou-message p, .error-message p {
      font-size: 16px;
      padding: 10px; }
      .thankyou-message p br:last-child, .error-message p br:last-child {
        display: none; } }

/*# sourceMappingURL=styles.css.map */
</pre></body></html>