<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

/* service pages */
.col-lg-12.col-md-12.col-sm-12.col-xs-12.service-heading {
    /*background: #ddd;*/
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 20px 0;
}
.col-lg-8.col-md-8.col-sm-6.col-xs-12.service-border {
    /* border-right: 1px solid; */
    background: #5cb85c;
}
.service-header {
    border-bottom: 2px solid #1c8b98;
    text-align: left;
}
.service-header span {
       background-color: #1c8b98;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.training-header {
    border-bottom: 2px solid #1c8b98;
    text-align: left;
}
.training-header span {
    background-color: #1c8b98;
    padding: 2px 24px;
    color: #fff;
    font-size: 18px;
}
.jumbotron {
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
}
/*.jumbotron .h1, .jumbotron h1 {
    
}*/
.jumbotron h4 {
    color: #000 !important;
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}




/*listing page*/
.service-list {
    margin-bottom: 50px;
}

    .service-list:last-child {
        margin-bottom: 0;
    }

    .service-list ul {
        display: inline-block;
        text-align: center;
        list-style: none;
        margin: 0;
    }

    .service-list li {
        margin-top: 30px;
        cursor: pointer;
    }

        .service-list li:hover .service {
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.10);
        }

.service {
    color: #FFF;
    border-radius: 12px;
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #1D8B98;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 25px;
    /*min-height: 260px;*/
    transition: all .5s linear;
    /*height: 100%;*/
   /* margin-top: 10px !important;*/
    max-width: 100%;
    width: 100%;
    height: 100%;


}

    .service h2, .service p, .service a {
        color: #FFF;
    }

    .service .price {
        font-size: 16px;
    }

    .service h2 {
        font-size: 23px;
        font-weight: 700;
        width: 100%;
        margin-top: 0;
    }

    .service p {
        font-size: 13px;
        width: 100%;
    }

    .service a {
        font-size: 12px;
        text-transform: uppercase;
        border: 1px solid #FFF;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        display: inline-block;
        padding: 6px 25px;
        transition: all .3s linear;
    }

        .service a:hover {
            text-decoration: none;
            background: #FFF;
        }

/*.service-1 {
    background: #EF476F;
}*/

.service-2 {
    background: #F5A623;
}

.service-3 {
    background: #0AAD83;
}

.service-4 {
    background: #118AB2;
}

.service-5 {
    background: #073B4C;
}

.service-6 {
    background: #1D8B98;
}

