/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: poppins;
}

@font-face {
  src: url(inc/assets/fonts/times.ttf);
  font-family: times;
}

.container {
    max-width: 1750px;
}

#content.site-content {
    padding: 0 !important;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}

html, body {
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: times;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  width: 50%;
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  background-color: transparent;
  padding: 17px 85px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #918151;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/************ Custom Css ***********/
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 400;
    transition: all 0.5s;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 700;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 25px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin: 0;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.header_btn a {
    background: #918151;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 0 13px 28px 0 #00000026;
}
.header_btn a:hover {
    transition: all 0.5s;
    background: transparent;
    color: #918151;
    border: 1px solid;
    box-shadow: none;
}
.header_btn {
    margin-left: 20px;
}
.navbar-brand {
    position: relative;
    left: 30px;
}
form.bg-white.p-3.border.rounded.shadow-sm {
    border-radius: 10px !important;
    background: #fff !important;
    border: none !important;
    box-shadow: 0 51px 51px 0 #00000024 !important;
    padding: 23px 50px !important;
    margin-top: -57px;
}
form.bg-white.p-3.border.rounded.shadow-sm label {
    color: #737373 !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
}
.form_row .input-group span, .form_row .input-group input, .form_row .input-group select {
    border: none !important;
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-left: 8px;
}
.form_row .input-group span {
    color: #D6D7D8;
    padding: 0 !important;
}
.calender_sec .container {
    margin: 0 !important;
}
form.bg-white.p-3.border.rounded.shadow-sm .btn-primary {
  background: #918151;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 15px 19px;
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: 0 13px 28px 0 #00000026;
  position: absolute;
  right: 15px;
  top: 0;
}
form.bg-white.p-3.border.rounded.shadow-sm select {
    width: 190px;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(2) .input-group {
	width: 200px;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(2) {
    position: relative;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(3) .input-group {
    width: 200px;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(2):before {
    content: '';
    position: absolute;
    left: -80px;
    top: 0;
    width: 1px;
    height: 58px;
    background: #E4E6E8;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(2):after {
    content: '';
    position: absolute;
    right: 70px;
    top: 0;
    width: 1px;
    height: 58px;
    background: #E4E6E8;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(3) {
    position: relative;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(3):after {
    content: '';
    position: absolute;
    right: 70px;
    top: 0;
    width: 1px;
    height: 58px;
    background: #E4E6E8;
}
.calender_sec {
    z-index: 9;
    position: relative;
}
.About_Sec {
    padding-bottom: 112px;
}
.About_Sec h3 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.About_Sec h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
}
.About_Sec p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    opacity: 60%;
    margin-bottom: 20px;
    width: 90%;
}
.About_Sec ul {
    padding-left: 0;
    list-style: none;
}
.About_Sec ul li {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}
.About_Sec ul li:before {
    content: '\f00c';
    position: relative;
    left: 0;
    font-family: 'FontAwesome';
    margin-right: 11px;
    background: #D7B78C;
    color: #fff;
    padding: 4px 5px;
    border-radius: 100%;
    font-size: 16px;
}
.About_Sec ul li:last-child {
    padding-bottom: 0;
}
.theme-btn a.vc_general {
    background: #918151 !important;
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid transparent !important;
    padding: 15px 20px;
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 0 13px 28px 0 #00000026;
    margin-top: 40px;
}
.theme-btn a.vc_general:hover {
    background: transparent !important;
    color: #918151 !important;
    border: 1px solid !important;
    transition: all 0.5s;
    box-shadow: none;
}
.About_Sec .vc_col-sm-6:last-child .vc_column-inner {
    /*     padding-top: 233px;
    padding-bottom: 232px; */
    background-size: 100% 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
.About_Sec:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 258px;
    background-image: url(inc/assets/images/ab_head.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-size: 100%;
}
.Amenities_sec {
    padding-top: 60px !important;
    padding-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 96% 100%;
    z-index: 9;
}
.Amenities_sec h3 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.Amenities_sec h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Amenities_sec .theme-btn a.vc_general {
    margin-top: 0 !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 15px 14px;
}
.Amenities_sec .theme-btn a.vc_general:hover {
    background: #fff !important;
}
.Amenities-box h4 {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    font-family: inter;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    padding-left: 25px;
}
.Amenities-box h4:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 15px;
}
.Amenities-box p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0;
    width: 79%;
    text-transform: capitalize;
}
.Amenities-box {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.Amenities-box:before {
    content: '';
    position: absolute;
    right: 40px;
    width: 1px;
    height: 210px;
    background: #fff;
    opacity: 20%;
    display: none;
}
.Amenities_sec .col-lg-4.col-md-4.col-sm-12:nth-child(3) .Amenities-box:before {
    display: none;
}
.Amenities_sec .col-lg-4.col-md-4.col-sm-12:last-child .Amenities-box:before {
    display: none;
}
.Rooms_Sec h3 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.Rooms_Sec h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 40px;
}
.Rooms_Sec p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    padding-left: 60px;
}
.Rooms_Sec {
    padding-top: 380px !important;
    padding-bottom: 60px;
    margin-top: -280px;
}
.room-box {
  display: flex;
  gap: 20px;
  background: #918151;
  align-items: center;
  padding-left: 50px;
}
.room-content {
  flex: 1;
}
.main-image-wrapper {
  position: relative;
}
.center-image {
  width: 450px !important;
  height: 450px;
  z-index: 2;
  position: absolute;
  border-radius: 10px !important;
  top: 100px;
  left: -225px;
}
.room-box .room-title {
    color: #fff;
    font-size: 45px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}
.room-box  .room-meta {
    display: flex;
    color: #fff;
    gap: 100px;
    position: relative;
}
.room-box .room-meta .meta-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.room-box .room-meta strong {
    font-size: 30px;
    line-height: 45px;
    font-family: times;
    font-weight: 400;
    margin-bottom: 10px;
}
.room-box .room-meta span {
    font-size: 45px;
    line-height: 45px;
    font-family: times;
    font-weight: 400;
}
.room-box .room-meta:before {
  content: '';
  position: absolute;
  left: 17%;
  top: 17px;
  width: 1px;
  height: 75px;
  background: #fff;
}
/* .room-box .room-meta:after {
  content: '';
  position: absolute;
  left: 34%;
  top: 17px;
  width: 1px;
  height: 75px;
  background: #fff;
} */
.Rooms_Sec  .room-description {
  margin-bottom: 30px;
  color: #fff;
  padding-left: 0;
  margin-top: 30px;
  width: 62%;
}
table tr {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}
table tr strong {
    font-weight: 500;
    text-transform: uppercase;
}
.Rooms_Sec  .row_2 .vc_column-inner {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
#owl_custom11 .owl-nav button {
    background: #FAF3E2;
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
#owl_custom11 .owl-prev {
    margin-right: 15px;
}
#owl_custom11 .owl-nav button span {
    font-size: 0;
    position: relative;
    transition: all 0.5s;
}
#owl_custom11 .owl-prev span:before {
    content: '\f060';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    line-height: 1;
    top: -14px;
    right: -10px;
}
#owl_custom11 .owl-next span:before {
    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    line-height: 1;
    top: -14px;
    right: -10px;
}
#owl_custom11 .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 47%;
}
#owl_custom11 .owl-dots {
    position: absolute;
    top: -90px;
    right: 16%;
}
#owl_custom11 .owl-dots button {
    background: #42424278;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
