.footer-11-wrapper {
	background: url(https://www.mjmlawoffice.com/wp-content/img/fbg.jpg) no-repeat center 0;
    background-size: cover;
    padding: 100px 0 0;
}
.footer-11-wrapper .bottom {
	padding:20px 0;
}
.footer-11-wrapper .col-md-4 {
	padding-right:60px;
}

.footer-11-wrapper h3 {
  	color: #d7563a;
  	font-size:18px;
  	text-transform:uppercase;
}
.footer-11-wrapper p {
	color:#fff;
}
.footer-11-wrapper p.big {
	font-size:50px;
  	line-height:50px;
}
.footer-11-wrapper a {
	color:#d7563a;
  	text-decoration:none;
  	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.footer-11-wrapper a.btn-link {
	color: #fff;
    border: 2px solid #0B60A2;
    padding: 15px 0;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    max-width: 250px;
    text-transform: uppercase;
    border-radius: 5px;
  	text-decoration:none;
}
.footer-11-wrapper a.btn-link:hover {
  	color:#fff;
	background:#0B60A2;
}
.footer-11-wrapper ul {
	padding: 0;
    list-style: none;
}
.footer-11-wrapper ul li a {
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 17px;
    margin-bottom: 23px;
    border-bottom: 1px solid #666;

}
.footer-11-wrapper a:hover {
  	color: #0B60A2;
}

.footer-11-wrapper a > i.fa {
  color:#0B60A2;
  font-size: 80px;
    margin-right: 10px;
}
.footer-11-wrapper a:hover > i.fa {
  color:#d7563a;
}