/* CSS Document */ :root {
  --cream: #FDF6F0;
  --gold: #BC964A;
  --green: #0D3628;
  --white: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.commonTitle {
  font-size: 2.5rem;
}
.txtGold {
  color: var(--gold);
}
.txtGreen {
  color: var(--green);
}
a, a:hover {
  transition: 1s ease;
  text-decoration: none;
}
a.btnGold {
  color: var(--gold);
}
a.btnGold:hover {
  color: #000;
}
a.btnGoldBdr {
  color: var(--gold);
  border: 1px solid;
  text-transform: uppercase;
  padding: 15px 25px;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  max-width: fit-content;
  background: none;
}
a.btnGoldBdr:hover {
  background: var(--gold);
  color: var(--white);
}
.bg-cream {
  background: var(--cream);
}
.bg-green {
  background: var(--green);
}
ul.socialTop {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
ul.socialTop a, a.phoneTop {
  color: var(--gold);
}
ul.socialTop a:hover, a.phoneTop:hover {
  color: var(--white);
}
a.phoneTop {
  text-decoration: none;
}
ul.navbar-nav {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
ul.navbar-nav a.nav-link {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
ul.navbar-nav a.active, ul.navbar-nav a.nav-link:hover {
  color: var(--gold);
}
ul.navbar-nav li.nav-item {
  padding: 0 15px;
}
.navbar {
  border-bottom: 1px solid #ffffff0f;
}
.pageTitle {
  color: #FFF;
  text-align: center;
  padding: 60px 0;
}
.pageTitle h1 {
  margin: 0;
  padding: 0;
  letter-spacing: 3px;
  line-height: 1;
}
p.narration {
  font-family: "Inter", sans-serif;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: 1px;
}
a.bookBtn {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  color: #FFF;
  border: 1px solid var(--gold);
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 1px;
  background: none;
}
a.bookBtn:hover {
  background: var(--gold);
}
.carousel-inner .w-100 {
  width: 100% !important;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}
.srslide a img {
  width: 100%;
}
.srslide a {
  text-decoration: none;
}
.srslide a h6 {
  text-align: center;
  color: var(--gold);
  padding-top: 20px;
}
.swiper-slide {
  text-align: center;
  padding: 10px;
}
.swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.swiper-slide h6 {
  margin-top: 10px;
  font-size: 1rem;
}
.srslide .swiper-wrapper {
  padding-bottom: 50px;
}
.srslide .swiper-pagination-bullet-active, .myTestimonialSwiper .swiper-pagination-bullet-active {
  background: var(--gold) !important;
}
.myTestimonialSwiper .tmCard {
  padding: 30px 50px;
  background: #FFF;
  text-align: center;
}
.tmCard i {
  font-size: 60px;
  color: var(--gold);
  line-height: 0.8;
}
p.tAuthor {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: var(--gold);
  margin: 0;
  padding: 0;
}
.myTestimonialSwiper .swiper-wrapper {
  padding: 50px 0;
}
.swiper-button-prev, .swiper-button-next {
  color: #000;
  top: 40%;
}
.swiper-button-prev {
  left: 0px !important;
}
.swiper-button-next {
  right: 0px !important;
}
.myTestimonialSwiper .swiper-button-next:after, .myTestimonialSwiper .swiper-button-prev:after {
  font-size: 16px;
  color: var(--white);
}
.myTestimonialSwiper .swiper-button-next, .myTestimonialSwiper .swiper-button-prev {
  background: var(--gold);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.contForm .form-control {
  border: 0;
  border-bottom: 1px solid var(--gold);
  border-radius: 0;
  padding-left: 4px !important;
}
.contForm .form-floating > label {
  padding-left: 0 !important;
}
.contForm textarea.form-control {
  min-height: 140px;
}
button.btnGold, input.btnGold {
  background: var(--gold);
  padding: 15px 40px;
  border: 0;
  border-radius: 40px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 20px;
}
ul.socialList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}
ul.socialList a {
  color: var(--gold);
}
ul.socialList i {
  font-size: 55px;
}
ul.ftrIconList {
  margin: 0;
  padding: 25px 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.ftrIconList li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.listPic img {
  width: 100%;
  max-width: 30px;
}
.listCont p {
  margin: 0;
  padding: 0;
  line-height: 0.7;
  color: #FFF;
}
.listCont a, footer a {
  color: var(--gold);
}
.listCont a:hover, footer a:hover {
  color: var(--white);
}
footer h6 {
  color: #FFF;
  font-size: 20px;
  padding-top: 30px;
}
footer p {
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
ul.ftrList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright {
  margin: 50px 0 0 0;
  padding: 50px 0 30px 0;
  border-top: 1px solid #ffffff0f;
}
.copyright .text-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
ul.ftrSocial {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}




.pageBanner img { width: 100%; height: auto; max-height: 480px;  object-fit: cover; object-position: center;}
.pic img { width: 100%; border-radius: 25px;}

.limitdWidth { margin: 0 auto; width: 100%; max-width: 860px;}

.sr-wrapper {display: grid;  grid-template-columns: repeat(4, 1fr); gap: 30px;}
.sr-wrapper img {border-radius: 10px;}

.singleBanner {position: relative; overflow: hidden;}
.singleBanner:before {content: ""; width: 100%; height: 100vh; background: #00000024; position: absolute; z-index: 1;}
.singleBanner img {position: relative; width: 100%; max-height: 500px; object-fit: cover; object-position: center; z-index: 0;}
.singleBanner h1 { color: #FFF;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}


a.btnBook {position: fixed;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    padding: 15px 25px;
    background: var(--gold);
    width: 100%;
    max-width: fit-content;
    color: #FFF;
	z-index: 5;
	-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
   }

@media only screen and (max-width: 1030px) {
  ul.navbar-nav li.nav-item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    display: flex;
    justify-content: flex-end;
  }
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }
  .navbar-toggler i {
    color: var(--gold);
  }
  .navbar-toggler:before {
    content: "MENU";
    font-size: 14px;
    color: var(--gold);
    position: absolute;
    left: 10px;
    font-family: "Inter", sans-serif;
  }
  ul.navbar-nav li.nav-item {
    border-top: 1px solid #ffffff0f;
  }
	.sr-wrapper {grid-template-columns: repeat(3, 1fr);}
}
@media only screen and (max-width: 767px) {
  .socCol, .telCol {
    position: fixed;
    bottom: 60px;
    z-index: 4;
  }
  header.bg-green:before {
    content: "";
    background: #133628;
    width: 100%;
    height: 38px;
    position: fixed;
	  z-index: 3;
    bottom: 54px;
    border-top: 1px solid #ffffff0f;
  }
	.bServices .text-end  {text-align: left!important;}
	.myTestimonialSwiper .swiper-wrapper { padding: 0 0 35px 0;}
	.copyright {margin: 30px 0 0 0; padding: 30px 0 50px 0;}
	.copyright .text-end {display: none;}
	footer.bg-green {padding-bottom: 70px !important;}
	.commonTitle {font-size: 1.6rem;}
	.contForm.pt-5 {padding-top: 0!important;}
	.mobAdj {padding-top: 20px;}
	
	p.narration {
    font-size: 22px;
   line-height: 1;
    padding-top: 5px;}
	.sr-wrapper {grid-template-columns: repeat(2, 1fr);}
	
	a.btnBook {	max-width: 100%; border-radius: 0;}
}

@media only screen and (max-width: 540px) {
	
	.sr-wrapper {grid-template-columns: repeat(1, 1fr);}
	
}


.clr {}