@import url("header.css");
@font-face {
  font-family: 'above_the_beyondscript';
  src: url('/wp-content/themes/twentytwentyone-child/assets/fonts/abovethebeyond-script-webfont.woff2') format('woff2'),
       url('/wp-content/themes/twentytwentyone-child/assets/fonts/abovethebeyond-script-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{
    
    background-color: #F8F8F8;
    color: #000000;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
  padding: 0; 
  margin: 0;
}
h1,h2,h3{
  
  margin: 0;
  padding: 0;
}
h4,h5,h6{
    
}
ul,ol{
  list-style: none;
  padding: 0;
  margin: 0;
}
li{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
p{
  padding: 0;
  margin: 0;
  line-height: 1.45;
}
img{
  width: auto;
    max-width: 100%;
}

.full-container{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
.container{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}
.min-container{
  max-width: 1006px;
  margin: 0 auto;
  padding: 0 15px;
}

/**************************************************************************/
/************* HOME PAGE STYLE START HERE ********************************/
/**************************************************************************/



/**************************************************************************/
/************* Media Quay css ********************************/
/**************************************************************************/


@media (min-width: 992px) {
  .banner__slider .slider, 
  .banner__slider .slide {
    height: 80vh;
    max-height: 760px;
  }

}
#popup-window {
    position: fixed;
    width: 790px !important;
    height: 555px !important;
    border: 1px solid white !important;
    box-shadow: 0px 0px 6px 0px #000;
  }

  button#close-button:hover {
  opacity: 1;
}
button#close-button:before, button#close-button:after {
  position: absolute;
  left: 10px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
button#close-button{
    float: right;
    font-size: 0;
    padding: 13px;
    position: relative;
    background: transparent;
    border: 0;
}
button#close-button:before {
  transform: rotate(45deg);
}
button#close-button:after {
  transform: rotate(-45deg);
}
.banner__slider .slide {
  position: relative;
}
.four-month-calendar th {
    color: #000;
}
.calendar-header span.calendar-month-year {
    color: #000;
}
.banner__slider .slide:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #09355C;
  opacity: 0.5;
  z-index: 1;
}
.banner__slider .slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}


@media (min-width: 992px) {
  .banner__slider .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

}


.banner__slider .slide .slide__img img {
  /*max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;*/
  max-width: 100%;
    height: 100vh;
    opacity: 1 !important;
    /*-webkit-animation-duration: 6s;
    animation-duration: 6s;
    transition: all 3s ease;*/
    /* object-fit: cover; */
    min-width: 100%;
}
.banner__slider .slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner__slider .slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.banner__slider .slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.banner__slider .slide .slide__content--headings {
  color: #FFF;
  text-align: center;
}
.banner__slider .slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.banner__slider .slide .slide__content--headings .animated {
/*  transition: all 0.5s ease;*/
}
.banner__slider .slide .slide__content--headings .top-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 7px;
}
.banner__slider .slide .slide__content--headings .title {
    font-size: 65px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: center;
  font-family: 'Playfair Display', serif;
  padding-bottom: 39px;
}
.banner__slider .slide .slide__content--headings .button-custom {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 15px 28px 17px 28px;
  background: #988068;
  color: #fff;
  cursor: pointer;
 }
.banner__slider .slide .slide__content--headings .button-custom:hover{
  color: #988068;
  background: #fff;
}
.banner__slider .slider [data-animation-in] {
  /*opacity: 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: opacity 1s ease 0.5s;*/
}

.banner__slider .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.banner__slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner__slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner__slider .slick-dots li button:hover, 
.banner__slider .slick-dots li button:focus {
  outline: none;
}

.banner__slider .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.banner__slider .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.banner__slider .simple-dots .slick-dots li button:hover, 
.banner__slider .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner__slider .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.banner__slider .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.banner__slider .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.banner__slider .stick-dots .slick-dots li button:hover, 
.banner__slider .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner__slider .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.banner__slider .stick-dots .slick-dots li.slick-active button:hover, 
.banner__slider .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}


.slick-lightbox { background: #000!important; }
.slick-lightbox-inner .slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 5px;
    height: 40px;
    width: 40px;
    background: #FFF;
}
.slick-lightbox-inner .slick-lightbox-close:before {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    opacity: 1;
    font-family: sans-serif;
}
.slick-lightbox-inner .slick-prev:before, .slick-lightbox-inner .slick-next:before {
    font-size: 30px;
    opacity: 1;
}
.slick-lightbox .slick-prev {
    z-index: 111;
}

@media (max-width: 768px) {
  .banner__slider .slider, 
  .banner__slider .slide {
    height: 80vh;
    max-height: 500px;
  }
  .banner__slider .slide .slide__img img {
    max-width: 100%;
    height: 500px;
    opacity: 1 !important;
    /*
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;*/
    /* object-fit: cover; */
    min-width: 100%;
  }

}




@media (max-width: 480px) {
  .banner__slider .slider, 
  .banner__slider .slide {
    height: 80vh;
    max-height: 330px;
  }
  .banner__slider .slide .slide__img img {
    max-width: 100%;
    height: 330px;
    opacity: 1 !important;
   /* -webkit-animation-duration: 6s;
    animation-duration: 6s;
    transition: all 6s ease;*/
    /* object-fit: cover; */
    min-width: 100%;
  }

}
/* /////////// IMAGE ZOOM /////////// */

.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: scale(1.02);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition:1s ease-in-out;
  }
  to {
    transform: scale3d(1.02, 1.02, 1.02);
    transition:1s ease-in-out;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition:1s ease-in-out;
  }
  to {
    transform: scale3d(1.02, 1.02, 1.02);
    transition:1s ease-in-out;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.02, 1.02, 1.02);
    transition:1s ease-in-out;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition:1s ease-in-out;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.02, 1.02, 1.02);
    transition:1s ease-in-out;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition:1s ease-in-out;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

/* Banner arrow  */
.banner__slider .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.banner__slider .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.banner__slider .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.banner__slider .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.banner__slider .slick-nav i:before, 
.banner__slider .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.banner__slider .slick-nav i:before {
  transform: rotate(-40deg);
}
.banner__slider .slick-nav i:after {
  transform: rotate(40deg);
}
.banner__slider .slick-nav:before, 
.banner__slider .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.banner__slider .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.banner__slider .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.banner__slider .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/* Banner arrow end  */
.slider-right .slick-cust.slick-nav.next-arrow{
  position: absolute;
  left: 52px;
}
.slider-right .slick-cust.slick-nav.prev-arrow{
  right: 52px;
  bottom: 0;
}
.slider-right .slick-cust.slick-nav i {
    top: calc(100% - 50px);
    z-index: 1;
}