#owl_custom11 .owl-dots .active {
    background: #424242;
}
.Rooms_Sec .row_2 {
    overflow: visible !important;
}
#owl_custom11 .owl-dots button span {
    color: #fff;
    font-size: 22px;
}
.room-image .side-image {
    height: 650px !important;
    width: 900px !important;
}
.center-image img {
    height: 100%;
    object-fit: fill;
}
.center-image .acf-photo-gallery {
    height: 100% !important;
}
.center-image .acf-photo-gallery .owl-item {
    height: 450px;
/* 	width: 450px !important; */
}
.center-image .acf-photo-gallery .owl-dots {
    display: none;
}
.center-image .owl-nav {
    right: 38% !important;
    bottom: 9% !important;
}
.Event_Sec h3 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.Event_Sec h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.Event_Sec {
    padding-top: 100px !important;
    padding-bottom: 120px;
}
.Event_Sec .theme-btn a.vc_general {
    margin: 0;
    padding: 15px 22px;
}
.Event_Sec .vc_row {
    display: flex;
    align-items: center;
}
.Event-box {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.Event-box .Event-img {
	width: 38%;
}
.Event-box h4 {
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.Event-box p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    opacity: 60%;
    margin: 0;
    width: 94%;
}
.Event-box a {
    background: #3D3D3D;
    color: #FCFCFC;
    font-size: 22px;
    line-height: 1;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Event-box a:hover {
    rotate: -40deg;
}
.Event_Sec .col-lg-12.col-md-12.col-sm-12:nth-child(2) .Event-box {
    border-top: 1px solid #0000007d;
    border-bottom: 1px solid #0000007d;
    padding-top: 40px;
    padding-bottom: 40px;
}
.Event_Sec .col-lg-12.col-md-12.col-sm-12:nth-child(2) .Event-box a {
    top: 40px;
}
.Event_Sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 343px;
    background-image: url(inc/assets/images/Events_head.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-size: 100%;
}
.Testimonial_Sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Testimonial_Sec h3 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.testimonials-box {
    text-align: center;
}
.testimonials-box p {
    font-size: 18px;
    line-height: 32px;
    color: #797E88;
    font-weight: 700;
    font-style: italic;
    width: 96%;
    margin: 0 auto 40px;
}
.testimonials-box h4 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1;
    color: #424242;
    margin-bottom: 3px;
}
.testimonials-box h5 {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    color: #7B8893;
    opacity: 50%;
    font-family: 'Poppins';
    font-weight: 400;
}
.testimonial-layout {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.testimonial-thumbs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.thumb-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.thumb-img.active img {
  opacity: 1;
}
.testimonial-carousel {
  flex: 1;
  max-width: 1500px;
}
#owl_custom12 .testimonials-img {
    display: none;
}
#owl_custom12 .owl-dots {
    display: none;
}
.Follow_Sec h3 {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.Follow_Sec {
  padding-bottom: 100px;
  overflow: visible !important;
}
.Follow_Sec .owl-stage {
    display: flex;
}
.Follow_Sec .owl-stage-outer {
    overflow: hidden;
}
.Follow_Sec .slide_row .vc_column-inner {
    padding: 0 !important;
}
#owl_custom13 .owl-nav {
    display: none;
}
#owl_custom13 .owl-dots {
    text-align: center;
    margin-top: 40px;
}
#owl_custom13 .owl-dots .owl-dot {
    width: 42px;
    height: 12px;
    border-radius: 60px;
    background: #918151;
    opacity: 30%;
    margin-right: 10px;
}
#owl_custom13 .owl-dots .active {
  opacity: 1;
  width: 98px;
}
.gallery-box  .gallery-img {
    position: relative;
}
.gallery-box .gallery-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    opacity: 0;
    transition: all 0.5s;
}
.gallery-box .gallery-img:hover:before {
    opacity: 1;
    transition: all 0.5s;
}
.gallery-box svg {
    color: #fff;
    position: absolute;
    right: 46%;
    top: 40%;
    font-size: 50px;
    opacity: 0;
    transition: all 0.5s;
}
.gallery-box:hover svg {
    opacity: 1;
    transition: all 0.5s;
}
.Follow_Sec:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 131px;
    background-image: url(inc/assets/images/follow_head.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-size: 100%;
}
div#footer-widget {
    background-color: #918151 !important;
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
    padding-bottom: 110px;
}
.ft_1 p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 0;
    width: 73%;
}
h3.widget-title {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.ft_2 {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    position: relative;
}
.ft_2 ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.ft_2 ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    transition: all 0.5s;
}
.ft_3 ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.5s;
}
.ft_3 ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.ft_3 ul li {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.ft_3 ul li:last-child {
    padding-bottom: 0;
}
.ft_3 ul li:first-child:before {
    content: '\f0e0';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}
.ft_3 ul li:nth-child(2):before {
    content: '\f3c5';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}
/* .ft_3 ul li:last-child:before {
    content: '\f3c5';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
} */
.ft_3 {
	padding-left: 80px;
	max-width: 20%;
	flex: 0 0 20%;
}
.ft_2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14%;
    background: #fff;
    width: 1px;
    height: 155px;
    opacity: 60%;
}
.ft_2:after {
    content: '';
    position: absolute;
    right: 50%;
    top: 14%;
    background: #fff;
    width: 1px;
    height: 155px;
    opacity: 60%;
}
.ft_3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14%;
    background: #fff;
    width: 1px;
    height: 155px;
    opacity: 60%;
}
footer#colophon {
    background-color: transparent !important;
    margin-top: -73px;
}
footer#colophon .container {
    background: #2C2C2C;
    border-radius: 50px 50px 0 0;
    padding-top: 26px !important;
    padding-bottom: 25px !important;
}
.site-info {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-family: inter;
}
.site-info a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.featured_sec {
    margin-top: 80px;
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}


