<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap');
html {
  overflow-x: hidden !important;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 26px!important;
  -webkit-text-size-adjust: none;
  font-family:  'Roboto', sans-serif!important;

}
a{color: #212529;text-decoration:none}
body a:hover,
body :focus-visible {
  text-decoration: none;
  outline: none !important;
}
.text-decoation-none{text-decoration:none}
.section-padding{
  padding: 60px 0;
}

.border-12{border-radius: 12px;}
.enquiry-btn {
     color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 14px 8px;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: calc(50px + 30vh);
    transform: rotate(-90deg);
    transform-origin: right bottom;
    z-index: 10;
}
.enquiry-btn:hover {
  background-color: #000;
}
img {
  height: auto;
}
.xl-img {
  max-width: 100%;
  height: auto;
}
.text-bold {
  font-weight: bold;
}

.main-btn {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
    border:1px solid #fff; padding:10px 20px;
    

  }
   
 
  .main-btn:before {
    color: #fff !important;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #b1d13b; */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;  
  }
  .main-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ffffff !important;
    /* color:#b1d13b!important; */
    }

#header {
  z-index: 99;
}
#header .navbar-nav .nav-link {
  color: #161616;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
/* #header .navbar-nav .nav-link a:active {
    color: #FFC824;
  }
  .active {
    color: #FFC824!important;
  } */


  .back-to-top svg.icon__arrow-up {
    /* fill: #b1d13b; */
    width: 32px;
    height: 32px;
  }
  

.navbar-brand {
  width:auto;
}
.section-min-height{
    min-height: 340px;
}

.fixed-header .navbar.border-bottom {
  border-bottom: none !important;
}
.breadcrumb-item.active {
  color: #c7c7c7 !important;
}
.bannerCaption {
  left: 15%;
  top: 45%;
  max-width: 575px;
}
.banner-heading{
  font-size: 4rem;
  text-shadow: 0 2px 0 rgba(41, 41, 41, 0.4);
}
.headingCaption{
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.theme-heading {
  font-size: 0.9rem!important;
  text-transform: uppercase;
  margin-bottom: 5px;
}
h3{
  font-size: 1.3rem !important;
}
.font-16{
  font-size: 16px ;
}
.font-18{
  font-size: 18px ;
}
.font-20{
  font-size: 20px ;
}
.font-24{
  font-size: 24px ;
}
.font-28{
    font-size: 28px ;
  }
.learnmore{
  font-size: 14px;
  font-weight: 400;

}
.bottom-text{
  position: absolute;
  bottom: 15px;
  left: 20px;

}
.video-btn{
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 40px !important;
    transform: translateX(0) translateY(-50%);
    right: 0;
}

.m-top{margin-top:120px}
.bor-bottom {
  border-bottom: 1px solid;
  border-color: rgb(255 255 255 / 24%) transparent;
}
.icon-share{
    position: absolute;
    right: 1%;
    bottom: 3%;
    padding: 10px 20px;
}
.bg-black-transparent{
    background-color: rgb(0 0 0 / 60%);

}
.social-share{
  position: relative; 
  }
.center {  
  display: flex;
  /* justify-content: center; */
  align-items:center; 
}
.youtube-icon{
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 40px !important;
    transform: translateX(0) translateY(-50%);
    right: 0;
}


.share-buttons {
   /* width: 25px; */
   height: 25px;
   fill: white;
}

#next-button {
   display:none;
}
.img-wrap img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:center;
  object-position:center;
  height: 280px;
}
.img-wrap-2 img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:center;
  object-position:center;
  height: 200px;
}

.img-wrap-400 img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:center;
  object-position:center;
  height: 416px;
}
.img-wrap-350 img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position:center;
    object-position:center;
    height:380px;
  }
.img-wrap-600 img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:center;
  object-position:center;
  height: 600px;
}

.posCenter {
  left: 50%;
  text-align: center;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
}
/* .card{
margin: 0 10px;
}    */

.overlap-section {
  top: -80px;
  z-index: 3;
}
.slide-item {
  padding: 0 5px;
}
.section-block {
  padding: 100px 0;
}

.section-block.section-block-pt-0 {
  padding-top: 0 !important;
}
.content-section li{
    list-style:circle;
    padding-left: 10px !important; 
}