.slider-left .slick-cust.slick-nav.next-arrow{
  position: absolute;
  right: 50px;
}
.slider-left .slick-cust.slick-nav.prev-arrow{
  right: 104px;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.slick-cust.slick-nav i {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: #988068;
  opacity: 1;
  transition: 0.3s all;
  bottom: 0;
}
.slick-cust.slick-nav:hover i{
  opacity: 0.8;
  transition: 0.3s all;
}
.slick-cust.slick-nav i:before, 
.slick-cust.slick-nav i:after {
  font-size: 25px;
}

/* About Section start here  */
.about-service{
  padding: 80px 0;
  text-align: center;
  background: #fff;
}
.as-service-box{
  display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.about-service .as-head-content h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.199999809265137px;
  text-align: center;
  color:#988068;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-service .as-head-content h2{
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
  color: #1C1C1C;
}
.about-service .as-head-content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  color: #858585;
}
.as-box {
    display: flex;
    width: calc(100% / 5);
    padding: 20px;
    max-width: 262px;
    background: #F8F8F8;
    transition: 0.6s all;
    min-height: 210px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
    align-content: center;
}
.as-box img{
  max-width: 64px;
}
.as-box p{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.18000000715255737px;
    text-align: center;
    color: #988068;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.as-box:hover{
  background: #988068;
  transition: 0.6s all;
}
.as-box:hover img{
  filter: brightness(0) invert(1);
}
.as-box:hover p{
  color: #fff;
}
.as-btn .cust-button{
    color: #fff;
    background: #988068;
}
.cust-button{
    color: #fff;
    background:#988068;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 15px 28px 17px 28px;
    display: inline-block;
    border: 1px solid #988068;
}
.cust-button.cust-small-btn{
  padding: 0 30px 0 31px;
  line-height: 38px;
}
.cust-button:hover{
  background: #fff;
  color: #988068;
}

/* About Section End here  */

/* Home Testimonial section start here  */
.home-testimonial .ht-section{
  width: 50%;
}
.home-testimonial .ht-left.ht-section img{
  height: 100%;
}
.ht-right{
  background: black;
}
.home-testimonial .testimonials{
    height: 100%;
}
.home-testimonial .testimonials .slide-content{
  padding: 90px;
  text-align: center;
  color: #fff;
}
.home-testimonial .testimonials .slide-content .t-user-box{
  margin-bottom: 32px;
}
.home-testimonial .testimonials .slide-content .t-user-box img{
    margin: 0 auto;
    margin-bottom: 16px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    object-fit: fill;
}
.home-testimonial .testimonials .slide-content .t-user-box .user-name{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.199999809265137px;
  text-align: center;
  color:#B1B1B1;
  text-transform: uppercase;
}
.home-testimonial .testimonials .slide-content .review-content,
.home-testimonial .testimonials .slide-content .review-content p{
  margin-top: 32px;
  font-family: 'Old Standard TT', serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;

}
.slick-dots li{
  width: 40px;
}
.slick-dots li button:before{
  content: "";
  background: #fff;
  height: 2px;
  width: 10px;
  left:0;
  right: 0;
  margin: 0 auto;
}
.slick-dots li.slick-active button:before{
  width: 33px;
}
 .slick-slide  .slide-content{
      margin: 0 10%;
      padding: 50px 100px;
      background: #fff;
  }
/* Homw testimonial Section end here  */

/* exterior-section Start Here */
.exterior-section{
  background: #fff;
  padding: 90px 0;
}
.exterior-section .es-box{
  background: #F8F8F8;
  max-width: 50%;
  min-width: 50%;
  width: 100%;
}
.exterior-section .es-content{ 
  padding: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.exterior-section .es-content h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.199999809265137px;
  text-align: center;
  color: #988068;
  margin-bottom: 10px;
  min-width: 100%;
}
.exterior-section .es-content h2{
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 35px;
  min-width: 100%;

}
.exterior-section .es-content p{
  max-width: 465px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #858585;
}
.es-button{
  margin-top: 40px;
}

/* exterior-section End Here */


/* home checkout contact start here */
.home-checkout{
  padding: 124px 0;
  position: relative;
}
.home-checkout:before{
  content: '';
  background: #00000080;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.hc-row{
  text-align: center;
}
.hc-content{
  position: relative;
  z-index: 1;
  color: #fff;

}
.hc-content h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.199999809265137px;
  text-align: center;
  margin-bottom: 6px;
  text-transform: uppercase;
  color:#F8F8F8;
}
.hc-content h2{
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 21px;
}
.hc-content .hc-btn{
  margin-top: 36px;
}
/* home checkout contact End here */