/********** Inner pages Css ***********/
.breadcrumbs {
    background: #918151;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
    text-align: center;
}
.breadcrumbs h1 {
    margin: 0;
    padding-bottom: 5px;
    color: #fff;
    font-size: 50px;
    line-height: 1.4;
}
.breadcrumbs span {
    color: #fff;
    font-size: 18px;
}
.breadcrumbs span a {
    text-decoration: none;
}
.breadcrumbs svg {
    color: #fff;
    font-size: 15px;
    margin: 0 10px;
}
section.vc_section.abt_iner {
    padding-top: 100px;
}
.tax-amenities_category .content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.tax-amenities_category .content-area .category-title {
    font-size: 40px;
    color: #000;
    margin-top: 50px;
    padding: 0;
    margin-bottom: 30px;
}
.tax-amenities_category .content-area .Amenities-box {
    box-shadow: 0 16px 16px 0 #0000001a;
    background: #2c2c2c;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tax-amenities_category .content-area .Amenities-box h4:before {
    display: none;
}
.tax-amenities_category .content-area .Amenities-box h4 {
    margin: 0;
    padding: 0;
}
.tax-amenities_category .content-area .Amenities-box:before {
    display: none;
}
.tax-amenities_category .content-area .Amenities-box p {
    width: 100%;
}
.post-type-archive-rooms #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}
.post-type-archive-rooms .container {
    max-width: 1840px;
}
.room-box .room-description {
    margin-bottom: 30px;
    color: #fff;
    padding-left: 0;
    margin-top: 30px;
    width: 62%;
    font-size: 16px;
    line-height: 32px;
}
.post-type-archive-rooms #primary .room-box {
    margin-bottom: 50px;
}
.ContactForm .form-control {
    height: 64px;
    border: 1px solid #797979;
    border-radius: 10px;
    padding-left: 25px;
}
.ContactForm .form-control::placeholder {
    font-size: 16px;
    line-height: 1;
    color: #575757;
}
.ContactForm textarea {
    height: 200px !important;
    padding-top: 22px;
    resize: none;
}
.Contact_Sec .ContactForm p {
    margin-bottom: 20px;
}
.ContactForm .last_one p {
    margin-bottom: 0;
}
.ContactForm .btn-primary {
    background: #918151;
    color: #fff;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0;
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
    font-weight: 500;
    box-shadow: 0 13px 28px 0 #00000026;
}
.ContactForm .btn-primary:hover {
    background: transparent;
    color: #918151;
    border: 1px solid;
    transition: all 0.5s;
    box-shadow: none;
}
.Contact_page {
    padding-top: 100px;
    padding-bottom: 80px;
}
.banner-head span {
    font-size: 34px !important;
    line-height: 40px;
    text-transform: capitalize;
}
.Welcome_Sec {
	padding-top: 100px;
	padding-bottom: 60px;
}
.Welcome_Sec p {
    font-size: 18px;
    line-height: 40px;
    width: 70%;
    margin: 0 auto 40px;
}
.room-box table tr svg {
    margin-right: 10px;
    font-size: 24px;
}