.list-group li {
  /* background: url("../../images/arrow.svg") no-repeat 0 16px; */
  padding: 5px 15px;
  text-decoration: none;
  background-position: 2px;
  /* content: "\276F"; */

}
.list-group-item {
  padding-left: 40px !important;
}
.list-style-none{
  list-style: none;
}
.stellarnav .menu-toggle {
  position: absolute;
  top: 13px;
  right: 74px;
}
.stellarnav .navbar-nav {
  float: right;
}
.overlay-bg {
  position: absolute;
  --bs-gradient:  linear-gradient(0deg, rgb(0 0 0 / 60%), rgba(0 0 0 / 0.5%)) !important;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgba(0 0 0 / 0.5%)) !important;  left: 0;
  width: 100%;
  padding: 10% 0;
  bottom: 0;
   text-align: center;
}
.overlay-section {
  position: absolute;
  --bs-gradient:  linear-gradient(0deg, rgb(0 0 0 / 60%), rgba(0 0 0 / 0.5%)) !important;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgba(0 0 0 / 0.5%)) !important;  left: 0;
  width: 100%;
height: 100%; 
display: flex;
    justify-content: center;
    align-items: center;
   text-align: center;
   bottom: 0;
}

.hover-zoomin img {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-zoomin img {
  width: 100%;
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

td{
  padding: 10px;
}
tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

tbody tr:nth-child(even) {
  background-color: #fff;
}
table {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  width: 100% ;
}


.form-check-input {
    margin-right: 15px !important;
}

.accordion-button:not(.collapsed) {
    color: #646464!important;
    background-color: #ffffff!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%)!important;
}
.accordion-item {
    border: 1px solid rgba(0,0,0,.0)!important;
}
.accordion-button {    
    padding: 1rem 0!important;
}
.form-control:focus, .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0)!important;
}
.form-check-input[type=checkbox] {
    border-radius: 0em!important;
}
.border-bottom {
    border-bottom: 1px solid #ededed!important;
}
:focus{
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%)!important;
 
}
#list ul {
    padding: 0;
    margin: 0;
}
#list ul li {
    padding: 5px 18px 5px 5px;
    margin: 2px;
    position: relative;
    list-style: none;
    color: #222;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 5px 15px;
}
.contact-btn{
  bottom: 15px;
    right: 14px;
}
#sitemap ol li{ font-size:18px;line-height:1.8em;list-style-type: circle; }


  /**********************/
  #search {
    
    align-items: center;
    background: #f9f9f9;
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width:90%;
    will-change: transform, opacity;
    z-index: -1;
  }
  #search:target {
    /* height: 50vh !important;
    opacity: 1;
    width: 90% !important;
    z-index: 2; */
    height: 50vh !important;
    opacity: 1;
    width: 100% !important;
    z-index: 99999;
    top: 0;
  }
  #search:target .close-btn {
    display: block;
  }
  #searchbox {
    background: transparent;
    border: solid #212529;
    border-width: 0 0 1px 0;
    color: #212529;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 80%;
    outline: 0;
    padding: 2rem 1rem;
  }
  .close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
  }
  
  @media screen and (min-width: 1920px) {
    #responsive-menu-trigger,
    #close-menu {
      display: none;
    }
    #nav ul,
    #nav:target ul {
      background: none;
      display: inline-flex;
      flex-direction: row;
      font-size: 1rem;
      height: auto !important;
      opacity: 1;
      padding: 0;
      pointer-events: initial;
      position: static;
      transition: none;
      width: auto !important;
    }
    #nav ul li,
    #nav:target ul li {
      padding: 0;
    }
    #nav ul li a,
    #nav:target ul li a {
      text-decoration: none;
      font-size: 1rem;
      margin-right: 1rem;
    }
    #nav .close-btn,
    #nav:target .close-btn {
      display: none;
    }
  }
 



