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

img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    
a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

.thumbnail{
    margin-bottom: 0px;
    border-radius: 0px;
    border: 0;
}

.fff{
    width: 90%;
    margin-bottom: 20px;
}

.test1{
    background-color: #225354;
}

.test1 .thumbnail{
    background-color: #225354;
    border:1px solid #225354;
}

.test1 .thumbnail img{
    /*height: 250px;*/
    width: 100%;
}

.test1 .caption p {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #fff;
    font-family: helveticaregular;
}

.test2{
    background-color: #f89933;
}

.test2 .thumbnail{
    background-color: #f89933;
    border:1px solid #f89933;
}

.test2 .thumbnail img{
    /*height: 250px;*/
    width: 100%;
}

.test2 .caption p {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #fff;
    font-family: helveticaregular;
}

.test3{
    background-color: #8e2a2a;
}

.test3 .thumbnail{
    background-color: #8e2a2a;
    border:1px solid #8e2a2a;
}

.test3 .thumbnail img{
    /*height: 250px;*/
    width: 100%;
}

.test3 .caption p {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #fff;
    font-family: helveticaregular;
}

.thumbnails img{
    display: block;
    /*max-width: 80%;*/
    max-width: 100%;
    height: auto;
}

.thumbnails li&gt; .fff .caption { 
    padding:10px;
    color:#fff;
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}

.item ul{
    list-style-type: none;
}


/* Thumbnail Box */
.caption h4 {
    color: #fff;
}

.caption p {  
    color: #fff;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
/*@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}*/


::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

/* =========================|start - added from existing style.css|============================== */
.blue {
	background: #0e91bd;
	padding: 10px 0;
	color: #FFF
}
.color1 {
	color: #0e91bd
}
.color2 {
	color: #da8937
}
.orange {
	background: #e9a42b;
	color: #FFF;
	height: 320px;
	padding: 10px 0
}

.orange input {
	color: #333 !important
}

.orange h1 {
	font-size: 45px;
	line-height: 45px
}
.text {
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	text-align: center
}
.color2_font {
	font-size: 30px;
	color: #e9a42b
}
.link {
	color: #FFF
}

.form_input {
	width: 90%;
	padding: 8px;
	margin: 5px 5px 5px 0
}

.triangle {
	background: #CCC;
	height: auto
}
.triangle2 {
	
	background: url(../images/triangle2.png) no-repeat center bottom;
    height: 133px;
    margin: 0 0 -150px;
    z-index: 9999;
}

.faq h1 {
	font-size: 35px;
	text-align: left !important
}

.zero {
	margin: -40px 0 0;
	color: #0e91bd;
	font-weight: 700;
	text-align: center
}

.zero h1 {
	font-size: 45px;
	color: #0e91bd;
	font-weight: 700;
	margin-bottom: -2px
}
/* =========================|End - added from existing style.css|============================== */</pre></body></html>