.room-box .room-content a {
    background: #fff !important;
    color: #918151 !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid transparent !important;
    padding: 13px 20px;
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 0 13px 28px 0 #00000026;
    margin-top: 30px !important;
    display: inline-block;
    text-decoration: none;
	margin-right: 15px;
}
.single-rooms #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}
.single-rooms #primary h1.entry-title {
    font-size: 34px;
    color: #000;
    line-height: 46px;
}
.single-rooms #primary p {
    font-size: 18px;
    line-height: 32px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	background: #D7B78C !important;
	color: #fff !important;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	border: 1px solid transparent !important;
	padding: 15px 20px;
	border-radius: 5px;
	transition: all 0.5s;
	box-shadow: 0 13px 28px 0 #00000026;
}
.navbar-brand {
    width: 15%;
}
.post-navigation .nav-previous a br, .post-navigation .nav-next a br {
    display: none;
}
.booking_row {
    padding-top: 100px;
    padding-bottom: 50px;
}
.booking_row .vbdivsearch.vbo-search-mainview {
    border-radius: 15px;
    box-shadow: 0px 0px 15px 15px #0000000d;
    width: 60%;
    margin: 0 auto;
}
.booking_row .vb-search-inner {
	justify-content: center;
}
.vbdivsearch .vb-search-inner > div {
    margin-top: 0 !important;
}
.vbdivsearch .vb-search-inner .vbo-search-inpblock .input-group > input {
    width: 70% !important;
}
.vbo-search-submit .btn {
    background: #917f53 !important;
}
.vbo-search-submit {
    align-self: anchor-center;
}
.vbdescrlistdiv h4 {
    font-size: 26px;
    color: #000;
}
.vblistroomblock img.vblistimg {
    width: 350px;
    object-fit: cover;
}
.vbimglistdiv {
	width: 28% !important;
	flex: 0 0 28% !important;
}
.vbselectr a:hover, .vbselectr-result:hover {
    background: #917f53;
}
.vbo-results-chdates a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
}
.vbo-goback-link {
    margin-top: 20px;
}
.vbo-showprc-room-head {
    font-size: 16px;
}
.vbo-showprc-room-block h3 {
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.vbo-showprc-price-entry-cost {
    color: #917f53;
}
.room_buttons_box .booknow {
    background: #917f53;
    font-size: 16px;
    color: #fff;
    padding: 10px 16px;
}
.vboconfirmbottom .booknow {
    background: #917f53 !important;
    color: #fff;
    padding: 10px 20px;
}
.calender_sec .booking_row {
    padding-top: 0;
}
.calender_sec .vbdivsearch.vbo-search-mainview {
    margin-top: -50px;
    width: 70%;
}
.single-rooms #primary p a {
    background: #d7b58e;
    color: #fff;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
div#owl_custom14 {
    display: block;
}
#owl_custom14 .center-image .owl-nav button {
    background: #FAF3E2;
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
#owl_custom14 .center-image .owl-prev {
    margin-right: 15px;
}
#owl_custom14 .center-image .owl-nav button span {
    font-size: 0;
    position: relative;
    transition: all 0.5s;
}
#owl_custom14 .center-image .owl-prev span:before {
    content: '\f060';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    line-height: 1;
    top: -14px;
    right: -10px;
}
#owl_custom14 .center-image .owl-next span:before {
    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    line-height: 1;
    top: -14px;
    right: -10px;
}
#owl_custom14 .center-image .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 47%;
	display: block !important;
}
#owl_custom14 .owl-nav {
	display: none;
}
#owl_custom14 .owl-dots {
	display: none;
}
section.vc_section.Cottage_Sec {
    margin-top: 0;
    padding-top: 60px !important;
}
.room-box .room-title {
    width: 70%;
}
.abt_iner ol {
    padding-left: 20px;
    margin-bottom: 30px;
}
.abt_iner ol li {
    font-size: 18px;
    line-height: 44px;
    color: #000;
    opacity: 60%;
}
.abt_iner .abt_row {
    padding-bottom: 80px;
}
.abt_iner .abt_row p {
    width: 100%;
}
.post-type-archive-cottage #primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-cottage .container {
    max-width: 1840px;
}
.post-type-archive-cottage .center-image .owl-nav button, .post-type-archive-rooms .center-image .owl-nav button {
    background: #FAF3E2;
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
.post-type-archive-cottage .center-image .owl-prev, .post-type-archive-rooms .center-image .owl-prev {
    margin-right: 15px;
}
.post-type-archive-cottage .center-image .owl-nav button span, .post-type-archive-rooms .center-image .owl-nav button span {
    font-size: 0;
    position: relative;
    transition: all 0.5s;
}
.post-type-archive-cottage .center-image .owl-prev span:before, .post-type-archive-rooms .center-image .owl-prev span:before {
    content: '\f060';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    line-height: 1;
    top: -14px;
    right: -10px;
}
.post-type-archive-cottage .center-image .owl-next span:before, .post-type-archive-rooms .center-image .owl-next span:before {
    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    line-height: 1;
    top: -14px;
    right: -10px;
}
.post-type-archive-cottage .center-image .owl-nav, .post-type-archive-rooms .center-image .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 47%;
	display: block !important;
}
.post-type-archive-cottage .owl-nav, .post-type-archive-rooms .owl-nav {
	display: none;
}
.post-type-archive-cottage .owl-dots, .post-type-archive-rooms .owl-dots {
	display: none;
}
.room-box h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 40px;
    line-height: 1;
}
div#owl_custom14 .room-box .room-content a {
    margin-top: 10px !important;
}
.single-cottage #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}
.single-cottage #primary h1.entry-title {
    font-size: 34px;
    color: #000;
    line-height: 46px;
}
.single-cottage #primary p {
    font-size: 18px;
    line-height: 32px;
}
.room-box .room-content a:hover {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid !important;
}
.ft_1 img {
    width: 60%;
}
.ft_1 {
    max-width: 30%;
    flex: 0 0 30%;
}

