/*** dsvy-ihbox-style-11 ***/
.dsvy-ihbox-style-11 {
    position: relative;
    padding: 35px 28px 35px;
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    background-color: var(--dsvy-colza-white-color);
}
.dsvy-ihbox-style-11:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: var(--dsvy-colza-global-color);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    opacity: 0.50;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1
}
.dsvy-ihbox-style-11 .dsvy-element-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;  
    font-weight: 500;
}
.dsvy-ihbox-style-11 .dsvy-element-subtitle,
.dsvy-ihbox-style-11 .dsvy-element-heading{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #666;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon .dsvy-ihbox-icon-type-image{
    width: 65px;
    height: 65px;
}
.dsvy-ihbox-style-11:hover .dsvy-ihbox-icon-wrapper{
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-contents {
    margin: 0px 0 20px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-btn a:after,
.dsvy-ihbox-style-11 .dsvy-heading-desc,
.dsvy-ihbox-style-11 .dsvy-element-title,
.dsvy-ihbox-style-11,
.dsvy-ihbox-style-11 .dsvy-element-subtitle,
.dsvy-ihbox-style-11 .dsvy-element-heading{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11:after{
    transform: scaleY(1.0);
    opacity: 1;
    z-index: -1;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon {
    font-size: 70px;
    line-height: 70px;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title,
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-ihbox-icon,
.dsvy-ihbox-hover-active .dsvy-ihbox-btn a {
    color: #fff;
}
.dsvy-ihbox-hover-active .dsvy-heading-desc {
    color: #d2d2d2;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-subtitle,
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-heading{
    color: var(--dsvy-colza-global-color);
}
.dsvy-ihbox-style-11 .dsvy-ihbox-btn a {
    font-size: 0;
    padding: 0;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-btn a:before{
    display: none;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-btn a:after {
    content: "\e818";
    font-family: 'designervily-base-icons';
    font-size: 20px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    color: #fff;
    font-weight: 500;
    background-color: var(--dsvy-colza-global-color);
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-ihbox-btn a:after {
    background-color: #fff;
    color: var(--dsvy-colza-blackish-color);
}
.dsvy-ihbox-style-11:before{
    content: "0" counter(dsvybox4) "";
    counter-increment: dsvybox4;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(var(--dsvy-colza-blackish-color-rgb),.2);
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11:before{
    color:rgba(var(--dsvy-colza-white-color-rgb),.2);
}
.dsvy-ihbox-style-11 .dsvy-ihbox-btn {
    position: absolute;
    bottom: 30px;
    right: 2px;
}
@media (min-width:768px){
    .dsvy-element-miconheading-style-11 .dsvy-miconheading-style-11:nth-child(odd) .dsvy-ihbox-style-11{
        transform: translateY(-30px);
    }
}