@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;700&family=Gilda+Display&family=Raleway:wght@300;400;500;700&display=swap');
/*
font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Gilda Display', serif;
font-family: 'Raleway', sans-serif;
*/
* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Gilda Display', serif; }

ul,
p {
  margin: 0;
  padding: 0;
  font-family: 'Barlow Semi Condensed', sans-serif; }

.clear {
  clear: both; }

li {
  list-style: none; }

a,
a:hover,
a:focus {
  text-decoration: none; }

clear {
  clear: both; }

button:focus {
  outline: none; }

:focus {
  outline: none; }

p, li {
  font-size: 14px;
  color: #484848;
  line-height: 24px; }

  .bg-light {
    background-color: #636e44 !important;
}
img{
  max-width: 100%;
}
header a.navbar-brand {
  position: absolute;
  top: 2px;
  z-index: 9;
}
header li.nav-item {
  font-size: 16px;
    margin: 10px 25px;
    margin-right: 0px;
    line-height: 16px;
    font-family: 'Raleway', sans-serif;
}
header .navbar-light .navbar-nav .nav-link{
  color:#fff;
}

header .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover{
  color: #adcc38 !important;
}
header a.nav-link.BrErBtn {
  color: #adcc38 !important;
  border: 1px solid #adcc38;
  border-radius: 30px;
}
.banner {
  position: relative;
  height: 500px;
}
ul.carousel-indicators li span {
  text-align: right;
display: block;
position:relative;
font-size:16px;
}

ul.carousel-indicators li span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 55px;
  height: 1px;
  top: 9px;
  right: 20px;
}

