.theme_slider_8 .swiper-slide .slider:after {
  background-color: #0000004d;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.header .header_search {
  border-left: none;
}
.sticky .logo a img {
  filter: brightness(0) invert(1);
}
.header .header_search .form-control-submit {
  background: rgb(0 0 0 / 30%);
  font-size: 28px;
  line-height: 1.125rem;
  color: #f2f2f2;
  border: none;
  padding: 1rem;
  cursor: pointer;
  border-radius: 50%;
}
.slide_content_inner h4 {
  font-size: 54px !important;
  line-height: 64px !important;
  margin-bottom: 10px !important;
}
.theme_slider_8 .swiper-slide .slider .slide_content {
  margin: unset !important;
  max-width: 60% !important;
}
.theme_slider_8 .swiper-slide .slider .slide_content .details_link a {
  justify-content: flex-start !important;
}
.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
  text-align: left;
}
.amenities-sec .fun_img img {
  filter: brightness(0) invert(1);
}
.amenities-sec .funfacts_inner .funfact2 .fun_img {
  border: none;
  margin: 0 auto;
  margin-bottom: 15px;
}
.amenities-sec .funfacts_inner .funfact2 {
  background: #1b1b1bd4;
  margin: 20px 15px;
  padding: 20px 15px;
}
.amenities-sec .funfacts_inner {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-flow: unset;
  flex-wrap: wrap;
}
.amenities-sec {
  background: url(../img/bg-amenities.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.amenities-sec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.spec-sec .spec-box {
  background: #222;
  padding: 20px 15px;
  margin-bottom: 40px;
}
.spec-sec .icon_box {
  margin-bottom: 0 !important;
  height: auto;
}
.spec-sec .icon_box h4 {
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}
.spec-sec .icon_box h4 a {
  color: #4d8b91 !important;
  line-height: 30px;
}
.spec-sec .swiper-wrapper {
  margin-bottom: 50px;
}
.spec-sec .swiper-pagination {
  width: auto !important;
}
.spec-sec .icon_box_inner img {
  filter: brightness(0) invert(1);
  max-width: 80px;
  height: 100%;
}
.spec-sec .icon_box_inner {
  display: flex;
  align-items: center;
}
.galley-sec .grid-item .works-info {
  transform: unset !important;
}
.galley-sec .grid-item .works-info {
  background-color: #222 !important;
  padding: 20px;
  max-width: 350px;
}
.galley-sec .grid-item .label-text h5 a {
  color: #fff !important;
}
.galley-sec .grid-item .label-text h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
}
.galley-sec .grid-item .thumb:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.galley-sec .grid-item .thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
}
.galley-sec .grid-item .thumb .popup-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.galley-sec .grid-item .thumb:hover .popup-btn {
  opacity: 1;
  visibility: visible;
}
.galley-sec .grid-item .thumb .popup-btn a {
  color: #000000;
}
.galley-sec .grid-item {
  margin-bottom: 30px;
}
.footer .footer_inner {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.footer_logo img {
  width: 160px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.footer .footer_inner .copyright p {
  margin-top: 70px;
}
.amenities-sec .section-header {
  margin-bottom: 20px;
}
.amenities-sec .section-header h2 {
  color: #fff !important
}
.white-li li {
  color: #fff !important
}
.header_search i.bi.bi-phone-vibrate {
  color: #fff;
}
.footer {
  padding: 0 !important;
}
.footer .footer_inner .communication .info_body h6 {
  color: #4d8b91;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}
#preloader .hide-loader {
  display: none;
}
.submit-btn {
  width: auto;
  display: inline-block;
  padding: 0;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
#error_data {
  color: red;
  font-size: 14px;
  margin: 0px 0px 10px;
  line-height: normal;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.header .logo a img {
  max-width: 100px;
  filter: brightness(0) invert(1);
}
.part-logo a img {
  max-width: 120px;
  margin-bottom: 30px;
}
.header {
  background-color: #1b1b1b !important;
  position: relative;
}
.header .header_inner {
  padding: 15px 0px;
}
.header.sticky {
  position: fixed;
}
#form_process {
  top: 20px;
  left: 20px;
}
.swiper-navigation .swiper-button-prev {
  top: 0;
  left: unset;
  right: unset;
  margin-right: 10px;
}
.swiper-navigation .swiper-button-next {
  margin-top: 0;
  left: unset;
  right: unset;
  margin-left: 10px;
}
.swiper .swiper-navigation .swiper-button-next {
  top: 0;
}
.swiper:hover .swiper-navigation .swiper-button-next {
  top: unset;
}
.swiper-navigation {
  /* top: 0; */
  /* bottom: unset; */
  height: auto;
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
  background: #4d8b91;
  color: #fff;
  position: relative;
}
.swiper-navigation .swiper-button-next:hover, .swiper-navigation .swiper-button-prev:hover {
  background: #4d8b91 !important;
  color: #ffffff;
}
.swiper-navigation .swiper-button-next.swiper-button-disabled, .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  background: #22222252;
  color: #fff;
}