<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #4e4e4e;
}

a {
    color: #36bfc4;
}

    a:hover {
        color: #30acb0;
        text-decoration: none;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: #4e4e4e;
}

.lead {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
}

.blockquote {
    position: relative;
    padding: 7px 36px 0;
    font-family: Oswald, sans-serif;
    font-size: 18px;
}

    .blockquote::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 25px;
        height: 22px;
        background-image: url(../../assets/images/blockquote-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.blockquote-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #7e7e7e;
}

    .blockquote-footer::before {
        display: none;
    }

.drop-cap {
    float: left;
    width: 45px;
    height: 45px;
    margin: 6px 15px 0 0;
    font-family: Oswald, sans-serif;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #414141;
    border-radius: 50%;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-plus li {
    position: relative;
    padding-left: 20px;
}

    .list-plus li::before {
        top: 11px;
        left: 0;
        width: 9px;
        height: 1px;
    }

    .list-plus li::after {
        top: 7px;
        left: 4px;
        width: 1px;
        height: 9px;
    }

    .list-plus li::after,
    .list-plus li::before {
        position: absolute;
        content: "";
        background-color: #4e4e4e;
    }

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}

.bg-primary {
    background-color: #36bfc4 !important;
}

.bg-secondary {
    background-color: #16a085 !important;
}

.bg-success {
    background-color: #2ecc71 !important;
}

.bg-info {
    background-color: #5dade2 !important;
}

.bg-warning {
    background-color: #f1c40f !important;
}

.bg-danger {
    background-color: #e74c3c !important;
}

.bg-light {
    background-color: #ecf0f1 !important;
}

.bg-dark {
    background-color: #023020 !important;
}

.page-bg-image {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-title {
    min-height: 200px;
}

.content-box {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .content-box {
        padding-top: 130px;
    }
}

.hover-item {
    position: relative;
}

    .hover-item .hover-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #36bfc4;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .hover-item .hover-overlay::before {
            width: 21px;
            height: 1px;
        }

        .hover-item .hover-overlay::after {
            width: 1px;
            height: 21px;
        }

    .hover-item:hover .hover-overlay {
        opacity: 0.85;
    }

    .hover-item .hover-overlay::after,
    .hover-item .hover-overlay::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        background-color: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.navik-header {
    border-bottom: #ddd solid 3px;
    z-index: 9999;
    background-color: #023020;
}

    .navik-header .logo {
        padding: 0;
        text-align: left;
    }

        .navik-header .logo img {
            width: auto;
            max-height: 50px;
            margin-left: 20px;
        }