.Grits_Sec .vc_col-sm-6:last-child .vc_column-inner {
    padding: 0 !important;
}

.Grits_Sec .vc_col-sm-6 h3 {
    color: #fff !important;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}

.Grits_Sec .vc_col-sm-6 p {
    padding-left: 0;
    color: #fff;
    font-size: 16px;
}

.Grits_Sec .vc_col-sm-6 ul {
    padding-left: 20px;
    color: #fff;
}

.Grits_Sec .vc_col-sm-6 ul li {
    font-size: 16px;
    line-height: 36px;
}

.Grits_Sec .vc_col-sm-6 .theme-btn a.vc_general {
	background: #fff !important;
	color: #918151 !important;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	border: 1px solid transparent !important;
	padding: 13px 20px;
	border-radius: 5px;
	transition: all 0.5s;
	box-shadow: 0 13px 28px 0 #00000026;
	margin-top: 30px !important;
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
}

section.vc_section.Grits_Sec {
    padding-top: 50px !important;
    margin-top: 0;
}

.Grits_Sec .vc_col-sm-6:first-child .vc_column-inner {
    padding-left: 50px;
}
.Entire_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.Entire_Sec h2 {
    font-size: 34px;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 30px;
}

.Entire_Sec p {
    font-size: 18px;
    line-height: 32px;
}

.Entire_Sec ul {
    padding-left: 30px;
    margin-bottom: 20px !important;
}

.Entire_Sec ul li {
    font-size: 18px;
    line-height: 36px;
}

.Entire_Sec a {
    text-decoration: none;
    color: #917f53;
}

.Grits_Sec .vc_col-sm-6 h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}
.about_gallery .vc_item.vc_active {
    height: unset !important;
}

