<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=Poppins:wght@400;500;600;700&amp;family=Ubuntu:wght@400;500;700&amp;display=swap);

.content_wrap,
nav {
    left: 0;
    width: 100%
}

*,
.nav-links li a {
    text-decoration: none
}

.logopic,
.logopic_two {
    height: 50px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Ubuntu, sans-serif
}

.content_wrap {
    background-color: #000;
    text-align: justify;
    z-index: -1;
    position: absolute;
    top: 100%
}

nav {
    position: fixed!important;
    top: 0;
    padding: 20px;
    transition: 1s;
    z-index: 10
}

nav.sticky {
    padding: 15px 20px;
    background: rgb(0 0 0 / .65);
    box-shadow: 0 5px 20px rgb(0 0 0 / .7)
}

nav .nav {
    height: 100%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    display: block
}

nav .logo a {
    font-weight: 500;
    font-size: 35px;
    color: #000
}

.book_online.sticky,
.desktop_icons.sticky a,
.phone_top_right_nav.sticky a,
nav.sticky .logo a {
    color: #fff
}

.nav .nav-links {
    display: flex;
    justify-content: space-between;
    list-style: none
}

.logopic.sticky,
.logopic_two,
.nav&gt;#nav-check,
.navbar_icon {
    display: none
}

.nav .nav-links li {
    list-style: none;
    padding: 0 15px;
    position: relative
}

.nav-links li a {
    color: #0e2431;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0;
    transition: 0.3s
}

.desktop_icons {
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    white-space: nowrap;
    padding: 5px
}

.desktop_icons a {
    margin: 5px;
    color: #000
}

.book_online.sticky:hover,
.book_online:hover,
.desktop_icons a:hover,
.desktop_icons.sticky a:hover,
.nav-links li a:hover,
.navbar_icon i:hover,
nav.sticky .nav-links li a:hover {
    color: #66b7c2
}

@media (max-width:750px) {
    .book_online.sticky:hover,
    .book_online:hover,
    .desktop_icons a:hover,
    .desktop_icons.sticky a:hover,
    .nav-links li a:hover,
    .navbar_icon i:hover,
    nav.sticky .nav-links li a:hover {
        color: #66b7c2;
        text-decoration: underline
    }
}

.navbar_icon i {
    margin: 10px 10px 200px;
    color: #fff
}

.book_online {
    margin: 10px 10px 2px;
    padding: 5px;
    color: #000
}

nav.sticky .nav-links li a {
    color: #fff;
    transition: 0.4s
}

.logopic_two.sticky,
.menu button:focus+.submenu,
.submenu:hover {
    display: block
}

.top_nav_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}

.phone_number,
.phone_number a {
    color: #000;
    align-items: center;
    padding: 2px;
    margin-right: 5px
}

.phone_top_right_nav {
    display: grid;
    text-align: right
}

.phone_ham_nav,
.phone_ham_nav a {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #fff
}

.phone_ham_nav li {
    margin-top: 2px!important
}

.phone_ham_nav a {
    margin: 1px!important
}

ul {
    list-style-type: none!important
}

.contact_us_hamnav {
    margin-top: 50px;
    padding: 5px
}

.phone_number a:hover {
    color: #3db5ad
}

.top_left_nav {
    display: grid
}

.container {
    display: flex!important;
    flex-direction: column
}

