.dsvy-ihbox-style-1 {
  position: relative;
  padding: 35px 28px 35px;
  transform: translateY(0);
  -webkit-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);
  background-color: var(--dsvy-colza-white-color);
}
.dsvy-ihbox-style-1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background: #3bb9a5;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  opacity: 0.5;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.dsvy-ihbox-style-1 .dsvy-element-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.dsvy-ihbox-style-1 .dsvy-element-subtitle,
.dsvy-ihbox-style-1 .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-1 .dsvy-ihbox-icon .dsvy-ihbox-icon-type-image {
  width: 65px;
  height: 65px;
}
.dsvy-ihbox-style-1:hover .dsvy-ihbox-icon-wrapper {
  -ms-transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-btn a:after {
  color: var(--dsvy-colza-global-color);
}
.dsvy-ihbox-style-1 .dsvy-ihbox-contents {
  margin: 30px 0 20px;
}
.dsvy-ihbox-style-1 .dsvy-heading-desc,
.dsvy-ihbox-style-1 .dsvy-element-title,
.dsvy-ihbox-style-1,
.dsvy-ihbox-style-1 .dsvy-element-subtitle,
.dsvy-ihbox-style-1 .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-style-1 .dsvy-ihbox-btn a:before {
  background-color: var(--dsvy-colza-global-color);
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 {
  transform: translateY(-8px);
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1:after {
  transform: scaleY(1);
  opacity: 1;
  z-index: -1;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-icon {
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  color: #3bb9a5;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-element-title,
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .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-1 .dsvy-element-subtitle,
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-element-heading {
  color:#fff;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-icon:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 0;
  border-radius: 50%;
  background-color: rgba(var(--dsvy-colza-global-color-rgb), 0.1);
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-ihbox-icon:before {
  background-color: rgba(var(--dsvy-colza-white-color-rgb), 0.1);
}
.dsvy-big .dsvy-ihbox-style-1 .dsvy-element-title {
  font-weight: 700;
}
