<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body {
	font-family: 'Jost', sans-serif;
}
img {
    display: inherit;
}
.view-featured #sp-main-body {
	display: none;
}
#sp-header {
    position: absolute;
    top: 40px;
    
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-header.header-sticky {
    top: 0;
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    text-transform: uppercase;
    font-weight: 500;
}
#sp-language  {
	text-align: center;
}
.sp-module-content .mod-languages ul.lang-inline li a {
	color: #fff;
	text-transform: uppercase;
    font-weight: 500;
	padding: 0 15px;
	line-height: 110px;
	font-size: 14px;
}
.sp-module-content .mod-languages ul.lang-inline li a:hover , .sp-module-content .mod-languages ul.lang-inline li.lang-active a {
	color:#5E95C9;
}
#sp-slideshow {
	border-bottom: 2px solid #5E95C9;
}
#sp-about-us {
	padding:40px 0;
}
#sp-about-us .sp-module-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	padding-bottom: 20px;
	max-width: 354px;
	min-width: 145px;
	margin-bottom: 20px;
}
#sp-about-us .sp-module-title::before {
    width: 47px;
    height: 2px;
    left: 0;
    background-color: #5E95C9;
	content: '';
	position: absolute;
	bottom: 0;
}
#sp-about-us .sp-module-title::after {
    left: 50px;
    right: 0;
    background-color: #dadada;
    height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
}
#sp-about-us  .ct-heading-tag {
	font-size: 22px;
}
#sp-about-us  .ct-heading-tag  cite {
	color:#5E95C9;
	margin: 30px 0;
}

#sp-about-us ul {
	padding: 0 0 0 20px;
	list-style: none;
	display: inline-block;
	margin-top: 30px;
}
#sp-about-us .list-arrow li + li {
    margin-top: 20px;
}
#sp-about-us .list-arrow li {
    font-weight: 600;
    color: #191514;
}
#sp-about-us #sp-user2 {
	margin-top: 60px;
}
#sp-about-us #sp-user2  .tp-simpleresponsive &gt; ul li{
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 19px 35px rgba(106,89,47,.31);
    -khtml-box-shadow: 0 19px 35px rgba(106,89,47,.31);
    -moz-box-shadow: 0 19px 35px rgba(106,89,47,.31);
    -ms-box-shadow: 0 19px 35px rgba(106,89,47,.31);
    -o-box-shadow: 0 19px 35px rgba(106,89,47,.31);
    box-shadow: 0 19px 35px rgba(106,89,47,.31);
}
#sp-feature {
	padding:40px 0;
	background:#f2f2f2;
}
#sp-feature .sp-module-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	padding-bottom: 20px;
	max-width: 354px;
	min-width: 145px;
}
#sp-feature .sp-module-title::before {
    width: 47px;
    height: 2px;
    left: 0;
    background-color: #5E95C9;
	content: '';
	position: absolute;
	bottom: 0;
}
#sp-feature .sp-module-title::after {
    left: 50px;
    right: 0;
    background-color: #dadada;
    height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
}
#sp-feature .sp-column  {
	position: relative;
}
#sp-feature .sp-column  .content_link {
	position: absolute;
	right: 0;
	top: -53px;
}
#sp-feature  .bt-inner-box {
	text-align: right;
	padding: 50px 0 20px;
}
#sp-feature  .bt-inner-box a.bt-title {
	font-weight: 500;
	color: #191514;

}
#sp-slider {
	padding:40px 0;
	background:#fff;
}
#sp-slider h3.sp-module-title {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
#sp-slider h3.sp-module-title::before {
    width: 100px;
	height: 2px;
	left: 0;
	background-color: #5E95C9;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
#sp-slider .single-solutions {
	background: #f2f2f2;
	text-align: center;
	padding: 0px;
	min-height: 250px;
	position: relative;
}
#sp-slider .solutions-content {
	display: table;
	position: absolute;
	z-index: 100;
	width: 100%;
	padding: 40px;
	bottom: 0px;
	top: 100%;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	outline: none;
	color: #fff;
}
#sp-slider .single-solutions:hover .solutions-content {
    height: 100%;
    top: 0;
    margin-top: -0px;
    background: rgba(0, 0, 0, .8);
}
#sp-slider  .bt-cs .bt-inner img {
    display: inline-block;
	position: absolute;
	left:0;
	right:0;
	margin: 0 auto;
	bottom: 40%;
}
#sp-slider .solutions-content a.bt-title {
	font-weight: 600;
	font-size:22px;
	margin:15px 0;
	display:block;
}
#sp-contact-bottom {
	background: #DFDFDF;
	padding:40px 0;
}
#sp-contact-bottom .btn-custom {
	background: #67B6DE;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 11px 30px;
	min-width: 120px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	float: right;
}
#sp-footer {
	border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer .nsb_container_pro a.icons {
	text-shadow: none;
	color: #fff;
	padding: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 5px 0 5px;
	background:#528EC5;
	line-height: 34px;
}
#sp-footer .nsb_container_pro a.icons:hover {
	background:#fff;
	color: #dbc766;
}
#sp-bottom .sp-module .sp-module-title {
	color: #333333;
}
#sp-bottom .sp-module ul &gt; li {
	margin: 5px 0 5px 0;
}

#sp-bottom .sp-module ul  li a::before {
    font-family: 'Font Awesome\ 5 Free';
	content: "\f00c";
    margin-right: 15px;
    padding: 5px;
    font-size: 14px;
	color: #FFFFFF;
	font-weight: 900;	
}
#sp-bottom table.acymailing_form {
    padding-top: 20px;
    display: block;
}
#sp-bottom table.acymailing_form  input[type="text"]:not(.form-control) {
	background:#292929;
	border-radius: 4px 0 0 4px;
	color: #fff;
}
#sp-bottom table.acymailing_form .subbutton {
	padding: 0.45rem 0.75rem;
	border-radius: 0 4px 4px 0;
	position: relative;
	left: -1px;
}
#sp-title {
    padding: 208px 0 99px;
    background-color: #d5aa6d;
    background-image: url(../images/bg-page-title.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}
