body.page-home .bg-img-1 {
  background-image: url(/assets/images/page/home/hero/1.jpg);
}
body.page-home .bg-img-2 {
  background-image: url(/assets/images/page/home/hero/2.jpg);
}
body.page-home .bg-img-3 {
  background-image: url(/assets/images/page/home/hero/3.jpg);
}
body.page-home .bg-img-4 {
  background-image: url(/assets/images/page/home/hero/4.jpg);
}
body.page-home .bg-img-5 {
  background-image: url(/assets/images/page/home/hero/5.jpg);
}
body.page-room .bg-img-1 {
  background-image: url(/assets/images/page/room/hero/1.jpg);
}
body.page-room .bg-img-2 {
  background-image: url(/assets/images/page/room/hero/2.jpg);
}
body.page-room .bg-img-3 {
  background-image: url(/assets/images/page/room/hero/3.jpg);
}
body.page-room .bg-img-4 {
  background-image: url(/assets/images/page/room/hero/4.jpg);
}
body.page-room .bg-img-5 {
  background-image: url(/assets/images/page/room/hero/5.jpg);
}
body.page-pool .bg-img-1 {
  background-image: url(/assets/images/page/pool/hero/1.jpg);
}
body.page-pool .bg-img-2 {
  background-image: url(/assets/images/page/pool/hero/2.jpg);
}
body.page-pool .bg-img-3 {
  background-image: url(/assets/images/page/pool/hero/3.jpg);
}
body.page-pool .bg-img-4 {
  background-image: url(/assets/images/page/pool/hero/4.jpg);
}
body.page-pool .bg-img-5 {
  background-image: url(/assets/images/page/pool/hero/5.jpg);
}
body.page-restaurant .bg-img-1 {
  background-image: url(/assets/images/page/restaurant/hero/1.jpg);
}
body.page-restaurant .bg-img-2 {
  background-image: url(/assets/images/page/restaurant/hero/2.jpg);
}
body.page-restaurant .bg-img-3 {
  background-image: url(/assets/images/page/restaurant/hero/3.jpg);
}
body.page-restaurant .bg-img-4 {
  background-image: url(/assets/images/page/restaurant/hero/4.jpg);
}
body.page-restaurant .bg-img-5 {
  background-image: url(/assets/images/page/restaurant/hero/5.jpg);
}
body.page-spa .bg-img-1 {
  background-image: url(/assets/images/page/spa/hero/1.jpg);
}
body.page-spa .bg-img-2 {
  background-image: url(/assets/images/page/spa/hero/2.jpg);
}
body.page-spa .bg-img-3 {
  background-image: url(/assets/images/page/spa/hero/3.jpg);
}
body.page-spa .bg-img-4 {
  background-image: url(/assets/images/page/spa/hero/4.jpg);
}
body.page-spa .bg-img-5 {
  background-image: url(/assets/images/page/spa/hero/5.jpg);
}
body.page-activity .bg-img-1 {
  background-image: url(/assets/images/page/activity/hero/1.jpg);
}
body.page-activity .bg-img-2 {
  background-image: url(/assets/images/page/activity/hero/2.jpg);
}
body.page-activity .bg-img-3 {
  background-image: url(/assets/images/page/activity/hero/3.jpg);
}
body.page-activity .bg-img-4 {
  background-image: url(/assets/images/page/activity/hero/4.jpg);
}
body.page-activity .bg-img-5 {
  background-image: url(/assets/images/page/activity/hero/5.jpg);
}
body.page-meeting .bg-img-1 {
  background-image: url(/assets/images/page/meeting/hero/1.jpg);
}
body.page-meeting .bg-img-2 {
  background-image: url(/assets/images/page/meeting/hero/2.jpg);
}
body.page-meeting .bg-img-3 {
  background-image: url(/assets/images/page/meeting/hero/3.jpg);
}
body.page-meeting .bg-img-4 {
  background-image: url(/assets/images/page/meeting/hero/4.jpg);
}
body.page-meeting .bg-img-5 {
  background-image: url(/assets/images/page/meeting/hero/5.jpg);
}
.swiper {
  height: 300px;
}
body.page-home .swiper {
  height: 100vh;
}
.swiper-slide h1 {
  font-family: 'Lobster Two', sans-serif;
}
.hero-fullscreen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  border-bottom: 5px solid #ccc;
}
.hero-bg {
  position: relative;
  /*filter: brightness(0);*/
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
      -ms-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.hero-heading {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  text-transform: none;
  color: #fff;
  letter-spacing: 2px;
  margin: -6px auto 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}
.hero-bg > .hero-heading {
  position: absolute;
  font-family: 'Lobster Two', sans-serif;
  color: #fff;
  font-size: 75px;
  z-index: 9;
  top: 50%;
}
@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 65px;
    margin: -8px auto 0 auto;
  }
}
@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 45px;
    margin: -6px auto 0 auto;
  }
}
@media only screen and (max-width: 880px) {
  .hero-heading {
    padding: 0 25px;
  }
  .page-meeting .hero-bg > .hero-heading {
    font-size: 60px;
  }
  .page-thermal .hero-bg > .hero-heading {
    font-size: 60px;
  }
  .page-reference .hero-bg > .hero-heading {
    font-size: 60px;
  }
  .page-aboutus .hero-bg > .hero-heading {
    font-size: 55px;
  }
  .page-bank .hero-bg > .hero-heading {
    font-size: 55px;
    margin-top: -30px;
  }
}
@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}
.hero-heading.hero-heading-dark {
  color: #111;
}
@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  .hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    text-shadow: none;
  }
}
h2.hero-heading {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  color: #fff;
  margin: -6px auto -8px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}
