/**/
.themetechmount-element-servicebox-styleone .tm-box-col-wrapper .themetechmount-servicebox-styleone {
     overflow: hidden;
     position: relative;
}
.themetechmount-servicebox-styleone .themetechmount-post-item {
    overflow: hidden;
    display: block;
    padding: 40px 40px;
    border-radius: var(--ttm-border-shape-15px);
    background-color: var(--ttm-greycolor);
	gap: 30px;
    display: flex;
}
.themetechmount-servicebox-styleone .themetechmount-servicebox-icon .tm-box-icon .themetechmount-box-serviceimage {
    width: 65px;
}
.themetechmount-servicebox-styleone .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 207px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    border-radius: 10px;
    position: relative;
}
@keyframes ttm-bounce {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}
.themetechmount-servicebox-styleone .themetechmount-servicebox-icon .tm-box-icon i {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.themetechmount-servicebox-styleone .themetechmount-servicebox-icon .tm-box-icon {
    transition: all 1s ease;
    display: block;
}
.themetechmount-servicebox-styleone:hover .themetechmount-servicebox-icon .tm-box-icon {
    animation: ttm-bounce 0.6s ease-in-out 60ms;
}
.themetechmount-serviceboxbox-readmore a {
    position: relative;
    margin-top: 18px;
    display: inline-block;
    vertical-align: top;
}
.themetechmount-serviceboxbox-readmore a:before {
    content: '\e873';
    font-family: 'tm-inqord-icons';
    position: absolute;
    right: -25px;
    left: auto;
    top: 0;
    bottom: auto;
}
.themetechmount-serviceboxbox-readmore a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    border-bottom: 1px solid;
}
.themetechmount-servicebox-styleone .tm-servicebox-detials .themetechmount-box-title h4{
    margin-bottom: 10px;
}
.themetechmount-servicebox-styleone  .themetechmount-box-item-figure {
    position: relative;
    overflow: hidden;
}
.themetechmount-servicebox-styleone .themetechmount-box-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	    margin: 0;
}
@media (max-width: 1299px){
.themetechmount-servicebox-styleone .themetechmount-post-item {
    padding: 30px 30px;
    gap: 20px;
}
}
@media (max-width: 1024px){
.themetechmount-servicebox-styleone .tm-servicebox-detials .themetechmount-box-title h4 {
    line-height: 22px;
    font-size: 18px;
}
.themetechmount-servicebox-styleone .themetechmount-servicebox-icon .tm-box-icon i {
    font-size: 40px;
    line-height: 40px;
}
.themetechmount-servicebox-styleone .themetechmount-post-item {
    padding: 20px 20px;
    gap: 20px;
	border-radius: var(--ttm-border-shape-15px);
}
}

/*service style 2 - 3*/
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above.themetechmount-element-servicebox-styletwo .themetechmount-boxes-row-wrapper .slick-arrow.slick-next, .themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above.themetechmount-element-servicebox-styletwo .themetechmount-boxes-row-wrapper .slick-arrow.slick-prev {
    right: 10px;
    left: auto;
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above.themetechmount-element-servicebox-styletwo .themetechmount-boxes-row-wrapper .slick-arrow.slick-prev {
    right: 70px;
    left: auto;
}
.themetechmount-element-servicebox-styletwo.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-above .themetechmount-boxes-row-wrapper .slick-arrow {
    top: -32%;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-icon .tm-box-icon {
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: var(--ttm-border-shape-15px);
    text-align: center;
    transition: all 0.5s ease;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    font-size: 26px;
}
.themetechmount-servicebox-styletwo .themetechmount-post-item {
    display: block;
    padding: 30px 30px 25px;
    border-radius: var(--ttm-border-shape-15px);
    overflow: hidden;
    box-shadow: 0px 6px 0 -2px rgb(0 0 0);
    transition: 0.5s all;
    box-shadow: 0 0 15px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10);
    margin: 10px 0;
    background: var(--ttm-whitecolor);
}
.themetechmount-servicebox-styletwo:hover .themetechmount-post-item {
    transition: 0.5s all;
    transform: translateY(5px);
} 
.themetechmount-servicebox-styletwo .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 140px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    border-radius: var(--ttm-border-shape-15px);
    position: relative;
}
.themetechmount-servicebox-styletwo .themetechmount-box-title h4 {
    margin-bottom: 10px;
}
.themetechmount-servicebox-styletwo .themetechmount-box-bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 70px;
}
.themetechmount-servicebox-styletwo .themetechmount-box-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-icon .tm-box-icon i {
    transition: 0.8s all;
	display: block;
}
.themetechmount-servicebox-styletwo:hover .themetechmount-servicebox-icon .tm-box-icon i {
    transform: rotateY(360deg);
    transition: 0.8s all;
}
.themetechmount-servicebox-styletwo:hover .themetechmount-servicebox-icon .tm-box-icon {
	transition: all 0.5s ease;
    background: var(--ttm-secondarycolor);
}

/*service style 2 - 3*/

