.blur-toned {
        background: #ffffffa8 !important;
    border: 1px solid #1c1a1a38 !important;
}
.object-fit-top {
        object-fit: cover;
    object-position: top;
}
.h-9 {
   height:calc(var(--spacing) * 10)
}
.unset-max-width {
    max-width: unset;
    width: 100%;
}
@media (min-width: 992px) {

.w-6-desktop {
    width: 60%;
}
}
@media (max-width: 768px) {

.hidden-mobile {
    display: none;
}
.h-auto-mobile {
    height: auto;
}
.object-contain-mobile {
    object-fit: contain;
}
.unset-max-width-mobile {
    max-width: unset;
    width: 100% !important;
}
.h-60vh-mobile {
    height: 60vh;
}

.m-t-mobile {
    margin-top: 2.5rem;
}
}
@media (min-width: 768px) {
.hidden-desktop {
    display: none;
}

}
.aminities-bg {
    background-image: url('./images/amenities.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    position: relative;
    overflow: hidden;
}
@media (max-width: 992px) {

.aminities-bg {
    height: 60vh;

}
}

.max-w-7xl {
    max-width: 90rem !important;
}


/*!
 * jQuery Vertical Carousel
 * https://github.com/haripaddu/jQuery-Vertical-Carousel
 * Version: 1.0
 * License: MIT
 */
/* line 10, ../sass/jQuery.verticalCarousel.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/jQuery.verticalCarousel.scss */
.vc_goUp, .vc_goDown {
  display: block;
}
/* line 16, ../sass/jQuery.verticalCarousel.scss */
.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: default;
}

/* line 21, ../sass/jQuery.verticalCarousel.scss */
.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

/* line 25, ../sass/jQuery.verticalCarousel.scss */
.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

/* line 19, ../sass/style.scss */
.recentArticles {

    position: absolute;
    width: 40%;
    left: 10%;
    height: 100%;
}

@media (max-width: 992px) {

.recentArticles {

    position: absolute;
    width: 80%;
    left: 10%;
    height: 100%;
}
}
/* line 24, ../sass/style.scss */
.recentArticlesHeader {
border-width: 0px;
    border-style: solid;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    height: 100%;
    position: absolute;
    z-index: 999;
  left: 50%;

}

/* line 27, ../sass/style.scss */
.recentArticlesHeader:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../sass/style.scss */
.recentArticlesHeader h3 {
  float: left;
  margin: 0px;
}
/* line 36, ../sass/style.scss */
.recentArticlesHeader .vc_goUp, .recentArticlesHeader .vc_goDown {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  color: #000;
  border-radius: 50%;
  position: absolute;
}
.vc_goUp {
    top: 10px;
}
.vc_goDown {
    bottom: 10px;
}
/* line 45, ../sass/style.scss */
.recentArticlesHeader .vc_goUp:active, .recentArticlesHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */
.recentArticlesGroup.vc_list > li {
  margin: 0 15px;
  border-width: 2.5px;
  border-left: 5px #fff solid;
  border-right: 5px #fff solid;
  border-style: solid;
    border-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 57, ../sass/style.scss */
.recentArticlesGroup.vc_list > li h4 {
  margin: 0px 0px 15px;
}
/* line 60, ../sass/style.scss */
.recentArticlesGroup.vc_list > li p {
  margin: 0px 0px 0px;
}