.about_gallery img.attachment-full {
    height: 500px !important;
}

.about_gallery .vc_item.vc_active {
    height: 500px !important;
}

.about_gallery .vc_carousel-slideline {
    height: 400px;
}

.about_gallery a.vc_carousel-control span {
    background: #fff;
    opacity: 1 !important;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.about_gallery a.vc_carousel-control {
    opacity: 1;
}
.about_gallery a.vc_carousel-control span:before {
    width: 100%;
    height: 100%;
    line-height: 1;
    top: 0 !important;
    color: #000;
}
.vbo-showprc-room-block .room_description_box p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.Grits_Sec .vc_col-sm-6 .theme-btn a.vc_general:hover {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid !important;
}

section.vc_section.Room_new {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.vbo-oconfirm-summary-room-head-cell.vbo-oconfirm-summary-room-cell-tax {
    display: none !important;
}
.vbo-oconfirm-summary-room-cell-tax {
    display: none !important;
}

.new_book .vbo-search-num-rooms {
    display: none !important;
}
.new_book div#vbo-search-num-aduchild-block {
    display: none;
}
.new_book  .vbo-search-num-racblock {
    display: none !important;
}
.new_book  .btn.vbo-pref-color-btn {
    margin-bottom: 20px !important;
}
.new_book  .vbdivsearch.vbo-search-mainview {
    width: 50%;
}


/*********** Responsive Css ***********/
@media only screen and (max-width: 1700px) {
.container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
header#masthead .container {
    padding-left: 0;
    padding-right: 0;
}
.Amenities_sec {
    background-size: 98% 100%;
}
.room-box .room-image {
    width: 55%;
}
.room-box .center-image {
    width: 350px !important;
    height: 400px !important;
    left: -150px;
}
.room-box {
    padding-left: 30px;
}
.room-box .room-meta:before {
    left: 20%;
}
.room-box .room-meta:after {
    left: 43%;
}
.Event-box .Event-img {
    margin-right: 15px;
}
.testimonial-carousel {
    max-width: 1350px;
}
.calender_sec .container {
    padding: 0 !important;
}
/* .center-image .acf-photo-gallery .owl-item {
    width: unset !important;
} */
}

