.dsvy-ihbox-style-5 .dsvy-ihbox-contents .dsvy-heading-desc:before,
.dsvy-ihbox-style-5 .dvsy-ihbox-image:after,
.dsvy-ihbox-style-5 .dvsy-ihbox-image,
.dsvy-ihbox-style-5 .dsvy-element-title,
.dsvy-ihbox-style-5:hover:after,
.dsvy-ihbox.dsvy-ihbox-style-5:after,
.dsvy-ihbox-style-5 .dsvy-ihbox-contents,
.dsvy-ihbox-style-5 .dsvy-heading-desc,
.dsvy-ihbox-style-5 .dsvy-element-heading {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dsvy-ihbox-style-5 .dsvy-ihbox-contents .dsvy-heading-desc,
.dsvy-ihbox-style-5 .dsvy-ihbox-box,
.dsvy-ihbox-style-5 .dvsy-ihbox-image,
.dsvy-ihbox.dsvy-ihbox-style-5 {
    position: relative;
}

.dsvy-ihbox-style-5 .dvsy-ihbox-icon-type-image img {
    max-height: 100%;
    width: 100%;
}

.dsvy-ihbox-style-5 .dsvy-element-title {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dsvy-ihbox-style-5:hover .dsvy-element-title,
.dsvy-ihbox-style-5:hover .dsvy-heading-desc {
    color: #fff;
}

.dsvy-ihbox.dsvy-ihbox-style-5 .dsvy-ihbox-icon-wrapper {
    transition: all 0.3s ease 0s;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    color: var(--dsvy-karzo-global-color);
}

.dsvy-ihbox.dsvy-ihbox-style-5:hover .dsvy-ihbox-icon-wrapper {
    transform: translateY(-5px) rotate(5deg);
}

.dsvy-ihbox-style-5 .dsvy-ihbox-box-number {
    position: absolute;
    top: 50px;
    right: 35px;
    left: auto;
    font-size: 60px;
    line-height: 60px;
    color: transparent;
    -webkit-text-stroke: 1px var(--dsvy-karzo-blackish-color);
    opacity: .10;
    z-index: 9;
    font-weight: 600!important;
}

.dsvy-ihbox-style-5:hover .dsvy-ihbox-box-number {
    -webkit-text-stroke: 1px var(--dsvy-karzo-global-color);
    opacity: .50;
}

.dsvy-ihbox-style-5 .dsvy-ihbox-contents {
    padding: 45px 40px 75px;
}

.dsvy-ihbox.dsvy-ihbox-style-5:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background: var(--dsvy-karzo-white-color);
    top: 0;
    left: 0;
    z-index: -1;
}

.dsvy-ihbox-style-5:hover:after {
    background: rgba(var(--dsvy-karzo-blackish-color-rgb), 0.90);
}

.dsvy-ihbox-style-5 .dsvy-ihbox-box:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid var(--dsvy-karzo-light-bg-color);
    border-left: 35px solid transparent;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.dsvy-ihbox-style-5:hover .dsvy-ihbox-box:before {
    border-bottom: 35px solid var(--dsvy-karzo-global-color);
}

.dsvy-ihbox.dsvy-ihbox-style-5 {
    border: 1px solid #f1f1f1;
}