body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  transition: background-color 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 5px;
}

body {
  background: #eaeaea;
  color: #39362e;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  line-height: 1.75rem;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2e2e;
  font-family: "Bona Nova", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
}

.font-32 {
  font-size: 32px;
}

.font-28 {
  font-size: 28px;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 0.5rem;
}

small {
  font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

.img-fluid {
  width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus {
  text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
  color: #e39c07;
  font-weight: 400;
  display: inline-block;
}

.active-link:hover {
  text-decoration: none;
  color: #e39c07;
}

a,
dt {
  color: #39362e;
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
  color: #39362e;
  text-decoration: none;
}

.btn {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}

/******** custom-btn ********/
.buttons button {
  padding: 0 25px;
  border-radius: 4px;
  min-width: 140px;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: solid 2px #e39c07;
  cursor: pointer;
}

.buttons button:after,
.buttons button:before {
  width: 0%;
  height: 0%;
  content: "";
  position: absolute;
  border-radius: 100%;
}

.buttons button:after {
  transition: all 0.5s ease;
  background-color: white;
}

.buttons button:before {
  transition: all 0.5s ease-out;
  background: #e39c07;
}

.buttons button span {
  z-index: 1;
  transition: all 0.3s ease-out;
}

.buttons button.cta-01 {
  background: linear-gradient(90deg, #e39c07 0%, #1582ee 100%);
  color: white;
}

.buttons button.cta-02 {
  background-color: transparent;
  color: #e39c07;
}

.buttons button.cta-02:after {
  background: linear-gradient(90deg, #e39c07 0%, #e39c07 100%);
}

.buttons button:hover.cta-01 {
  color: #e39c07;
}

.buttons button:hover.cta-02 {
  color: white;
}

.buttons button:hover:after,
.buttons button:hover:before {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

.buttons button:hover:after {
  transition: all 0.7s ease-in;
}

.buttons button:hover:before {
  transition: all 0.5s ease-in;
}

.custom-btn {
  position: relative;
  background-color: #e39c07;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.custom-btn:hover,
.custom-btn:focus {
  background-color: #e39c07;
  color: #fff;
}

.custom-btn span {
  line-height: 24px;
  font-size: 14px;
  margin-left: 8px;
}

.btn-read {
  display: inline-block;
  position: relative;
  color: #e39c07;
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-read span {
  font-size: 0.875em;
  margin-left: 10px;
}

.btn-read:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e39c07;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
  background-color: none;
  border: none;
  box-shadow: none;
  outline: none;
  color: #e39c07;
}

.form-group {
  position: relative;
}

input,
textarea,
select,
button {
  outline: none;
  font-size: 0.875rem;
}

input.form-control,
.form-select,
textarea.form-control,
select.form-control,
.form-select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #939393;
  height: 50px;
  font-size: 0.875rem !important;
  padding: 10px !important;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
  border: 1px solid rgb(122, 122, 122);
  outline: none;
  box-shadow: none;
  border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -moz-webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-webkit-appearance: textfield;
}

textarea.form-control {
  height: 100px;
}

.form-control.ndate-picker {
  background-color: #ffffff;
}

.form-label {
  margin-bottom: 0.2rem;
}

label {
  display: inline-block;
  font-weight: 400;
  font-size: 0.833rem;
  margin-bottom: 0;
}

.title-widget {
  position: relative;
  z-index: 1;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  line-height: 48px;
  color: #2e2e2e;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-animation: animatedIntro 1.5s;
  -ms-animation: animatedIntro 1.5s;
  -o-animation: animatedIntro 1.5s;
  animation: animatedIntro 1.5s;
}

.subtitle {
  position: relative;
}

.subtitle h6 {
  position: relative;
  color: #e39c07;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  text-transform: uppercase;
}

.subtitle span.sub-line {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: -4px;
  width: 100px;
  height: 1px;
  background: #e39c07;
}

.position-relative {
  position: relative !important;
  z-index: 2;
}

.py-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.py-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.p-0 {
  padding: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-10 {
  margin-bottom: 10px;
}

hr {
  background-color: rgba(245, 245, 245);
  opacity: 1;
}

.radius-8 {
  border-radius: 8px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.site-bg {
  background-color: #c27800;
}

.site-light {
  background-color: #e6e6e6;
}

.site-bg-dark {
  background-color: #2e2e2e;
}

.section-content {
  position: relative;
  padding: 50px 0 50px 0;
}

main.section-all {
  min-height: 700px;
}

.container-fluid {
  padding: 0 90px;
}

/******** header ********/
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-top-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.w-tittle {
  margin: 10px 0;
}

.w-tittle p {
  color: #2e2e2e;
  font-size: 18px;
  font-family: "Bona Nova", serif;
  font-style: italic;
  text-transform: capitalize;
}

.w-tittle p span {
  color: #e39c07;
}

.h-top-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 0;
}

.h-top-cont ul {
  margin-bottom: 0;
}

.h-top-cont ul li {
  color: #2e2e2e;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  margin-left: 20px;
}

.h-top-cont ul li a {
  color: #2e2e2e;
}

.h-top-cont ul li span {
  color: #e39c07;
  margin-right: 10px;
}

header {
  position: relative;
  background: rgb(0, 0, 0);
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: stickyTransition;
  animation-name: stickyTransition;
}

.logo-widget {
  position: absolute;
  background-color: #000;
  padding: 10px;
  top: -50px;
  z-index: 1;
}

.sticky .logo-widget {
    top: 0;
}

.nav_rit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.m-left {
  margin-left: 20px;
}

.book-btn {
  line-height: 75px;
}

.bookbtn {
  position: relative;
  background-color: #e39c07;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 30px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bookbtn:hover,
.bookbtn:focus {
  background-color: #b47a00;
  color: #fff;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.openBtn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  width: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.openBtn span {
  color: #fff;
  font-size: 18px;
}

.openBtn:hover {
  background: transparent;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 58px;
  right: 20px;
  cursor: pointer;
  color: #b47a00;
  z-index: 99999;
  font-size: 40px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
}

.overlay .closebtn:hover {
  color: #595959;
}

.overlay input[type="text"] {
  padding: 15px 20px;
  font-size: 17px;
  border: none;
  float: left;
  width: 1000%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: white;
}

.overlay button {
  float: left;
  width: auto;
  padding: 15px;
  background: #b47a00;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #b47a00;
}

.sidebar-toggle {
  position: relative;
}

.offcanvas-body ul {
  padding-left: 0;
}

.offcanvas-body ul li {
  color: #222362;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
}

.offcanvas-body ul li a {
  color: #222362;
}

.social-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  margin-top: 10px !important;
}

.room-conatiner {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.search-content {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding: 30px 40px;
}

.search-content div.elem-group {
  margin: 10px 0 0 0;
}

.search-content div.elem-group.inlined {
  width: 100%;
  display: block;
  /* float: left; */
  /* margin-left: 1%; */
}

.search-content .elem-group label {
  display: block;
  /* font-family: 'Nanum Gothic'; */
  /* padding-bottom: 10px; */
  font-size: 0.875em;
}

.search-content input,
select,
textarea {
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  font-size: 1em;
  /* font-family: 'Nanum Gothic'; */
  width: 100%;
  padding: 10px;
}

.search-content div.elem-group.inlined input {
  width: 100%;
  display: inline-block;
}

/**** Our Rooms And Suites ****/
.room-conatiner {
  position: relative;
}

.card-box {
  position: relative;
}

.container-card {
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  display: block;
}

.imgBox {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.imgBox img {
  object-fit: cover;
  resize: both;
  transition: 0.4s ease;
  /* border-radius: 8px; */
}

.img180 img {
  height: 180px;
  object-fit: cover;
  resize: both;
  transition: 0.4s ease;
}

.container-card:hover .imgBox img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  transition: 0.4s ease;
}

.sub-tittle {
  padding: 20px;
}

.font-20 {
  font-size: 22px;
}

.pptag h5 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.pptag span {
  font-size: 16px;
  display: block;
}

.client-container {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 40px;
}

.testi-container {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 40px;
}

.quote-icon {
  float: left;
  background-color: #e39c07;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-right: 20px;
}

.edu-name {
  margin-left: 70px;
}

.client-pp {
  float: left;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  overflow: hidden;
}

.client-dtl {
  margin-left: 80px;
}

.client-dtl h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}

.client-dtl small {
  font-size: 14px;
  line-height: 20px;
}

.g-flex {
  display: flex;
  flex-wrap: wrap;
}

.insta-wrap {
  position: relative;
}

.img260 img {
  object-fit: cover;
  height: 260px;
}

.column {
  position: relative;
  flex: 16.66%;
  padding: 0;
}

.card-container {
  position: relative;
  overflow: hidden;
}

.card-1 {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-1 .thumb {
  border-radius: 0;
  width: auto;
  height: 200px;
  background-size: cover;
}

.card-1 .thumb img {
  border-radius: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
}

footer {
  position: relative;
}

.footer__tittle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

.cnt-icon {
  background-color: #e39c07;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.cnt-icon span {
  color: #fff;
  font-size: 13px;
}

.cnt-title {
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
  display: block;
  line-height: 1.5em;
  text-transform: capitalize;
}

.cnt-text {
  margin-left: 40px;
  font-size: 0.875em;
  color: #ffffff;
  line-height: 1.125em;
  display: block;
}

.cnt-text a {
  color: #ffffff;
}

.cnt-text span {
  display: block;
}

.listing {
  padding-left: 0;
}

.listing li {
  position: relative;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.listing li a {
  color: #ffffff;
}

.listing li a:hover {
  color: #f9c26a;
}
.subscribe__text {
  color: #ffffff;
  font-size: 14px;
}

.subscribe-from {
  position: relative;
}

.subscribe-from p {
  font-size: 14px;
  line-height: 18px;
}

.input-box {
  position: relative;
}

.input-box input {
  height: 46px;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  color: #434343;
  outline: none;
  font-size: 14px;
  padding: 0 20px;
}

.input-box .button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 46px;
  width: 80px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #493b25;
  text-align: center;
  cursor: pointer;
}

.h__line {
  border-top: 1px solid #493b25;
}

.cpy-info p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.cpy-info p a {
  color: #fff;
}

.cpy-info p a:hover {
  color: #947a51;
  text-decoration: underline;
}

.cpy-info span {
  color: #947a51;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-icons ul {
  padding-left: 0;
}

.social-icons ul li {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  margin-right: 4px !important;
  margin-left: 0 !important;
}

.social-icons ul li a {
  border-radius: 100%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 2px;
  text-align: center;
}

.social-icons ul li:nth-child(1) a {
  background: #1974d0;
  color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
  background: #1596e7;
  color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #ffffff;
}

.social-icons ul li:nth-child(4) a {
  background: #db0505;
  color: #ffffff;
}

.company-info {
  float: right;
}

.company-info ul li {
  color: #b29c78;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  padding-left: 20px;
}

.company-info ul li a {
  color: #b29c78;
}

.company-info ul li a:hover {
  color: #fff;
}

/******** all page css *******/
.site_page-title-inner {
  position: relative;
}

.page-titleShape {
  position: relative;
  padding: 150px 0 150px 0;
  text-align: center;
}

.page-titleShape::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0) 127.57%);
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 1;
}

.page-title ul li {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
}

.page-title ul li a {
  color: #C27800;
}

.page-title ul li + li::before {
  content: "\f054";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 10px;
	display: inline-block;
	margin: 0 5px 0 8px;
}

.page-title h3 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

ul.list-item {
  padding-left: 0 !important;
}

.list-item li {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  list-style: disc;
  list-style-position: inside;
  line-height: 32px;
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  /*justify-content: end;*/
  justify-content: center;
  gap: 6px;
}

.btn_1 {
  border: 1px solid #910079;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  background: none;
  cursor: pointer;
}

.btn-icon {
  width: 15px;
  height: 15px;
  stroke: #e39c07;
}

.btn_1:hover {
  background-color: #e39c07;
}

.btn_1:hover .btn-icon {
  stroke: #fff;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e39c07 !important;
  border-color: #e39c07 !important;
}
.page-link:link,
.page-link:visited {
  text-decoration: none;
  color: #e39c07;
  font-size: 15px;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  border: 1px solid #e39c07;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
  background-color: #e39c07;
  color: #fff;
}

.searchwrap {
  display: inline-block;
}

.mbl-screen,
.screen-sm {
  display: none;
}

.pe-20 {
  padding-right: 20px;
}



.facilities-wrap ul {
	padding-left: 0;
}

.facilities-wrap ul li {
	display: block;
	list-style: none;
	margin: 10px 0;
}

.facilities-wrap ul li span {
	margin-right: 10px;
}

.social-widget {
  display: flex;
  justify-content: start;
}

.Img-sm {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}
.Img-sm img {
  width: 70px;
  height: 65px;
  max-width: 70px;
  overflow: hidden;
  object-fit: cover;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #383838;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}

.btn-close span {
  color: #fff;
}

.btn-toggle {
  background-color: transparent;
  border: none;
  border: none;
}

.btn-toggle span {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  /* padding: 2px 6px; */
  font-size: 24px;
}

/* Grid items --------------------------------------------*/
.container-galllery {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 150px);
  margin: 0 auto;
  max-width: 100%;
  padding: 0rem 0;
}

.img {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-4 {
  grid-row: 2/5;
}

.item-5 {
  grid-row: 2/6;
}

.item-6 {
  grid-row: 2/4;
}

.item-7 {
  grid-row: 5/6;
}

.item-8 {
  grid-row: 4/6;
}

.item-9 {
  grid-row: 6/11;
}

.item-10 {
  grid-row: 6/7;
}

.item-11 {
  grid-row: 6/9;
}

.item-12 {
  grid-row: 7/12;
}

.item-13 {
  grid-row: 9/13;
}

.item-14 {
  grid-row: 11/13;
}

.menu-tabs .nav-pills {
  display: flex;
  justify-content: start;
}

.menu-tabs .nav-item {
  margin: 0 4px;
}

.menu-tabs .nav-pills .nav-link {
  background-color: #fff !important;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #2E2E2E;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 24x;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 24px !important;
  margin: 0 6px 6px 0;
}

.menu-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #E39C07 !important;
  border: 2px solid #E39C07;
  border-radius: 4px;
  color: #ffffff;
  line-height: 24x;
  padding: 8px 24px !important;
}


/* ---------------------------------------------- /*
 * Menu
/* ---------------------------------------------- */

.menu-content {
  background: #fff;
  padding:30px;
}

.menu {
	border-bottom: 1px dotted #DDD;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.menu-classic img {
	margin: 0 0 10px;
}

.menu-title {
  color: #2E2E2E;
	font-size: 16px;
	margin: 0;
}

.menu-price {
  color: #2E2E2E;
  font-size: 20px;
  margin: 0;
}

.menu-detail {
  color: #E39C07;
	font-size: 14px;
}

.menu-price-detail {
	position: relative;
	text-align: right;
}

.menu-label {
	background: #fae7d7;
	position: relative;
	display: inline-block;
	padding: 2px 10px 0px 10px;
	font-family: 'Crimson Text', serif;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 13px;
	float: right;
	top: 5px;
}

.sticky .logo-widget {
	background: none;
    position: inherit;
    padding: 0;
}
.sticky .custom-logo-link img {
	max-width: inherit !important;
	width: 75px !important;
}
/********responsive css*********/

@media (max-width: 1280px) {
  .container {
    max-width: calc(100% - 20px);
  }

  .container-fluid {
    padding: 0 20px;
  }

  .section-content {
    padding: 40px 0;
  }

  .nav-header {
    float: left;
    margin-right: 10px;
  }

  .nav-menu > li > a {
    font-size: 14px;
    padding: 30px 10px;
  }
}

@media (max-width: 1080px) {
  /* .search-box {
    border-right: none;
    padding-right: 10px;
  } */

  .custom-btn {
    font-size: 15px;
    padding: 8px 18px;
  }

  .custom-btn span {
    margin-right: 4px;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
  }

}

@media (max-width: 992px) {
  .header-top {
      display: none !important;
  }
  
  .logo-widget {
	background: none;
    position: inherit;
    padding: 0;
  }
  .custom-logo-link img {
	max-width: inherit !important;
	width: 60px !important;
  }
  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .py-80 {
    padding: 40px 0;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .py-60 {
    padding: 30px 0;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .menu_toogle {
    display: none;
  }

  .section-content {
    padding: 30px 0;
  }

  .main_header_area {
    padding-bottom: 0;
  }

  .nav-header {
    margin-right: 0;
  }

  .nav-toggle {
    top: 30px;
  }

  .nav_rit {
    margin-right: 20px;
  }

  .book-btn {
    line-height: 75px;
    margin-right: 20px;
  }

  .openBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .mbl-screen {
    position: absolute;
    right: 70px;
    top: 30px;
    display: block;
  }

  .search-box {
    margin-right: 0;
  }

  .overlay-content {
    width: 100%;
  }
  .nav-menu {
    Padding-left: 0;
  }

  .navigation-portrait .nav-menus-wrapper {
    width: 300px;
    height: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    background-color: #9F6C00;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .navigation-portrait .nav-menu > li {
    border-top: solid 1px #b57e09;
  }

  .nav-menu > li > a {
    color: #fff;
  }

  .nav-dropdown > li > a {
    background-color: #B47A00;
  }

  .nav-dropdown > li > a {
    color: #fff;
  }

  .nav-menu > li.focus > a {
    color: #fff;
  }

  .nav-dropdown > li.focus > a {
    color: #7B5300;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }

  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }

  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }

  .screen-sm {
    display: block;
  }

  .sm-scren-cnt ul {
    padding-left: 0;
    margin-left: 20px;
  }

  .sm-scren-cnt ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .sm-scren-cnt ul li span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    color: #eb194f;
    float: left;
  }

  .sm-scren-cnt ul li a {
    color: #fff;
  }

  .sidebar-toggle {
    display: none;
    position: relative;
    margin-top: 20px;
  }

  .sticky {
    position: inherit;
  }

  .search-content {
    padding: 20px 20px;
  }

}

@media (max-width: 768px) {
  .container {
    max-width: calc(100% - 15px);
    padding: 0 15px;
  }

  .pt-40 {
    padding-top: 30px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }

  .btn-button {
    font-size: 0.875rem;
    padding: 0.5em 1.4em;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    position: relative;
    font-size: 24px;
  }

  .title-widget h1 span,
  .title-widget h2 span,
  .title-widget h3 span,
  .title-widget h4 span,
  .title-widget h5 span,
  .title-widget h6 span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-toggle {
    top: 28px;
  }

  .menu-bar {
    display: flex;
    justify-content: inherit;
  }

  .menu-link {
    padding: 8px 16px;
  }

  .column {
    flex: 50%;
  }

  .hero-slider  {
    height: 380px;
  }

  .hero-slider .carousel-cell .inner .title {
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .company-info {
    float: left;
  }

  .w-tittle {
    display: none;
  }

  .h-top-cont ul {
    padding-left: 0;
  }

  .testi-container {
    padding: 20px;
  }

}

@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .title-widget h1 span,
  .title-widget h2 span,
  .title-widget h3 span,
  .title-widget h4 span,
  .title-widget h5 span,
  .title-widget h6 span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-brand img {
    width: 80px !important;
  }

  .mbl-screen {
    top: 20px;
  }

  .nav-toggle {
    top: 24px;
  }

  .galleryImage img {
    height: 400px;
    object-fit: cover;
  }

  .navigation {
    height: 70px;
  }

  .book-btn{
    display: none;
  }

  .search-box {
    margin-right: 15px;
    margin-top: 15px;
  }

  .hero-slider .carousel-cell .inner .title {
    font-size: 1.25rem;
    line-height: 1.5em;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .hero-slider .carousel-cell .inner .btn {
    padding: 10px 16px;
    font-size: 0.8rem;
    letter-spacing: 0px;
  }


}

@media (max-width: 480px) {


}
