/*** thsn-ihbox-style-11 ***/
.thsn-ihbox-style-11 .thsn-element-title{
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;    
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-wrapper{
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 5px;
    color: var(--thsn-logisto-secondary-color);
}
.thsn-element-miconheading-style-11.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active{
	width: 10px;
    height: 10px;
    background-color: var(--thsn-logisto-secondary-color);
}
.thsn-element-miconheading-style-11.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    background-color: rgba( var(--thsn-logisto-secondary-color-rgb) , .30);
}
.thsn-element-miconheading-style-11.themesion-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: left;
}
.thsn-element-miconheading-style-11{
    padding: 45px 35px;
    background-color: var(--thsn-logisto-white-color);
    box-shadow: 0px 1px 16px 0px rgb(0 0 0 / 7%);
}
.thsn-element-miconheading-style-11:before{
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    width: auto;
    top: 0;
    background-color:var(--thsn-logisto-secondary-color);
    left: 35px;
    right: 35px;
}
.thsn-element-miconheading-style-11.themesion-element-viewtype-carousel .owl-carousel .owl-dots{
    margin-top: 10px;
}
/*=== RTL ===*/
body.rtl .thsn-element-miconheading-style-11.themesion-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: right;
}