@media only screen and (max-width: 1500px) {
header#masthead {
    padding: 15px 40px;
}
.header_btn a {
    font-size: 16px;
}
.calender_sec .container {
    padding: 0 !important;
}
form.bg-white.p-3.border.rounded.shadow-sm {
    padding: 20px 30px !important;
}
form.bg-white.p-3.border.rounded.shadow-sm .btn-primary {
    font-size: 16px;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3 {
    max-width: 22%;
    flex: 0 0 22%;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:last-child {
    max-width: 34%;
    flex: 0 0 34%;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(2):before {
    left: -20px;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(2):after {
    right: 30px;
}
form.bg-white.p-3.border.rounded.shadow-sm .col-md-3:nth-child(3):after {
    right: 30px;
}
.Rooms_Sec p {
    padding-left: 0;
    font-size: 16px;
    line-height: 30px;
}
#owl_custom11 .owl-dots {
    right: 14%;
}
.room-box .room-title {
    font-size: 38px;
    margin-bottom: 20px;
}
.room-box .room-meta strong {
    font-size: 25px;
    line-height: 38px;
}
.room-box .room-meta span {
    font-size: 38px;
}
.room-box .room-description {
	width: 80%;
}
table tr {
    font-size: 15px;
    line-height: 36px;
}
.room-box .center-image {
    width: 280px !important;
    height: 330px !important;
    left: -80px;
    top: 20%;
}
.Event-box .Event-img {
    width: 50%;
}
.Event-box p {
    font-size: 16px;
    line-height: 30px;
}
.testimonial-carousel {
    max-width: 1200px;
}
.ft_3 {
    padding-left: 20px;
}
.ft_3:before {
    left: -30px;
}
.site-info {
    font-size: 18px;
}
footer#colophon .container {
    max-width: 95%;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
}
}

@media only screen and (max-width: 1400px) {
.navbar-brand {
    width: 17%;
}
.About_Sec h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.About_Sec h2 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 15px;
}
.About_Sec p {
    font-size: 16px;
    line-height: 30px;
}
.About_Sec ul li {
    font-size: 16px;
    line-height: 30px;
}
.theme-btn a.vc_general {
    font-size: 16px;
}
.About_Sec:after {
    height: 220px;
}
.Amenities_sec h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.Amenities_sec h2 {
    font-size: 35px;
    line-height: 50px;
}
.Amenities-box h4 {
    font-size: 20px;
}
.Amenities-box p {
    font-size: 15px;
    line-height: 30px;
    width: 90%;
}
.Amenities-box:before {
    right: 0;
    height: 190px;
}
.Rooms_Sec h3 {
    font-size: 30px;
    margin-bottom: 15px !important;
}
.Rooms_Sec h2 {
    font-size: 38px;
    line-height: 52px;
}
#owl_custom11 .owl-dots button span {
    font-size: 18px;
}
#owl_custom11 .owl-dots button {
    width: 45px;
    height: 45px;
}
.room-box .room-title {
    font-size: 35px;
}
.room-box .room-meta span {
    font-size: 35px;
    line-height: 40px;
}
.room-box .room-meta strong {
    font-size: 23px;
    margin-bottom: 5px;
}
.room-box .room-meta {
    gap: 80px;
}
.room-box .room-meta:after {
    height: 70px;
}
.room-box .room-meta:before {
    height: 70px;
}
.room-box .room-description {
    margin-top: 20px;
    margin-bottom: 30px;
}
table {
    width: 55%;
}
.Event_Sec h3 {
    font-size: 35px;
    margin-bottom: 15px;
}
.Event_Sec h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
}
.Event-box h4 {
    font-size: 26px;
}
.Event-box {
    margin-bottom: 30px;
}
.Event_Sec .col-lg-12.col-md-12.col-sm-12:nth-child(2) .Event-box {
    padding-top: 30px;
    padding-bottom: 30px;
}
.Event-box a {
    font-size: 18px;
}
.Event_Sec:after {
    height: 200px;
}
.Event_Sec {
    padding-bottom: 80px;
}
.Testimonial_Sec h3 {
    font-size: 35px;
    margin-bottom: 30px;
}
.testimonial-carousel {
    max-width: 1080px;
}
.Follow_Sec h3 {
    font-size: 35px;
}
.ft_1 p {
    width: 90%;
}
footer#colophon .container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.site-info {
    font-size: 16px;
}
div#footer-widget {
    padding-bottom: 90px;
}
footer#colophon {
    margin-top: -62px;
}
.breadcrumbs h1 {
    font-size: 40px;
}
.breadcrumbs span {
    font-size: 16px;
}
.breadcrumbs {
    padding-top: 80px;
    padding-bottom: 80px;
} 
.banner-head span {
    font-size: 24px !important;
    line-height: 34px;
}
.About_Sec .vc_col-sm-6:last-child .vc_column-inner {
/*     padding-top: 200px;
    padding-bottom: 200px; */
}
.center-image .acf-photo-gallery .owl-item {
    height: 350px;
}
.room-image .side-image {
    height: 600px !important;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}