@media (max-width:750px) {
    .icon,
    .nav&gt;.nav-btn,
    .nav&gt;.nav-btn&gt;label {
        display: inline-block
    }
    
    .icon,
    .nav-links li a {
        color: #fff
    }
    
    .nav&gt;.nav-btn {
        position: absolute;
        right: 0;
        top: 0
    }
    
    .nav&gt;.nav-btn&gt;label {
        width: 50px;
        height: 50px;
        padding: 13px;
        margin-top: 15px
    }
    
    .nav #nav-check:checked~.nav-btn&gt;label {
        background-color: rgb(185 185 185 / .3);
        border-radius: 4px
    }
    
    .nav&gt;.nav-btn&gt;label&gt;span {
        display: block;
        width: 25px;
        height: 10px
    }
    
    .hamnav_bars1,
    .hamnav_bars2,
    .hamnav_bars3 {
        border-top: 2px solid #000
    }
    
    .hamnav_bars1.sticky,
    .hamnav_bars2.sticky,
    .hamnav_bars3.sticky {
        border-top: 2px solid #fff
    }
    
    #buttom_bar,
    #top_bar {
        width: 15px;
        margin-left: auto;
        margin-right: auto
    }
    
    .nav #nav-check:checked~.nav-btn&gt;label #buttom_bar,
    .nav #nav-check:checked~.nav-btn&gt;label #top_bar {
        width: 25px
    }
    
    .nav&gt;.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0;
        transition: height 0.4s ease-out;
        overflow-y: hidden;
        top: 80px;
        left: 0
    }
    
    .nav&gt;.nav-links&gt;ul li a {
        display: block;
        width: 100%;
        margin-left: 40%
    }
    
    .nav .nav-links li {
        list-style: none;
        margin-top: 20px;
        text-align: center
    }
    
    .nav&gt;.nav-links&gt;ul li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
        background-color: #333
    }
    
    .icon {
        text-align: center;
        margin: 0;
        width: 100%
    }
    
    .nav&gt;#nav-check:not(:checked)~.nav-links {
        height: 0
    }
    
    .nav&gt;#nav-check:checked~.nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
        transition-delay: 0.1s
    }
    
    nav.sticky {
        background: rgb(0 0 0 / .8);
        box-shadow: 0 5px 20px rgb(0 0 0 / .8)
    }
    
    .phone_top_right_nav,
    .top_left_nav {
        display: none
    }
    
    .phone_ham_nav,
    .phone_ham_nav a {
        display: grid
    }
    
    .dropdown-menu {
        display: none;
        margin-top: 20px;
        top: 10px;
        margin-bottom: 60px;
        transition: none
    }
    
    .dropdown-menu li {
        padding: 2px;
        margin: 8px!important;
        text-rendering: optimizeLegibility
    }
    
    .dropdown-menu li a {
        line-height: 1.6;
        font-style: italic;
        text-rendering: optimizeLegibility
    }
    
    .dropdown-menu:hover,
    .dropdown-toggle:hover+.dropdown-menu {
        display: block
    }
    
    .nav-links &gt; li &gt; a {
        pointer-events: auto
    }
    
    .ddm {
        display: none;
        margin-top: 20px;
        top: 10px;
        margin-bottom: 60px
    }
    
    .ddm li {
        padding: 2px;
        margin: 8px!important;
        text-rendering: optimizeLegibility
    }
    
    .ddm li a {
        line-height: 1.6;
        font-style: italic;
        text-rendering: optimizeLegibility
    }
    
    .ddm:hover,
    .dropdown-toggle:hover+.ddm {
        display: block
    }
}

@media (min-width:750px) {
    .nav-links {
        display: flex;
        list-style: none;
        margin-top: 10px
    }
    
    .nav-links li {
        position: relative
    }
    
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgb(0 0 0 / .7);
        border-radius: 5px;
        padding: 5px;
        z-index: 1
    }
    
    .nav-links li:hover .dropdown-menu {
        display: block
    }
    
    .dropdown-menu li a {
        white-space: nowrap;
        list-style: none;
        display: flex;
        color: #fff;
        margin-bottom: 0
    }
}

.menu&gt;li {
    float: left
}

.menu button {
    border: 0;
    background: 0 0;
    cursor: pointer
}

.menu button:focus,
.menu button:hover {
    outline: 0;
    text-decoration: underline
}

.submenu {
    display: none;
    position: absolute;
    padding: 10px;
    text-align: center;
    background-color: rgb(0 0 0 / .8);
    border-radius: 15px;
    top: 50vh;
    left: 50%;
    transform: translateX(-50%)
}

.submenu li a {
    color: #fff;
    line-height: 2.3;
    padding: 5px
}

.submenu li a:hover {
    color: #c27a66;
    font-style: italic
}

.submenu h3 {
    color: #fff;
    line-height: 2.5;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px
}

.contact_columns {
    display: flex
}

@media (min-width:800px) {
    .sub-dropdown-submenu {
        position: relative
    }
    
    .sub-dropdown-menu {
        display: none;
        position: absolute;
        top: 0;
        right: 100%;
        margin-top: -1px;
        border-radius: 4px;
        background: rgb(0 0 0 / .75);
        border: .5px solid #646464;
        box-shadow: 0 6px 12px rgb(0 0 0 / .175);
        padding-top: 10px;
        padding-bottom: 15px
    }
    
    .end-page {
        transform: translateX(-150px)
    }
    
    .sub-dropdown-submenu:hover&gt;.sub-dropdown-menu {
        display: block
    }
    
    .sub-dropdown-submenu&gt;a::after {
        float: right;
        margin-right: 10px
    }
    
    .sub-dropdown-menu&gt;li&gt;a {
        font-weight: 200;
        padding-left: 10px
    }
    
    .sub-dropdown-menu {
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
        box-sizing: border-box
    }

    .staff-descriptions {
        right: -65% !important;
        top: -20% !important;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.separator-line {
    display: block;
    margin-top: 4px;
    width: 80%; /* Adjust this value to control the line length */
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid white;
    margin-bottom: 4px;
}


/* Media query for mobile devices */
@media (max-width: 768px) {
    .separator-line {
        width: 50%; /* Adjusted width for smaller screens */
    }
}</pre></body></html>