.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-icon .dsvy-ihbox-icon-wrapper {
    font-size: 30px;
    font-weight: 600!important;
    color: var(--dsvy-karzo-global-color);
}

.dsvy-ihbox-style-1 {
    position: relative;
    padding: 0px 0px;
    transform: translateY(0);
    text-align: center;
}

.dsvy-ihbox-style-1 .dsvy-element-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 500;
    padding: 0 40px;
}

.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: var(--dsvy-karzo-global-color);
}

.dsvy-ihbox-style-1 .dsvy-ihbox-contents {
    margin: 10px 20px 20px;
}

.dsvy-element-miconheading-style-1 .dsvy-miconheading-style-1:last-child:before {
    content: unset;
}

.step {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.step-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.step .step-inside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.step img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.step:not(.step-animate) img {
    opacity: 0;
}

.step.step-1.step-animate img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.step.step-1:not(.step-animate) img:nth-child(4),
.step.step-1:not(.step-animate) img:first-child {
    opacity: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.step.step-1.step-animate img:nth-child(2) {
    -webkit-animation-name: step1;
    animation-name: step1;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.step.step-1.step-animate img:nth-child(3) {
    -webkit-animation-name: step1;
    animation-name: step1;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.step.step-1.step-animate img:nth-child(4) {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    opacity: 0;
}

@keyframes step1 {
    from {
        opacity: 0
    }
    47% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    97% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes step1 {
    from {
        opacity: 0
    }
    47% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    97% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.step.step-2.step-animate img {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.step.step-2:not(.step-animate) img:nth-child(2),
.step.step-2:not(.step-animate) img:first-child {
    opacity: 1;
}

.step.step-2.step-animate img:nth-child(3) {
    -webkit-animation-name: step2;
    animation-name: step2;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

@keyframes step2 {
    from {
        opacity: 0
    }
    47% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    97% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.step.step-4.step-animate img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.step.step-4:not(.step-animate) img:nth-child(3),
.step.step-4:not(.step-animate) img:first-child {
    opacity: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.step.step-4.step-animate img:nth-child(2) {
    -webkit-animation-name: step4;
    animation-name: step4;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.step.step-4.step-animate img:nth-child(3) {
    -webkit-animation-name: step4;
    animation-name: step4;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@keyframes step4 {
    from {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.step.step-3.step-animate img {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.step.step-3:not(.step-animate) img:nth-child(2),
.step.step-3:not(.step-animate) img:first-child {
    opacity: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.step.step-3.step-animate img:nth-child(2) {
    -webkit-animation-name: step3;
    animation-name: step3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.step.step-3.step-animate img:nth-child(3) {
    -webkit-animation-name: step3;
    animation-name: step3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.step.step-3.step-animate img:nth-child(4) {
    -webkit-animation-name: step3;
    animation-name: step3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

@keyframes step3 {
    from {
        opacity: 0
    }
    1% {
        opacity: 1
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media (max-width: 1200px) {
    .dsvy-element-miconheading-style-1 .dsvy-miconheading-style-1:before {
        content: unset!important;
    }
}

@media (max-width: 1024px) {
    .dsvy-ihbox-style-1 .dsvy-element-title {
        padding: 0 10px;
    }
    .dsvy-ihbox-style-1 .dsvy-element-title {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .step {
        padding-bottom: 80%;
    }
}