/*=== themestek-ele-fid-style-4 ===*/
.themestek-ele-fid.themestek-ele-fid-style-4 {
    display: inline-block;
    padding: 30px 45px 30px;
    border-radius: 50px 0 0 0;
    background-color: var(--tstk-industrey-white-color);
}
.themestek-ele-fid-style-4 .tstk-circle{
    position: relative; 
    text-align: center; 
}
.themestek-ele-fid-style-4 .tstk-circle-outer {
    text-align: center; 
}
.themestek-ele-fid-style-4 .tstk-circle{
    width: 140px; 
    margin: 0 auto; 
    display: inline-block;
}
.themestek-ele-fid-style-4 .tstk-circle:after{
    position: absolute;
    content: '';
    width: 100px;
    height:100px;
    left: 20px;
    top:  20px;;
    border-radius: 50%;
    border: 3px solid var(--tstk-industrey-blackish-bg-color);
}
.themestek-ele-fid-style-4 .tstk-fid-title {
    font-size: 26px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 0;
}
.themestek-ele-fid-style-4 .tstk-circle-inner {
    margin-top: -10px;
}
.themestek-ele-fid-style-4 .tstk-fid-inner {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
}
.themestek-ele-fid-style-4 h4.tstk-fid-inner  {
    font-size: 32px;
    line-height: 32px;  
}
.themestek-ele-fid-style-4 h4.tstk-fid-inner sup{
    top: -3px;
    position: relative;
    left: 0px;
}
.themestek-ele-fid-style-4 h4.tstk-fid-inner sub{
    top: -10px;
}
/*==== RTL ====*/
body.rtl .themestek-ele-fid-style-4 .tstk-fid-title{
    font-size: 22px;
}