.Rooms_Sec .row_2 .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.About_Sec .vc_col-sm-6:last-child .vc_column-inner .ult-modal-img {
    width: 15% !important;
}
.Amenities-box h4:before {
    width: 8px;
    height: 8px;
}
.booking_row .vbdivsearch.vbo-search-mainview {
    width: 80% !important;
}
.vbo-search-submit {
    text-align: right !important;
}
.abt_iner ol li {
    font-size: 16px;
    line-height: 36px;
}
.room-box .room-title {
    width: 80%;
}
.Grits_Sec .vc_col-sm-6:first-child .vc_column-inner {
    padding-left: 30px !important;
    padding-bottom: 20px;
    padding-top: 25px !important;
}
.Grits_Sec .vc_col-sm-6 h4 {
    font-size: 25px !important;
    margin-bottom: 15px !important;
}
.Grits_Sec .vc_col-sm-6 .theme-btn a.vc_general {
    margin-top: 20px !important;
}
.about_gallery img.attachment-full {
    height: 400px !important;
}
}

@media only screen and (max-width: 1300px) {
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-size: 16px;
}
.room-box .room-title {
    font-size: 32px;
    margin-bottom: 20px;
}
.room-box .room-meta span {
    font-size: 30px;
}
.room-box .room-meta strong {
    font-size: 22px;
    line-height: 30px;
}
.room-box .room-meta {
    gap: 70px;
}
.room-box .room-meta:after {
    height: 60px;
    top: 10px;
    left: 40%;
}
.room-box .room-meta:before {
    height: 60px;
    top: 10px;
    left: 17%;
}
.room-box .room-description {
    margin-top: 15px;
    margin-bottom: 15px;
}
.testimonial-carousel {
    max-width: 980px;
}
.ft_3 {
    padding-left: 0;
}
}

@media only screen and (max-width: 1220px) {
header#masthead {
    padding: 15px 20px;
}
.navbar-brand {
    width: 15%;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.About_Sec .vc_col-sm-6:last-child .vc_column-inner {
/*     padding-top: 180px;
    padding-bottom: 180px; */
}
.Amenities_sec {
    background-size: 99% 100%;
}

.Rooms_Sec .row_2 .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.Event-box .Event-img {
    width: 60%;
}
.booking_row .vbdivsearch.vbo-search-mainview {
    width: 90% !important;
}
section.vc_section.About_Sec {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.tax-amenities_category .content-area .category-title {
    font-size: 35px;
}
.ft_2 {
    max-width: 46%;
    flex: 0 0 46%;
}
}

@media only screen and (max-width: 1199px) {
.navbar-brand {
    position: unset;
}
button.navbar-toggler {
    background: #917f53;
}
button.navbar-toggler:focus {
    outline: none;
}
#masthead nav {
    flex-direction: row-reverse;
}
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #fff;
    z-index: 99;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
    text-align: center;
}
div#main-nav.show {
    transform: none;
}
div#main-nav .navbar-brand {
    width: 70%;
    padding-bottom: 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    line-height: 40px;
}
.header_btn {
    margin-left: 0;
    margin-top: 50px;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
}

.cottage_cont ul {
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}
.Cottage_Sec .center-image .acf-photo-gallery .owl-item {
    width: 450px !important;
}