@media screen and (max-width: 1360px) {

.bannerCaption {
    left: 15%;
    top: 30%;
    max-width: 575px;
}
}
@media screen and (max-width: 991px) {
  .bannerCaption {
      max-width: 80%;
      top: 30%;
      /* transform: translateX(-50%) translateY(-50%); */
      left: 7%;
      right: 0;

  }
  .bannerCaption h2 {
      font-size: 2rem;
      margin-bottom: 0;
  }
  
  .overlap-section {
      top: 0;
  }
  .navbar-brand {
      width: 44px;
  }
  .navbar.navbar-expand-lg.border-bottom {
      border-bottom: none !important;
  }
  .slide-item {
      padding: 0;
  }
  .section-block {
      padding: 50px 0;
  }
 
  .section-preview.section-block {
      padding-top: 0;
  }
  .site-heading {
      font-size: 2rem;
  }
  .banner-heading{
    font-size: 2.2rem;
  }
  .headingCaption{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .section-padding{
    padding: 30px 0;
  }
  h3{
    font-size: 1.2rem !important;
  }
 
  .m-top{
    margin-top: 50px;
  }

  .slick-slide
{
    
    margin:0 5px !important;

}
.img-wrap-600 img {
  
  height:auto;
}
}
@media screen and (max-width:767px) {
  .img-wrap-400 img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position:center;
    object-position:center;
    height: 250px;
  }
  .img-wrap-350 img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position:center;
    object-position:center;
    height: 250px;
  }

}
/* a:hover {
  color: #FFC824 !important;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.fixed-header {
  background: rgb(166 191 243);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.text-red {
  color: red;
}

.bg-gray {
  background-color: #F9F9FB;
}

hr {
  background-color: #bbb !important;
}
.text-theme {
  color: #FFC824;
}
.theme-bg {
 background-color: #FFC824;
}
.list-group li a:hover {
  color: #FFC824!important;
}
.text-green {
  color: #0fb361;
}
.text-red {
  color: red;
}
.text-gray {
  color: #a1a1a1;
}
.dark-gray {
  color: #5c5c5c;
}
.theme-btn {
  background-color: #FFC824 !important;
}
.theme-btn:hover{
  background: #d4a823 !important;

} */

.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
  color: #fff;
  background-color: #ffffff;
  /* border: 1px solid #b1d13b; */
  border-radius: 50px;
  font-weight: 500;
}
.nav-link {
  
  color: #a5a5a5;
  font-weight: 500;
  padding: 0.5rem 0.5rem;
  font-size: 18px;
}
#event-listing h5{
font-size:1.2rem
}
.nav-link:focus, .nav-link:hover {
  /* color: #b1d13b; */
}
@media screen and (max-width: 768px) {
.nav-link {
font-size: 15px;
}
#event-listing h5{
font-size:1rem
}

}

.banner-heading{
  font-family: 'Playfair Display', serif;
}
.headingCaption{
  font-family: 'Playfair Display', serif;
}
.theme-font{
  font-family: 'Playfair Display', serif;
}
/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
}
.stellarnav a {
    color: #777;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
}
.stellarnav li a {
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* main level */
.stellarnav &gt; ul &gt; li {
    display: inline-block;
}
.stellarnav &gt; ul &gt; li &gt; a {
    padding: 20px 40px;
}

/* first level dd */
.stellarnav ul ul {
    top: auto;
    width: 170px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.stellarnav li li {
    display: block;
}

/* second level dd */
.stellarnav ul ul ul {
    top: 0; /* dd animtion - change to auto to remove */
    left: 220px;
}


.stellarnav ul li ul li {
    display: block;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #ebebeb;
}
.stellarnav ul li ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.stellarnav &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}
@media only screen and (max-width: 992px) {

        .stellarnav ul li ul li {
            border-bottom: 0px solid #ebebeb!important;
        }
        .stellarnav li a {
            color: #fff!important;
        }
        .stellarnav ul ul {
          
            border: 0px solid #f1f1f1;
        }
}


/* .drop-left */
.stellarnav &gt; ul &gt; li.drop-left &gt; ul {
    right: 0;
}
.stellarnav li.drop-left ul ul {
    left: auto;
    right: 220px;
}

/* light theme */
.stellarnav.light {
    background: rgba(255, 255, 255, 1);
}
.stellarnav.light a {
    color: #000;
}
.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 1);
}
.stellarnav.light li a {
    color: #000;
}

