/* style7 */
.featured-icon-box.style7{
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    padding: 50px 25px 40px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.featured-icon-box.style7:before,
.featured-icon-box.style7:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    z-index: -2;
}
.featured-icon-box.style7:before{
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 145px solid #df3940;
    border-bottom: 145px solid #df3940;
}
.featured-icon-box.style7:hover:before{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.featured-icon-box.style7:after{
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 128px solid #df3940;
    border-right: 128px solid #df3940;
}
.featured-icon-box.style7:hover:after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.featured-icon-box.style7 .featured-icon{position: relative;z-index: 1;}
.featured-icon-box.style7 .featured-icon .ttm-icon{
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-color: #e9e9e9;
}
.featured-icon-box.style7:hover .featured-icon .ttm-icon {
    border-color: rgba(233, 233, 233, 0.35);
}
.featured-icon-box.style7 .featured-icon .ttm-icon:before{
    content: '';
    right: 0;
    top: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #dcdcdc;
}
.featured-icon-box.style7 .featured-icon .ttm-icon i {
    font-size: 38px;
    color: #df3940;
    transition: all .4s ease;
    z-index: 9;
}
.featured-icon-box.style7 .featured-content {margin-top: 28px; z-index: 1;}



/* pagination start */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #630330;
    border-color: #630330;
}


.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #630330;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination {
    /* display: -ms-flexbox; */
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

/* pagination end */

