<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.slider {
	margin-top: -32px;
}
section.slider img {
    width: 100%;
    max-width: 100%;
}

section.slider .slide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    color: #FFFFFF;
    font-family: 'Georgia';
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
}
section.slider .slide-text .z-container {
    position: relative;
}
section.slider .slide-text1 {
    position: absolute;
    top: 120px;
    left: -1200px; /* 1200 - 0 (.final) */
    z-index: 1001;
    background-color: rgba( 0, 0, 0, 0.4 );
    box-shadow: 0px 0px 30px 10px rgba( 0, 0, 0, 0.4 );
    padding: 0 20px;
    border-radius: 30%;
    -webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
section.slider .slide-text1.final {
    left: 0;
}
section.slider .slide-text2 {
    position: absolute;
    top: 200px;
    left: -1060px; /* 1200 - 140 (.final) */
    z-index: 1002;
    background-color: rgba( 0, 0, 0, 0.4 );
    box-shadow: 0px 0px 30px 10px rgba( 0, 0, 0, 0.4 );
    padding: 0 20px;
    border-radius: 30%;
    -webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
section.slider .slide-text2.final {
    left: 140px;
}
section.slider .slide-text3 {
    position: absolute;
    top: 280px;
    left: -860px; /* 1200 - 340 (.final) */
    z-index: 1003;
    background-color: rgba( 0, 0, 0, 0.4 );
    box-shadow: 0px 0px 30px 10px rgba( 0, 0, 0, 0.4 );
    padding: 0 20px;
    border-radius: 30%;
    -webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
section.slider .slide-text3.final {
    left: 340px;
}

section.banner-cta {
	position: relative;
	top: -100%;
	z-index: 300;
	background-color: rgba( 11, 88, 183, 0.75 );
	color: #FFFFFF;
	text-transform: uppercase;
}
section.welcome {
	background-image: url(../images/body-pattern-bg.jpg);
}
section.welcome .z-left-sidebar {
    background-color: #8b0000;
	background-image: url(../images/sidebar-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
    position: relative;
}
section.welcome .z-left-sidebar:before {
	content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 500px;
    height: 100%;
    background-color: #8b0000;
	background-image: url(../images/sidebar-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
section.welcome .z-left-sidebar .sidebar-heading {
	color: #FFFFFF;
}
section.welcome .z-h-30 {
    color: #950000;
}
section.welcome .z-t-16 {
    font-family: 'Open Sans';
    line-height: 25px;
}
.left-menu a {
    color: #FFFFFF;
    font-family: 'Open Sans';
    background-color: #1b53a7;
	background-image: url(../images/sidebar-link-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
    float: left;
    width: 107%;
    padding: 0 15px;
	line-height: 40px;
    margin: 2px 0;
    text-decoration: none;
}
.left-menu a:hover {
    background-color: #b8bfc8;
}
section.blog-review-location {
    background-image: url(../images/blog-sec-bg.jpg);
    background-size: cover;
    background-position: center top;
}
.h-blog, .h-review {
	background-color: rgba(255, 255, 255, .80);
}
.h-blog .z-h-36, .h-review .z-h-36 {
	color: #1c4788;
    border-bottom: 5px solid #7c0000;
    padding: 20px 0 5px 0;
}
.h-review-img img {
    border: 4px solid #c7cdd7;
}
.h-blog .links a {
    display: inline;
    clear: both;
    float: left;
    font-weight: bold;
    color: #3e587c;
    font-size: 18px;
    text-decoration: none;
    margin: 18px 0;
}
.h-blog .links a:hover {
    color: #000;
}
.h-blog a.more {
    font-size: 27px;
    text-decoration: none;
    background-color: #1c2670;
    color: #fff;
    float: left;
    clear: both;
    margin: 30px 0 20px 20px;
    padding: 8px 80px;
}
.h-blog a.more:hover {
    background-color: #000000;
}
.h-location{
	background-color: rgba( 28, 84, 169, 0.79 );
}
.h-location .z-h-36 {
    color: #FFFFFF;
    background-color: rgba( 19, 61, 124, 0.79 );
    padding: 20px 15px 0 15px;
}
.h-location .z-t-16 {
    font-family: 'Open Sans';
    line-height: 20px;
    color: #fff;
    padding: 0 0 10px 0;
}
.h-location .add .add-left {
	display: inline-block;
	float: left;
	white-space: nowrap;
	width: 210px;
}
.h-location .add .add-right {
	display: inline-block;
	float: left;
	white-space: nowrap;
}






@media screen and ( max-width: 1550px ) {
    section.slider .slide-text {
        font-size: 52px;
    }
    section.slider .slide-text1 {
        top: 80px;
    }
    section.slider .slide-text2 {
        top: 150px;
    }
    section.slider .slide-text3 {
        top: 220px;
    }
}

@media screen and (max-width: 1362px) {
	.h-blog a.more {
	  padding: 8px 40px;
	  font-size: 18px;
	}

    section.slider .slide-text {
        font-size: 44px;
    }

    section.slider .slide-text1 {
        top: 60px;
    }
    section.slider .slide-text1.final {
        left: 0;
    }
    section.slider .slide-text2 {
        top: 120px;
    }
    section.slider .slide-text2.final {
        left: 120px;
    }
    section.slider .slide-text3 {
        top: 180px;
    }
    section.slider .slide-text3.final {
        left: 260px;
    }
}
@media screen and (max-width: 992px) {
	.h-blog .links a {
	  margin: 10px 0;
	}
	section.welcome .z-left-sidebar {
	  margin: 0;
	}
	section.welcome .z-left-sidebar::before {
	  display: none;
	}
	.left-menu a {
	  width: 100%;
	}
	.welcome.z-float .z-pl-20 {
	  padding: 0;
	}

	section.banner-cta span {
		display: block;
		white-space: nowrap;
	}

	section.welcome section.z-left-sidebar .left-menu div {
		width: 45%;
		float: left;
		margin: 0 2.5%;
	}

	section.slider {
		margin-top: 0;
	}

    section.slider .slide-text {
        font-size: 32px;
    }

    section.slider .slide-text1 {
        top: 60px;
        padding: 0;
        box-shadow: 0px 0px 20px 10px rgba( 0, 0, 0, 0.4 );
    }
    section.slider .slide-text1.final {
        left: 40px;
    }
    section.slider .slide-text2 {
        top: 110px;
        padding: 0;
        box-shadow: 0px 0px 20px 10px rgba( 0, 0, 0, 0.4 );
    }
    section.slider .slide-text2.final {
        left: 120px;
    }
    section.slider .slide-text3 {
        top: 160px;
        padding: 0;
        box-shadow: 0px 0px 20px 10px rgba( 0, 0, 0, 0.4 );
    }
    section.slider .slide-text3.final {
        left: 240px;
    }

}
@media screen and (max-width: 767px) {
	.welcome .z-2of3.z-pl-20.z-fluid-at-767 {
	  padding-left: 0;
	}
	.h-review-img.z-p-50 {
	  padding: 30px;
	}

	section.welcome section.z-left-sidebar .left-menu div {
		width: 100%;
		float: left;
		margin: 0;
	}

    section.slider .slide-text {
        font-size: 24px;
    }

    section.slider .slide-text1 {
        top: 40px;
    }
    section.slider .slide-text1.final {
        left: 40px;
    }
    section.slider .slide-text2 {
        top: 80px;
    }
    section.slider .slide-text2.final {
        left: 120px;
    }
    section.slider .slide-text3 {
        top: 120px;
    }
    section.slider .slide-text3.final {
        left: 200px;
    }

}
@media screen and ( max-width: 479px ) {

    section.slider .slide-text {
        font-size: 20px;
    }

    section.slider .slide-text1 {
        top: 20px;
    }
    section.slider .slide-text1.final {
        left: 20px;
    }
    section.slider .slide-text2 {
        top: 60px;
    }
    section.slider .slide-text2.final {
        left: 80px;
    }
    section.slider .slide-text3 {
        top: 100px;
    }
    section.slider .slide-text3.final {
        left: 160px;
    }

}
</pre></body></html>