/* dark theme */
.stellarnav.dark {
    background: rgba(0, 0, 0, 1);
}
.stellarnav.dark a {
    color: #fff;
}
.stellarnav.dark ul ul {
    background: rgba(0, 0, 0, 1);
}
.stellarnav.dark li a {
    color: #fff;
}
/* sticky nav */
.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
    overflow-x: hidden;
}

/* general styling */
.stellarnav li.has-sub &gt; a:after {
    content: "";
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #161616;
    display: inline-block;
}
.stellarnav li li.has-sub &gt; a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: relative;
    top: 4px;
}
.stellarnav li.drop-left li.has-sub &gt; a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
}
.stellarnav.hide-arrows li.has-sub &gt; a:after,
.stellarnav.hide-arrows li li.has-sub &gt; a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub &gt; a:after {
    display: none;
}
.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}
.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0;
}
.stellarnav.desktop li.has-sub a {
    padding-right: 5px;
}
.stellarnav.desktop.hide-arrows li.has-sub a {
    padding-right: 15px;
}
.stellarnav.mobile &gt; ul &gt; li &gt; a.dd-toggle {
    padding: 0;
}
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
    display: none;
}

/* svg icons */
.stellarnav svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px;
}
/* svg icons */

.stellarnav a.dd-toggle .icon-plus {
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.stellarnav a.dd-toggle .icon-plus:before {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #fff;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.stellarnav a.dd-toggle .icon-plus:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #fff;
    position: absolute;
}
.stellarnav li.open &gt; a.dd-toggle .icon-plus {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #000;
}
.stellarnav.light a.dd-toggle .icon-plus:after {
    border-color: #000;
}
.stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #fff;
}
.stellarnav.dark a.dd-toggle .icon-plus:after {
    border-color: #fff;
}

.stellarnav .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
}
.stellarnav .icon-close:before {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #fff;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
.stellarnav .icon-close:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #fff;
    position: absolute;
    transform: rotate(-45deg);
}
.stellarnav.light .icon-close:before {
    border-color: #000;
}
.stellarnav.light .icon-close:after {
    border-color: #000;
}
.stellarnav.dark .icon-close:before {
    border-color: #fff;
}
.stellarnav.dark .icon-close:after {
    border-color: #fff;
}

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
    padding: 12px;
    box-sizing: border-box;
}
.stellarnav .menu-toggle span.bars {
    display: block;
    margin-right: 0;
    position: relative;
    top: 3px;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 0;
    background: #212529;
    margin: 0 0 3px;
}
.stellarnav .menu-toggle span.bars span:last-child {
  display: block;
  width: 20px;
  
}

.stellarnav .full {
    width: 100%;
}
.stellarnav .half {
    width: 50%;
}
.stellarnav .third {
    width: 33%;
    text-align: center;
}
.stellarnav .location-btn-mobile.third {
    text-align: center;
}
.stellarnav .location-btn-mobile.half {
    text-align: right;
}
.stellarnav.light .third,
.stellarnav.light .half {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light.left .third,
.stellarnav.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light.right .third,
.stellarnav.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
    border-left: 0;
}
.stellarnav.dark .third,
.stellarnav.dark .half {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
    border-bottom: 0;
}
.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
    border-bottom: 0;
}
.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
    border-left: 0;
}
.stellarnav.light .menu-toggle span.bars span {
    background: #000;
}
.stellarnav.dark .menu-toggle span.bars span {
    background: #fff;
}
.stellarnav.mobile {
    position: static;
}
.stellarnav.mobile.fixed {
    position: static;
}
.stellarnav.mobile ul {
    position: relative;
    display: none;
}
.stellarnav.mobile.active {
    padding-bottom: 0;
}
.stellarnav.mobile.active &gt; ul {
    display: block;
}
.stellarnav.mobile ul {
    text-align: left;
}
.stellarnav.mobile &gt; ul &gt; li {
    display: block;
}
.stellarnav.mobile &gt; ul &gt; li &gt; a {
    padding: 15px;
}
/* .stellarnav.mobile ul {
    background: rgb(150 185 223);
} */
.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.stellarnav.mobile ul ul ul {
    left: auto;
    top: auto;
}
.stellarnav.mobile li.drop-left ul ul {
    right: auto;
}
.stellarnav.mobile li  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile &gt; ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile.light &gt; ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile li a.dd-toggle {
    border: 0;
}
.stellarnav.mobile.light li a.dd-toggle {
    border: 0;
}
.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
    display: inline-block;
}
.stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
}
.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left;
}
.stellarnav.mobile.light ul {
    background: rgba(255, 255, 255, 1);
}
.stellarnav.mobile.dark ul {
    background: rgba(0, 0, 0, 1);
}
.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, 0.08);
}
.stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.stellarnav.mobile li.has-sub &gt; a:after,
.stellarnav.mobile li li.has-sub &gt; a:after,
.stellarnav.mobile li.drop-left li.has-sub &gt; a:after {
    display: none;
}

