/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}
a:hover {
 cursor:pointer;
}

section .section-title {
    text-align: center;
    color: #5798D6;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #ededed; !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #6E6E6E;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color:#6E6E6E;
}
#footer h6{
	padding-left: 10px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    color:#6E6E6E;
}
#footer a {
    color: #5798D6;
    text-decoration: none !important;
    background-color: transparent;
}
#footer ul.social li{
	padding: 3px 0;
	pointer: none;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:15px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:20px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#5798D6;
}
#footer ul.social li a:hover{
	color:#6E6E6E;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:500;
}
#footer ul.quick-links li a i{
	margin-right: 15px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 500;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
}
.div.b {
	word-wrap: break-word;
}

