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

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 110px 0px 110px;
    background: #f1f1f1;
}
.welcome-section .sec-title {
    margin-bottom: 40px;
}
.welcome-section .owl-nav {
    display: none;
}
.welcome-section .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}
.welcome-section .owl-dots.disabled {
    display: block;
}
.welcome-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.welcome-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}
.welcome-section .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}
.featured-block {
    position: relative;
    margin-bottom: 30px;
}
.featured-block .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.featured-block .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.featured-block .content-box .subtitle {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Manjari', sans-serif;
}

.featured-block .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .content-box h4 a {
    color: #222222;
}

.featured-block .content-box h4 a:hover {
    color: #00aa55;
}

.featured-block .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #00aa55;
    font-size: 60px;
    line-height: 80px;
}

.featured-block .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 30px 15px;
}

.featured-block .hover-box h4 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.30em;
    max-width: 220px;
    margin: 0 0 10px;
}

.featured-block .hover-box h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .hover-box h4 a:hover {
    color: #00aa55;
}

.featured-block .hover-box .text {
    color: #b2b2b2;
    line-height: 1.6em;
}

.featured-block .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #00aa55;
    font-size: 18px;
    z-index: 2;
}

.featured-block .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: #00aa55;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a:before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: #222222;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a span,
.featured-block .more-link a i {
    position: relative;
    z-index: 1;
}

.featured-block .inner-box:hover .more-link a:before {
    background: #00aa55;
}

.featured-block .inner-box:hover .more-link a {
    color: #ffffff;
}</pre></body></html>