#sp-title h1 {
	color: #67B6DE;
	font-size: 36px;
	font-weight: 700;
}
#sp-title .breadcrumb {
	display: inline-flex;
	background: none;
}
#sp-title .breadcrumb &gt; li &gt; a {
    color: #67B6DE;
    font-size: 16px;
    font-weight: 600;
}
#sp-title .breadcrumb &gt; li &gt; span {
    color: #1D1D1B;
    font-size: 16px;
    font-weight: 600;
}
#sp-main-body .single-solutions {
	border: 2px dashed #cacaca;
	padding: 41px 45px 43px;
	text-align: center;
}
#sp-main-body .single-solutions a.bt-title {
    margin: 14px 0;
    letter-spacing: .025em;
	font-size: 20px;
	line-height: 1.5;
	display: block;
	color: #191514;
	font-weight: 600;
}
#sp-main-body .feature-box {
    overflow: none;
    padding: 50px;
    background: #f8f8f8;
	position: relative;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	outline: none;
	text-align: center;
}
#sp-main-body .feature-box:hover {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
	 background: #dbc766;
}
#sp-main-body .feature-box a.bt-title {
    margin: 14px 0;
    letter-spacing: .025em;
	font-size: 20px;
	line-height: 1.5;
	display: block;
	color: #191514;
	font-weight: 600;
}
#sp-main-body .feature-box:hover a.bt-title {
	color: #fff;	
}
#sp-main-body .feature-box .readmore a {
	background: #111111;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 11px 30px;
	min-width: 120px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	display: inline-block;
	margin-top: 25px;
}
#sp-main-body .grid-item-inner {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    -khtml-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    -moz-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    -ms-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    -o-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    box-shadow: 0 2px 27px rgba(54,54,54,.13);
    background-color: #fff;
}
#sp-main-body .grid-item-inner .item-body {
    background-color: #fff;
    padding: 20px 34px 20px;
}
#sp-main-body .grid-item-inner .item-body  a.bt-title{
	color: #191514;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 24px;
}
#sp-main-body .grid-item-inner .item-body .readmore a {
	background: #eeeef6;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding:15px 30px;
	min-width: 120px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	display: inline-block;
	margin-top: 25px;
	border-radius: 30px;
}
#sp-main-body .grid-item-inner .item-body .readmore a:hover {
	background: #dbc766;
	color: #fff;
}
.entry-featured {
    position: relative;
}
 .entry-featured .item-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.84);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    overflow: hidden;
    opacity: 0;
}
 .entry-featured .item-more{
    height: 54px;
    width: 54px;
    -webkit-border-radius: 54px;
    -khtml-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px;
    background-color: #dbc766;
    -webkit-box-shadow: 0 4px 7px rgba(213,170,109,.47);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.47);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.47);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.47);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.47);
    box-shadow: 0 4px 7px rgba(213,170,109,.47);
    text-align: center;
    line-height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 300ms linear 150ms;
    -khtml-transition: all 300ms linear 150ms;
    -moz-transition: all 300ms linear 150ms;
    -ms-transition: all 300ms linear 150ms;
    -o-transition: all 300ms linear 150ms;
    transition: all 300ms linear 150ms;
    -webkit-transform: translateY(-50px);
    -khtml-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.entry-featured .item-more i {
    height: 12px;
    width: 12px;
    position: relative;
    display: inline-block;
	color: #fff;
}
.entry-featured img {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
.grid-item-inner:hover .item-overlay{opacity:1}
.grid-item-inner:hover .entry-featured .item-more{opacity:1;-webkit-transform:translateY(0);-khtml-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
.grid-item-inner:hover .entry-featured img {
	-webkit-transform:scale(1.08);-khtml-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)
}
.contact-miscinfo {
    border-radius: 15px 15px 15px 15px;
    background: linear-gradient(#67B6DE,rgba(103, 182, 222,.8) 0,#54AEDA 100%);
    padding: 60px 60px 60px 60px;
    color: #fff;
    box-shadow: 18px 18px 40px 0 rgba(103, 182, 222,.3);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}
.contact-miscinfo  a {
	color: #fff;
}
.contact-miscinfo .elementor-widget-container {
    margin: 0 0 30px 0;
}
.contact-info i {
    font-size: 30px;
margin-top: 2px;
line-height: 1;
float: left;
}
.contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
}
.contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact-info p {
    margin-bottom: 0;
	font-size: 22px;
}
#sp-main-body cite {
    color: #5E95C9;
    margin: 30px 0;
}
#sp-main-body ul {
    padding: 0 0 0 20px;
    list-style: none;
    display: inline-block;
    margin-top: 30px;
}
@media (max-width: 767px) {
	#sp-feature {
		padding: 40px 10px;
	}
	#sp-feature .sp-column .content_link {
		position: relative;
		right: 0;
		top: 0;
	}
	#sp-feature .bt-inner-box {
    text-align: center;
		padding: 10px 0 20px;
	}
	#sp-contact-bottom {
		text-align: center;
	}
	#sp-contact-bottom .btn-custom {
		float: none;
	}
	#sp-footer, #sp-bottom {
		text-align: center;
	}
	#sp-footer #sp-footer2 {
		text-align: center;
		margin-top: 20px;
	}
	#sp-language {
		position: absolute;
		left: 50%;
	}
}</pre></body></html>