<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start Blossom CSS */
.nex-title {
	font-size: 30px;
	color: #4F515A;
	font-weight: 400;
	margin: 0 auto 75px;
	letter-spacing: 0;
}
.nex-undertitle {
	font-weight: 300;
	font-size: 16px;
	color: #9195A4;
	font-style: normal;
	letter-spacing: 0;
	margin: -50px 0 75px;
}
.nex-v2-service {
	padding: 0 0 0 100px;
}
.nex-v2-service.nex-cover-right {
	padding: 0 100px 0 0;
}
.nex-v2-service .nex-cover {
	width: 70px;
}
.nex-v2-service .nex-content h3 {
	font-size: 18px;
	color: #4F515A;
	font-weight: 400;
	margin: 0 0 15px;
}
.nex-v2-service .nex-content p {
	font-weight: 300;
	font-size: 14px;
	color: #9195A4;
	line-height: 21px;
}
.bg-pattern {
	background: url('../img/bg-pattern.jpg');
	background-size: cover;
}
.home .nex-v1-header {
	padding: 40px 0 275px;
}
.home .nex-v2-slider {
	margin-top: -232px;
}
.bg-image {
	background: url('../img/testimonial-bg.jpg');
	background-size: cover;
	position: relative;
	z-index: 1;
}
.bg-image:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(-225deg, #FF1769 0%, #C471F5 100%);
	opacity: 0.6;
}
.bg-image .nex-title,
.bg-image .nex-undertitle {
	color: #fff;
}
.bg-image .nex-testimonials-slider,
.bg-image .container {
	position: relative;
	z-index: 3;
}
.widget.nex-widget-v1-twitter ul li {
	font-weight: 300;
	font-size: 14px;
	color: #9195A4;
	letter-spacing: 0;
	padding-right: 10px;
	line-height: 1.7em;
}
.widget.nex-widget-v1-twitter ul li a {
	color: #FF1860;
	border: 0;
}
.widget.nex-widget-v1-twitter ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.widget.nex-widget-v1-twitter ul li:before {
	color: #DDDDE0;
	font-size: 22px;
}
.nex-widget-v1-contact ul li {
	border: 0;
	font-weight: 300;
}
.nex-widget-v1-contact ul li strong,
.nex-widget-v1-contact ul li b {
	font-weight: 400;
	color: #4F515A;
}
.nex-widget-v1-opentime ul li {
	border: 0;
	font-weight: 300;
	position: relative;
}
.nex-widget-v1-opentime ul li:before {
	border-bottom: 1px dotted;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 17px;
}
.nex-widget-v1-opentime ul li:last-child {
	padding-bottom: 10px;
}
.nex-widget-v1-opentime ul li span {
	float: right;
    background: #fff;
    display: inline-block;
    z-index: 2;
    position: relative;
    padding-left: 5px;
}
.nex-widget-v1-opentime ul li p {
	margin: 0;
	padding: 0 5px 0 0;
	background: #fff;
	position: relative;
	font-weight: 300;
	color: #9195A4;
	z-index: 3;
	display: inline-block;
}
.widget-search form input[type="text"] {
	border: 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
}
.widget-search form:after {
	color: #999;
}
.widget ul li {
	border-bottom: 1px solid #eee;
}
.widget.nex-widget-v1-latestposts ul li img {
	width: 85px;
}
.widget.nex-widget-v1-latestposts ul li {
	padding-left: 100px;
	border: 0;
	min-height: 70px;
}
.widget.nex-widget-v1-latestposts ul li h4 {
	font-weight: 400;
	font-size: 16px;
	color: #4F515A;
	letter-spacing: 0;
}
.nex-sidebar .widget {
	margin-bottom: 50px;
}
.widget_tag_cloud .tagcloud a {
	font-size: 14px !important;
	font-weight: 300;
	padding: 5px 10px;
}
.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.nex-pagination {
	text-align: center;
	margin: 0;
	padding: 30px 0;
}
.nex-pagination li {
	list-style: none;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #4F515A;
	letter-spacing: 1px;
	margin: 0 5px;
}
.nex-pagination li span,
.nex-pagination li a {
	color: inherit;
}
.nex-pagination li a:focus,
.nex-pagination li a:hover {
	text-decoration: none;
}
.nex-v1-comments {
	margin-bottom: 40px;
	border-top: 1px solid #DDDDE0;
    padding-top: 40px;
}
.nex-v1-comments h4 {
	text-align: left;
	font-weight: 400;
	font-size: 22px;
	color: #4F515A;
	letter-spacing: 0;
}
.nex-v1-comments .comment-form textarea,
.nex-v1-comments .comment-form input[type="text"],
.nex-v1-comments .comment-form input[type="email"] {
	border-radius: 3px;
	padding: 15px 20px;
}
.nex-v1-comments .comment-form input[type="submit"] {
	border-radius: 3px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 15px 45px;
}
.nex-v1-comments .comments-area-ul .comment-li .nex-comment-box {
	border: 0;
	margin: 30px 0 0 0px;
    padding: 0 0 15px 100px;
    position: relative;
    min-height: 140px;
    border-bottom: 1px solid #eee;
}
.nex-v1-comments .comments-area-ul .comment-li .comment-li-avatar {
	width: 80px;
	margin: 0;
}
.nex-v1-comments .comments-area-ul .comment-li .comment-li-avatar img {
	border: 3px solid #eee;	
}
.nex-v1-comments .comments-area-ul .comment-li .comment-author {
	font-weight: 400;
	font-size: 16px;
	color: #4F515A;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.nex-v1-comments .comments-area-ul .comment-li p {
	font-weight: 300;
	font-size: 14px;
	color: #9195A4;
	letter-spacing: 0;
	line-height: 1.7em;
}
.nex-v1-comments .comments-area-ul .comment-li .comment-reply {
	font-weight: 300;
	font-size: 14px;
	color: #4F515A;
	letter-spacing: 0;
	position: relative;
	display: inline-block;
	padding-left: 28px;
	margin-top: -3px;
}
.nex-v1-comments .comments-area-ul .comment-li .comment-reply i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	margin-top: -4px;
}
.nex-v1-comments .comments-area-ul .comment-li .comment-author span {
	position: relative;
	padding-left: 22px;
	margin-left: 15px;
}
.nex-v1-comments .comments-area-ul .comment-li .comment-author span i {
	font-size: 18px;
	position: absolute;
	left: 0;
	color: #484848;
	top: 0;
	margin-top: -2px;
}
.nex-v1-portfolio {
	padding-bottom: 100px;
}
.nex-v1-portfolio .isotopeFilter li button {
	border: 0;
	font-size: 14px;
	font-weight: 300;
	color: #9195A4;
	border-bottom: 1px solid #eee;
	border-radius: 0;
}
.nex-v1-contact {
	margin-bottom: 40px;
	padding: 0;
}
.nex-v1-contact input[type="submit"] {
	border: 1px solid;
	font-weight: 400;
}
.nex-v1-contact input[type="submit"]:hover {
	color: #fff !important;
}
.nex-v1-map {
	position: relative;
}
.nex-v1-map iframe {
	height: 375px;
}
.nex-v1-map i {
	z-index: 999;
	margin: auto;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	position: absolute;
}
@media all and (max-width: 992px) {
	.nex-v1-main-nav {
		margin: 0 -15px;
	}
	.nex-v1-main-nav .main-menu {
		display: none;
		position: absolute;
		z-index: 998;
		left: 0;
		right: auto;
		margin-top: 61px;
    	background: #333;
    	padding: 0;
	}
	.nex-v1-main-nav.main-second-nav .main-menu {
		right: 0;
		left: auto;
	}
	.nex-v1-header .nex-v1-main-nav&gt;ul {
		padding: 0;
	}
	.nex-v1-header .nex-v1-main-nav&gt;ul&gt;li:first-child,
	.nex-v1-header .nex-v1-main-nav&gt;ul&gt;li {
		margin: 0;
	}
}
/* End Blossom Related CSS */</pre></body></html>