.burger-menu {
    top: 18px;
    right: 20px;
}

    .burger-menu.menu-open {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

.line-menu {
    height: 2px;
    background-color: #aaa;
    border-radius: 0;
}

.navik-menu &gt; ul {
    padding-bottom: 0;
}

.navik-menu ul {
    padding: 0;
    list-style: none;
}

    .navik-menu ul ul li &gt; a {
        padding-right: 50px;
        padding-left: 40px;
        font-size: 13px;
        font-style: normal;
        background-color: transparent;
    }

    .navik-menu ul ul li:hover &gt; a {
        background-color: #c9d9ea;
    }

    .navik-menu ul ul ul li &gt; a {
        padding-right: 50px;
        padding-left: 55px;
    }

    .navik-menu ul li &gt; a {
        padding-right: 50px;
        padding-left: 25px;
        font-family: Oswald, sans-serif;
        color: #fff;
    }

    .navik-menu ul li .dropdown-plus::after,
    .navik-menu ul li .dropdown-plus::before {
        top: 23px;
        right: 20px;
        width: 10px;
        height: 2px;
        background-color: #9e9e9e;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .navik-menu ul li.current-menu &gt; a,
    .navik-menu ul li:hover &gt; a {
        color: #fff;
        background-color: #c9d9ea;
    }

    .navik-menu ul li.current-menu &gt; .dropdown-plus::after,
    .navik-menu ul li.current-menu &gt; .dropdown-plus::before,
    .navik-menu ul li:hover &gt; .dropdown-plus::after,
    .navik-menu ul li:hover &gt; .dropdown-plus::before {
        background-color: #fff;
    }

@media (min-width: 1200px) {
    .navik-header {
        border-width: 5px;
    }

        .navik-header .logo {
            top: 0;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .navik-header .logo img {
                max-height: inherit;
                margin-left: 0;
            }

        .navik-header.header-opacity-on {
            background-color: #023020;
        }

        .navik-header.sticky .navik-header-container {
            height: auto;
            min-height: 65px;
        }

        .navik-header.sticky .logo {
            padding: 0;
        }

        .navik-header.sticky .navik-menu &gt; ul &gt; li &gt; a {
            height: 65px;
            line-height: 65px;
        }

    .navik-header-container {
        width: 100%;
        max-width: 1140px;
        height: auto;
        min-height: 65px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .navik-menu &gt; ul &gt; li:last-child &gt; a {
        padding-right: 20px;
    }

    .navik-menu &gt; ul &gt; li &gt; a {
        height: 65px;
        line-height: 65px;
        color: #fff !important;
        -webkit-box-shadow: 0 5px 0 0 transparent !important;
        box-shadow: 0 5px 0 0 transparent !important;
    }

        .navik-menu &gt; ul &gt; li &gt; a::after {
            position: absolute;
            top: calc(100% + 5px);
            left: 50%;
            content: "";
            width: 0;
            height: 0;
            opacity: 0;
            border-top: 6px solid #25b5b8;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .navik-menu &gt; ul &gt; li.current-menu &gt; a,
    .navik-menu &gt; ul &gt; li:hover &gt; a {
        color: #fff !important;
        -webkit-box-shadow: 0 5px 0 0 #25b5b8 !important;
        box-shadow: 0 5px 0 0 #25b5b8 !important;
    }

    .navik-menu &gt; ul &gt; li.dropdown_menu &gt; a &gt; span::before {
        border-color: #9e9e9e !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .navik-menu &gt; ul &gt; li.dropdown_menu &gt; a::after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .navik-menu &gt; ul &gt; li.dropdown_menu.current-menu &gt; a &gt; span::before,
    .navik-menu &gt; ul &gt; li.dropdown_menu:hover &gt; a &gt; span::before {
        border-color: #fff !important;
    }

    .navik-menu &gt; ul &gt; li.dropdown_menu:hover &gt; a::after {
        opacity: 1;
    }

    .navik-menu ul li &gt; a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navik-menu ul li.dropdown_menu &gt; a &gt; span::before {
        top: -4px;
        border-color: #fff;
    }

    .navik-menu ul ul li &gt; a {
        padding: 10px 20px !important;
        color: #fff !important;
    }

        .navik-menu ul ul li &gt; a::before {
            display: none;
        }

    .navik-menu ul ul li:hover &gt; a {
        padding-left: 20px !important;
    }

    .navik-menu ul ul li.dropdown_menu &gt; a &gt; span::before {
        top: 6px;
        right: -5px;
    }

    .navik-menu li &gt; ul {
        top: calc(100% + 15px);
        width: 200px;
        padding: 0;
        background-color: rgba(54, 191, 196, 0.9);
        -webkit-box-shadow: 0 2px 5px rgba(23, 32, 42, 0.15);
        box-shadow: 0 2px 5px rgba(23, 32, 42, 0.15);
    }

        .navik-menu li &gt; ul ul {
            top: 0;
        }
}

.btn {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.45;
    text-transform: uppercase;
}

    .btn:hover {
        background-color: #2e2e2e;
        border-color: #2e2e2e;
    }

.btn-sm {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1.4;
}

.btn-lg {
    padding-right: 28px;
    padding-left: 28px;
    font-size: 17.5px;
    line-height: 1.5;
}

.btn-primary {
    background-color: #36bfc4;
    border-color: #36bfc4;
}

    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #2b989c !important;
        border-color: #2b989c !important;
    }

.btn-light {
    color: #4e4e4e;
}

    .btn-light:hover {
        color: #fff;
        background-color: #36bfc4;
        border-color: #36bfc4;
    }

.btn-dark:hover {
    background-color: #36bfc4;
    border-color: #36bfc4;
}

.breadcrumb {
    padding: 0 0;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
}

    .breadcrumb a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.breadcrumb-light .active,
.breadcrumb-light li {
    color: #fff;
}

.breadcrumb-light a {
    color: #fff;
}

    .breadcrumb-light a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
}

.pagination {
    margin: 16px 0 0;
}

.page-item {
    margin-right: 5px;
}

    .page-item.active .page-link {
        background-color: #36bfc4;
    }

    .page-item:first-child .page-link {
        border-radius: 0;
    }

    .page-item:last-child {
        margin-right: 0;
    }

        .page-item:last-child .page-link {
            border-radius: 0;
        }

.page-link {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    color: #717171;
    background-color: #f7f7f7;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .page-link:hover {
        color: #fff;
        background-color: #36bfc4;
    }

.form-control {
    padding-right: 20px;
    padding-left: 20px;
    height: calc(1.45em + 17px);
    font-size: 14px;
    line-height: 1.45;
    background-color: #f0f3f4;
    border-color: transparent;
    border-radius: 0;
}

    .form-control:focus {
        background-color: #f0f3f4;
        border-color: transparent;
        -webkit-box-shadow: 0 0 0 2px rgba(54, 191, 196, 0.25);
        box-shadow: 0 0 0 2px rgba(54, 191, 196, 0.25);
    }

select.form-control:focus::-ms-value {
    background-color: #f0f3f4;
}

.form-control-sm {
    height: calc(1.4em + 13px);
    font-size: 12px;
    line-height: 1.4;
    border-radius: 0;
}

.form-control-lg {
    height: calc(1.5em + 21px);
    font-size: 17.5px;
    line-height: 1.5;
    border-radius: 0;
}

.text-sent-msg {
    color: #36bfc4;
}

#componentWrapper {
    background-color: #aaa;
}

    #componentWrapper .playlist &gt; ul {
        margin: 0;
    }

        #componentWrapper .playlist &gt; ul &gt; li &gt; a &gt; img {
            width: 100%;
            height: auto;
        }

    #componentWrapper .playlistItem,
    #componentWrapper .playlistItem2,
    #componentWrapper .playlistItem3,
    #componentWrapper .playlistItem4,
    #componentWrapper .playlistItem5,
    #componentWrapper .playlistItem6 {
        width: 124px;
        height: 84px;
        border: 2px solid #ccc;
    }

    #componentWrapper .gallery_fullscreen {
        display: none;
    }

    #componentWrapper .data_controls,
    #componentWrapper .music_toggle,
    #componentWrapper .slideshow_controls {
        top: 63px;
    }

    #componentWrapper .info_holder {
        top: 103px;
        font-family: "Source Sans Pro", sans-serif;
        border-radius: 10px;
    }

    #componentWrapper .audioPlayer {
        top: 103px;
    }

        #componentWrapper .audioPlayer .playerHolder {
            border-radius: 10px;
        }

        #componentWrapper .audioPlayer .player_mediaName {
            font-family: "Source Sans Pro", sans-serif;
        }

    #componentWrapper .menu_item {
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
    }

    #componentWrapper .caption_bg_white {
        color: #3e3e3e;
        background-color: #fff;
    }

    #componentWrapper .caption_bg_dark {
        color: #fff;
        background-color: #1a1a1a;
    }

    #componentWrapper .caption_bg_green {
        color: #fff;
        background-color: #36bfc4;
    }

    #componentWrapper .caption_bg_dark,
    #componentWrapper .caption_bg_green,
    #componentWrapper .caption_bg_white {
        padding: 1vmin 4vmin;
        margin-left: 10vw;
        font-family: Oswald, sans-serif;
        font-size: 4.2vmin;
        font-weight: 400;
        text-transform: uppercase;
    }

        #componentWrapper .caption_bg_dark.top,
        #componentWrapper .caption_bg_green.top,
        #componentWrapper .caption_bg_white.top {
            margin-top: 45vh;
        }

        #componentWrapper .caption_bg_dark.bottom,
        #componentWrapper .caption_bg_green.bottom,
        #componentWrapper .caption_bg_white.bottom {
            margin-top: 52vh;
        }

