/* Stepbox default CSS */
.minemopro-stepboxes-wrapper.ttm-staticbox-default {
    text-align: center;
}

.ttm-staticbox-default .ttm-ptable-icon-wrapper i {
    font-size: 30px;
    color: var(--ttm-skincolor);
}

.ttm-staticbox-default .process-num {
    font-size: 20px;
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
    margin-bottom: 12px;
}

.ttm-staticbox-default .ttm-left-contentbox {
    margin-bottom: 12px;
}


/**/


.minemopro-element-static-iconboxbox-default.minemopro-boxes-inner .ttm-box-col-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.minemopro-boxes-row-wrapper.ttm-staticbox-default, .ttm-staticbox-default .ttm-stepbox-content {
    position: relative;
}

.ttm-staticbox-default .ttm-stepbox-content .ttm-top-contentbox .ttm-stepbox-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.ttm-staticbox-default .ttm-stepbox-content:hover .ttm-top-contentbox .ttm-stepbox-imagebox img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.minemopro-boxes-row-wrapper.ttm-staticbox-default {
    position: relative;
}

.ttm-staticbox-default .ttm-stepbox-content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-box-title {
    margin-bottom: 25px;
}

.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link2.ttm-more-button2 i {
    padding-left: 5px;
}

.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link.ttm-more-button ,.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link2.ttm-more-button2 {
    font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link2.ttm-more-button2 {
    margin-left: 30px;
    position: relative;
}

.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link2.ttm-more-button2:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--ttm-bordercolor);
}


.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox {
    background-color: var(--ttm-greycolor);
    padding: 30px 25px;
    text-align: left;
    opacity: 0;
    transform: translateY(98px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    max-width: 100%;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    width: auto;
    border-radius: 10px;
    display: inline-block;
}

.ttm-staticbox-default .ttm-stepbox-content:hover .ttm-bottom-contentbox {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
}


.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link2.ttm-more-button2 i.fas.fa-download:before {
    content: unset;
}

.ttm-staticbox-default .ttm-stepbox-content .ttm-bottom-contentbox .ttm-staticbox-more-link2.ttm-more-button2 i.fas.fa-download:after {
       content: '';
    -webkit-mask: url(../images/download-icon.svg) no-repeat 100% 100%;
    mask: url(../images/download-icon.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 19px;
    width: 19px;
    position: absolute;
    right: -17px;
    bottom: 5px;
    background-color: currentColor;
    text-align: center;
    display: inline-block;
}


/**/

.ttm-staticbox-style1 {
    position: relative;
}

.ttm-staticbox-style1 .ttm-stepbox-content .ttm-top-contentbox {
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.ttm-staticbox-style1 .ttm-stepbox-content .ttm-top-contentbox .ttm-ptable-icon-wrapper {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: rgb(255 255 255 / 10%);
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgb(255 255 255 / 10%);
}

.ttm-staticbox-style1 .ttm-stepbox-content .ttm-top-contentbox .ttm-ptable-icon-wrapper i {
    color: var(--ttm-skincolor);
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}

.ttm-staticbox-style1 .ttm-box-col-wrapper .ttm-stepbox-content:hover .ttm-top-contentbox .ttm-ptable-icon-wrapper i {
    transform: rotate(-10deg);
}

.minemopro-boxes-row-wrapper.ttm-staticbox-style1 .ttm-box-col-wrapper .ttm-stepbox-content {
    position: relative;
    z-index: 10;
}

.minemopro-boxes-row-wrapper.ttm-staticbox-style1 .ttm-box-col-wrapper .ttm-stepbox-content:after {
    content: '';
    position: absolute;
    right: -30px;
    width: 90%;
    top: 30px;
    border-top: 2px dashed rgba(255, 255, 255, 0.10);
    z-index: 1;
}

.minemopro-boxes-row-wrapper.ttm-staticbox-style1 .ttm-box-col-wrapper:last-child .ttm-stepbox-content:after {
    content: unset;
}

.ttm-staticbox-style1 .ttm-stepbox-content .ttm-bottom-contentbox .minemopro-static-box-desc {
    color: rgb(255 255 255 / 70%);
}

/**/


.minemopro-element-static-iconboxbox-style2 .minemopro-boxes-inner .ttm-box-col-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.minemopro-boxes-row-wrapper.ttm-staticbox-style2, .ttm-staticbox-style2 .ttm-stepbox-content {
    position: relative;
}

.ttm-staticbox-style2 .ttm-stepbox-content .ttm-top-contentbox .ttm-stepbox-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.ttm-staticbox-style2 .ttm-stepbox-content:hover .ttm-top-contentbox .ttm-stepbox-imagebox img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.minemopro-boxes-row-wrapper.ttm-staticbox-style2 {
    position: relative;
}

.ttm-staticbox-style2 .ttm-stepbox-content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.ttm-staticbox-style2 .ttm-stepbox-content .ttm-bottom-contentbox {
    text-align: left;
    background-color: var(--ttm-greycolor);
    max-width: 100%;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    width: auto;
    border-radius: 20px;
    padding: 24px 25px 11px 25px;
    display: inline-block;
}

/**/