.service-1-1 {
    background-image: -webkit-linear-gradient(#F87DA8 0%, #EF476F 100%);
    background-image: -o-linear-gradient(#F87DA8 0%, #EF476F 100%);
    background-image: linear-gradient(#F87DA8 0%, #EF476F 100%);
}

.service-2-1 {
    background-image: -webkit-linear-gradient(#FBD249 0%, #F5A623 100%);
    background-image: -o-linear-gradient(#FBD249 0%, #F5A623 100%);
    background-image: linear-gradient(#FBD249 0%, #F5A623 100%);
}

.service-3-1 {
    background-image: -webkit-linear-gradient(#17D7B9 0%, #0AAD83 100%);
    background-image: -o-linear-gradient(#17D7B9 0%, #0AAD83 100%);
    background-image: linear-gradient(#17D7B9 0%, #0AAD83 100%);
}

.service-4-1 {
    background-image: -webkit-linear-gradient(#27BED9 0%, #118AB2 100%);
    background-image: -o-linear-gradient(#27BED9 0%, #118AB2 100%);
    background-image: linear-gradient(#27BED9 0%, #118AB2 100%);
}

.service-5-1 {
    background-image: -webkit-linear-gradient(#116D83 0%, #073B4C 100%);
    background-image: -o-linear-gradient(#116D83 0%, #073B4C 100%);
    background-image: linear-gradient(#116D83 0%, #073B4C 100%);
}

.service-6-1 {
    background-image: -webkit-linear-gradient(#3EBFC9 0%, #1D8B98 100%);
    background-image: -o-linear-gradient(#3EBFC9 0%, #1D8B98 100%);
    background-image: linear-gradient(#3EBFC9 0%, #1D8B98 100%);
}

.service .cta-list li:last-child a, .service .cta-list li a:hover {
    background-color: #FFF;
    color: #337ab7;
}

    .service .cta-list li:last-child a:hover {
        background: transparent;
        color: #FFF;
    }

.service-1 .cta-list li:last-child a, .service-1 .cta-list li a:hover {
    color: #EF476F;
}

.service-2 .cta-list li:last-child a, .service-2 .cta-list li a:hover {
    color: #F5A623;
}

.service-3 .cta-list li:last-child a, .service-3 .cta-list li a:hover {
    color: #0AAD83;
}

.service-4 .cta-list li:last-child a, .service-4 .cta-list li a:hover {
    color: #118AB2;
}

.service-5 .cta-list li:last-child a, .service-5 .cta-list li a:hover {
    color: #073B4C;
}

.service-6 .cta-list li:last-child a, .service-6 .cta-list li a:hover {
    color: #1D8B98;
}

.cta-list {
    text-align: center;
}

    .cta-list ul {
        display: block;
        margin: 0;
    }

    .cta-list li {
        display: block !important;
        margin: 0 5px;
    }

/*detail page*/
.detail-block h2 {
    margin: 0;
    font: 700 24px/1 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.img-wrap img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 60px;
}

@media (min-width:768px) {
    .img-wrap img {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.detail-content p {
    font: 400 14px/27px 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 30px;
}

.detail-content .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #1D8B98;
    margin-bottom: 30px;
}

    .detail-content .price span {
        font-size: 20px;
    }

.time-selection, .custom-select {
    margin-bottom: 30px;
}

    .time-selection h3, .custom-select h3 {
        font: 700 16px/1 'Montserrat', sans-serif;
        margin-bottom: 15px;
    }

    .time-selection ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .time-selection ul li {
            margin-bottom: 10px;
        }

            .time-selection ul li:last-child {
                margin-bottom: 0;
            }
    /*custom radio*/
    .time-selection input[type=radio].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        .time-selection input[type=radio].css-checkbox + label.css-label {
            height: 24px;
            display: inline-block;
            line-height: 24px;
            background-repeat: no-repeat;
            background-position: 0 0;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            vertical-align: middle;
            cursor: pointer;
        }

            .time-selection input[type=radio].css-checkbox + label.css-label:before {
                width: 24px;
                height: 24px;
                border: 2px solid #1D8B98;
                content: "";
                border-radius: 50%;
                display: inline-block;
                transition: all .3s linear;
                margin-right: 15px;
                vertical-align: top;
            }

        .time-selection input[type=radio].css-checkbox:checked + label.css-label {
            color: #1D8B98;
        }

            .time-selection input[type=radio].css-checkbox:checked + label.css-label:before {
                width: 24px;
                height: 24px;
                border: 2px solid;
                content: "";
                border-radius: 50%;
                display: inline-block;
                background: #1D8B98;
                margin-right: 15px;
                vertical-align: top;
                border-color: #1D8B98;
            }

    .time-selection label.css-label {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


/*custom select */
/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    div.cs-select:focus {
        outline: none; /* For better accessibility add a style for this in your skin */
    }

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select &gt; span {
    padding-right: 30px;
}

    .cs-select &gt; span::after,
    .cs-select .cs-selected span::after {
        speak: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cs-select &gt; span::after {
        content: '\25BE';
        right: 10px;
    }

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 10px;
}

.cs-select.cs-active &gt; span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

/* Options */
.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .cs-select ul span {
        padding: 1em;
    }

    .cs-select ul li.cs-focus span {
        background-color: #ddd;
    }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup &gt; span {
    cursor: default;
}


div.cs-skin-border {
    background: transparent;
    font-size: 12px;
    max-width: 165px;
}

@media screen and (max-width: 30em) {
    div.cs-skin-border {
        font-size: 1em;
    }
}

.cs-skin-border &gt; span {
    background: #F7F7F7;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000000;
    border-color: inherit;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    max-width: 165px;
}

.cs-skin-border ul span::after {
    content: '';
    opacity: 0;
}


.cs-skin-border.cs-active &gt; span {
    background: #F7F7F7;
}

.cs-skin-border .cs-options {
    color: #2980b9;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background: #F7F7F7;
    border-radius: 17px;
    margin-top: 2px;
}

.cs-skin-border ul span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
    background: #1D8B98;
    color: #FFF;
}


.form-wrapper input[type='submit'], .form-wrapper input[type='reset'], .form-wrapper input[type='button'], button {
    background: #1D8B98;
    border-radius: 100px;
    font: 700 20px 'Montserrat', sans-serif;
    color: #FFFFFF;
    outline: none;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    /*width: 100%;*/
    transition: all .3s linear;
    border: 2px solid #1D8B98;
    text-shadow: none;
}

    .form-wrapper input[type='submit']:hover, .form-wrapper input[type='reset']:hover, .form-wrapper input[type='button']:hover, button:hover {
        background: none;
        color: #1D8B98;
    }
</pre></body></html>