.banner img{
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
}
.banner .carousel-item .bannerSliderImg{
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .carousel-item .bannerSliderImg::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.carousel-indicators li {
  width: 20px;
  display: flex;
  height: 20px;
  align-items: center;
justify-content: center;
color:#fff;
background:transparent;
transition:all 0.3s ease-in;
}

.carousel-indicators {
  display: block !important;
  margin: 0;
  top: 40%;
  left: 40px;
}

.carousel-indicators .active{
background:transparent;
margin-left:25px;
transition:all 0.3s ease-in;
}
.carousel-item, .carousel-inner{
  height: 500px;
}
.banner-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%,-50%);
  z-index: 99;
  text-align: center;
  width: 100%;
}
.banner-cont  h1{
  font-size: 60px;
  font-weight: 500;
}
.banner-cont  h4{
  color: #adcc38;
  /* font-weight: 700; */
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.btnBreath {
  color: #adcc38 !important;
  border: 1px solid #adcc38;
  border-radius: 30px;
  font-size: 16px;
  padding: 9px 25px;
}
.btnBreath:hover{
  background: #adcc38;
  color: #fff !important;
}
.breathAddBox{
  background: url(../image/bringlocBg.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 15px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -50px;
  position: relative;
  z-index: 111;
}
.breathAddBox .titleArea h2{
  font-size: 30px;
  color: #222a0d;
  margin-bottom:15px;
}
.breathAddBox .titleArea p{
  color: #222a0d;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.breathAddBox .titleArea h5 a{
  color: #222a0d;
  font-size: 22px;
  font-weight: 600;
}
.breathAddBox .titleArea h5:hover a{
  color: #adcc38 !important;
}
.breathAddBox .titleArea h5:not(:last-child) {
  margin-bottom:15px;
}
.breathAddBox .titleArea  h5 span{
  margin-right:10px ;
}
.breathAdd{
  margin-bottom: 100px;
}
.header p{
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  padding-bottom: 15px;
}
.header h2{
  color: #000022;
  font-size: 36px;
  position: relative;
  padding-bottom: 45px;
}
.header h2::before{
  content: "";
    width: 88px;
    height: 16px;
    background: url(../image/headerBg.jpg)no-repeat;
    position: absolute;
    top: 46px;
    left: 0;
}
section.aboutus{
  margin-bottom: 100px;
}
.aboutText p{
  color: #666666;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
}
.aboutText .abtContact{
  display: flex;
  align-items: center;
}
.aboutText .abtContact p{
  margin-bottom: 5px;
}
.aboutText .abtContact h6 a{
  font-size: 18px;
  color: #adcc38;
  font-weight: 600;
}
.abtImageBox {
  display: flex;
}
.abtImageBox .abtImageBoxOne {
  width: 48%;
  height: 275px;
  overflow: hidden;
  border: 5px solid #adcc38;
}
.abtImageBox .abtImageBoxOne:first-child{
  margin-right: 4%;
  margin-top: 17%;
}
.abtImageBox .abtImageBoxOne  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  transform: scale(1);
}
.abtImageBox .abtImageBoxOne:hover img{
  transition: all .3s ease;
  transform: scale(1.1);
}
.roomsSuits{
  background: #f0f6de;
  padding: 50px 0px;
}
.roomsSuits .header h2::before{
  content: "";
  background: url(../image/headerBg2.jpg)no-repeat;
}
.roomsSuitsBox, .roomsSuitsBox a,.roomsSuitsBox .roomsSuitsImg  {
  height: 412px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.roomsSuitsBox .roomsSuitsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  transform: scale(1);
}

.roomsSuitsBox .roomsSuitsImg::before{
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: -moz-linear-gradient(to bottom, rgba(28, 28, 28, 0) 60%,rgba(28, 28, 28, 0.8) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(28, 28, 28, 0) 60%,rgba(28, 28, 28, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 60%,rgba(28, 28, 28, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.roomsSuitsBox .roomsSuitsImg:hover img{
  transition: all .3s ease;
  transform: scale(1.1);
}
.roomsSuitsBox  .roomsSuitsText {
  position: absolute;
  bottom: 30px;
  padding: 0px 15px;
  z-index: 10;
}
.roomsSuitsBox  .roomsSuitsText p{
  font-size: 14px;
  color: #adcc38;
  margin-bottom: 2px;
  font-family: 'Gilda Display', serif;
}
.roomsSuitsBox  .roomsSuitsText p img{
  margin-left: 10px;
}
.roomsSuitsBox  .roomsSuitsText h4{
  position: relative;
  color: #fff;
  font-size: 24px;
  padding-bottom: 10px;
}
.roomsSuitsBox  .roomsSuitsText h4::before{
  content: "";
    width: 141px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.serviceArea{
  padding: 100px 0px 80px;
}
.servicesBox {
  text-align: center;
  border: 1px solid #e9f1d3;
  background: url(../image/serViceBg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  height: 165px;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.servicesBox .servicesicon{
  position: relative;
  width: 60px;
  margin: 0 auto;
}
.servicesBox .servicesicon::before{
  content: "";
  width: 64px;
  height: 64px;
  background: #fbfdf7;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 0;
}
.servicesBox .servicesicon img{
  position: relative;
  z-index: 2;
}
.servicesBox  h3 {
  color: #000022;
  font-size: 20px;
  margin-top: 10px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.test-ins {
  background: url(../image/testimonial-bg.jpg) no-repeat 0 0;
  background-size: 100%;
  padding: 36px 25px 100px;
}
.testi-img{
  height: 465px;
}
.testi-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-text {
  padding-top: 35px;
}
.testi-text p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #2d2f30;
}
.testi-text h3 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d2f30;
  margin-bottom: 52px;
}
.testi-cont {
    padding: 44px 29px;
    border-left: 5px solid #adcc38;
    background: #fff;
    transform: translate(-130px, 30px);
    position: relative;
}
.testi-icon {
  position: absolute;
  background: #adcc38 url(../image/slide-icon.png) no-repeat center center;
  width: 78px;
  height: 78px;
  right: 0;
  top: 0;
  margin-right: 18px;
  transform: translateY(-40px);
}
.testi-cont .testi-cont-ins h4{
	font-size: 30px;
	color: #2d2f30;
	margin-bottom: 12px;
}
.testi-cont .testi-cont-ins h5{
	font-size: 16px;
	color: #2d2f30;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.testi-cont .testi-cont-ins p{
	font-size: 14px;
	color: #2d2f30;
	line-height: 22px;
}
/*carousel vertical testomonial*/

.owl-vertical .owl-nav {
	position: absolute;
	transform: rotate(90deg) translate(-110px, -155px);
	right: -17px;
	z-index: 9999;
}
.owl-vertical .owl-nav button.owl-next, .owl-vertical .owl-nav button.owl-prev {
	display: inline-block;
}
.owl-vertical .owl-nav button.owl-next:focus, .owl-vertical .owl-nav button.owl-prev:focus {
	outline: none;
}
.owl-vertical .owl-nav button.owl-next{
  margin-bottom: 30px;
  border: none;
  background: transparent;
}
.owl-vertical .owl-nav button.owl-prev{
  border: none;
  background: transparent;
}
.owl-vertical .owl-nav button.owl-next span{
	width: 38px;
	height: 91px;
	background: url(../image/cara-btn-dwn.png) no-repeat 0 0;
	font-size: 0;
	display: inline-block;
	transform: rotate(90deg);
}
.owl-vertical .owl-nav button.owl-prev span {
	width: 38px;
	height: 91px;
	background: url(../image/cara-btn-up.png) no-repeat 0 0;
	font-size: 0;
	display: inline-block;
	transform: rotate(90deg) translateY(67px);
}
.owl-vertical .owl-dots {
  display: none;
}

footer{
  margin-top: 100px;
  background: #636e44;
  padding: 70px 0px;
}
.foot-social {
  margin: 20px 0 30px;
}
.foot-social a {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  line-height: 33px;
  text-align: center;
}
.foot-social a:nth-child(1) {
  background: #3b5998;
}
/* .foot-social a:nth-child(3) {
  background: #00acee;
} */
.foot-social a:nth-child(2) {
  background: #f44336;
}
.footer-col h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.footer-col p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-col p a{
  color: #fff;
}
.navi-links ul {
  width: 100%;
  columns: 2;
}
.navi-links ul li {
  width: 100%;
  margin-bottom: 20px;
}
.navi-links ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.navi-links ul li:hover a{
  color: #adcc38;
  transition: 0.3s;
  padding-left: 2px;
}
.ftBottom {
  background: #636e44;
  padding: 10px 0px;
  border-top: 1px solid #fff;
}
.ftBottom .bottomft {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftBottom .bottomft p {
  font-size: 14px;
  color: #fff;
}
.ftBottom .bottomft p a {
  color: #fff;
}

.innerHeader {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.innerHeader .innerheaderImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.innerHeader .innerheaderImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.innerHeader .innerheaderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerHeader .breadcrumbContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.innerHeader .breadcrumbContent h1 {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.breadcrumbContent .tp-breadcrumb {
  display: flex;
  text-align: center;
  justify-content: center;
}
.breadcrumbContent .tp-breadcrumb li {
  font-size: 16px;
  text-transform: uppercase;
  color: #adcc38;
  margin: 0px 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
  line-height: 15px;
}
.breadcrumbContent .tp-breadcrumb li a {
  color: #fff;
}

.breadcrumbContent .tp-breadcrumb li:last-child {
  border: none;
  margin: 0px;
  padding: 0px;
}

.home-two-choose .choose-left {
  position: relative;
}
.home-two-choose .choose-left .choose-img.one {
  margin-bottom: 30px;
  width: 100%;
  height: 200px;
}
.home-two-choose .choose-left .choose-img.three {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
}
.home-two-choose .choose-left .choose-img.two{
  width: 100%;
  height: 300px;
}
.home-two-choose .choose-left .choose-img.four{
  width: 100%;
  height: 200px;
}
.home-two-choose .choose-left .choose-img img, .home-two-choose .choose-left .choose-img.three img,
.home-two-choose .choose-left .choose-img.two img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-two-choose .choose-left .tripadvisor-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: #636e44;
  border-radius: 50%;
  text-align: center;
  line-height: 180px;
  overflow: hidden;
  padding: 10px;
  border: 10px solid #b0c236;
}
.whyChoseText p{
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.whyChoseText .choose-feature ul {
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  columns: 2;
  
  list-style-type: none;
}
.whyChoseText .choose-feature ul li {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding-bottom: 20px;
  color: #646262;
  font-family: 'Gilda Display', serif;
  display: flex;
  align-items: center;
}
.whyChoseText .choose-feature ul li img {
  margin-right: 10px;
}
.whyChoseText .header p{
  margin-bottom: 0px;
}
/* Photo Gallery */
.photo-gallery {
  color:#313437;
  background-color:#fff;
  margin: 100px 0px;
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .item {
  padding-bottom:15px;
}
.gallery-grid{
  columns: 3;
}
.photo-gallery .item:nth-child(1){
  width: 100%;
  height: 250px;
}
.photo-gallery .item:nth-child(2){
  width: 100%;
  height: 350px;
}
.photo-gallery .item:nth-child(3){
  width: 100%;
  height: 350px;
}
.photo-gallery .item:nth-child(4){
  width: 100%;
  height: 250px;
}
.photo-gallery .item:nth-child(5){
  width: 100%;
  height: 250px;
}
.photo-gallery .item:nth-child(6){
  width: 100%;
  height: 350px;
}
.photo-gallery .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-gallery .item a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gallary-item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.5s;
}
.gallary-item-overlay i{
  font-size: 30px;
  color: #fff;
}
.photo-gallery .item a:hover .gallary-item-overlay {
  opacity: 1;
  transform: scale(1);
}
/* PhotoGallery */

.form-control{
  width: 100%;
font-family: var(--font-jost);
font-weight: 400;
font-size: 16px;
color: #575757;
height: 58px;
border: 1px solid #ddd;
border-radius: 0;
background: #f9f9f9;
padding: 12px 25px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
.locationMap{
  margin-bottom: -90px;
  margin-top: 50px;
}
.offer-deal {
  position: relative;
}
.offer-deal .img-holder{
  width: 100%;
  height: 320px;
}
.offer-deal .img-holder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-deal .img-holder .col-purple {
  background: #7491bc;
}
.offer-deal .img-holder .overlay {
  position: absolute;
  top: 5%;
  right: -10%;
  border-radius: 100%;
  border: 5px solid #fff;
  background: #85ab00;
  width: 120px;
  height: 120px;
  text-align: center;
}
.offer-deal .img-holder .overlay p {
  color: #fff;
  padding: 0.5em;
  margin: 0;
  font-size: 35px;
  text-align: center;
  word-break: break-all;
  line-height: 39px;
  font-weight: 800;
  font-family: 'Gilda Display', serif;
}
.offer-content {
  position: relative;
  padding-left: 3em;
}
.offer-content .descrip{
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.offer-deal-dark {
  background: #f0f6de;
  padding: 50px 0px;
  margin: 100px 0px;
}
.darkHeader h2::before {
  content: "";
  background: url(../image/headerBg2.jpg)no-repeat;
}
.offer-deal .img-holder .col-purple {
  background: #7491bc;
}
.offer-deal .img-holder .col-orange {
  background: #fa9f4a;
}
.testimonial-section .testimonial-content {
  position: relative;
  display: block;
  border: 1px solid #e1e6eb;
  padding: 50px 15px 32px 15px;
  margin: 0px 0px 30px 0px;
  transition: all 500ms ease;
  text-align: center;
  background: #f0f6de;
  overflow: hidden;
}
.testimonial-section .testimonial-content::before{
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #85ab00;
  position: absolute;
  bottom: -40px;
  left: 10px;
  opacity: 0.3;
}
.testimonial-section .testimonial-content .testi-icon{
  top: 40px;
}
.testimonial-section .testimonial-content:hover {
  box-shadow: 0 15px 30px #e1e6eb;
  border: 1px solid #e1e6eb;
}
.testimonial-section .testimonial-content .thumb-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  margin-bottom: 25px;
}
.testimonial-section .testimonial-content span {
  display: block;
}
.testimonial-section .testimonial-content .author {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #0d2933;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-section .testimonial-content .title {
  margin-bottom: 12px;
}
.testimonial-section .testimonial-content .title a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #9b9fa6;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.testimonial-section .testimonial-content  .text p{
  font-size: 16px;
  color: #2d2f30;
  line-height: 26px;
}
.imageBoxProperty{
  width: 100%;
  height: 300px;
}
.imageBoxProperty img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.propertyImg .owl-nav, .propertyImg .owl-dots {
  display: none;
}
.ourProperty .aboutText p{
font-size: 20px;
margin-bottom: 25px;
}
.mailBox {
  display: flex;
}
.mailBox span {
  margin-right: 15px;
}
.mailBox a {
  font-size: 18px;
  color: #222a0d;
  font-weight: 600;
}
.mailBox a:hover , .footer-col p a:hover {
  color: #adcc38 !important;
}
.footer-col p span {
  float: left;
  width: 70px;
  height: 45px;
}