/*=== themestek-ele-fid-style-2 ===*/
.themestek-ele-fid-style-2{
    position: relative;
    margin-bottom: 30px;
}
.themestek-ele-fid-style-2 .tstk-fid-inner{
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
}
.themestek-ele-fid-style-2 .tstk-fid-title {
    margin-top: 5px;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 18px;
}
.themestek-ele-fid-style-2  .tstk-sbox-icon-wrapper{
    font-size: 70px;
    line-height: 70px;
    color: var(--tstk-industrey-global-color);
    margin-right: 20px;
}
.tstk-fid-style-2 .themestek-ele-fid-style-2:after{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    right: 10px;
    top: 0;
    transform: skew(-15deg);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
    .tstk-fid-style-2 .themestek-ele-fid-style-2:after{
        right: 0;
    }
}
@media (max-width: 1024px){
    .tstk-fid-style-2 .themestek-ele-fid-style-2:after{
        display: none;
    }
}

/*===== RTL =====*/
body.rtl .themestek-ele-fid-style-2  .tstk-sbox-icon-wrapper{
    margin-left: 20px;
    margin-right: inherit;
}
body.rtl .tstk-fid-style-2 .themestek-ele-fid-style-2:after{
    left: 30px;
    right: inherit;
}
body.rtl .themestek-ele-fid-style-2 .tstk-fid-title{
    font-size: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
    body.rtl .tstk-fid-style-2 .themestek-ele-fid-style-2:after{
        left: 0;
    }
}