.types-section{
    position:relative;
    padding:150px 0px 140px;
    background-attachment:fixed;
    background-size:cover;
}

.types-section .sec-title{
    margin-bottom:80px;
}

.types-section.style-two{
    background-color:#000000;
}

.types-section.style-two:before{
    display:none;
}

.types-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(13,13,13,0.90);
}

.featured-block{
    position:relative;
    margin-bottom:30px;
}

.featured-block .side-text {
    position: absolute;
    left: 2px;
    bottom: 0px;
    opacity: 0.20;
    font-size: 40px;
    color: transparent;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-family: 'MonumentExtended-Ultrabold';
    text-transform: uppercase;
    transform-origin: 4% 20%;
    width: 550px;
}

.types-sectionX .featured-block:nth-child(2) .side-text{
    left:0px;
    bottom:-3px;
    transform-origin: 5% 0%;
}

.featured-block .inner-box{
    position:relative;
    text-align:center;
    min-height: 662px;     
    margin-left:30px;
    padding:50px 35px 55px;
    border:2px solid rgba(255,255,255,0.20);

}

.featured-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    height:100%;
    width:0%;
    background-color:#000000;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.featured-block .inner-box:hover::before{
    width:100%;
}

.featured-block .inner-box .icon-box{
    position:relative;
    font-size: 70px;
    line-height:1em;
    color:#ffffff;
    font-weight:300;
}

.featured-block .inner-box .icon-box span.icon img {
    opacity: 0.2;
    width: 50%;
    padding-bottom: 40px;
    
}



.featured-block .inner-box .featured-list {
    position: relative;
    margin-top: 20px;
    min-height: 262px; 
}

.featured-block .inner-box .featured-list li{
    position:relative;
    font-size:20px;
    margin-bottom:18px;
    font-weight:400;
    color:rgba(255,255,255,0.50);
    font-family: 'Poppins', sans-serif;
}

.featured-block .inner-box .featured-list li.hide{
    text-decoration:line-through;
    opacity:0.20;
}

.featured-block .inner-box .title{
    position:relative;
    font-size: 30px;
    line-height:1em;
    color:#ffffff;
    margin-top:0px;
    min-height: 130px;
    font-family: 'MonumentExtended-Ultrabold';
}

.featured-block .inner-box .title span{
    font-weight:400;
    display:block;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
}

.featured-block .inner-box .theme-btn{
    cursor:pointer;
}
