/*-----------------------------------------------
                  Banner Style
-----------------------------------------------*/
#ib_banner{
    background:url('../images/Islamic_Books.jpg');
    background-size:cover;
    background-position:20% 20%;
    height:350px;
}
.ib_banner-o{
    background:rgba(0, 0, 0,.0);
    height:350px;
}
#ib_banner .row, #ib_banner .container{
    height:100%;
}
.ib_banner-c{
    text-align:center;
    margin-top:110px;
    position:relative;
}
.ib_banner-c h1{
    color:#fff;
    font-size:37px;
    margin:0;
    margin-bottom:20px;
}
.ib_banner-c ul{
    display:inline-block;
}
.ib_banner-c ul li{
    display:inline-block;
    padding:0 15px;
}
.ib_banner-c ul li a{
    color:#fff;
}
.ib_active{
    color:#4db4ff;
}


@media(max-width:576px){
    .ib_banner-c h1{
        font-size:24px;
    }
}


/*-----------------------------------------------
                 Books Style
-----------------------------------------------*/
#ib_books{
    padding:75px 0;
}
.ib_books-o{
    background:#fff;
    margin-bottom:5px;
}
.ib_books-i img{
    border-radius:5px;
}
.ib_books-c{
    padding:15px;
    border-right:1px solid #e7e7e7;
}
.ib_books-i ul li{
    padding-left:30px;
    padding-bottom:15px;
}
.ib_books-i ul li:nth-child(2){
    position:relative;
}
.ib_books-i ul li:nth-child(2) a{
    color:#aaa;
    font-size:14px;
}
.ib_books-i ul li:nth-child(1){
    color:#555;
    position:relative;
}
.ib_books-i ul li:nth-child(1)::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:25px;
    height:25px;
    background:url('../images/calender.png');
    background-size:cover;
}
.ib_four{
    padding-left:0 !important;
}
.ib_books-i ul li:nth-child(2)::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    background:url('../images/download.png');
    background-size:cover;
}


@media(max-width:576px){
    .ib_books-c{
        border-bottom:1px solid #e7e7e7;
        border-right:0 solid #e7e7e7;
        
    }
    #ib_books{
        padding:15px 0 10px 0;
    }
}
