<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-nav button {
    position: absolute;
    top: 25%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 25%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-slider span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-item {
    height: 200px !important; /* Adjust this value as needed */
    display: flex;
  }
  .owl-slider .item {
      width: 100%;
  }



.swiper-container {
    width: 100%;
}

.swiper-slide {
    height: 405px !important;
    filter: brightness(160%) !important;
    min-height: 60vh;
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-pagination {
    &amp;-bullet {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        opacity: 1;
    }

    &amp;-bullet-active {
        background-color: #fff;
    }
}

.charter-p .charter-btn:hover,
.charter-p .charter-btn:focus,
.charter-p .charter-btn:active {
    background-color: blue !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.swiper-button {
    &amp;-container {
        background-color: rgba(0, 0, 0, .25);
    }

    &amp;-prev {
        content: '\f054';
    }

    &amp;-next {
        content: '\f053';
    }
}

.swiper-slide p {
    text-align: center !important;
    width: 48.50%;
    color: #ffffff !important;
    opacity: 1000;
    font-weight: 500 !important;
    font-size: 0.95rem;
}

.swiper-slide {
    &amp;:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: .4;
    }

    h2 {
        pointer-events: none;
        opacity: 1000;
        color: #ffffff;
        font-size: 2.25rem;
        letter-spacing: 5px;
        transform: translateY(-5%) scale(.8);
        transition: 1s ease;
        text-shadow: 0 5px 5px rgba(0, 0, 0, .01);

    }

    &amp;-active h2 {
        opacity: 1;
        transform: translateY(0%) scale(1);
        transition: 1s ease;
    }
}

.tmb {
    max-width: 30px;
}

/* Gallery page Style Css*/
.gallery {
    display: inline-block;
    margin-top: 20px;
}

.close-icon {
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: -10px;
    padding: 5px 8px;
}

.form-image-upload {
    background: #e8e8e8 none repeat scroll 0 0;
    padding: 15px;
}

#gallery img {
    transition: 1s ease;
}

#gallery img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.fancybox-opened .fancybox-title {
    text-transform: uppercase;
    color: #1a77c9;
}

.galh2 {
    border: 1px solid;
    padding: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #173B60;
    text-align: left;
}

.galleryheading {
    margin: 10px 0 30px 0;
}

.h2subtitle {
    color: #1a77c9;
    font-family: 'Encode Sans', sans-serif;
}

.slick-slider.homegallery {
    width: 100%;
    height: 100%;
}

.psearch {
    display: none;
    text-align: center;
    color: red;
    font-size: 12px;
    margin-bottom: 0px;
}

.hpsearch {
    text-align: center;
    color: red;
    font-size: 13px;
    margin-bottom: 0px;
}

.spansearch {
    margin-bottom: 5px;
    font-size: 14px;
    color: red;
    font-weight: 500;
}

.marheader {
    margin: 24px 0;
}</pre></body></html>