/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 05-May-2024, 11:11:04 pm
    Author     : Ajit Chandra
*/
.subpage .sub-header {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #000;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-attachment: scroll; }
  .subpage .sub-header .heading-text .title {
    color: #fff;
    font-size: 1.8rem; }
    .subpage .sub-header .heading-text .title span {
      display: inline-block;
      width: 100%;
      font-size: 18px; }
  .subpage .sub-header nav {
    display: inline-block;
    margin-top: 12px; }
    .subpage .sub-header nav .breadcrumb .breadcrumb-item a {
      color: #fff;
      border: 1px solid #fff;
      display: inline-block;
      padding: 0px 15px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 13px; }
.subpage .bottom-line {
  position: absolute;
  left: 0px;
  bottom: -12px;
  height: 12px;
  width: 100%;
  background-position: left top;
  background-repeat: repeat;
  background-origin: border-box;
  background-attachment: scroll; }
.subpage aside .side-box {
  background-color: #fde7cf;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .subpage aside .side-box .title {
    font-size: 1.4rem;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
    background-color: #000;
    color: #fff; }
  .subpage aside .side-box.category ul {
    margin-left: 25px;
    margin-top: 1.5rem; }
    .subpage aside .side-box.category ul li a {
      color: #000;
      text-decoration: none; }
      .subpage aside .side-box.category ul li a:hover {
        text-decoration: underline; }
  .subpage aside .side-box.tags ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    margin-top: 1rem; }
    .subpage aside .side-box.tags ul li {
      overflow: hidden;
      padding: 0px;
      margin: 3px;
      list-style-type: none; }
      .subpage aside .side-box.tags ul li a {
        text-align: center;
        background-color: #4A4947;
        padding: 2px 3px;
        color: #fff;
        display: inherit;
        text-decoration: none;
        font-size: 12px;
        width: 100%;
        text-transform: uppercase; }
      .subpage aside .side-box.tags ul li:nth-child(n+1) {
        flex-grow: 1; }
.subpage aside .profile {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center; }
  .subpage aside .profile figure {
    border: 3px solid #fff;
    display: inline-block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.subpage .sub-gallery {
  padding: 3rem 0rem; }
  .subpage .sub-gallery figure {
    border: 3px solid #fff;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
    .subpage .sub-gallery figure span {
      position: absolute;
      z-index: 99;
      transition: all 400ms ease-in-out;
      left: 20px;
      top: 20px;
      right: 20px;
      bottom: 20px;
      border: 3px solid transparent;
      display: inline-block; }
    .subpage .sub-gallery figure:hover span {
      border-color: #fff; }
.subpage .sub-rates {
  padding: 3rem 0rem; }
  .subpage .sub-rates .heading-text {
    margin-bottom: 1.5rem; }
  .subpage .sub-rates ul li + li {
    padding-top: 15px; }
  .subpage .sub-rates ul li .rate-box {
    background-color: #FAF5F7;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-radius: 25px;
    padding-bottom: 1.5rem; }
    .subpage .sub-rates ul li .rate-box .title {
      text-align: center;
      font-family: var(--banner-font);
      font-style: italic;
      font-size: 2.3rem;
      font-weight: bold;
      padding: 2.5rem 0rem; }
    .subpage .sub-rates ul li .rate-box ul {
      margin: 0px 3rem; }
      .subpage .sub-rates ul li .rate-box ul li {
        margin-bottom: 15px;
        text-align: left;
        position: relative; }
        .subpage .sub-rates ul li .rate-box ul li + li {
          border-top: 1px dashed #EBEF95;
          padding-top: 15px; }
        .subpage .sub-rates ul li .rate-box ul li span:first-child {
          font-size: 1.2rem;
          font-weight: bold; }
        .subpage .sub-rates ul li .rate-box ul li span:last-child {
          position: absolute;
          right: 0px;
          border-bottom: 1px dashed #000;
          width: 100%;
          text-align: right; }
.subpage .page-category .items {
  transition: all 300ms ease-in-out;
  border: 3px solid #000;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .subpage .page-category .items span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold; }
  .subpage .page-category .items:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; }
.subpage .page-hotel {
  padding: 4rem 0rem; }
  .subpage .page-hotel ul {
    columns: 3; }
    .subpage .page-hotel ul li {
      padding: 10px;
      border-bottom: 1px dashed #000;
      list-style-type: square; }
      .subpage .page-hotel ul li a {
        text-decoration: none;
        color: #000; }
.subpage .page-area, .subpage .page-category {
  padding: 3rem 0rem; }
  .subpage .page-area ul, .subpage .page-category ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .subpage .page-area ul li, .subpage .page-category ul li {
      overflow: hidden;
      margin: 2px; }
      .subpage .page-area ul li a, .subpage .page-category ul li a {
        transition: all 400ms ease-in-out;
        text-align: center;
        background-color: #1c3545;
        color: #fff;
        padding: 15px 25px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
        border: 10px double #f6ece5; }
        .subpage .page-area ul li a:hover, .subpage .page-category ul li a:hover {
          text-decoration: underline;
          background-color: #0b1922; }
      .subpage .page-area ul li:nth-child(n+1), .subpage .page-category ul li:nth-child(n+1) {
        flex-grow: 1; }
.subpage .page-city {
  padding: 3rem 0rem; }
  .subpage .page-city .items {
    display: inline-block;
    width: 100%;
    border: 3px solid #fff;
    text-decoration: none;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
    .subpage .page-city .items span {
      display: inline-block;
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 10px 0px;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff;
      background-color: #1c3545; }
.subpage .page-contact-us {
  padding: 3rem 0rem;
  background: #ffedd8;
  background: linear-gradient(0deg, #ffedd8 0%, #cae6b2 20%); }
  .subpage .page-contact-us .contact-box {
    padding: 4rem 3rem;
    background-color: #f4f3f3;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
    .subpage .page-contact-us .contact-box .title {
      font-family: var(--heading-font);
      font-style: italic;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 15px; }
    .subpage .page-contact-us .contact-box hr {
      margin: 15px 0px; }
    .subpage .page-contact-us .contact-box address {
      font-weight: bold;
      margin-bottom: 12px; }
    .subpage .page-contact-us .contact-box ul {
      display: inline-flex;
      align-items: center; }
      .subpage .page-contact-us .contact-box ul li {
        font-size: 15px; }
        .subpage .page-contact-us .contact-box ul li:first-child {
          padding-right: 15px; }
        .subpage .page-contact-us .contact-box ul li .call-link {
          font-size: 1.3rem;
          font-weight: bold; }
        .subpage .page-contact-us .contact-box ul li button {
          display: block;
          width: 100%;
          text-align: left;
          line-height: 20px; }
.subpage .page-sitemap {
  padding: 2rem 0rem; }
  .subpage .page-sitemap h1, .subpage .page-sitemap h2, .subpage .page-sitemap h3, .subpage .page-sitemap h4 {
    font-family: var(--heading-font);
    font-size: 2.2rem;
    color: #1c3545;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #1c3545; }
  .subpage .page-sitemap h3, .subpage .page-sitemap h4 {
    margin-top: 25px; }
  .subpage .page-sitemap .webpages {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .subpage .page-sitemap .webpages li {
      width: 100%;
      list-style-type: square;
      color: #000; }
    .subpage .page-sitemap .webpages a {
      color: #000;
      padding: 5px 0px;
      display: inline-block;
      text-decoration: none; }
      .subpage .page-sitemap .webpages a:hover {
        text-decoration: underline; }
  .subpage .page-sitemap .postlinks .sublinks {
    padding-left: 20px;
    display: inline-block;
    columns: 1;
    width: 100%; }
    .subpage .page-sitemap .postlinks .sublinks li {
      width: 100%;
      list-style-type: square;
      color: #000; }
      .subpage .page-sitemap .postlinks .sublinks li a {
        color: #000;
        padding: 5px 0px;
        display: inline-block;
        text-decoration: none; }
        .subpage .page-sitemap .postlinks .sublinks li a:hover {
          text-decoration: underline; }
.subpage .our-profiles {
  padding: 3rem 0rem; }

@media (min-width: 576px) {
  .subpage .page-sitemap .webpages {
    columns: 1; }
    .subpage .sub-header .heading-text .title {
      font-size: 2rem; }
  .subpage .page-sitemap .postlinks .sublinks {
    columns: 1; } }
@media (min-width: 768px) {
  .subpage .page-sitemap .webpages {
    columns: 2; }
  .subpage .page-sitemap .postlinks .sublinks {
    columns: 2; } }
@media (min-width: 992px) {
  .subpage .sub-header {
    padding-top: 9rem;
    padding-bottom: 4rem; }
    .subpage .sub-header .heading-text .title {
      font-size: 2.2rem; }
  .subpage .page-sitemap .webpages {
    columns: 3; }
  .subpage .page-sitemap .postlinks .sublinks {
    columns: 3; } }
@media (min-width: 1200px) {
  .subpage .sub-header {
    padding-top: 10rem;
    padding-bottom: 6rem; }
    .subpage .sub-header .heading-text .title {
      font-size: 2.5rem; }
  .subpage .page-sitemap .webpages {
    columns: 3; }
  .subpage .page-sitemap .postlinks .sublinks {
    columns: 3; } }
@media (min-width: 1400px) {
  .subpage .sub-header {
    padding-top: 12rem;
    padding-bottom: 8rem; }
    .subpage .sub-header .heading-text .title {
      font-size: 2.5rem; }
  .subpage .page-sitemap .webpages {
    columns: 3; }
  .subpage .page-sitemap .postlinks .sublinks {
    columns: 3; } }

/*# sourceMappingURL=substyle.css.map */
