.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:before,
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:after,
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-ihbox-style-6 {
    position: relative;
    padding: 0 25px;
    text-align: center;
}
.cspt-sep .thsn-ihbox-style-6:after {
    position: absolute;
    top: calc(50% - 25%);
    right: calc(50% - 80%);
    content: '';
    width: 44%;
    height: 3px;
    background-color: rgba(var(--thsn-educosta-global-color-rgb) ,0.20);
}
.cspt-sep.elementor-section .elementor-column:last-child .thsn-ihbox-style-6:after,
.thsn-element-miconheading-style-6 .thsn-ele:last-child .thsn-ihbox-style-6:after {
    display: none;
}
.thsn-ihbox-style-6 .thsn-element-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:before,
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    z-index: 2;
    color: var(--thsn-educosta-white-color);
    background-color: var(--thsn-educosta-global-color);
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-text{
    font-weight: 600;
}
.thsn-ihbox-style-6:hover .thsn-ihbox-icon-wrapper {
    color: #fff!important;
    background-color: var(--thsn-educosta-secondary-color)!important;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:before {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    left: -10px;
    top: -10px;
    background-color: rgba(var(--thsn-educosta-global-color-rgb) ,0.40);
}
.thsn-ihbox-style-6:hover .thsn-ihbox-icon-wrapper:before {
    background-color: rgba(var(--thsn-educosta-secondary-color-rgb) ,0.50)!important;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:after {
    position: absolute;
    content: '';
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: -1;
    left: -20px;
    top: -20px;
    background-color: rgba(var(--thsn-educosta-global-color-rgb) ,0.20);
}
.thsn-ihbox-style-6 .thsn-ihbox-icon{
    margin-bottom: 45px;
}
.thsn-ihbox-style-6:hover .thsn-ihbox-icon-wrapper:after {
    background-color: rgba(var(--thsn-educosta-secondary-color-rgb) ,0.30)!important;
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper {
    background-color: #fff;
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper {
    color: var(--thsn-educosta-global-color);
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:before {
    background-color: rgba(var(--thsn-educosta-white-color-rgb) ,0.50);
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-6:after,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper:after {
    background-color: rgba(var(--thsn-educosta-white-color-rgb) ,0.20);
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img{
    max-width: 60px;
    height: 60px;
    border-radius: 100%;
}
/*--- Responsive ---*/
@media(max-width:767px) {
    .cspt-sep .thsn-ihbox-style-6:after {
        display: none;
    }
}