/* Home Latest Articles start here  */
.home-lts-artcl{
  padding: 90px 0;
  text-align: center;
  background: #ffffff;
}
.home-lts-artcl .hla-main-title h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.199999809265137px;
  text-align: center;
  color: #988068;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.home-lts-artcl .hla-main-title h2{
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color:#1C1C1C;
}
.hla-list .row-hla-list{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 29px;
  margin-bottom: 48px;
  margin-top: 48px;
}
.hla-box{
  padding: 28px 36px 60px 36px;
  background: #F8F8F8;
  width: 100%;
    max-width: 430px;
}
.hla-box .hla-info{
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2999999523162842px;
  text-align: center;
  color:#A5A5A5;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hla-box .hla-info .hla-author,
.hla-box .hla-info .hla-category{
  color: #988068;
}
.hla-box h3{
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 23px;
  color: #1C1C1C;
}
.hla-box .hla-content .hla-readmore a{
  color: #988068;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1.7999999523162842px;
  text-align: center;
  color: #988068;
  text-transform: uppercase;
  position: relative;
}
.hla-box .hla-content .hla-readmore a:before{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom:0;
  background: #988068;
}
.hla-box .hla-content .hla-readmore a:hover:before{
  width: 100%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.hla-more{
  display: none;
}
.hla-more-button .cust-button{
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 1.7999999523162842px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 32px 11px 32px;
}
/* Home Latest Articles End here  */

/* wel-contact section start here  */
.wel-contact{
  background: #ffffff;
}
.wel-contact .row-wel-contact .wc-box{
  max-width: 50%;
  width: 100%;
}
.wel-contact .row-wel-contact .wc-box.wc-left .wc-content{
  max-width: 522px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
  padding:0 0 30px 0;
}
.wel-contact .row-wel-contact .wc-box.wc-left .wc-content h2{
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #1C1C1C;
}
.wel-contact .row-wel-contact .wc-box.wc-left .wc-content .client-img{
  max-height: 260px;
}
.wel-contact .row-wel-contact .wc-box.wc-left .wc-content h6{
  font-size: 16px;
  line-height: 20px;
  min-width: 100%; 
  color: #1c1c1c;
  text-align: left;
  background: #f8f8f8;
  padding: 5px;
}
.wel-contact .row-wel-contact .wc-box.wc-left .wc-content p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #858585;
  max-width: 450px ;
  margin: 0 auto;
}


.wel-contact .row-wel-contact .wc-box.wc-right {
  background: black;
  color: #fff;
}
.wel-contact .row-wel-contact .wc-form-section{
  padding:40px;
}
.wel-contact .row-wel-contact .wc-form .wpcf7-form .row,
.wel-contact .row-wel-contact .wc-form .wpcf7-form .row p {
  display: flex;
  justify-content: space-between;
} 
.wel-contact .row-wel-contact .wc-form .wpcf7-form .row span{
  max-width: 49%;
}
.wel-contact .row-wel-contact .wc-form .wpcf7-form .row input{
  width: 100%;
  padding: 12px 22px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2999999523162842px;
  text-align: left;
  color: #A5A5A5;
}
.wel-contact .row-wel-contact .wpcf7 input[type="url"], 
.wel-contact .row-wel-contact .wpcf7 input[type="email"], 
.wel-contact .row-wel-contact .wpcf7 input[type="tel"]{
  width: 100%;
  padding: 12px 22px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2999999523162842px;
  text-align: left;
  color: #A5A5A5;
}
.wel-contact .row-wel-contact .wpcf7 textarea{
  padding:12px 22px;
  width: 100%;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2999999523162842px;
  text-align: left;
  color: #A5A5A5;
  max-height: 150px;
}
.wpcf7-submit{
  width: 100%;
  background: #988068;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.2999999523162842px;
  text-align: center;
  padding: 17px 20px;
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #988068;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
}
.wpcf7-submit:hover{
  background: #fff;
  color: #988068;
}

.wel-contact .row-wel-contact .wc-box .wc-form-section h2{
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
/* wel-contact section end here  */


/* Footer Section Start here  */
  .footer{
    background: #fff;
  }
  .footer-contact {
    background: #fff;
    max-width: 1350px;
    margin: 0 auto;
  }
  .footer-contact .container{
    background: #F8F8F8;
    padding: 54px 15px;
  }
  .footer-contact .footer-logo-center{
    text-align: center;
    padding-bottom: 10px;
  }
  .footer-contact .ft-contact{
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 30px;
      align-items: center;
  }
  .footer-contact .ft-contact .ft-box{
      max-width: 420px;
      width: 100%;
      text-align: center;
  }
  .ft-logo{
    max-height: 80px;
  }
  .footer-contact .ft-contact .ft-box h2{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
    color: #1C1C1C;
  }
  .footer-contact .ft-contact .ft-box h6,
  .footer-contact .ft-contact .ft-box h6 a{
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
      color: #988068;
  }
  .footer-contact .ft-contact .ft-box h6 a{
    position: relative;
  }
  .footer-contact .ft-contact .ft-box h6 a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom:0;
    background: #988068;
  }
  .footer-contact .ft-contact .ft-box h6 a:hover:before{
    width: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
  }
  .footer-contact .ft-contact .ft-box.ft-box-address h6{
    text-transform: uppercase;
  }
  .footer-contact .ft-contact .ft-box p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* Footer newsletter start here  */
    .ft-newsletter{
      background: #fff;
      max-width: 1350px;
      margin: 0 auto;
    }
    .ft-newsletter .container{
      /* background: #988068; */
      padding: 44px 15px;
    }
    .ft-newsletter-form{
      justify-content: center;
      display: flex;
      flex-wrap: nowrap;
      
      width: 100%;
      max-width: 60%;
      align-items: center;
      gap: 20px;
    }
    .ft-newsletter-form .tnp-subscription input.tnp-submit{
        background: #1C1C1C;
        font-size: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .ft-social{
      min-width: 40%;
      width: 100%;
      align-items: center;
      display: flex;
      justify-content: center;
    }
    .ft-social .ft-social-list{
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-width: 100%;
      gap: 28px;
    }
    .ft-social .ft-social-list li a {
      font-size: 30px;
      line-height: 30px;
      color: #fff;
    }
    .ft-newsletter-form h2{
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      font-weight: 400;
      line-height: 43px;
      letter-spacing: 0em;
      text-align: center;
      color: #FFFFFF;
    }
    .ft-newsletter-form .tnp-subscription div.tnp-field.tnp-field-button{
      position: relative;
      padding: 23px 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
    }
    .tnp-subscription input[type=email]{
      height: 45px;
      outline: none;
    }
    .ft-newsletter-form .tnp-subscription div.tnp-field.tnp-field-button:before{
      content: "\f0e0";
      position: absolute;
      z-index: 1;
      color: #fff;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: 400;
    }
    .tnp-field label{
      display: none !important;
    }
    .tnp-field.tnp-field-email{
      width: 100%;
      background: #F8F8F8;
    }
    .ft-newsletter-form div.tnp-subscription{
      min-width: 400px;
      margin: 0;
    }
    div.tnp-subscription form{
      display: flex;
      flex-wrap: nowrap;
      gap: 0;
      align-items: center;
    }
    .tnp-subscription div.tnp-field, .tnp-profile div.tnp-field{
      margin-bottom: 0 !important;
    }
  /* Footer newsletter End here  */

  /* Footer menu Section start here */
    .ft-menu-sec{
      padding: 35px 0;
    }
    .ft-menu{
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 15px;
    }
    .ft-menu li a{
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 1.0499999523162842px;
      text-align: left;
      color: #988068;
      text-transform: uppercase;
    }
    .ft-menu li a:hover{
      color: #000;
    }
  /* Footer menu Section End here */

  /* Footer Copyright section start here  */
    .ft-copyright{
        padding: 0 0 25px 0;
/*        background: #EAEAEA;*/
    }
    .ft-copyright .container{
      padding-top: 25px;
      border-top:1px solid #EAEAEA;
    }
    .ft-copyright p{
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      color: #858585;

    }
  /* Footer Copyright section End here  */


/* Footer Section End here  */


/* Home Responsive Start Here */
  @media (max-width: 1024px) {
    .full-container{
      padding: 0 30px;
    }
    .header-top ul.hp-menu li{
      font-size: 10px;
          gap: 1px;
          line-height: 15px;
    }
    .header-top ul.hp-menu li img{
      max-width: 22px;
    }
    .header-top ul.hp-menu li span{
          text-align: left;
    }
    .logo img {
      min-width: 59px;
      max-height: 33px;
  }
  .header-top {
    padding: 10px 0;
}
    .header-top ul.hp-menu{
      flex-wrap: wrap;
      gap: 10px;
      display: block;
    }
  }
  @media (max-width: 992px) {
    .banner__slider .slide .slide__content--headings .title{
      font-size: 45px;
      line-height: 45px;
      padding-bottom:20px;
    }
    .about-service{
      padding: 40px 0;
    }
    .about-service .as-head-content h2{
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 10px;
    }
    .about-service .as-head-content p{
      font-size: 16px;
      line-height: 24px;
    }
    .as-box img {
      max-width: 44px;
    }
    .as-box p{
      font-size: 16px;
    }
    .as-box{
      min-height: 180px;
    }
    .as-service-box{
      margin: 30px 0;
    }
    .home-testimonial .testimonials .slide-content{
      padding: 30px 40px;
    }
    .home-testimonial .testimonials .slide-content .t-user-box {
      margin-bottom: 15px;
    }
    .home-testimonial .testimonials .slide-content .review-content, .home-testimonial .testimonials .slide-content .review-content p{
      font-size: 22px;
      line-height: 36px;
    }
    .exterior-section{
      padding: 40px 0;
    }
    .exterior-section .es-content{
      padding: 30px 40px;
    }
    .exterior-section .es-content h2{
      font-size: 42px;
      margin-bottom: 20px;
      line-height: 52px;
    }
    .es-button {
      margin-top: 20px;
    }
    .home-checkout {
      padding: 80px 0;
    }
    .hc-content h2{
      font-size: 42px;
      line-height: 52px;
    }
    .hc-content .hc-btn {
      margin-top: 20px;
    }
    .home-lts-artcl {
      padding: 40px 0;
    }
    .home-lts-artcl .hla-main-title h2{
      font-size: 42px;
      line-height: 52px;
    }
    .hla-list .row-hla-list{
      margin-bottom: 30px;
      margin-top: 30px;
    }
    .hla-box{
      padding: 28px 36px 30px 30px;
    }
    .hla-box h3{
      margin-bottom: 15px;
    }
    .wel-contact .row-wel-contact .wc-box.wc-left .wc-content h2{
      font-size: 42px;
      line-height: 52px;
    }
    .wel-contact .row-wel-contact .wc-form-section{
      padding: 35px 30px;
    }
    .wel-contact .row-wel-contact .wc-box .wc-form-section h2{
      font-size: 42px;
      line-height: 52px;
      margin-bottom: 20px;
    }
    .wel-contact .row-wel-contact .wc-box.wc-left .wc-content{
      padding: 0 15px;
    }
    .footer-contact .container{
      padding: 50px 15px;
    }
    .footer-contact .ft-contact .ft-box h2{
      font-size: 20px;
      line-height: 26px;
    }
    .ft-newsletter-form{
      flex-wrap: wrap;
    }
    .ft-newsletter .container{
      padding: 30px 15px;
    }
    .ft-menu-sec{
      padding: 25px 15px;
    }
  }
  @media (max-width: 767px) {
    .full-container{
      padding: 0 18px;
    }
    .four-month-calendar {
    padding: 10px;
    width: max-content !important;
  }
  #popup-window {
      position: fixed;
      width: auto !important;
      max-height: 555px !important;
      height: auto !important;
      overflow-y: auto;
      border: 1px solid white !important;
      box-shadow: 0px 0px 6px 0px #000;
  }
    .container{
      padding: 0 20px;
    }
    .logo{
      padding-top: 11px;
      padding-bottom: 11px;
    }
    .as-service-box{
      flex-wrap: wrap;
      gap: 20px;
    }
    .as-box {
      display: flex;
      width: calc((100% / 2) - 10px);
      padding: 20px;
      max-width: 100%;
    }
    .hla-list .row-hla-list{
      flex-wrap: wrap;
      gap: 20px;
    }
    .hla-box{
      min-width: 100%;
    }
    .exterior-section .es-content h2{
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 10px;
    }
    .hc-content h2 {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 10px;
    }
    .row-wel-contact{
      flex-wrap: wrap;
    }
    .wel-contact .row-wel-contact .wc-box{
      max-width: 100%;
      width: 100%;
      min-width: 100%;
      padding: 30px 0;
    }
    .wel-contact .row-wel-contact .wc-form-section{
      padding: 0 30px 35px 30px;
    }
    .footer-contact .ft-contact{
      flex-wrap: wrap;
    }
    .footer-contact .ft-contact .ft-box {
      max-width: 100%;
    }
    .row-ftn{
      flex-wrap: wrap;
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      gap: 20px;
    }

    .ft-newsletter-form{
      min-width: 100%;
      width: 100%;
      max-width: 100%;
    }
    .ft-newsletter-form div.tnp-subscription{
      min-width: 350px;
    }

  }

  @media (max-width: 568px) {
    .banner__slider .slide .slide__content--headings .title{
      font-size: 32px;
      line-height: 32px;
    }
    .about-service .as-head-content h2 {
      font-size: 32px;
      line-height: 38px;
    }
    .about-service .as-head-content p {
      font-size: 14px;
      line-height: 20px;
    }
    .home-testimonial .row{
      flex-wrap: wrap;
    }
    .home-testimonial .ht-section{
      width: 100%;
    }
    .exterior-section .row{
      flex-wrap: wrap;
    }
    .exterior-section .row:first-child{
      flex-wrap: wrap-reverse;
    }
    .exterior-section .es-box{
        max-width: 100%;
    }
    .wel-contact .row-wel-contact .wc-box.wc-left .wc-content h2{
      font-size: 32px;
      line-height: 42px;
    }
    .wel-contact .row-wel-contact .wc-box.wc-left .wc-content{
      row-gap: 20px;
    }
    .banner__slider .slide .slide__content--headings .title{
      font-size: 22px;
    }
  }
  @media (max-width: 480px) {
    .ft-newsletter-form div.tnp-subscription {
      min-width: 100%;
    }
    .ft-newsletter-form h2{
      font-size: 30px;
      line-height: 33px;
    }
    .ft-menu{
      flex-wrap: wrap;
    }
    .footer-contact .container {
      padding: 30px 15px;
    }
    .footer-contact .ft-contact{
      gap: 20px;
    }
  }
/* Home Responsive End Here */




/**************************************************************************/
/************* HOME PAGE STYLE END HERE ********************************/
/**************************************************************************/



/**************************************************************************/
/************* Contact Us PAGE STYLE Start HERE ********************************/
/**************************************************************************/
.breadcrumb{
  background: #fff;
}
.breadcrumb .container-fluid{
  background: #988068;
  color: #fff;
  text-align: center;
  padding: 40px 15px;
}
.breadcrumb ul.breadcrumb-path{
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb .page-title{
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
}
ul.breadcrumb-path li.breadcrumb-item{
  position: relative;
  padding-right: 20px;
  line-height: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
ul.breadcrumb-path li.breadcrumb-item:first-child{
  padding-left: 0;
}
ul.breadcrumb-path li.breadcrumb-item:last-child{
  padding-right: 0;
}
ul.breadcrumb-path li.breadcrumb-item:before{
    position: absolute;
    content: "/";
    right: -3px;
    line-height: 1.5;
}
ul.breadcrumb-path li.breadcrumb-item:last-child:before{
  content:none;
}
ul.breadcrumb-path li a{
  color: #fff;
  font-size: 14px;
}
ul.breadcrumb-path li a:hover{
    color: #e1d9ca;
}

/* contact-sec start here */
input:focus-visible,
textarea:focus-visible {
    outline-offset: 0px;
    outline: none;
}
.contact-sec{
  background: #fff;
  padding: 60px 0;
}
.contact-sec h2{
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    color: #1C1C1C;
}
.contact-sec .ceo-info{

}
.contact-sec .ceo-info img{
  max-width: 150px;
}
.contact-sec .ceo-info p{
  padding: 10px 0;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
}
.contact-sec .contact-row{
  gap: 30px;
}
.contact-map{
  margin-bottom: 20px;
  display: none;
}
.contact-details{
  margin-bottom: 20px;
}
.contact-details .cd-list li{
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.5;
    color: #1C1C1C;
    text-transform: capitalize;
    font-weight: 400;
}
.contact-details .cd-list li strong{
  margin-right: 5px;
  font-weight: 600;
}
.contact-details .cd-list li:last-child{
  padding-bottom: 0;
}
.contact-details .cd-list li a{
  color: #988068;
}
.contact-social .contcat-social-list .fab{
  font-size: 22px;
  color: #988068;
}
.contact-social .contcat-social-list .fab:hover{
  opacity: 0.8;
}
i.fab.fa-twitter{
    width: 35px;
    height: 30px;
}
.fab.fa-twitter:before{
    content: '';
    background: url(/wp-content/uploads/2023/07/Twitter-X-1-1.png);
    width: 35px;
    height: 33px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-social h4{
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    color: #1C1C1C;
    font-weight: 600;
}
.contact-social .contcat-social-list{
  display: flex;
  gap: 20px;
}

.contact-social .contcat-social-list i.fab.fa-twitter{
    width: inherit;
    height: fit-content;
}
.contact-social .contcat-social-list .fab.fa-twitter:before{
  background: url(/wp-content/uploads/2023/07/Twitter-X-1-2.png);
  width: 30px;
  height: 26px;
  background-size: 100%;
    background-repeat: no-repeat;
}
.contact-form p{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #988068;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-form form p{
  color: #1C1C1C;
  font-size: 16px;
  margin-bottom: 0;
}

.contact-form .wpcf7 input[type="text"],
.contact-form .wpcf7 input[type="url"], 
.contact-form .wpcf7 input[type="email"], 
.contact-form .wpcf7 input[type="tel"] ,
.contact-form .wpcf7 textarea{
    width: 100%;
    padding: 12px 22px;
    margin-bottom: 25px;
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.2999999523162842px;
    text-align: left;
    color: #A5A5A5;
    border:1px solid #dadada;
    box-shadow: none;
    border-radius: 3px;
}
.contact-form .wpcf7-submit{
  width: auto;
  padding: 12px 20px;
}

  @media (max-width: 767px) {
    .contact-sec .contact-row{
      display: block;
    }
    .contact-sec .contact-row .col-4{
      margin-bottom: 30px;
      width: 100%;
      max-width: 100%;
    }
    .contact-sec .contact-row .col-8{
      width: 100%;
      max-width: 100%;
    }
    .contact-sec{
      padding: 30px 0;
    }
    .contact-sec h2 {
      font-size: 22px;
      margin-bottom: 10px;
    }
  }
/* contact-sec End here */


/**************************************************************************/
/************* Contact Us PAGE STYLE END HERE ********************************/
/**************************************************************************/









/**************************************************************************/
/************* About Us PAGE STYLE START HERE ********************************/
/**************************************************************************/
body.page-template-about_us{
  background: #fff;
}
.ab-newvision{
    background: #F8F8F8;
    padding: 90px 0;
}
.ab-newvision .abn-row{
  align-items: center;
  gap: 30px;
}
.ab-newvision .abn-row .abn-box{

}
.ab-newvision .abn-row .abn-box h2{
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    min-width: 100%;
}
.ab-newvision .abn-row .abn-box h4,
.ab-newvision .abn-row .abn-box h5,
.ab-newvision .abn-row .abn-box h6{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ab-newvision .abn-row .abn-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #858585;
    margin-bottom: 10px;
}
.abn-content{

}
/* ab-slider start here  */

.ab-slider{
  margin-bottom: 30px;
  background: #F8F8F8;
}

.ab-slider .slick-nav i:before, 
.ab-slider .slick-nav i:after{
  font-size: 30px;
}
.ab-slider .slick-nav i:hover:before, 
.ab-slider .slick-nav i:hover:after{
  opacity: 0.9;
}
.ab-slider .slick-nav:before, 
.ab-slider .slick-nav:after{
  border: 0;
}
.ab-slider .slick-nav i{
  width: 40px;
    height: 40px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
}
.ab-slider .prev-arrow.slick-nav i{
  left: 30px;
}
.ab-slider .next-arrow.slick-nav i{
  right: 30px;
}
.ab-slider .slick-nav{
    top: calc(50% - 54px);
}


.ab-service{
  padding:0;
  background: #F8F8F8;
  margin-bottom: 30px;
}
.ab-service:last-child{
  margin-bottom: 0;
}
.ab-service .absr-row{
    align-items: center;
    gap: 30px;
}
.absr-img{
  display: flex;
}
.ab-service h2{
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  min-width: 100%;
}
.ab-service .absr-bontent{
    max-width: 465px;
    margin: 0 auto;
    text-align: center;
}
.ab-service .absr-bontent p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #858585;
    margin-bottom: 20px;
}
.ab-service .absr-img img{
  max-height: 590px;
    width: 100%;
    object-fit: cover;
}
/* ab-slider End here  */

/* ab-activity Start here  */
.ab-activity{
  padding: 90px 0;
  background: #fff;
}
.ab-activity .ab-activ-row{
  justify-content: space-between;
  gap: 30px;
}
.ab-activity .ab-activ-row .ab-box{
  max-width: 33.33%;
}
.ab-box .ab-box-content{
  padding: 15px;
}
.ab-box .ab-box-content .ab-blog-title{
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-align: center;
}
.ab-box .ab-box-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #858585;
    margin-bottom: 15px;
}
.ab-box .ab-box-content .link-hover{
    display: block;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #988068;
    position: relative;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.ab-box .ab-box-content .link-hover:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    transition: 0.3s;
    background: #988068;
}
.ab-box .ab-box-content .link-hover:hover:before{
    width: 100%;
    height: 1px;
    transition: 0.3s;
}
.ab-box .ab-box-img{
  overflow: hidden;
  max-height: 390px;
}
.ab-box .ab-box-img img{
  transition: 0.6s all;
}
.ab-box .ab-box-img:hover img{
  transform: scale3d(1.02, 1.02, 1.02);
  transition: 0.6s all;
}
.ab-activity .ab-activ-row.ab-active-viewall{
  padding: 40px 20px 0;
  justify-content: center;
}
/* ab-activity End here  */

/* ab-partners */
.ab-partners{
  padding: 30px 0;
  background: #fff;
}
.ab-partners .abpart-row{
  justify-content: space-between;
  gap: 20px;
}
.abp-img:hover img{
  transition: 0.6s all;
  transform: scale3d(1.1, 1.1, 1.1);
}
/* ab-partners */

/**************************************************************************/
/************* About Us PAGE STYLE END HERE ********************************/
/**************************************************************************/








/**************************************************************************/
/************* Blog List PAGE STYLE Start HERE  ***************************/
/**************************************************************************/
.blog-list-main{
  padding: 90px 0 120px 0;
  background: #fff;
}
.blog-list-main .blog-list{
    display: flex;
    flex-wrap: wrap;
    gap: 90px 60px;
}
.blog-list-main .blog-list .blog-box{
    max-width: 30.33%;
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 0;
    position: relative;
}
.blog-list-main .blog-list .blog-box .blog-box-inner{
    top: 30px;
    left: 30px;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 30px;
    min-height: 300px;
}
.blog-info{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.2999999523162842px;
    text-align: left;
    color: #A5A5A5;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.blog-title{
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  color: #988068;
}
.blog-title a{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #1c1c1c;
    position: relative;
    padding-bottom: 5px;
}
.blog-info a{
  position: relative;
}
.blog-info a:before,
.blog-title a:before{
  content: '';
  width: 0;
  height: 1px;
  background: #1c1c1c;
  position: absolute;
  bottom: 0;
  transition: 0.6s all;
}
.blog-info a:hover:before,
.blog-title a:hover:before{
  width: 100%;
  height: 1px;
  transition: 0.6s all;
}
.blog-info .blog-author{
    color: #AE745A;
}
.blog-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #858585;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* Blog Detail Start here  */
.blog-detail-main{
  background: #fff;
  padding: 40px 0;
}

.blog-text-inner blockquote{
  background: #988068;
  max-width: 50%;
  min-width: 300px;
  float: left;
  color: #fff;
  padding: 30px;
  margin: 20px 20px 20px 0;
  font-size: 26px;
    line-height: 1.625;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.blog-text-inner h2,
.blog-text-inner h3,
.blog-text-inner h4{
  font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    margin-bottom: 14px;
}
.blog-text-inner blockquote p{
  color: #fff;
  font-size: 26px;
    line-height: 1.625;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.blog-text-inner blockquote cite{
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
  letter-spacing: 1px;
}
.blog-text-inner{
  padding: 30px;
  background: #f8f8f8;
}
.blog-text-inner p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #A5A5A5;
    padding-bottom: 10px;
}
.blog-media-inner{
  margin-bottom: 20px;
}
.blog-heading{
  margin-bottom: 30px;
}
.blog-heading h1.blog-title{
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    color: #1C1C1C;
    text-transform: capitalize;
}
.blog-heading .blog-info{
  text-align: center;
}

/* Blog Detail Related Blog start here  */

.related-blog{
  background: #fff;
  padding: 60px 0;
}
.related-blog .row-blog-list{
  gap: 30px;
}
.related-blog h3.related-title{
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.related-blog .row-blog-list .blog-box{
  background: #f8f8f8;
  padding: 30px;
}
.related-blog .row-blog-list .blog-box .blog-info{
  text-align: center;
}
.related-blog .row-blog-list .blog-box .blog-content{
    text-align: center;
}
.related-blog .row-blog-list .blog-box .blog-content h3{
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

/* Blog Detail Related Blog End here  */

/* Blog Comment area start here  */

.blog-comment-area{
  padding: 30px 0;
}
.blog-comment-area .blog-comment-title{
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.comment-box{
  padding: 30px 30px 30px 0;
}
.comment-box .comment-body{
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
.comment-author-avatar a{
  display: block;
}
.comment-author-avatar a.comment-auther-img img{
  border-radius: 50%;
  max-width: 60px;
  max-width: 60px;
  width: 100%;
  height: 100%;
}
.comment-author-name{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 7px;
    color: #1C1C1C;
    position: relative;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}
.comment-author-name:before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #1C1C1C;
  transition: 0.3s all;
}
.comment-author-name:hover:before{
  width: 100%;
  transition: 0.3s all;
}
.comment-meta time{
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.comment-content{
  color: #858585;
  font-size: 16px;
}
/* Blog Comment area start here  */

/* Blog leave-comment */
.leave-comment{
  padding: 30px 0 60px 0;
}
.blog-comment-title{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #1c1c1c;
    margin-bottom: 20px;
}
.must-log-in a{
  color: #988068;
  position: relative;
  padding-bottom: 3px;
}
.must-log-in a:before{
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #988068;
  transition: 0.3s all;
}
.must-log-in a:hover:before{
  width: 100%;
  transition: 0.3s all;
}
/* Blog leave-comment */

/* Blog navigation Start here  */
.blog-navigation .blog-nav-row{
  justify-content: space-between;
  gap: 30px;
}
.blog-navigation .blog-link{
  position: relative;
  padding: 5px 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.blog-navigation .blog-link .fas{
  padding: 0 10px;
}
.blog-navigation .blog-link span{
    position: relative;
}
.blog-navigation .blog-link span:before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #988068;
  transition: 0.3s all;
}
.blog-navigation .blog-link span:hover:before{
  width: 100%;
  transition: 0.3s all;
}
/* Blog navigation End here  */

/**************************************************************************/
/************* Blog List PAGE STYLE END HERE ******************************/
/**************************************************************************/




/* Home Hero Banner  */
/* slide */

.home-hero-slider.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.home-hero-slider.slide .item {
  position: relative;
  height: 100%;
}
.home-hero-slider.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.home-hero-slider.slide .item .image {
  position: relative;
  overflow: hidden;
}
.home-hero-slider.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.home-hero-slider.slide > .slick-list,
.home-hero-slider.slide > .slick-list > .slick-track,
.home-hero-slider.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
/* HOme Hero Banner end here  */








.banner__slider.hm-banner{
  display: none;
}





.slideshow .slide__content{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slideshow .item .slide__content{
  transform: translate(-50% , 0);
    -webkit-transform: translate(-50% , 0);
    transition: 0s all;
    opacity: 0;
}
.slideshow .item.slick-active .slide__content{
    opacity: 1;
    transition: 1s all;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
}


.slideshow .slide__content--headings {
    color: #FFF;
    text-align: center;
}
.slideshow .slide__content--headings .top-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 7px;
    transform: translate(0 , 100%);
    -webkit-transform: translate(0 , 100%);
    transition: 0s all;
    opacity: 0;
}
.slideshow .item.slick-active .slide__content--headings .top-title{
  transform: translate(0 , 0%);
    -webkit-transform: translate(0 , 0%);
    transition: 3s all;
    opacity: 1;
    cursor: pointer;
}
.slideshow .slide__content--headings .button-custom {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 15px 28px 17px 28px;
    background: #988068;
    color: #fff;
    transform: translate(0 , 100%);
    -webkit-transform: translate(0 , 100%);
    transition: 0s all;
    opacity: 1;
    cursor: pointer;
}
.slideshow .item.slick-active .slide__content--headings .button-custom {
    transform: translate(0 , 0%);
    -webkit-transform: translate(0 , 0%);
    transition: 5s all;
    opacity: 1;
}
.slideshow .slide__content--headings .title {
    font-size: 65px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 40px;
    transform: translate(0 , 100%);
    -webkit-transform: translate(0 , 100%);
    transition: 0s all;
    opacity: 0;
    color: #fff;
}
.slideshow .item.slick-active .slide__content--headings .title{
    transform: translate(0 , 0%);
    -webkit-transform: translate(0 , 0%);
    transition: 3s all;
    opacity: 1;
}


.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 100%;
  margin: 0;
  max-height: 90vh;
}
.slideshow * {
  outline: none;
}
.slideshow .slider {
/*  box-shadow: 0 20px 50px -25px black;*/
}
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
  max-height: 90vh;
}
.slideshow .item:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}
.slideshow .item img {
    width: 100%;
    -webkit-transition: all 12s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 12s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    height: 100%;
    max-height: 90vh;
    object-fit: cover;
}
.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 12s 1 ease-in-out forwards;
    animation: cssAnimation 12s 1 ease-in-out forwards;
}

.home-hero .slick-slide .slide__content .slide__content--headings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px;
} 
.home-hero .slick-slide .slide__content .slide__content--headings p {
      width: 100%;
    color: #fff;
    font-weight: 600;
    padding: 0; 
}
.home-hero .slick-slide .slide__content .slide__content--headings img { width:162px; }


@keyframes cssAnimation {
    from { -webkit-transform: scale(1) translate(0px); }
    to { -webkit-transform: scale(1.05) translate(0px); }
}
@-webkit-keyframes cssAnimation {
    from { -webkit-transform: scale(1) translate(0px); }
    to { -webkit-transform: scale(1.05) translate(0px); }
}


/* Banner arrow  */
.slideshow .slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}
.slideshow .slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}
.slideshow .slick-nav.next-arrow {
    left: auto;
    right: 3%;
}
.slideshow .slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}
.slideshow .slick-nav i:before, 
.slideshow .slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}
.slideshow .slick-nav i:before {
    transform: rotate(-40deg);
}
.slideshow .slick-nav i:after {
    transform: rotate(40deg);
}
.slideshow .slick-nav:before, 
.slideshow .slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}
.slideshow .slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}
.slideshow .slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}
.slideshow .slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}
.slideshow .slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}
.slideshow .slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/* Banner arrow end  */


