<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.admission-badge {
    position: fixed;
    letter-spacing: 0.08em;
    color: #fff;
    z-index: 9999;
    display: flex;
    bottom: 100px;
    right: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    transform: rotate(-14deg);
    text-align: center;
    filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
    font-size: calc(6px + 14 * ((100vw - 420px) / (860)));
    animation-name: bubble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 420px) {
    .admission-badge {
        font-size: 8px;
        bottom: 60px;
        right: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .admission-badge {
        font-size: 12px;
    }
}

.admission-badge::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border: solid 3px red;
    width: 10em;
    height: 10em;
    border-radius: 100%;
    background: #03245f;
    opacity: 0.8;
    transition: opacity 0.3s linear;
}

.admission-badge:hover {
    color: #fff;
    text-decoration: none;
    transform: rotate(-10deg) scale(1.05);
}

.admission-badge:hover::before {
    opacity: 0.9;
}

.admission-badge svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 0;
    width: 10em;
    height: 10em;
}

.admission-badge span {
    display: block;
    background: #03245f;
    border-radius: 0.4em;
    padding: 0.4em 1em;
    z-index: 1;
    min-width: 11em;
    border: 1px solid;
    text-transform: uppercase;
}

@keyframes bubble {
    0% {
        transform: rotate(-14deg) scale(1);
    }

    50% {
        transform: rotate(-14deg) scale(1.2);
    }

    100% {
        transform: rotate(-14deg) scale(1);
    }
}

/* Header */

.top_bar_contact_list a,
.footer_contact_info a {
    color: #ffffff;
    transition: all ease-in-out 0.3s;
}

.top_bar_contact_list a:hover {
    color: #000000;
}

.footer_contact_info a:hover {
    color: #14bdee;
}

.main_nav li:not(:last-child) {
    margin-right: 20px;
}

.header_content {
    height: 80px;
}

.header.scrolled {
    top: 0;
    transition: all ease-in-out 0.5s;
}

.header.scrolled .top_bar {
    transition: all ease-in-out 0.5s;
    height: 0px;
}

.dropdown a:not(:only-child):after,
.dropdown a:visited:not(:only-child):after {
    /* padding-left: 4px; */
    content: "â–¾";
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    margin-top: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.nav-dropdown li {
    min-width: 190px;
    margin-right: 0 !important;
    padding: 10px 0;
}

.nav-dropdown li:not(:last-child) {
    border-bottom: solid 1px #cecece;
}

.nav-dropdown li a {
    line-height: 25px;
    margin-left: 25px;
    margin-right: 0 !important;
    display: inline-block;
}

.admission-started {
    animation-name: admission;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes admission {
    0% {
        color: black;
    }

    50% {
        color: red;
    }

    100% {
        color: black;
    }
}

@media only screen and (max-width: 990px) {
    .nav-dropdown {
        display: none;
        z-index: 1;
        margin-top: 5px;
        box-shadow: none;
        position: relative;
    }

    .nav-dropdown li {
        min-width: 190px;
        padding: 0;
    }

    .nav-dropdown li:not(:last-child) {
        border-bottom: none;
    }

    .nav-dropdown li a {
        padding-right: 14px;
        line-height: 20px;
    }

}

.logo_container {
    height: 100%;
}

.logo_img {
    display: inline-block;
}


.enquire_form_title {
    font-family: roboto slab, serif;
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    text-transform: uppercase;
    line-height: .75;
    margin-bottom: 41px;
}

.enquire_input {
    width: 100%;
    height: 46px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
    color: #384158;
    font-size: 14px;
}

.enquire_input:not(:last-child) {
    margin-bottom: 10px;
}

.enquire_form_button {
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #14bdee;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0 5px 40px rgba(29, 34, 47, .15);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.blog_image_small {
    width: 100%;
    height: 130px;
    margin: 10px 0;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 990px) {
    .blog_image_small {
        height: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .blog_image_small {
        height: auto;
    }
}

.blog_image_small&gt;img {
    transition: all ease 0.3s;
}

.demo-gallery-poster&gt;img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}

.blog_image_small:hover&gt;img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.blog_image_small:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.blog_image_small:hover .demo-gallery-poster&gt;img {
    opacity: 1;
}

.lg-actions {
    top: 50%;
}

.tab_panel_char li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #76777a;
}

.tab_panel_char {
    padding-left: 20px;
}

.events {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 70px;
    background: #fff
}

.events_row {
    margin-top: 47px
}

.event_left {
    padding-right: 20px
}

.event_mid {
    padding-left: 10px;
    padding-right: 10px
}

.event_right {
    padding-left: 20px
}

.event_image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.event_image img {
    max-width: 100%
}

.event_body {
    padding-top: 30px;
    padding-bottom: 30px
}

.event_content {
    padding-left: 20px
}

.event_title a {
    font-family: roboto slab, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.event_title a:hover {
    color: #14bdee
}

.event_info_container {
    margin-top: 11px
}

.event_text {
    margin-top: 12px
}


.team {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 60px
}

.team_row {
    margin-top: 43px
}

.team_col {
    margin-bottom: 40px
}

.team_item {
    width: 100%
}

.team_image {
    width: 180px;
    height: fit-content;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -86px;
    z-index: 5
}

.team_image img {
    width: 100%
}

.team_body {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 24px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(29, 34, 47, .1);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.team_item:hover .team_body {
    box-shadow: 0 5px 40px rgba(29, 34, 47, .15)
}

.team_title a {
    font-family: roboto slab, serif;
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.team_title a:hover {
    color: #14bdee
}

.team_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #76777a;
    margin-top: 6px
}

.team_col .team_item {
    padding-left: 6px;
    padding-right: 6px
}

.team_col:first-child .team_item {
    padding-left: 0;
    padding-right: 6px
}

.team_col:nth-child(4n) .team_item {
    padding-left: 6px;
    padding-right: 0
}

p {
    color: #000000 !important;
}

.blog_post_text p {
    text-align: justify;
}

.event_text p {
    text-align: justify;
}

.footer_about_text p {
    color: #ffffff !important;
}

.team_subtitle {
    color: #000000 !important;
}
</pre></body></html>