/* left and right positions */
.stellarnav.mobile.right &gt; ul,
.stellarnav.mobile.left &gt; ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
	height: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.stellarnav.mobile.right &gt; ul {
    right: 0;
}
.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
}
.stellarnav.mobile.left &gt; ul {
    left: 0;
}
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
    text-align: center;
}
.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
    text-align: center;
}
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
    text-align: center;
}
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
    text-align: center;
}
.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: left;
}
.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none;
}
/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul {
    background: none;
}
.stellarnav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.stellarnav.desktop li.mega li li {
    display: block;
    position: relative;
    left: 4px;
}
.stellarnav.desktop li.mega ul ul {
    width: auto;
}
.stellarnav.desktop &gt; ul &gt; li.mega {
    position: inherit;
}
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul {
    width: 100%;
}
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul li.has-sub ul {
    display: block;
    position: relative;
    left: auto;
}
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul &gt; li {
    padding-bottom: 15px;
    box-sizing: border-box;
}
.stellarnav.desktop li.mega li li a {
    padding: 5px 15px;
}
.stellarnav.desktop li.mega li.has-sub a:after {
    display: none;
}
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul &gt; li &gt; a {
    color: yellow;
}
/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width: 768px) {
    .stellarnav {
        overflow: hidden;
        display: block;
    }
    .stellarnav ul {
        position: relative;
        display: none;
    }
    .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 100%;
    height: 250px!important;
    max-width: calc(100% - 10px)!important;
    max-height: calc(100% - 80px)!important;

}
.hero .hero-slide .header-content {
  width: 90%;

}

}

/* mobile nav */
@media only screen and (max-width: 420px) {
    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none;
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    /* margin-left: auto; */
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    margin:0 10px;

}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block; 
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top:-10px;
    display: block;
    width: 36px;
    height: 62px;
    padding: 0;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    right: 45px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: 17px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    /* text-align: center; */
    left: 58px;
            /* bottom: 0; */
    
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    /* width: 10px; */
    margin:0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;  
    padding:3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 50px;
    outline: none;
    background-color: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 0.50;    
    
}

.slick-dots li button:before
{
   
    position: absolute;
    top: 0;
    left: 0;  
    border-radius: 30px;
    text-align: center;
    opacity: .45;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .85;   
    
}

.hero-text h2 {
    margin-bottom: 50px;
  }
  
  .hero-text .hero {
    position: relative;
  }
  
  .hero-text .hero .hero-slide a:hover span {
    color: #033a71;
  }
  
  .hero .hero-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }
  
  .hero .hero-slide .header-content {
    /* top: 20%; */
    /* margin-left: 8rem; */
    /* max-width: 550px;*/
    width: 90%;
    padding:0 0 0 3rem; 
    bottom: 50%;
    left: 5%;
    right:0;
    /* background-color: rgba(0,0,0,0.8); */
  }
  
  .slide-content {
    padding: 10px 20px 10px 0;
    
  }
  
  .slide-content .h1 {
    font-size: 62px;
  }
  
  .slick-active button {
    /* background: #ffffff; */
    width: 24px;
    height: 5px;
    border-radius: 30px;
    opacity: 1;
  }
  
  /** Text Animation **/
  
  @-webkit-keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translatex(100px);
      transform: translatex(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translatex(100px);
      transform: translatex(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
  }
  
  .slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
  }

  .banner-slider .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 0px 0 !important;
  }
 

  figure {
    height: 100%;
    width: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
    /* background-color: #000; */
  }
figure {
    height: 100%;
  }
