.thsn-ihbox-style-3 .thsn-ihbox-contents {
    position: relative;
    overflow: visible;
    padding: 40px 30px 65px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    -moz-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
}
.thsn-ihbox-style-3 .thsn-ihbox-contents:before{
    counter-increment: thsnbox1;
    content: counter(thsnbox1,decimal-leading-zero);
    position: absolute;
    top: 55px;
    right: 40px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--thsn-educosta-global-color-rgb) ,0.20);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.thsn-ihbox-style-3:hover .thsn-ihbox-contents:before{
    top: -30px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper:before,
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper:after {
    border-radius: 100%;
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper {
    position: relative;
    margin:15px 0 35px 15px;
    width: 55px;
    height: 55px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 2;
    color: var(--thsn-educosta-white-color);
    background-color: var(--thsn-educosta-global-color);
}
.thsn-ihbox-style-3:hover .thsn-ihbox-icon-wrapper:after,
.thsn-ihbox-style-3:hover .thsn-ihbox-icon-wrapper:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thsn-educosta-global-color-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thsn-educosta-global-color-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thsn-educosta-global-color-rgb), 0.6);
    -webkit-animation: round 3s infinite;
    animation: round 3s infinite;
    border-radius: 50%;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.thsn-ihbox-style-3 .thsn-element-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
    background: transparent;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img{
    max-width: 60px;
    height: 60px;
    border-radius: 100%;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text{
    font-size: 22px;
    font-weight: 600;
}
.thsn-element-miconheading-style-3 .owl-carousel .thsn-ele .thsn-ihbox-style-3 .thsn-ihbox-contents{
    margin-top: 25px;
}
@-webkit-keyframes round{
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

@keyframes round{
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}