/* Validation start here  */
.wpcf7-not-valid-tip { display: none; }
.wpcf7-not-valid { border: 2px solid #f00; }
/* Validation End here  */

/* Shop Page Ddesign Start Here  */
body.archive { background: #fff; }
.woocommerce .content-area{
    padding: 50px 0;
    max-width: 1370px;
}
.site-main .woocommerce-breadcrumb{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 10px;
}
.woocommerce-products-header__title.page-title{
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 10px;
}
.woocommerce-ordering, .woocommerce-result-count{
    padding: 0 10px;
}
.woocommerce ul.products{
    background: #f8f8f8;
    padding: 30px 20px;
    justify-content: start;
    margin: 0 10px;
    margin-bottom: 20px;
}
ul.products li.product .woocommerce-loop-product__title{
    padding: 0 15px;
}
ul.products li.product .price{
    padding: 0 15px;
}
.woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 16px)!important;
    border: 1px solid #fff;
    padding-bottom: 30px;
    background: #fff;
}
ul.products li.product .button{
    color: #fff;
    background: #988068;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 5px 25px;
    display: inline-block;
    border: 1px solid #988068;
    margin:0 15px;
}
.orderby { padding: 7px; }
/* Shop Page End here  */


/* Style for the slider container */
.uniqslider-container {
    width: 100% !important;
    overflow: hidden !important;
}