figure:before, .figure:after {
    content: "";
    display: block;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
figure:before {
    opacity: 1;
  }
figure:after {
    opacity: 0.4;
  }
figure.active-animation  {
    animation: imageZoom ease-out 20s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
  }
figure.active-animation:before {
    animation: overlayWipeOne ease-in-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
  }
figure.active-animation:after {
    animation: overlayWipeTwo ease-in-out 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
  }
  @keyframes overlayWipeOne {
    0% {
      width: 100%;
    }
    100% {
      width: 0%;
    }
  }
  @keyframes overlayWipeTwo {
    0% {
      width: 100%;
    }
    50% {
      width: 100%;
    }
    100% {
      width: 0%;
    }
  }
  @keyframes imageZoom {
    0% {
      transform: scaleY(1) scaleY(1);
    }
    100% {
      transform: scaleY(1) scaleX(1);
    }
  }






.social-share{
margin-left: 10px;}
.btn-share{
  height: 50px;
  width:50px;
  /* border-radius: 50%; */
  /* box-shadow: 4px 2px 10px 1px rgba(0, 0, 0, 0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /* color: #999; */
  cursor: pointer;
  position: relative;
  /* background: #ed7d69; */
  right:8px

}
.btn-share .fa-share-alt {
  margin-right: 2px;
}
.btn-share &gt; i:hover {
  color: #405de6;
}
.btn-share:active:not(:focus-within) {
  /* box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2) inset; */
}
.btn-share:active:not(:focus-within) &gt; i {
  transform: translate(0.8px, 0.8px);
}

.social {
  position: absolute;
  top: 40px;
  display: none;
  justify-content: space-between;
  background-color: white;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;

}
.toggle input[type="checkbox"]:checked + .btn-share .social {
  animation: fadeIn 1s;
  display: inline;
}
.toggle input[type="checkbox"]:not(:checked) + .btn-share .social {
  animation: fadeOut 1s;
}

.toggle input[type="checkbox"]:checked + .btn-share .fa-share-alt {
  display: none;
}
.toggle input[type="checkbox"]:not(:checked) + .btn-share .fa-times {
  display: none;
}
.social a {
  margin: 0 ;
  font-size: 0px;
  color: #999;
}




.social-share input[type="checkbox"] {
  display: none;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#map-view .form-check-input {
  margin-right: 8px !important;
}
.list-inline{
  /* display: -webkit-box; */
  display: block;
}


#destination-list-view p::first-letter {
  font-size:2rem;
}
#gallery p::first-letter {
  font-size:2rem;
}


@media only screen and (max-width: 768px) {
  .banner-slider h2{
    font-size: 1.4rem;
  }
  .banner-slider .slide-content {
  
    padding: 10px 40px 0px 0 !important;
  }
  .list-inline{
    display: -webkit-box;
    overflow-x: scroll;
  }
   
  .slick-dots
  {
    
      left: 50px;
      
  }
  .overlay-bg {
   
    padding: 15% 0;
  
  }
  .hero .hero-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
  }
  }
  @media only screen and (max-width: 980px) {
   
    .slick-dots
    {
      
        left: 50px;
        
    }
    .overlay-bg {
     
      padding: 15% 0;
    
    }
    .social-share{
      position: absolute; right:0px; top:12px}
      .search-div 
      {   position: absolute!important;
          top: 20px;
          right: 54px;
          display: block;
      }
    }

    .btn-map-pulse {
      background: #da202c;
      color: white;
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 0;
      height: 0;
      padding: 35px;
      text-decoration: none;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  
.banner-slider .slick-slide {   
  margin: 0;
}
.banner-slider .slick-dots {
 
  left: 50px;
}
@media only screen and (max-width: 980px){
.banner-slider .slick-dots {
  left: 30px;
}
}
.video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* Set the aspect ratio (16:9) */
background-color:#000
}

.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:#000

}
.map-btn{
  top: 50%;
  transform: translateX(0) translateY(-50%);
  right: 50%;
}
.map-link{
  top:10px; right:6px; 
}
#quickhelp {
  /* background: rgb(131 131 131 / 80%); */
  position: fixed;
  right: 14px;
  transform: rotate(-90deg);
  top: 45%;
  transform-origin: right center;
}
</pre></body></html>