.themetechmount-iconbox-styleone.themetechmount-iconbox .themetechmount-iconbox-icon {
    margin-bottom: 0;
    padding-right: 25px;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper {
    display: flex;
    align-items: center;
}
.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 28px;
    line-height: 34px;
    position: relative;
    margin-bottom: 0;
}
.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon i{
    font-size: 60px;
}
.themetechmount-iconbox-styleone .themetechmount-iconbox-icon .tm-box-icon,
.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon .tm-box-icon {
    position: relative;
    display: inline-block;
    transition: 0.5s all;
}
.themetechmount-iconbox-styleone:hover .themetechmount-iconbox-icon .tm-box-icon,
.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-icon .tm-box-icon {
    transform: rotateY(360deg);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
        font-size: 18px;
        line-height: 24px;
    }
    .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon i {
        font-size: 40px;
    }
}

/*icon box  style 2*/
.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner {
    border: 1px solid var(--ttm-bordercolor);
    text-align: center;
    margin: 0 auto;
    padding: 25px 15px 20px;
        position: relative;
    overflow: hidden;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i{
    font-size: 60px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon {
    line-height: 0;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner .tm-iconbox-wrapper {
    z-index: 1;
    position: relative;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: var(--ttm-skincolor);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 0;
}
.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-inner:before {
    border: none;
    height: 100%;
    background: var(--ttm-greycolor);
    top: 0;
}
/*icon box  style 2*/

/*icon box  style 3*/
.themetechmount-iconbox-stylethree .themetechmount-iconbox-inner .themetechmount-iconbox-heading {
    background: #ffffff;
    padding: 30px;
    margin-left: 35px;
    margin-top: 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree  .themetechmount-iconbox-icon {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    right: auto;
    left: 0;
    top: -25px;
    bottom: auto;
}
.themetechmount-iconbox-stylethree  .tm-icon-type-image {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.themetechmount-iconbox-stylethree .tm-icon-type-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 3px 4px 5px rgba(46, 35, 94, 0.11), inset 3px 0px 1px rgba(204, 204, 215, 0.5);
    border-radius: 100%;
}

.themetechmount-iconbox-stylethree:hover .tm-icon-type-image:before {
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree  .themetechmount-iconbox-icon  img {
    width: auto;
    height: auto;
    transition: 0.8s all;
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree:hover .themetechmount-iconbox-icon img {
    transform: rotateY(360deg);
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-inner .themetechmount-iconbox-heading:before {
    position: absolute;
    content: '';
    z-index: 11;
    width: 92%;
    height: 50%;
    border-right: 1px dashed #d3d3d3;
    right: 0px;
    border-left: 1px dashed #d3d3d3;
    border-bottom: 1px dashed #d3d3d3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: auto;
    bottom: 0;
    background-color: transparent;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-head:after, 
.themetechmount-iconbox-stylethree .themetechmount-iconbox-head:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 100%;
    right: auto;
    left: 31px;
    z-index: 11;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-head:before {
    bottom: 50%;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-head:after {
    right: -3px;
    left: auto;
    top: 50%;
}
@media (max-width: 1024px){ 
    .themetechmount-iconbox-stylethree .themetechmount-iconbox-inner .themetechmount-iconbox-heading:before,
    .themetechmount-iconbox-stylethree .themetechmount-iconbox-head:after, 
    .themetechmount-iconbox-stylethree .themetechmount-iconbox-head:before{
        content: unset;
    }
}
/*icon box  style 3*/
