.cspt-service-style-5 {
    position: relative;
    margin-top: 40px;
}
.cspt-service-style-5,
.cspt-service-style-5 .cspt-service-icon-wrapper i,
.cspt-service-style-5 .cspt-service-icon,
.cspt-service-style-5 .cspt-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-service-style-5 .cspt-featured-wrapper img {
    border-radius: 6px;
    overflow: hidden;
}
.cspt-service-style-5 .cspt-service-cat a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: var(--cspt-emphires-global-color);
}
.cspt-service-style-5 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 0;
}
.cspt-service-style-5 .cspt-service-title a {
    color: var(--cspt-emphires-white-color);
}
.cspt-service-style-5 .creativesplanet-box-wrap {
    flex: 1;
}
.cspt-service-style-5 .cspt-service-btn {
    margin-top: 15px;
}
.cspt-service-style-5 .cspt-service-btn a i {
    color: var(--cspt-emphires-white-color);
    font-size: 24px;
}
.cspt-service-style-5 .cspt-service-icon {
    display: inline-block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    width: 90px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 35px;
    z-index: 9;
    overflow: visible;
}
.cspt-service-style-5 .cspt-service-icon-wrapper img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.cspt-service-style-5 .cspt-service-icon-wrapper {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: var(--cspt-emphires-white-color);
    background: var(--cspt-emphires-white-color);
}
.cspt-service-style-5 .cspt-service-icon-wrapper i {
    font-size: 40px;
    color: var(--cspt-emphires-global-color);
}
.cspt-service-style-5:hover .cspt-service-icon-wrapper i {
    color: var(--cspt-emphires-white-color);
}
.cspt-service-style-5 .creativesplanet-box-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.cspt-service-style-5 .creativesplanet-box-content-inner {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 9;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    width: calc(100% - 60px);
}
.cspt-service-style-5 .creativesplanet-box-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    border-radius: 6px;
    background: -moz-linear-gradient(top, rgba(28, 35, 47, 0) 0%, rgba(28, 35, 47, 0) 43%, rgba(28, 35, 47, 0.83) 90%, rgba(28, 35, 47, 0.83) 100%);
    background: -webkit-linear-gradient(top, rgba(28, 35, 47, 0) 0%, rgba(28, 35, 47, 0) 43%, rgba(28, 35, 47, 0.83) 90%, rgba(28, 35, 47, 0.83) 100%);
    background: linear-gradient(to bottom, rgba(28, 35, 47, 0) 0%, rgba(28, 35, 47, 0) 43%, rgba(28, 35, 47, 0.83) 90%, rgba(28, 35, 47, 0.83) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001c232f', endColorstr='#d41c232f', GradientType=0);
}
.cspt-service-style-5 .cspt-service-btn a:after {
    display: none;
}
.cspt-service-style-5:hover .cspt-service-icon-wrapper {
    background-color: var(--cspt-emphires-global-color);
}