/*service style 3*/
.themetechmount-servicebox-stylethree .themetechmount-post-item {
    position: relative;
    overflow: hidden;
    box-shadow: unset;
    border: 1px solid var(--ttm-bordercolor);
    padding: 20px 20px 20px;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-servicebox-stylethree .tm-servicebox-detials {
    background: var(--ttm-greycolor);
    border-radius: 5px;
    padding: 14px 20px 17px;
}
.themetechmount-servicebox-stylethree .ttm-post-featured-link-wrapper {
    height: 359px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
	z-index: -1;
	transform: translateY(-10px);
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-servicebox-stylethree:hover .ttm-post-featured-link-wrapper {
    opacity: 1;
	transform: translateY(0);
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-servicebox-stylethree:hover .themetechmount-post-item {
    border-color: transparent;
}
.themetechmount-servicebox-stylethree .themetechmount-box-bottom-content {
    gap: 98px;
}
.themetechmount-servicebox-stylethree:hover .themetechmount-servicebox-icon .tm-box-icon {
    background: var(--ttm-skincolor);
}
.themetechmount-servicebox-stylethree .themetechmount-box-title h4 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/*service style 3*/
/*service style 4*/
.themetechmount-servicebox-stylefour .themetechmount-post-item {
    overflow: hidden;
    padding: 26px 30px 30px;
    border-radius: var(--ttm-border-shape-15px);
    background-color: var(--ttm-whitecolor);
    display: block;
	box-shadow: 0 0 15px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10);
    margin-bottom: 15px;
	transition: 0.5s all;
}
.themetechmount-servicebox-stylefour:hover .themetechmount-post-item {
    transition: 0.5s all;
    transform: translateY(5px);
}
.themetechmount-servicebox-stylefour .ttm-post-featured-link-wrapper {
    height: 180px;
    display: block;
    border-radius: var(--ttm-border-shape-10px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.themetechmount-servicebox-stylefour .themetechmount-box-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
/*service style 4*/
/*service style 5*/
.themetechmount-servicebox-stylefive .themetechmount-post-item {
    overflow: hidden;
    display: block;
    padding: 30px 28px;
    background: var(--ttm-whitecolor);
    box-shadow: 0px 0px 15px 3px rgba(39, 0, 143, 0.08);
    border-radius: var(--ttm-border-shape-15px);
    margin: 20px 0;
	transition: all .6s ease-in-out;
	position: relative;
	transform-style: preserve-3d;
    backface-visibility: hidden;
}
.themetechmount-servicebox-stylefive:hover .themetechmount-post-item {
    transform: rotateX(0) rotateY(-180deg);
	box-shadow: unset;
	transition: all .6s ease-in-out;
}
.tm-servicebox-detials {
    position: relative;
}
.themetechmount-servicebox-stylefive .themetechmount-post-item .tm-box-icon{
    transition: all 0.5s ease;
}
.themetechmount-servicebox-stylefive .themetechmount-post-item:hover .tm-box-icon{
    transition: all 0.5s ease;
    transform: rotateY(180deg);
}
.themetechmount-servicebox-stylefive .themetechmount-box-serviceimage {
    width: 65px;
}
.themetechmount-servicebox-stylefive .themetechmount-servicebox-icon {
    display: flex;
    justify-content: space-between;
	margin-top: 45px;
	position: relative;
}
.themetechmount-servicebox-stylefive .themetechmount-servicebox-readmore a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
    border-radius: var(--ttm-border-shape-30px);
    font-size: 0;
    text-align: center;
    transition: all 0.5s ease;
    margin: 0;
    box-shadow: 0px 3px 15px rgba(39, 0, 143, 0.2);
}
.themetechmount-servicebox-stylefive .themetechmount-post-item .themetechmount-servicebox-readmore a:hover {
    box-shadow: unset;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.themetechmount-servicebox-stylefive .themetechmount-servicebox-readmore a::before {
    content: "\f122";
    font-family: themeicons_it_solutionwp;
    font-size: 25px;
}
.themetechmount-element-servicebox-stylefive .tm-box-col-wrapper:nth-child(even) {
    padding-top: 30px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive {
    position: relative;
}
.themetechmount-servicebox-stylefive .themetechmount-item-figure {
    border-radius: var(--ttm-border-shape-15px);
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: all .6s ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: rotateX(0) rotateY(180deg);
}
.themetechmount-servicebox-stylefive:hover .themetechmount-item-figure {
    transform: none;
}
.themetechmount-servicebox-stylefive .ttm-post-featured-link-wrapper {
    height: 232px;
    border-radius: var(--ttm-border-shape-15px);
    transition: all 0.5s ease;
    background-position: center;
}
/*service style 5*/
/*service style 6*/
.themetechmount-servicebox-stylesix .themetechmount-post-item {
    display: block;
    padding: 30px 30px 25px;
    border-radius: var(--ttm-border-shape-15px);
    overflow: hidden;
    transition: 0.5s all;
    background: var(--ttm-greycolor);
}
.themetechmount-servicebox-stylesix .themetechmount-box-bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 65px;
}
.themetechmount-servicebox-stylesix .themetechmount-box-title h4 {
    margin-bottom: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.themetechmount-servicebox-stylesix .themetechmount-box-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-servicebox-stylesix .themetechmount-servicebox-icon .tm-box-icon {
    transition: all 0.8s ease;
    color: var(--ttm-skincolor);
    font-size: 50px;
	display: inline-block;
    vertical-align: top;
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.themetechmount-servicebox-stylesix:hover .themetechmount-servicebox-icon .tm-box-icon {
    transition: all 0.8s ease;
    transform: rotateY(360deg);
}
/*service style 6*/
/*service style 7*/
.themetechmount-box-service.themetechmount-servicebox-styleseven {
    position: relative;
}
.themetechmount-element-servicebox-styleseven .tm-box-col-wrapper:nth-child(even) {
    padding-top: 30px;
}
.themetechmount-servicebox-styleseven .themetechmount-post-item {
    overflow: hidden;
    display: block;
    padding: 30px 28px;
    background: var(--ttm-greycolor);
    border-radius: var(--ttm-border-shape-15px);
    transition: all .6s ease-in-out;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.themetechmount-servicebox-styleseven:hover .themetechmount-post-item {
    transform: rotateX(0) rotateY(-180deg);
    box-shadow: unset;
    transition: all .6s ease-in-out;
}
.themetechmount-servicebox-styleseven .themetechmount-box-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-servicebox-styleseven .themetechmount-box-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-servicebox-styleseven .themetechmount-servicebox-icon .tm-box-icon {
    transition: all 0.8s ease;
    color: var(--ttm-skincolor);
    font-size: 45px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.themetechmount-servicebox-styleseven .themetechmount-item-figure {
    border-radius: var(--ttm-border-shape-15px);
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: rotateX(0) rotateY(180deg);
}
.themetechmount-servicebox-styleseven:hover .themetechmount-item-figure {
    transform: none;
}
.themetechmount-servicebox-styleseven .ttm-post-featured-link-wrapper {
    height: 279px;
    border-radius: var(--ttm-border-shape-15px);
    transition: all 0.5s ease;
    background-position: center;
}
.themetechmount-servicebox-styleseven .themetechmount-servicebox-readmore a::before {
    content: "\f122";
    font-family: themeicons_it_solutionwp;
    font-size: 25px;
}
.themetechmount-servicebox-styleseven .themetechmount-servicebox-icon {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    position: relative;
}
.themetechmount-servicebox-styleseven .themetechmount-servicebox-readmore a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
    border-radius: var(--ttm-border-shape-30px);
    font-size: 0;
    text-align: center;
    transition: all 0.5s ease;
    margin: 0;
    box-shadow: 0px 3px 15px rgba(39, 0, 143, 0.2);
}
.themetechmount-servicebox-styleseven .themetechmount-box-title h4 .tm-last-word {
    display: block;
}
@media (max-width: 573px){
.themetechmount-element-servicebox-styleseven .tm-box-col-wrapper:nth-child(even) {
    padding-top: 0;
}
}
/*service style 7*/
/*service style 8*/
.themetechmount-servicebox-styleeight .themetechmount-post-item {
    overflow: hidden;
    border-radius: var(--ttm-border-shape-15px);
    background-color: var(--ttm-whitecolor);
    display: block;
    transition: 0.5s all;
	margin: 10px 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
}
.themetechmount-servicebox-styleeight .themetechmount-box-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
.themetechmount-servicebox-styleeight:hover .themetechmount-post-item {
    transition: 0.5s all;
    transform: translateY(5px);
}
.themetechmount-servicebox-styleeight .themetechmount-servicebox-icon .tm-box-icon {
    width: 55px;
    height: 55px;
    line-height: 62px;
    border-radius: var(--ttm-border-shape-50px);
    text-align: center;
    transition: all 0.5s ease;
    background-color: var(--body-blackfont-color);
    color: var(--ttm-whitecolor);
    font-size: 22px;
}
.themetechmount-servicebox-styleeight:hover .themetechmount-servicebox-icon .tm-box-icon i {
    transform: rotateY(360deg);
    transition: 0.8s all;
}
.themetechmount-servicebox-styleeight:hover .themetechmount-servicebox-icon .tm-box-icon {
    transition: all 0.5s ease;
    background: var(--ttm-skincolor);
}
.themetechmount-servicebox-styleeight .themetechmount-post-item-inner {
    display: flex;
    gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 30px 30px;
}
.themetechmount-box-service.themetechmount-servicebox-styleeight .themetechmount-box-title h4 {
    margin-bottom: 8px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.themetechmount-servicebox-styleeight .ttm-post-featured-link-wrapper {
    height: 230px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	transition: all .5s ease-in-out;
}
.themetechmount-servicebox-styleeight .themetechmount-item-figure {
    overflow: hidden;
    display: block;
}
.themetechmount-servicebox-styleeight:hover .ttm-post-featured-link-wrapper {
	-moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
	transition: all .5s ease-in-out;
}
@media (max-width: 1024px){
.themetechmount-servicebox-styleeight .themetechmount-post-item-inner {
    padding: 30px 15px 30px;
}
}
/*service style 8*/



