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

.cs-cover { background:#def2fe linear-gradient(45deg, #def2fe, #ffffff); background:url(../img/bg.png); }

/*Title Box Color*/

.cs-cover-title { background:rgba(255,255,255,.8); }

/*Title Color*/

.cs-cover-title,
.cs-call-to-action-title,
.cs-cover-title-sub { color:#167ebc; }

/*Info Color*/

.cs-cover-phone,
.cs-cover-email { color:#167ebc; }

/*Line Color*/

.cs-line { background:#167ebc; }

/*Button Color*/

.btn { background:#167ebc; }

/*Button Color other states*/

.btn:hover,
.btn:active,
.btn:focus { background:#167ebc; opacity:.8; }


/*Form Alerts*/

.help-block.form-error { background:#ffdddd; color:#993333; }

.has-success .form-control,
.has-success .form-control:focus { border-color:#167ebc; }

.has-error .form-control,
.has-error .form-control:focus { border-color:#993333; }

/**/

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

	.cs-cover { background:#def2fe linear-gradient(45deg, #def2fe, #ffffff); background:url(../img/bg.png); } /* &lt;-- Background Image for Mobile */

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