.empty-space {
    overflow: hidden;
}
.banner {
    background-image: url('../images/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-overlay {
    height: 650px;
    padding: 190px 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
}
.banner h1 {
    font-weight: bold;
    font-size: 92px;
}
.banner .muslimhub-btn {
    margin-top: 50px;
}
.breadcrumb-banner {
    background-image: url('../images/cropped-mosque-1-1.jpg')!important;
}

.prayer-timing-section {
    padding: 30px 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.site-footer {
    background-image: url('../images/mosque.jpg');
}

.about-border {
    position: relative;
}


.about-border:after {
    position: absolute;
    content: '';
    left: -35px;
    top: 35px;
    width: 15px;
    height: 100%;
}

.about-border:before {
    position: absolute;
    content: '';
    left: -30px;
    bottom: -35px;
    width: 100%;
    height: 15px;
}

.about-content ul {
    display: inline-block;
    list-style: none;
}

.about-content h2 {
    margin-bottom: 20px;
}
.about-content ul li i {
    float: left;
    width: 50px;
    height: 50px;
    padding: 18px 15px;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
}
.abt-srv-list {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.site-footer-bg {
	background: rgba(0, 0, 0, 0.80)
}
.footer-widget .recent-post-widget p {
	font-size: 14px;
}

.pagination {
    display: inherit;
}
.pagination li a {
    border: 1px solid;    
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
}
.pagination li .current {
    padding: 8px 16px;
    background: #fff;
}
.not-found .muslimhub-btn {
    margin-top: 50px;
}