@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Libre Franklin', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color: #223f7c;
	font-size: 3.5rem;
	font-weight: 800;
	margin: 20px 0px;
}

h2 {
	color: #223f7c;
}

h3 {
	padding-bottom: 15px;
	color: #183059;
}

p {
	line-height: 25px;
	color: #2c333d;
}

a {
    color: #333;
    text-decoration: none;
}


.thumbnail .caption .height{
    padding: 30px;
    color: #FFF;
	min-height: 400px
}

/* ------------------------*/ /* ---------->>> General Styles <<<-----------*/ /* ------------------------*/

.white {
	color: #ffffff;
}

.title {
    color: #ffffff;
    font-size: 3rem;
    padding: 10px 20px 0px 20px;
}

.whiteText {
    color: #ffffff;
}

.whiteText p {
    color: #ffffff;
}

.blue {
	color: #185aa5;
}

.italic {
	font-style: italic;
}

.number {
	font-size: 3rem;
}

.subtitle {
	text-align: center;
	font-style: italic;
	padding: 10px 0px 40px 0px;
	line-height: 20px;
}



.btn-default {
	color: #fff;
    background-color: #185aa5;
    border-color: #fff;
	margin: 20px 0px;
}

.btn-warning {
    color: #fff;
    background-color: #2c333d;
    border-color: #2c333d;
	margin: 15px 0px;
}

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 15px;
	margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/




.fa-2x {
	color: #185aa5;
    font-size: 4em;
}

.h1Main  h1 { 
    color: #185aa5;
    font-size: 3em;
}


/* ------------------------*/ /* ---------->>> Navigation <<<-----------*/ /* ------------------------*/

.topBg {
	background-color: #fff;
	display: block;
	padding: 0px 20px;
}

.topBg .list-inline {
    padding-left: 10;
	padding-top: 20px;
    margin-left: 0px;
	margin-right: 20px;
    list-style: none;
}

.topBg a {
	color: #223f7c;
	font-size: 1.8rem;
}

.navbar-brand {
	margin-bottom: 20px;
}

.navbar {
    margin-bottom: 0px;
}


.navbar-default {
    /*background-color: #286090;*/
	background-color: #185aa5;
    border-color: #183059;
}


.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #9fb3dc;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #9fb3dc;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #183059;
}


/* ------------------------*/ /* ---------->>> Main Page <<<-----------*/ /* ------------------------*/

.jumbotron {
background: url("img/main.jpg") no-repeat center center;
}

.jumbotron h1 {
color: #185aa5;
font-size: 4rem;
}

.jumbotron p {
font-size: 2rem;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}



.page-header {
	color: #2c333d;
	font-size: 4rem;
	text-align: center;
    padding-bottom: 10px;
    margin: 40px 0 20px;
    /*border-bottom: 1px solid #eee;*/
}

.transparent {
	/*background-color: #fff;*/
	/*opacity: 0.6;*/
    /*filter: alpha(opacity=60);*/
	padding: 30px 30px;
	background: rgb(255, 255, 255, 0.9); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
}


.servicesCategories {
	padding: 40px 0px 60px 0px;
}



.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 40px;
    line-height: 1.42857143;
	background-color: #f8f8f8;
    /*background-color: #e09e3f;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail2 {
    display: block;
    padding: 0px;
    margin-bottom: 40px;
    line-height: 1.42857143;
	background-color: #f7f7f7;
    /*background-color: #9fb3dc;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail3 {
    display: block;
    padding: 0px;
    margin-bottom: 40px;
    line-height: 1.42857143;
	background-color: #f7f7f7;
    /*background-color: #223f7c;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.img-responsive, .thumbnail2 > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive, .thumbnail3 > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}


.thumbnail .caption {
    padding: 30px;
    color: #FFF;
}

.thumbnail2 .caption {
    padding: 30px;
    color: #FFF;
}

.thumbnail3 .caption {
    padding: 30px;
    color: #FFF;
}


.calltoaction {
    color: #fff;
	background-image:url(img/calltoactionImg.jpg);
	background-repeat: no-repeat;
	min-height: 300px; 
	text-align: center;
}



.calltoaction .actionText {
	color: #fff;
	font-size: 3rem;
	line-height: inherit;
	margin-top: 0px;
    margin-bottom: 0px;
	padding: 70px 0px 0px 0px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.calltoaction p {
    color: #fff;
    font-size: 1.8rem;
}


.calltoaction .btn-default {
	border: 1px solid #183059;
	margin-top: 20px;
	text-align: center;
	width: 300px;
}




.testimonials {
	color: #fff;
	/*background-color: #27282b;*/
	background-color: #183059;
	text-align: center;
	padding: 60px 0px 70px 0px;
	
}


.testimonials p {
	color: #fff;
}

.testimonials h2 {
	color: #fff;
	padding: 0px 0px 50px 0px;
}

.nameTitle {
	font-weight: bold;
}


/* ------------------------*/ /* ---------->>> Finance and Insurance <<<-----------*/ /* ------------------------*/



.bannerTop {
	margin-top: 20px;
}

.bannerTop h1 {
    color: #fff;
    font-size: 3rem;
    padding: 10px 20px 0px 20px;
}

.pageSubject {
	background-color: #183059;
	position: absolute;
	bottom: 0;
	text-align: left;
}

.pageSubject p {
    color: #fff;
    font-size: 3rem;
    padding: 10px 20px 0px 20px;
}


.servicesMain {
	padding: 40px 0px 40px 0px;
}



/* ------------------------*/ /* ---------->>> About <<<-----------*/ /* ------------------------*/

.aboutNeill {
	padding: 0px 0px 30px 0px;
}

.companyList {
	background-color: #f8f8f8;
	padding: 40px 0px 80px 0px;
	margin-bottom: 0px;
	
}


.companyList h2 {
	text-align: center;
	padding: 30px 15px 60px 15px;
	
}

.companyList .row {
	padding: 0px 100px;
	
}

.companyList li {
	font-family: 'Libre Baskerville', serif;
	line-height: 25px;
	color: #635d5f;
	
}





/* ------------------------*/ /* ---------->>> Footer <<<-----------*/ /* ------------------------*/

footer {
	margin: 30px 0px 0px 0px;
}

.copyrightBg {
	/*background-color: #223f7c;
    border-color: #183059;*/
	background-color: #2c333d;
    border-color: #0e1f3c;
	color: #fff;
	padding: 7px 0px;
	margin-top: 15px;
}

.copyrightBg a {
	color: #fff;
}

.copyrightBg p {
	color: #fff;
    margin: 0 0 0px;
	font-size: 1rem;
	padding: 15px 0px;
}


