/* Style for the slider wrapper */
.uniqslider-wrapper {
    display: flex !important;
    transition: transform 0.5s ease; /* Add a smooth transition effect */
}

/* Style for each slide */
.uniqslide {
    width: 353px !important;
    height: 346px !important;
}

/* Ensure images within slides fill the container */
.uniqslide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Optional: Style for navigation buttons or other elements */
/* You can customize this part based on your design needs */

/* Example navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
}
.prev { left: 10px; }
.next { right: 10px; }

.uniqslide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Luxury */

.Luxury-service{
    padding: 80px 0;
    text-align: center;
    background: #fff;
}
.las-service-box{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 35px;
    align-items: flex-start;
}
.Luxury-service .las-head-content h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 4.199999809265137px;
    text-align: center;
    color:#988068;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.Luxury-service .las-head-content h2{
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    color: #1C1C1C;
}
.Luxury-service .las-head-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    color: #858585;
}
.las-box {
    display: flex;
    width: calc(100% / 5);
    padding: 20px;
    max-width: 100%;
    transition: 0.6s all;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
    align-content: center;
}
.las-box img{
  max-width: 100%;
  height: auto;
}
.las_ig {
    background: #F8F8F8;
    padding: 30px 50px;
    display: flex;
    height: 200px;
    align-items: center;
}
.las-box p{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.18000000715255737px;
    text-align: center;
    color: #988068;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
/*.las-box:hover{
  background: #988068;
  transition: 0.6s all;
}
.las-box:hover img{
 filter: brightness(0) invert(1); 
}
.las-box:hover p{
   color: white; 
}*/


.experience-text h2 {
   margin: 0;
  padding: 0;
  padding-left: 0px;
  font-size: 49px;
  text-align: initial;
  padding-left: 88px;
  font-family: 'Playfair Display', serif;
  font-weight: unset;
}

.experience-text p{
  line-height: 1.90;
  text-align: initial;
  padding-left: 88px;
  padding-top: 40px;
}

.slick-dots{
display: none;

}

.Accommodation  { padding:80px 0; }

.Accommodation .Accommodation-head-content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.199999809265137px;
  text-align: center;
  color: #988068;
  text-transform: uppercase;
  margin-bottom: 5px;
}
  
