<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#1 = 35A49C
#2 = 79CDC0
*/
a {
	color: #1e5799;
}
a:hover {
	color: #7db9e8;
}

/* menu */
.nav&gt;li&gt;a:hover {
	color: #7db9e8;
}

.navbar .navbar-nav &gt; .active &gt; a {
	color: #7db9e8;
}

/* flexslider */
.flex-control-paging li a {
	background: #1e5799;
}

.flex-direction-nav a:hover{
	background-color:#1e5799;
}

.testimonial span.author a {
	color: #7db9e8;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
	color: #1e5799;
	box-shadow: 0 0 0 4px #1e5799;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #1e5799;
	box-shadow: 0 0 0 8px  #7db9e8;
}


/* portfolio */
.portfolio-item .portfolio-desc {
	background: #1e5799;
}

/* btn */
.btn-theme {
  background: #7db9e8;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #1e5799;
}
.btn-cta,.btn-cta.btn-lg {
  background: #1e5799;
  border-color: #7db9e8;
}

.btn-cta:focus,.btn-cta:active{
   border-color: #1e5799;
}

/* contact */
.validation {
	color:#1e5799;
}

/* footer */
.social-circle li a {
	background:#1e5799;
}

a.scrollup{
	background:#1e5799;
}

ul.list-services{
    list-style: none;
    margin:0;
    padding:10px;
    background-color:#fff;
    border: 12px solid #ddd;
}

ul.list-services &gt; li{
    text-align: left;
    margin:0;
    padding:0;
}

p.text-introduction{
    font-size:16px;
    color:#fff;
    line-height: 17px;
    text-shadow: 1px 3px 4px #000;
    text-align: left;
}</pre></body></html>