@media all and (min-width: 1920px) {
  h2.hero-heading {
    font-size: 65px;
    margin: -8px auto -9px auto;
  }
}
@media only screen and (max-width: 995px) {
  h2.hero-heading {
    font-size: 45px;
    margin: -6px auto;
  }
}
@media only screen and (max-width: 880px) {
  h2.hero-heading {
    padding: 0 25px;
  }
}
@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h2.hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}
h2.hero-heading.hero-heading-dark {
  color: #111;
}
@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #111;
    text-shadow: none;
  }
}
.hero-subheading {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
  max-width: 500px;
  margin: 3em auto 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.hero-subheading.hero-subheading-dark {
  color: #111;
}
.hero-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-right: 30px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 880px) {
  .hero-subheading span {
    padding-right: 40px;
    margin-right: 20px;
  }
}
.hero-subheading.hero-subheading-dark span {
  color: #111;
}
.hero-subheading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 30px;
  height: 0;
  margin-top: -1px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 880px) {
  .hero-subheading span::before {
    width: 20px;
  }
}
.hero-subheading.hero-subheading-dark span::before {
  border-top: 1px solid #111;
}
.hero-bg,
.hero-bg-show {
  -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -ms-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
          transition: all 1.5s ease;
}
.hero-bg{
  -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
          transform: scale(1.6);
          opacity: 1;
      -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hero-bg-show {
  -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
        -o-transform: scale(1);
          transform: scale(1);
          opacity: 1;
      -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.hero-slider-img .swiper-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide-txt {
  position: relative;
  width: 100%!important;
  padding: 0;
  left: 0;
  right: 0;
  margin-left: auto; 
  margin-right: auto;
  z-index: 1;
}
@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
    padding: 0 10px;
    left: 0;
  }
}
.swiper-slide-txt-inner {
  position: relative;
  max-width: 600px;
}
@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}
.hero-slider-bg-controls {
  position: absolute;
  right: 75px;
  bottom: 80px;
  z-index: 10;
}
@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 25px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 10px;
  }
}
.swiper-slide-controls {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
          transition: all .4s ease-out;
  font-size: 16px;
  color: #111;
  background: #fff;
  cursor: pointer;
}
.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
  position: relative;
  width: 50px!important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 6px;
  text-align: center;
  -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        -o-border-radius: 50%;
          border-radius: 50%;
}
.swiper-slide-controls:hover {
  -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
          transition: all .4s ease-out;
  background: #fff;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}
.swiper-slide-pagination {
  position: absolute;
  width: 8px;
  left: 80px;
  bottom: 78px;
  z-index: 10;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 30px;
    bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 15px;
  }
}
.swiper-slide-pagination::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none;
}
.swiper-slide-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  background: none;
          opacity: 1;
      -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-slide-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 0;