.Accommodation .Accommodation-head-content h2 {
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
  color: #1C1C1C;
}

.Accommodation-box img {
 
}



.fab.fa-facebook-f {
  color: gray;
}
.fab.fa-google-plus-g {
  color: gray;
}

.fa-brands.fa-x-twitter {
  color: gray;
}

i.fab.fa-instagram {
  color: gray;
}

.ft-newsletter-form.ftn-box {
  justify-content: flex-start;
}

.ft-social-list {
  justify-content: flex-end !important;
}

.experience-text hr {
  width: 50% !important;
}


.footer-contact {
  padding-top: 60px;
}

/* header display none */

.res-menu {
  display: none;
}






/*=========== gs css ===================*/


html { scroll-behavior: smooth; }
.hm-accomdslide  { 
    max-width: 1640px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    padding-left: 50px;
}
.accommodation-row-2 .slick-list {
    padding-left: 0px!important; 
}
.accommodation-row-2 .slick-slideshow__slide {
  padding-right: 20px; opacity: 1!important;
} 
.accommodation-row-2 .slick-slideshow__slide img {
  width: 100%;
}
.hm-accomdslide .slick-nav.prev-arrow {
  position: absolute;
  top: 60%;
  left: 0;
}
.hm-accomdslide .slick-nav.next-arrow.slick-cust.slick-arrow {
    display: none!important;
}


