@import url('https://fonts.googleapis.com/css?family=Muli:400,900');


#msform {
width: 100%;
margin: 50px auto;
position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;

	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	text-align:center;
}
#progressbar li {
	list-style-type: none;
	color: #5b2a2e
	text-transform: uppercase;
	font-size: 9px;
	width: 25%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #5b2a2e
	color: white;
}

label{
	display: block;
}

input[type="radio"], input[type="checkbox"]{
	margin:10px 0;
}

/*RATES WIDGET*/
div.tfr {
	background:none;
	font-family: 'roboto',arial,verdana,sans-serif;
	font-size:12px;
	border:solid 1px #eee;
	border-radius:4px;
	width:100%;
	color:#204E80;
    font-size: 12px;
    padding:0;
    text-align: center;
}

div.tfr iframe {margin:0 auto;}
div.tfr img{border:none;}

div.tfr h3 {
	font-family: 'roboto', sans-serif;
	font-weight:300;
	text-align: left;
	background-color: #5b2a2e
	margin:0;
	padding:10px 15px;
	color: #ffffff;
    font-size: 13px;
    border-radius: 4px 4px 0px 0px;
    text-transform: capitalize;
    font-size: 16px;
  }


div.tfr table {
		width:160px;
		margin: 0 auto 0 auto;
		text-align: left;
  }
  
div.tfr a{
	text-align:center;
	font-weight:bold;
    color: #000000;
	text-decoration:none;}
	
div.tfr a:hover{text-decoration:underline;}	
	
.tfr .button{text-align:center;
	margin:0;
	padding:5px 0 0 0;
	font-weight:normal;
	font-size:12px;
}

body{
	font-family:'muli', helvetica, sans-serif;
	color:#000;
	background:url('img/dots.jpg');
	background-attachment: fixed;
	position:relative;
	font-size:18px;
}

a{
	color:#06c;
}

h1, h2{
	font-family:'muli', serif;
}

#apply{
	background-color: #f5f5f5;
}

.blue{
	color:#5b2a2e;
}

.bg-yellow{
	background-color:#f5e3b0;
	color:#333;
}

.border-top{
	border-top:1px solid #eee;
	padding-top:30px;
}

.box-shadow-active{
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}

.box-shadow{
	/*box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);*/
	transition: box-shadow 0.2s ease-in-out;
}

.box-shadow:hover{
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);;
}

.btn-primary{
	background-color: #7fbbff;
	border-color:#7fbbff;
}

.btn-primary:hover{
	background-color: #7fbbff;
	border-color:#7fbbff;
}

button:hover, .btn:hover{
	cursor:pointer;
}

button.carousel-control-prev, button.carousel-control-next{
	background-color: transparent !important;
	border:none !important;
}

.carousel-caption{
	color:#fff;
	bottom: 100px;
	text-align:left;
}

.carousel-caption h1, .header-content h1{
	font-size:3.5em;
	font-weight:900;
}

.carousel-caption p.lead{
	font-size:1.5em;
	line-height: 28px;
}

.carousel-indicators li{
	background-color: #ddd;
}

.carousel-inner{
	border-bottom: 10px solid #ffc108;
}

.colorBanner{
	background-color:#5b2a2e
	color:#fff;
	text-align: center;
	border-bottom: 3px solid #177755;
	padding:5px;
	margin-top:-20px;
}

.form-title{
	background-color: #5b2a2e
    color: #fff;
    padding: 15px;
    margin: -20px -30px 10px;
}

footer{
	background-color: #292D32;
	color:#fff;
	padding:50px 0;
}

footer a{
	color:#a3b1bf;
}

footer .images{
	margin-top: -10px;
	padding:10px;
}

footer h4{
	color:#ffffff;
	padding-bottom: 5px;
	border-bottom:1px solid #5b2a2e
	display:inline-block;
	margin-bottom:-1px;
}

footer li{
	border-bottom:1px dotted #a3b1bf;
	padding:6px 0;
}

footer p{
	line-height: 25px;
}

.footer-comp{
	margin:10px 10px;
}

.footer-header{
	margin:10px 0 10px 0;
	border-bottom:1px dotted #a3b1bf;
}

.footer-logo{
	margin-bottom:15px;
}

.green, .green-fa .fa{
	color:#5b2a2e /*not actually green*/
}

.green-well{
	background-color: #5b2a2e
	padding:25px;
}

.green-well h2, .green-well p{
	color:#fff;
}

.header{
	margin-bottom:10px;
}