left: 50%;
background: #fff;
margin: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}
.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale(1.8);
      -moz-transform: scale(1.8);
      -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
          transform: scale(1.8);
  background: #fff;
}
.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.circle-svg {
  position: relative;
  -webkit-transform: scale(1) rotate(-90deg);
      -moz-transform: scale(1) rotate(-90deg);
      -ms-transform: scale(1) rotate(-90deg);
        -o-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg);
  -webkit-transition: transform .4s ease;
      -moz-transition: transform .4s ease;
      -ms-transition: transform .4s ease;
        -o-transition: transform .4s ease;
          transition: transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
      -moz-transition: -moz-transform .4s ease;
      -ms-transition: -ms-transform .4s ease;
        -o-transition: -o-transform .4s ease;
          transition: transform .4s ease;
}
.circle-svg circle,
.circle {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 3;
  stroke-width: 1px;
}
.slider-progress-bar.slider-active .circle {
  stroke-dashoffset: 200px;
  -webkit-transition: linear 4s stroke-dashoffset;
          transition: linear 4s stroke-dashoffset;
}
.swiper-slide-controls-play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 201px;
  bottom: 80px;
  -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
          transition: all .4s ease-out;
  -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        -o-border-radius: 50%;
          border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: none;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 150px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 135px;
  }
}
.swiper-slide-controls-play-pause:hover {
  -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
          transition: all .4s ease-out;
  background: none;
}
.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
          transition: all .4s ease-out;
}
.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
  content: "\f478";
  position: relative;
  width: 50px!important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.swiper-container-wrapper {
  padding-top: 0!important;
  height: 100%!important;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
        -o-background-size: cover;
          background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
      -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
      -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
        -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
          transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
          transform: scale(1.15);
          opacity: 0.2;
      -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
  -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
        -o-transform: scale(1);
          transform: scale(1);
          opacity: 1;
      -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-slide-inner-txt {
  position: absolute;
  width: 80%!important;
  margin-left: auto; 
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s ease;
      -moz-transition: opacity .4s ease;
      -ms-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
          transition: opacity .4s ease;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          opacity: 0;
      -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 15;
}
.swiper-slide-active .swiper-slide-inner-txt {
  -webkit-transition: opacity 1.8s ease 1.2s;
      -moz-transition: opacity 1.8s ease 1.2s;
      -ms-transition: opacity 1.8s ease 1.2s;
        -o-transition: opacity 1.8s ease 1.2s;
          transition: opacity 1.8s ease 1.2s;
          opacity: 1;
      -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
h2.hero-heading span,
.hero-heading span,
.hero-heading.hero-heading-dark span,
.service-number,
.blog-quote p,
.blog-quote p span {
  -webkit-text-stroke: unset;
          text-stroke: unset;
}
h2.hero-heading span,
.hero-heading span {
color: #fff;
}
.hero-heading.hero-heading-dark span,
.service-number {
  color: #111;
}
.hero-slider-bg-controls {
  right: 44px;
  bottom: 50px;
}
@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}
.swiper-slide-pagination {
  left: 50px;
  bottom: 48px;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}
.swiper-slide-controls-play-pause {
  right: 170px;
  bottom: 50px;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 140px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 140px;
    bottom: 20px;
  }
}
@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 85px;
  }
}
@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}
h2.hero-heading.hero-heading-dark {
  color: #5f5f5f;
}
@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
            text-stroke: 1px #5f5f5f;
    text-shadow: none;
  }
}
h2.hero-heading {
  margin: -10px auto -5px auto;
}
@media only screen and (max-width: 995px) {
  h2.hero-heading {
    margin: -7px auto -3px auto;
  }
}
@media only screen and (max-width: 768px) {
  h2.hero-heading {
    margin: -7px auto -3px auto;
  }
}
.overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.overlay-dark::before {
  background: rgba(26, 139, 137, 0.85);
  backdrop-filter: blur(5px);
  -webkit-pointer-events: none;
     -moz-pointer-events: none;
          pointer-events: none;
}
body.page-home .overlay-dark::before {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: none;
  -webkit-pointer-events: none;
     -moz-pointer-events: none;
          pointer-events: none;
}
.hero-slider-bg-controls {
  right: 44px;
  bottom: 50px;
}
@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 44px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}
.swiper-slide-pagination {
  left: 50px;
  bottom: 47px;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 50px;
    bottom: 47px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}
.swiper-slide-controls-play-pause {
  right: 170px;
  bottom: 50px;
}
@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 170px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 140px;
    bottom: 20px;
  }
}
.star-wrapper {
  position: relative;
  display: inline-block;
  width: 100%!important;
  max-width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center!important;
  font-size: 16px;
  z-index: 1;
}
.star-wrapper div {
  background: url(/assets/icons/star.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  z-index: 9;
  background-size: 20px 20px;
}
.more-wraper-center {
  position: relative;
  width: 120px!important;
  max-width: 120px;
  height: 120px;
  left: 0;
  right: 0; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}
.more-wraper-center.more-wraper-center-form {
  margin: -5px auto 0 auto;
  bottom: -20px;
}
.more-button-bg-center {
  background: #fff;
  border: 2px dashed #fff;
}
.more-button-bg-center.more-button-bg-center-dark {
  background: #fff;
  border: 2px dashed #111;
}
.more-button-circle {
  display: block;
  width: 100%;
  height: 100%;
   -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
       -ms-border-radius: 50%;
        -o-border-radius: 50%;
           border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
}
.more-wraper-center:hover .more-button-circle {
  -webkit-animation: spin 5s linear infinite;
     -moz-animation: spin 5s linear infinite;
      -ms-animation: spin 5s linear infinite;
       -o-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}
.more-button-txt-center {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 120px!important;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
a.button-effect, .button-effect {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: .2; opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: .2; opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
  right: auto;
  bottom: auto;  
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse 4s linear infinite;
          animation: pulse 4s linear infinite;
  -webkit-pointer-events: none;
    -moz-pointer-events: none;
          pointer-events: none;
          opacity: 0;
    -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
a.button-effect::after,
.button-effect::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
a.button-effect .pulse::after,
.button-effect .pulse::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
a.button-effect .pulse::before,
.button-effect .pulse::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper h5 {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.hero-info {
  position: absolute;
  z-index: 9;
  top: 120px;
  right: 10px;
  border: 4px solid #ffffff66;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  backdrop-filter: blur(10px);
  background-color: #00000033;
}
.hero-info img {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.hero-info span {
  font-size: 1.2em;
}
.hero-info > div:first-of-type {
  text-align: center;
  margin-top: 20px;
}
.hero-info > div:last-of-type {
  color: #bbb;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}