@media (max-width: 1024px) {

  .cust-button {
    font-size: 14px;
    padding: 10px 25px 10px 25px;
  }
  .about-service .as-head-content h2 , .Accommodation .Accommodation-head-content h2, 
  .hc-content h2 , .Luxury-service .las-head-content h2  {
    font-size: 34px;
    line-height: 42px; 
  }
  .Accommodation  { padding:40px 0; } 
  .slideshow .slide__content--headings .title {
    font-size: 44px;
    line-height: 50px;     
  }
  .home-testimonial .testimonials .slide-content {
    padding: 50px 30px;
    text-align: left;
  }
  .experience-text h1 { 
    font-size: 36px;  padding-left: 10px; 
  }
  .experience-text p {
    line-height: 1.90;
    text-align: initial;
    padding-left: 10px;
    padding-top: 20px;
  }
  .home-testimonial .ht-left.ht-section img {
    height: 100%;
    object-fit: cover;
  }
  .las-box {
    padding: 0!important;
    max-width: 100%!important;
    transition: 0.3s all;
  }
  .Luxury-service { padding: 40px 0; }
  .ft-social .ft-social-list {
    display: flex;
    justify-content: center!important;
  }


}




@media (max-width: 767px) {

  .las-service-box {  
    flex-wrap: wrap;
    gap: 20px;
  }
  .las-box {
    display: flex;
    width: calc((100% / 2) - 10px);
    padding: 20px;
    max-width: 100%;
    row-gap: 15px;
    margin-bottom: 10px;
  }

  .las_ig { height:150px; }


}