.share_controls_wrap {
    top: 63px;
    left: 20px;
}

.share_controls {
    top: 40px;
    left: 0;
}

    .share_controls .facebook_toggle,
    .share_controls .tumblr_toggle,
    .share_controls .twitter_toggle {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    #componentWrapper .caption_bg_dark.top,
    #componentWrapper .caption_bg_green.top,
    #componentWrapper .caption_bg_white.top {
        margin-top: 42vh;
    }

    #componentWrapper .caption_bg_dark.bottom,
    #componentWrapper .caption_bg_green.bottom,
    #componentWrapper .caption_bg_white.bottom {
        margin-top: 52vh;
    }

    .share_controls {
        top: 0;
        left: 40px;
    }

        .share_controls .facebook_toggle,
        .share_controls .tumblr_toggle,
        .share_controls .twitter_toggle {
            float: left;
            margin-right: 10px;
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    #componentWrapper .caption_bg_dark,
    #componentWrapper .caption_bg_green,
    #componentWrapper .caption_bg_white {
        padding: 0.1vmin 3vmin;
    }

        #componentWrapper .caption_bg_dark.top,
        #componentWrapper .caption_bg_green.top,
        #componentWrapper .caption_bg_white.top {
            margin-top: 43vh;
        }

        #componentWrapper .caption_bg_dark.bottom,
        #componentWrapper .caption_bg_green.bottom,
        #componentWrapper .caption_bg_white.bottom {
            margin-top: 54vh;
        }
}

