<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow-x: hidden;
    color: #282828;
}


h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #1d2143;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.9rem;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    color: #FCC741;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p {
    line-height: 26px;
}

    p.highlight {
        color: #898a9c;
        font-size: 16px;
        line-height: 27px;
    }


button, input, textarea, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}


.form-control:active, .form-control:focus {
    box-shadow: none;
}


.btn.btn-primary {
    background-color: var(--primary-color);
}

.btn.btn-secondary {
    background-color: var(--secondary-color);
}


.widget-box-1 {
    background-color: var(--primary-color);
    padding: 25px;
    border-radius: 10px;
}

    .widget-box-1 h3 {
        color: #fff;
        margin-bottom: 25px;
    }

    .widget-box-1 ul {
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
    }

        .widget-box-1 ul li {
            padding: 10px 5px;
            border-bottom: 1px dashed #eaeaea;
        }

section#breadcrumb {
    margin-top:20px;
}

    section#breadcrumb ul.breadcrumbs {
        background-color: #eaeaea;
        list-style: none;
        margin-bottom: 0px;
        border-radius:5px;
    }

    section#breadcrumb ul.breadcrumbs li{
        display:inline-block;
        margin-right:10px;
        padding:5px 0px;
    }

        section#breadcrumb ul.breadcrumbs li a
        {
            color:#454545;
        }

        section#breadcrumb ul.breadcrumbs li:not(:last-child) a:after {
            content:'&gt;';
            margin-left:10px;
        }


        section#headlines {
            background-color: #303030;
            color: #fff;
        }

    section#headlines .container {
        display: flex;
    }

    section#headlines .title {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color);
        padding: 0px 20px;
    }


section#header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2b2b2b;
    color: #fff;
}

    section#header div.logo img {
        max-height: 50px;
        margin-right: 10px;
    }

    section#header div.logo a, section#header div.info-wrap {
        display: flex;
    }

    section#header div.logo h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
    }

        section#header div.logo h1 span {
            font-size: 1.2rem;
            display: block;
            text-align: right;
            opacity: .7;
        }

section#menubar {
    background-color: var(--primary-color);
}

    section#menubar .wsmenu {
        height: 60px;
    }

        section#menubar .wsmenu &gt; .wsmenu-list &gt; li &gt; ul.sub-menu {
            top: 60px;
        }

        section#menubar .wsmenu ul.wsmenu-list li a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        section#menubar .wsmenu &gt; .wsmenu-list &gt; li &gt; a .wsarrow:after {
            top: 28px;
        }

section#banner {
    padding-top: 40px;
    margin-bottom: 50px;
    background-image: linear-gradient(180deg, var(--primary-color-dark) 80%, #fff 20%);
}

    section#banner div.banner-shadow {
        background-image: url('/assets/themes/101/images/banner-shadow.png');
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 50px;
    }




section#testimonials {
    background-color: var(--primary-color-dark);
    padding: 80px 0px;
    margin: 80px 0px;
}

    section#testimonials .title {
        color: #fff;
    }

    section#testimonials .description {
        color: #fff;
        opacity: .6;
        font-size: 20px;
        margin-top: 25px;
    }

    section#testimonials .testimonial-box {
        background: #fff;
        padding: 50px;
        position: relative;
        z-index: 1;
        margin-top: 50px;
        border-bottom: 4px solid #fff;
        transition: .3s;
        border-radius: 5px;
    }

        section#testimonials .testimonial-box .testimonial-icon i {
            font-size: 25px;
            background: #FCC741;
            padding: 10px;
            position: absolute;
            top: -20px;
            color: #fff;
            z-index: 9;
            border-radius: 5px;
        }

        section#testimonials .testimonial-box p {
            height: 100px;
            overflow: hidden;
            text-align: justify;
        }

        section#testimonials .testimonial-box img {
            max-width: 70px;
            height: auto;
            float: left;
            border-radius: 50%;
            margin-right: 10px;
        }


        section#testimonials .testimonial-box .author-desc {
            margin-top: 30px;
        }

            section#testimonials .testimonial-box .author-desc h5 {
                font-size: 16px;
                color: #1d2143;
                margin: 0;
            }


        section#testimonials .testimonial-box span {
            font-size: 90%;
            color: #FCC741;
        }


section#cards {
    background-color: #F3F8FB;
    padding: 80px 0px;
}

    section#cards .title {
        margin-bottom: 20px;
    }

    section#cards .description {
        font-size: 20px;
        margin-top: 25px;
    }

    section#cards .homepage-card {
        background: #fff;
        box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
        margin-bottom: 60px;
        border-radius: 5px;
    }

        section#cards .homepage-card .card-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            min-height: 200px;
        }


        section#cards .homepage-card .card-content {
            background-color: #fff;
            padding: 20px;
        }

            section#cards .homepage-card .card-content h6 {
                font-size: 20px;
                margin-bottom: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            section#cards .homepage-card .card-content p {
                height: 100px;
                text-align: justify;
                overflow: hidden;
            }




div.news {
}

    div.news div.news-item {
        background-color: var(--primary-color);
        margin-bottom: 15px;
        padding: 25px;
        border-bottom: 3px solid var(--primary-color-dark);
        color: #fff;
    }

        div.news div.news-item em {
            opacity: .5;
        }


section#stats {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #eaeaea;
}

    section#stats .stats-item {
        background-color: var(--primary-color);
        text-align: center;
        padding: 25px;
        border-radius: 10px;
    }

        section#stats .stats-item h5 {
            text-transform: uppercase;
        }

























































































































section#contact-page, section#common-page {
    margin-top: 100px;
    margin-bottom: 100px;
}

    section#contact-page #map {
        margin-top: 100px;
    }

    section#contact-page .form-group {
        margin-bottom: 20px;
    }

    section#contact-page .sidebar {
        color: #fff;
        background-color: var(--primary-color);
        opacity: .7;
        border-radius: 10px;
        padding: 25px;
    }

    section#contact-page .contact-form {
        background-color: #efefef;
        padding: 20px;
        border-radius: 10px;
    }

    section#contact-page .info-box {
        margin-bottom: 50px;
    }

        section#contact-page .info-box h5 {
            color: #fff;
        }















section#footer {
    position: relative;
    background-color: #2b2b2b;
    padding: 80px 0px;
    color: #fff;
}

    section#footer ul.links {
        padding-left: 0px;
    }



        section#footer ul.links li {
            list-style-type: none;
            padding: 5px 0px;
        }

            section#footer ul.links li a {
                color: #fff;
                opacity: .6;
            }

            section#footer ul.links li i {
                color: var(--secondary-color);
                opacity: .8;
            }


    section#footer ul.social-media {
        padding-left: 0px;
    }



        section#footer ul.social-media li {
            list-style-type: none;
            padding: 5px 0px;
            display: inline-block;
        }

            section#footer ul.social-media li a {
                display: block;
                color: #fff;
                width: 36px;
                line-height: 36px;
                text-align: center;
            }

section#branding {
    background-color: var(--primary-color);
    padding: 10px 0px;
}

    section#branding a {
        color: #777;
    }

section#copyright {
    background-color: #20242d;
    padding: 10px 0px;
    color: #777;
}

    section#copyright a {
        color: #777;
        font-weight: bold;
    }

        section#copyright a:hover {
            color: #fff;
        }
</pre></body></html>