@media (max-width: 580px) {
  .about-service .as-head-content h2, .Accommodation .Accommodation-head-content h2, 
  .hc-content h2, .Luxury-service .las-head-content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .hc-content h6 { letter-spacing:1.4px; }
  .slideshow .slide__content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70%;
  }
	.slideshow .slide__content--headings .title{
		margin-bottom:0;
	}
	h2.animated.title1{
		margin-bottom: 0 !important;
		font-size: 40px;
	}
  .slideshow .slide__content--headings .title {
      font-size: 20px;
      line-height: 36px;
  }
  .experience-text p , .experience-text h1 {
    padding-left: 0px;
  }
	.home-hero .slick-slide .slide__content .slide__content--headings{
		gap:10px;
	}

}

.ft-newsletter {
  display: none;
}




/* calender css */


.four-month-calendar {
  padding: 10px;
  width: 35%;
  margin: 10px 0;
  max-height: 215px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.parent_container {
  margin-top: 20px;
}

.calendar-header {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.calendar-month-year {
  color: #ab0634;
  font-weight: 400;
}

.calendar-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

td {
  padding: 5px;
 
}

th {
  padding: 5px;
  color: #ab0634;
  font-weight: 600;
}

td.highlight {
  background-color: transparent;
  color: #d7d7d7;
  font-weight: bold;
}



/* calender css */

/*D28022024*/

@media (max-width: 480px) {
	.slideshow .slide__content{
/* 		top: */
	}
	.slideshow .item img{
		
		min-height: 300px;
	}
}

    #popup-link{
		color: #988068;
    display: flex;
    align-items: center;
    gap: 10px;
}