@media (min-width: 1200px) {
    #componentWrapper .data_controls,
    #componentWrapper .music_toggle,
    #componentWrapper .slideshow_controls {
        top: 80px;
    }

    #componentWrapper .audioPlayer,
    #componentWrapper .info_holder {
        top: 120px;
    }

    #componentWrapper .caption_bg_dark.top,
    #componentWrapper .caption_bg_green.top,
    #componentWrapper .caption_bg_white.top {
        margin-top: 45vh;
    }

    #componentWrapper .caption_bg_dark.bottom,
    #componentWrapper .caption_bg_green.bottom,
    #componentWrapper .caption_bg_white.bottom {
        margin-top: 55vh;
    }

    .share_controls_wrap {
        top: 80px;
    }
}

.flexslider {
    overflow: hidden;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

    .flexslider:hover .flex-direction-nav .flex-next {
        right: 0;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
        left: 0;
    }

.flex-direction-nav a {
    margin-top: -25px;
    height: 50px;
    opacity: 0.8 !important;
}

    .flex-direction-nav a:hover {
        opacity: 1 !important;
    }

    .flex-direction-nav a::before {
        content: "" !important;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .flex-direction-nav a.flex-next {
        right: 0;
        background-image: url(../../assets/images/slider-next.png);
    }

    .flex-direction-nav a.flex-prev {
        left: 0;
        background-image: url(../../assets/images/slider-prv.png);
    }

@media (min-width: 1200px) {
    .flexslider .flex-direction-nav .flex-next {
        right: -50px;
    }

    .flexslider .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
        right: 0;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
        left: 0;
    }
}

.services-section {
    background-image: url(../../assets/images/texture_bg.png);
    background-repeat: repeat;
}

.service-row {
    position: relative;
    z-index: 30;
    margin-top: -40px;
}

.service-item {
    position: relative;
}

    .service-item .service-item-info {
        position: absolute;
        width: 100%;
        top: 50%;
        text-align: center;
        opacity: 0.4;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .service-item .service-item-info img {
            margin-bottom: 10%;
        }

        .service-item .service-item-info h4 {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 400;
        }

    .service-item:hover .service-item-info {
        opacity: 1;
    }

    .service-item svg {
        fill: #4a4a4a;
        -webkit-transition: fill 0.2s ease-out;
        transition: fill 0.2s ease-out;
    }

    .service-item:hover svg {
        fill: #36bfc4;
    }

.info-main-title {
    margin-bottom: 18px;
    font-size: 50px;
    font-weight: 700;
}

.info-subtitle {
    font-size: 18px;
    font-weight: 400;
}

.info-btn-link {
    position: relative;
    padding-left: 25px;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #4e4e4e;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .info-btn-link:hover {
        color: #36bfc4;
    }

        .info-btn-link:hover::after,
        .info-btn-link:hover::before {
            background-color: #36bfc4;
        }

    .info-btn-link::before {
        top: 12px;
        left: 0;
        width: 14px;
        height: 2px;
    }

    .info-btn-link::after {
        top: 6px;
        left: 6px;
        width: 2px;
        height: 14px;
    }

    .info-btn-link::after,
    .info-btn-link::before {
        position: absolute;
        content: "";
        background-color: #4e4e4e;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

@media (min-width: 768px) {
    .service-row {
        margin-top: -60px;
    }

    .info-main-title {
        font-size: 56px;
    }

    .info-btn-link {
        padding-left: 30px;
        font-size: 24px;
    }

        .info-btn-link::before {
            top: 18px;
            width: 18px;
        }

        .info-btn-link::after {
            top: 10px;
            left: 8px;
            height: 18px;
        }
}

@media (min-width: 992px) {
    .service-item {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .service-item:hover {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
}

@media (min-width: 1200px) {
    .service-row {
        margin-top: -75px;
    }
}

.portfolio-filter-wrapper {
    padding: 27px 0;
}

    .portfolio-filter-wrapper ul {
        padding: 0;
        margin-bottom: 0;
    }

    .portfolio-filter-wrapper .filter {
        display: inline-block;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 5px 0;
    }

.portfolio-grid-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-img-wrapper {
    margin-bottom: 40px;
}

.portfolio-single-title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: uppercase;
}

.portfolio-metadata {
    padding-left: 25px;
    margin-bottom: 35px;
    border-left: 5px solid #36bfc4;
}

    .portfolio-metadata ul {
        margin-bottom: 30px;
    }

        .portfolio-metadata ul li {
            margin-bottom: 10px;
            font-family: Oswald, sans-serif;
            font-weight: 600;
            color: #36bfc4;
            text-transform: uppercase;
        }

            .portfolio-metadata ul li span {
                color: #6c757d;
            }

.related-work-title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: uppercase;
}

.related-work-thumbnail {
    margin-bottom: 30px;
}

    .related-work-thumbnail .hover-item &gt; img {
        width: 100%;
    }

    .related-work-thumbnail .hover-overlay::after,
    .related-work-thumbnail .hover-overlay::before {
        display: none;
    }

    .related-work-thumbnail .related-work-info {
        padding: 0 30px;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

        .related-work-thumbnail .related-work-info img {
            margin-bottom: 15px;
        }

        .related-work-thumbnail .related-work-info h6 {
            margin-bottom: 0;
            color: #fff;
            text-transform: uppercase;
        }

    .related-work-thumbnail:hover .related-work-info {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

@media (min-width: 992px) {
    .portfolio-img-wrapper {
        margin-bottom: 0;
    }
}

.team-section {
    background-image: url(../../assets/images/texture_bg.png);
    background-repeat: repeat;
}

.team-section-title {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    text-shadow: 0 2px 2px #fff;
}

    .team-section-title::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        background-color: #aaa;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .team-section-title span {
        position: relative;
        z-index: 1;
        background-image: url(../../assets/images/texture_bg.png);
        background-repeat: repeat;
    }

.team-item {
    position: relative;
}

    .team-item .hover-overlay::after,
    .team-item .hover-overlay::before {
        display: none;
    }

.team-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-info-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .team-info-wrapper .team-info {
        font-family: Oswald, sans-serif;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .team-info-wrapper:hover .team-info {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.team-name {
    font-size: 18px;
    font-weight: 600;
}

.team-position {
    font-size: 12px;
    font-weight: 400;
}

.team-link {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .team-section-title {
        width: 70%;
    }
}

.blog-title {
    font-size: 20px;
}

.metadata-wrapper {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.meta-date {
    width: 58px;
    height: 58px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #36bfc4;
}

    .meta-date span {
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: 400;
    }

.blog-meta-list {
    font-size: 12px;
}

    .blog-meta-list li {
        display: inline;
        margin-right: 12px;
    }

        .blog-meta-list li:last-child {
            margin-right: 0;
        }

        .blog-meta-list li a {
            margin-left: 3px;
        }

.blog-entry {
    padding-bottom: 15px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

    .blog-entry:last-child {
        margin-bottom: 0;
    }

.blog-entry-thumbnail {
    margin-bottom: 30px;
}

    .blog-entry-thumbnail .hover-item &gt; img {
        width: 100%;
    }

    .blog-entry-thumbnail .hover-overlay::after,
    .blog-entry-thumbnail .hover-overlay::before {
        display: none;
    }

.blog-section-title {
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
}

.author-info {
    padding-top: 25px;
    border-top: 5px solid #36bfc4;
}

.author-title {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.related-blog-heading {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

    .related-blog-heading a {
        color: #4e4e4e;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .related-blog-heading a:hover {
            color: #36bfc4;
        }

.comment-list .media {
    margin-bottom: 50px;
}

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

    .comment-list .media.active .media-body {
        border-color: #eaecee;
    }

.comment-list .media-body {
    border-left: 5px solid #36bfc4;
}

.comment-avatar {
    width: 60px;
    height: auto;
}

.comment-name {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    color: #4e4e4e;
    text-transform: uppercase;
}

.comment-date {
    color: #36bfc4;
}

.comment-reply a {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    color: #4e4e4e;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .comment-reply a:hover {
        color: #36bfc4;
    }

@media (min-width: 768px) {
    .comment-avatar {
        width: 80px;
    }

    .meta-date {
        margin-right: 23px;
    }

    .author-img-wrapper {
        padding-right: 30px;
    }

    .author-info {
        padding-top: 0;
        padding-left: 30px;
        border-top: none;
        border-left: 5px solid #36bfc4;
    }
}

.share-this {
    padding-top: 15px;
    overflow: hidden;
}

    .share-this a {
        float: left;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .share-this a.share-this-facebook {
            background-color: #36bfc4;
        }

            .share-this a.share-this-facebook:hover {
                background-color: #30acb0;
            }

        .share-this a.share-this-twitter {
            background-color: #96d7e3;
        }

            .share-this a.share-this-twitter:hover {
                background-color: #82cfde;
            }

        .share-this a.share-this-pinterest {
            background-color: #db6666;
        }

            .share-this a.share-this-pinterest:hover {
                background-color: #d65151;
            }

.share-this-title {
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.client-col {
    padding: 10px !important;
    text-align: center;
}

    .client-col img {
        position: relative;
        z-index: 1;
    }

    .client-col::before {
        top: 15px;
        bottom: 15px;
        left: 0;
        right: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }

    .client-col::after {
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }

    .client-col:nth-child(even)::before {
        border-right: none;
    }

    .client-col::after,
    .client-col::before {
        position: absolute;
        content: "";
        z-index: 0;
    }

.client-col-bottom-line::before {
    display: block;
    content: "";
    height: 1px;
    margin-top: -1px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .client-col:nth-child(even)::before {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }

    .client-col:nth-child(4n)::before {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .client-col:nth-child(4n)::before {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }

    .client-col:nth-child(6n)::before {
        border-right: none;
    }
}

.map-container {
    height: 360px;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
    }

@media (min-width: 768px) {
    .map-container {
        height: 443px;
    }
}

.contact-details-title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: uppercase;
}

.contact-info-list {
    padding-left: 25px;
    margin-bottom: 35px;
    border-left: 5px solid #36bfc4;
}

    .contact-info-list ul li {
        margin-bottom: 10px;
        font-family: Oswald, sans-serif;
        font-weight: 600;
        color: #36bfc4;
        text-transform: uppercase;
    }

        .contact-info-list ul li span {
            color: #6c757d;
            text-transform: none;
        }

.widget {
    margin-bottom: 50px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

.widget-title {
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
}

.widget-list li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .widget-list li a {
        color: #4e4e4e;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .widget-list li:hover {
        padding-left: 28px;
    }

        .widget-list li:hover a {
            color: #36bfc4;
        }

.widget-list-title {
    font-size: 16px;
    font-weight: 400;
}

.widget-recent-news .media-body a {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.widget-gallery {
    margin-right: -5px;
    margin-left: -5px;
}

.widget-gallery-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-bottom: 10px;
}

    .widget-gallery-col img {
        width: 100%;
    }

.widget-tags-wrapper a {
    float: left;
    padding: 3px 15px;
    margin: 0 5px 5px 0;
    color: #fff;
    background-color: #36bfc4;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .widget-tags-wrapper a:hover {
        background-color: #2e2e2e;
    }

.footer {
    background-color: #fbfbfb;
}

.footer-widget-title {
    font-size: 20px;
}

.footer-address li {
    margin-bottom: 8px;
}

    .footer-address li::before {
        top: 10px;
    }

    .footer-address li::after {
        top: 6px;
    }

.footer-social li {
    float: left;
    margin: 0 5px 5px 0;
}

    .footer-social li:last-child {
        margin-right: 0;
    }

    .footer-social li a {
        display: block;
        width: 20px;
        height: 20px;
        background-color: #7e7e7e;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .footer-social li a img {
            vertical-align: top;
        }

        .footer-social li a:hover {
            background-color: #8fbcca;
        }

    .footer-social li:nth-child(2) a:hover {
        background-color: #96d7e3;
    }

    .footer-social li:nth-child(3) a:hover {
        background-color: #db6666;
    }

    .footer-social li:nth-child(4) a:hover {
        background-color: #db6666;
    }

    .footer-social li:nth-child(5) a:hover {
        background-color: #db6666;
    }

    .footer-social li:nth-child(6) a:hover {
        background-color: #db6666;
    }

    .footer-social li:nth-child(7) a:hover {
        background-color: #db6666;
    }

    .footer-social li:nth-child(8) a:hover {
        background-color: #db6666;
    }

.footer-bottom {
    padding: 12px 0;
    font-size: 12px;
    color: #909090;
    background-color: #023020;
}

    .footer-bottom a {
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.footer-link {
    margin: 0;
}

    .footer-link li {
        display: inline;
    }

        .footer-link li a {
            color: #909090;
        }

            .footer-link li a:hover {
                color: #ecf0f1;
            }

.back-to-top {
    position: fixed;
    z-index: 1000;
    visibility: hidden;
    right: 2em;
    bottom: 2em;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .back-to-top.backToTop-on {
        visibility: visible;
        opacity: 1;
    }

    .back-to-top:hover {
        background-color: #fff;
    }
/*# sourceMappingURL=style.min.css.map */
</pre></body></html>