#footer {
	/* background: url(http://emmanuelbama.net/wp-content/uploads/2016/03/footer-background.jpg); */
	background-color: #2262ad;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 30px 0;
}
#footer p{
	font-size: 14px;
	color: white;
}
.footer-qr{
	text-align:right;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-qr>div{
	display: inline-block;
	margin: 0 10px;
}
.footer-qr img{
    width: 120px;
}
#footer-detail a{
	color: white;
}
#footer-detail h3{
	color: white;
	margin: 15px 0;
}
.footer-detail{
    margin-top: 20px;
	margin-bottom: 40px;
}
.hot-line>div{
	display:inline-block;
	margin-right:25px;
}
.hot-line>div:last-child{
	margin-right: 0;
}
@media(max-width:768px){
	#footer .container{
		padding: 0 15px 25px 15px;
	}
	.footer-qr{
		text-align: center;
	}
	.footer-qr img {
		padding:0 15px;
	}
}

div#footer ul {
    list-style-type: none;
    padding: 0 20px 0 0;
}

div#footer ul>li {
    color: #ddd;
}

div#footer ul>li>a {
    color: #ddd;
}

div#footer ul>li>h3 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

div#footer ul#footer-about-us>li>a>img {
    margin: 5px 0;
    max-width: 100%;
    height: auto;
}

div#footer ul#footer-contact-us>li {
    margin-top: 15px;
}

div#footer ul#footer-contact-us>li>p {
    line-height: 15px;
}

div#footer ul#footer-follow-us>li>a>img {
    margin: 5px 5px 5px 0;
    border-radius: 50%;
}

div#footer ul#footer-services>li>a {
    line-height: 25px;
}

div#footer div.copyright:first-child {
    border-top: 1px solid #555;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#footer div.copyright:last-child {
    padding-bottom: 30px;
}

div#footer div.copyright>p {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    div#footer ul>li>h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    div#footer ul>li>h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    div#footer ul>li {
        display: inline-block;
    }
    div#footer ul>li.footer-title {
        display: block;
    }
    div#footer ul>li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .footer-qr {
        display: none;
    }
    #footer p{
        font-size: 11px;
        color: white;
    }

    #footer a{
        font-size: 11px;
        color: white;
    }
    #footer{
        padding: 10px 0 20px 0
    }
}


.footer-qr>div>p {
    text-align: center;
    font-weight: bold;
}

