<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font-size: 1.6em;

	}
	
.main {
	color: #000;
	background-color: #fff;
	padding: 20px;
	}
		
.container {
	background-color: #fff;
	padding: 0px;
	}
		
a {
	color: #292973;
	}	
	
hr {
	height: 1px;
	background-color: #d8d8da;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.panel-footer {
	background-color: #0ccef4;
	color: #000;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}

.panel-testimonial {
	background-color: #D2F5FF;
	color: #000;
	text-align: left;
	font-size: 90%;
	padding: 20px;
	margin: 10px;
	border: medium  #292973;
	font-weight: normal;
}

.panel-logos {
	background-color: #ffffff;
	color: #000;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}

h1 {
	font-size: 1.3em;
	color: #292973;
	font-weight: bold;
	}
	
h1 small,
.h1 small
{
  font-size: 85%;
  color:inherit;
}
	
h2 {
	font-size: 1.2em;
	color: #292973;
	font-weight: bold;
	}
	
h3 {
	font-size: 1.1em;
	color: #292973;
	}
	
h4 {
	font-size: 1.0em;
	color: #292973;
	}

	

.navbar-default {
  background-color: #292973;
  border-color: #e7e7e7;
  margin-left: 10px;
}

.navbar-default .navbar-brand {
  background-color: #292973;
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #0ccef4;
}
.navbar-toggle {
  background-color: #fff;
}
.navbar-collapse {
  background-color: #292973;
}
.navbar-header {
  background-color: #292973;

	} 
.head {
    min-height:146px; height:146px; 
}

.img-center {
	margin:0 auto;
}




.list-inline {
	font-size: 120%;
	}
.list-inline a {		
    color: #00116d;
	}
	
.list-inline li a {		
    padding: 5px;
	}	
	
.list-inline &gt; li &gt; a:hover,
.list-inline &gt; li &gt; a:focus {
  color: #0324e5;
  background-color: transparent;
}	
	
.list-inline &gt; .active &gt; a,
.list-inline &gt; .active &gt; a:hover,
.list-inline &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #0324e5;
}
.panel-group .panel {
  background: transparent;
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  padding: 10px 0px;
}

.btn-custom {
  background-color: #00116d;
  border-color: #ff0000;
  color: #fff;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #0324e5;
  border-color: #cc0000;
  color: #fff;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #ff0000;
  border-color: #ff0000;
}


	
.address {
	padding-top: 12px;
	}
	
.telno {
	color: #292973;
	font-size: 1.4em;
	padding-left: 20px;
	padding-top: 30px
	}
	
.strapline {
	font-size: 18px;
	color: #292973;
	text-align: center;
	font-weight: bold;
}

strong {
	color: #333;
	}
	
.panel-center {
	text-align: center;
}

textarea{ 

  height:200px; 
  min-height:100px;  
  max-height:100px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #252568;
    border-radius: 8px;
    background: #6767ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#6767ff), to(#252568));
    background: -moz-linear-gradient(top, #6767ff, #252568);
    background: linear-gradient(to bottom, #6767ff, #252568);
    text-shadow: #15153a 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #292973;
    background: #7c7cff;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c7cff), to(#2c2c7d));
    background: -moz-linear-gradient(top, #7c7cff, #2c2c7d);
    background: linear-gradient(to bottom, #7c7cff, #2c2c7d);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #252568;
    background: -webkit-gradient(linear, left top, left bottom, from(#252568), to(#252568));
    background: -moz-linear-gradient(top, #252568, #252568);
    background: linear-gradient(to bottom, #252568, #252568);
}
.button a {
	color: #FFFFFF;
	}
	
}
	

@media (max-width: 767px) {
	
 
   .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
  
  h1 {
	font-size: 1.8em;
	}
	
 h1 small,
.h1 small
{
  font-size: 85%;
  color:inherit;
}
.telno {
	color: #292973;
	font-size: 2em;
	padding-left: 10px
}



}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

carousel-caption {
	font-size: 80%;
	}
	
.telno {
	color: #292973;
	font-size: 2em;
	padding-left: 20px;
}


}

@media (max-width : 319px ){

body {
	
	margin-top: 100px;
}

h1 {
	font-size: 1.3em;
	font-weight:bold;
}

h1 small,
.h1 small
{
  font-size: 85%;
  color:inherit;
}

h2 {
	font-size: 1em;
	font-weight:bold;
}

h3 {
	font-size: 0.7em;
	font-weight:bold;
}

h4 {
	font-size: 0.7em;
	font-weight:bold;

}

	
.telno {
	color: #292973;
	font-size: 1.4em;
	padding-left: 20px;

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