.header-content{
	height:400px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

hr{
	border-top:1px dotted #ddd;
	margin-bottom:15px;
}

hr.small{
	max-width:50px;
	border-color:#ffc108;
	border-width:5px;
	border-style:solid;
}

.image-darken{
	position: absolute;
    left: 0;
    height: 0;
    background: #000;
    opacity: .45;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.image-darken:hover{
	position: absolute;
    left: 0;
    height: 0;
    background: #000;
    opacity: .05;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.info-row{
	padding:5px 0;
	background-color:#fff;
	color:#333;
	font-size: 16px;
}

.info-row a{
	color:#06c;
}

#homebankingform{
	border-radius: 6px;
	padding:25px 15px;
	border:1px solid #ddd;
}

.homebankingform-header{
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

#homebankingform .btn{
	margin: 5px 0;
	width:100%;
}

.info-row svg{
	margin:0 0 0 10px;
}

.login-form{
	background-color: #fff;
	border: 1px solid #ddd;
	color:#333;
	padding:10px 30px;
	z-index:-1;
	margin:20px 0px 0 0px;
}

.login-form p{
	line-height: 21px;
}

.modal-header{
	border:none;
}

.modal-dialog{
	z-index:9999;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color:#5b2a2e;
	border-bottom:2px solid #5b2a2e;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color:#5b2a2e
}

.nav-tabs, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border:none;
}

@media(max-width:1366px){
	.navbar-light .navbar-nav .nav-link{
		font-size:14px;
	}
}

#owl-demo .item{
  background: transparent;
  padding: 0px 0px;
  margin: 0px 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.padding-top{
	padding-top:50px;
}

.padding{
	padding:50px 0;
}

.paperlessHome{
	maring-bottom:15px;
}

.paperless img{
	margin:auto;
}

.panel{
	border-radius:4px;
	color:#333333;
	background-color: #f1f3f5;
	padding:40px 20px 30px;
}

.promos{
	overflow:hidden;
	margin-bottom:15px;
}

.promos-inner{
	overflow:hidden;
	padding:0 15px;
}

.promos-inner a{
	display:block;
	margin:0 0 5px;
}

.promos .fa{
	color:#5b2a2e
	float:left;
	margin-top:25px;
}

.quicklinks a{
	padding:5px 0px;
	display:block;
}

#rates .table>tbody>tr.active>td{
	background-color: rgba(29, 151, 108, .75);
	color:#fff;
}

#services ul li{
	margin:0 0 5px;
}

.sidebar{
	border-radius:6px;
}

.sidebar li{
	padding:1px 5px;
	border:1px solid #ddd;
	background-color:#fff;
}

.sidebar li.active{
	background-color:#5b2a2e
	color:#fff;
}

.sidebar li.active:hover{
	background-color:#5b2a2e
	color:#fff;
}

.sidebar li a, .sidebar .nav-tabs a{
	color:#292d32;
}

.sidebar li.active a, .sidebar li.active:hover a, .sidebar .nav-tabs.active a{
	color:#fff;
	font-weight: bold;
	background-color: transparent;
}

.sidebar li:hover{
	background-color: #f5f5f5;
}

.sidebar li:hover a{
	color:#292d32;
	background-color: transparent;
}

.sidebar li:nth-child(1){
	border-radius:6px 6px 0 0;
}

.sidebar li:nth-last-child(1){
	border-radius:0px 0px 6px 6px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background-color: transparent;
	color:#fff;
}

.services-padding{
	padding-top:90px;
	margin-bottom:-75px;
}

.service-box .fa{
	color:#5b2a2e
}

#services .hb img{
	margin:auto;
}

#sub{
	margin-top:-100px;
}

table img{
	padding:15px;
}

table li{
	padding:2px 0;
}

.trustage{
	margin-top:25px;
}

tr.active{
	background-color:#ffc108 !important;
	color:#fff;
}

.table-border-bottom{
	border-bottom:2px solid #333;
}

.well{
	border-radius: 0px;
	padding:5px 20px 15px 20px;
	box-shadow: none;
	border:none;
	margin:0 0px 15px 0px;
}

#wrap{
	margin-top:120px;
}

@media(max-width:1280px){
	.mobile-margin-bottom{
		margin-bottom:10px;
	}
}

@media(max-width:1024px){
	.carousel-caption{
		top:auto;
		bottom:50px;
		position: absolute;
	}
		.info-row form{
		float:none;
		margin-top:20px;
		padding:20px 0;
		border-top:1px solid rgba(0,0,0,.25);
	}
	.info-row form .btn{
		margin: 5px 5px 0 0;
	}
}

@media(max-width: 768px){
	.carousel-caption{
		bottom:25px;
	}
	.carousel-caption h1{
		font-size:2.25em;
	}
	.info-row .btn{
		float:none;
		margin-top:15px;
	}
}

@media(max-width:414px)
{
	.header-content{
		height:600px;
	}
	.col-xs-12{
		margin:10px 0;
	}
	.navbar-brand img{
		width:200px;
	}
}

@media(max-width:375px){
}
