/*service style 1*/

.themetechmount-servicebox-styleone {
    padding: 43px 50px 0px 50px;
    background-color: var(--ttm-greycolor);
    border-radius: 10px;
}
.themetechmount-servicebox-styleone .themetechmount-box-top-content .tm-servicebox-detials {
    padding-bottom: 30px;
}
.themetechmount-servicebox-styleone .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-desc .tm-short-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-servicebox-styleone .themetechmount-box-top-content .themetechmount-box-item-figure .tm-featured-wrapper {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.themetechmount-servicebox-styleone .themetechmount-box-top-content .themetechmount-box-item-figure .tm-featured-wrapper img {
    border-radius: 10px 10px 0px 0px;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.themetechmount-servicebox-styleone:hover .themetechmount-box-top-content .themetechmount-box-item-figure .tm-featured-wrapper img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.themetechmount-servicebox-styleone .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 {
    margin-bottom: 10px;
    line-height: 32px;
}


/*service style 2*/

.themetechmount-servicebox-styletwo .themetechmount-box-top-content {

    background-color: var(--ttm-greycolor) !important;
    display: flex;
    border-radius: 10px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-top-content .tm-servicebox-detials {
    padding: 41px 30px 42px 30px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    margin-bottom: 10px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-top-content .themetechmount-box-item-figure {
    margin: 0;
    width: 360px;
    padding: 41px 30px 0px 15px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-desc .tm-short-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*service style 4*/

.themetechmount-servicebox-stylefour .themetechmount-box-top-content{
    padding: 35px 30px 35px 30px;
    background-color: var(--ttm-whitecolor);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.themetechmount-servicebox-stylefour .tm-servicebox-detials h4 {
    margin-bottom: 12px;
}
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a {
    color: var(--body-blackfont-color);
    font-size: 14px !important;
}
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:before {
    content: unset;
}
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #fff 50%, var(--ttm-secondarycolor) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s $custom-ease-out;
}
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:hover:after {
    background-position: 0% 50%;
}
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:hover{
    color: var(--ttm-whitecolor);
}
.themetechmount-servicebox-stylefour .themetechmount-box-top-content:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    transition: .55s cubic-bezier(.68,1.55,.265,0.55);
}
.themetechmount-servicebox-stylefour .themetechmount-box-top-content:before {
    background-image: linear-gradient(to bottom left,var(--tm-first-gradientcolor) 0%,var(--tm-second-gradientcolor) 0%,var(--tm-first-gradientcolor) 80%);
}
.themetechmount-servicebox-stylefour:hover .themetechmount-box-top-content:before {
    z-index: -1;
    bottom: 0;
}
.themetechmount-servicebox-stylefour:hover .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.themetechmount-servicebox-stylefour:hover .tm-short-desc p {
    color: rgb(255 255 255 / 70%);
}
.themetechmount-servicebox-stylefour:hover .themetechmount-serviceboxbox-readmore a:not(:hover){
    color: var(--ttm-whitecolor);
}
 .themetechmount-servicebox-stylefour:hover .themetechmount-serviceboxbox-readmore a:not(:hover):after {
    background: #fff;
}

.tm-servicebox-active-bg .themetechmount-element-servicebox-stylefour .tm-box-col-wrapper:first-child .themetechmount-servicebox-stylefour .themetechmount-box-top-content:before {
    background-image: linear-gradient(to bottom left,var(--tm-first-gradientcolor) 0%,var(--tm-second-gradientcolor) 0%,var(--tm-first-gradientcolor) 80%);
    z-index: -1;
    bottom: 0;
}
.tm-servicebox-active-bg .themetechmount-element-servicebox-stylefour .tm-box-col-wrapper:first-child .themetechmount-servicebox-stylefour .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.tm-servicebox-active-bg .themetechmount-element-servicebox-stylefour .tm-box-col-wrapper:first-child .themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:not(:hover){
    color: var(--ttm-whitecolor);
}
.tm-servicebox-active-bg .themetechmount-element-servicebox-stylefour .tm-box-col-wrapper:first-child .themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:not(:hover):after {
    background: #fff;
}
.tm-servicebox-active-bg .themetechmount-element-servicebox-stylefour .tm-box-col-wrapper:first-child .themetechmount-servicebox-stylefour  .tm-short-desc p {
    color: rgb(255 255 255 / 70%);
}


/*---servicebox style3---*/
.themetechmount-servicebox-stylethree .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    border-radius: 0px;
    padding-top: 290px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.themetechmount-servicebox-stylethree .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}
.themetechmount-servicebox-stylethree .tm-box-icon i {
    font-size: 50px;
    color: var(--ttm-skincolor);
}
.themetechmount-servicebox-stylethree .ttm-content-box-inner {
    box-shadow: 0px 0px 16px 0px rgba(34, 54, 69, 0.12);
    background-color: #fff;
    padding: 30px 35px 30px 35px;
    position: relative;
    z-index: 1;
}
.themetechmount-servicebox-stylethree .ttm-titlebox {
    padding-left: 15px;
}
.themetechmount-servicebox-stylethree .tm-box-icon {
    width: 60px;
}
.themetechmount-servicebox-stylethree .themetechmount-box-desc p {
    font-size: 16px;
    margin-bottom: 0;
}
.themetechmount-servicebox-stylethree .themetechmount-box-desc {
    padding-top: 10px;
}
.themetechmount-servicebox-stylethree:hover .ttm-post-featured-link-wrapper {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.themetechmount-servicebox-stylethree .themetechmount-box-item-figure {
    position: relative;
    overflow: hidden;
}

/*---service style5---*/
.themetechmount-servicebox-styleseven .themetechmount-box-item-figure .ttm-post-featured-link-wrapper,
.themetechmount-servicebox-stylefive .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    border-radius: 10px;
    padding-top: 330px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-size: cover;
    background-repeat: no-repeat;
}
.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a:before {
    content: '';
    border-bottom: 2px solid #afafaf;
    width: 100%;
    left: 0;
    bottom: 0;
    animation: unset;
}
.themetechmount-servicebox-stylefive {
    position: relative;
    margin-bottom: 90px;
}
.themetechmount-servicebox-stylefive .tm-servicebox-detials1,
.themetechmount-servicebox-stylefive .tm-servicebox-detials {
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 22px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition: all .7s;
    -khtml-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.themetechmount-servicebox-stylefive .tm-servicebox-detials1 {
    opacity: 0;
    transform: scaleY(0);
}
.themetechmount-servicebox-stylefive:hover .tm-servicebox-detials1 {
    opacity: 1;
    transform-origin: bottom;
    transform: scaleY(1);
    bottom: -80px;
}
.themetechmount-servicebox-stylefive:hover .tm-servicebox-detials {
    opacity: 0;
    transform: scaleY(0);
}
.themetechmount-servicebox-styleseven .themetechmount-box-title h4,
.themetechmount-servicebox-stylefive .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.themetechmount-servicebox-styleseven .themetechmount-box-title h4 a,
.themetechmount-servicebox-stylefive .themetechmount-box-title h4 a {
    color: var(--body-blackfont-color);
}
.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a {
    color: var(--body-blackfont-color);
}
.themetechmount-servicebox-stylefive .themetechmount-box-desc {
    display: none;
    padding: 5px 0;
}
.themetechmount-servicebox-stylefive:hover .themetechmount-box-desc {
    display: block;
}
.themetechmount-servicebox-stylefive .themetechmount-box-desc p {
    line-height: 28px;
}

/*---service style7---*/
.themetechmount-servicebox-styleseven .themetechmount-box-top-content {
    position: relative;
}
.themetechmount-servicebox-styleseven .tm-servicebox-detials {
    text-align: left;
    padding: 20px 25px 22px;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    transition: all .9s;
    margin: 0 45px;
}
.themetechmount-servicebox-styleseven .tm-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-servicebox-styleseven .themetechmount-box-title h4 {
    margin-bottom: 5px;
    line-height: 35px;
}
.themetechmount-servicebox-styleseven .ttm-post-featured-link-wrapper {
    position: relative;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.themetechmount-servicebox-styleseven:hover .ttm-post-featured-link-wrapper {
    transform: scale(1.07);
}
.themetechmount-servicebox-styleseven .ttm-post-featured-link-wrapper:before {
    content: '';
    position: absolute;
    background-color: rgba(0 , 0 , 0 , 0.70);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.themetechmount-servicebox-styleseven:hover .ttm-post-featured-link-wrapper:before {
    opacity: 1;
}
.themetechmount-servicebox-styleseven {
    overflow: hidden;
    border-radius: 10px;
}
.themetechmount-element-servicebox-styleeight.tm-boxes-carousel-arrows-0 button.slick-arrow {
    display: none !important;
}
.themetechmount-element-servicebox-styleeight.tm-boxes-carousel-arrows-0 .slick-vertical .slick-slide {
    border: unset;
}
.themetechmount-element-servicebox-styleeight .slick-slide.slick-current.slick-active .ttm-post-featured-link-wrapper {
	opacity:1;
}
.themetechmount-servicebox-styleeight:hover .themetechmount-post-item,
.themetechmount-element-servicebox-styleeight .slick-slide.slick-current.slick-active .themetechmount-servicebox-styleeight .themetechmount-post-item {
	background-color: var(--ttm-skincolor);
}
.themetechmount-servicebox-styleeight:hover .themetechmount-box-title h4 a {
    color: #fff;
}
.themetechmount-element-servicebox-styleeight .slick-slide.slick-current.slick-active .themetechmount-servicebox-styleeight .themetechmount-box-title h4 a {
    color: #fff;
}
.themetechmount-element-servicebox-styleeight .slick-slide.slick-current.slick-active article.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleeight {
	border-color: var(--ttm-skincolor);
}
.themetechmount-element-servicebox-styleeight.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .slick-list.draggable {
    overflow: unset;
    position: relative;
    display: flex;
}
/* Service style 8 */
.themetechmount-servicebox-styleeight .tm-box-col-wrapper {
    padding: 0;
}
.themetechmount-element-servicebox-styleeight .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px;   
}
.themetechmount-servicebox-styleeight .ttm-post-featured-link-wrapper {
    position: absolute;
    opacity: 0;
    padding: 500px 0 0 375px;
    right: -23.3%;
    z-index: 11;
    border-radius: 10px;
    top: 23px;
	transition: all 0.5s ease 0s;
	background-position: center;
    background-size: cover;
}
.themetechmount-servicebox-styleeight .themetechmount-box-title h4 a {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}
.themetechmount-servicebox-styleeight .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-servicebox-styleeight .themetechmount-post-item {
    padding: 42px 0px 45px 40px;
	text-align: left;
	background-color: var(--ttm-greycolor);
	transition: all 0.5s ease 0s;
}
article.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleeight {
    border-bottom: 2px solid #dddddd;
}
/* servicebox style 10 */
.themetechmount-servicebox-styleten .tm-box-icon i {
    font-size: 54px;
    color: var(--ttm-secondarycolor);
	transition: all .5s ease;
}
.themetechmount-servicebox-styleten .themetechmount-box-top-content {
    text-align: center;
    background-color: var(--ttm-greycolor);
    padding: 50px 38px 40px;
    border-radius: 10px;
	transition: all .5s ease;
}
.themetechmount-servicebox-styleten .themetechmount-box-title h4 a {
    font-size: 24px;
    font-weight: 600;
}
.themetechmount-servicebox-styleten .tm-short-desc p {
    opacity: 0.60;
	transition: all .5s ease;
}
.themetechmount-servicebox-styleten .themetechmount-box-title {
    padding-top: 16px;
}
.themetechmount-servicebox-styleten .themetechmount-box-title h4 {
    margin-bottom: 20px;
}
.themetechmount-servicebox-styleten .tm-readmore {
    border-top: 2px dashed #d8dadd;
    padding-top: 33px;
}
.themetechmount-servicebox-styleten .tm-short-desc {
    padding-bottom: 20px;
}
.themetechmount-servicebox-styleten:hover .themetechmount-box-top-content {
	background-color: var(--ttm-skincolor);
}
.themetechmount-servicebox-styleten:hover .tm-readmore a,
.themetechmount-servicebox-styleten:hover .themetechmount-box-title h4 a,
.themetechmount-servicebox-styleten:hover .tm-box-icon i {
	color: var(--ttm-whitecolor);
}
.themetechmount-servicebox-styleten:hover .tm-short-desc p {
	color: #fff;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .themetechmount-post-item {
    display: flex;
    flex-direction: row-reverse;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .ttm-post-featured-link-wrapper,
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .tm-featured-wrapper {
    border-radius: 0 116px 116px 0;
	padding: 10px 10px 10px 0px;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .tm-box-icon {
    right: -30px;
	left: auto;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .themetechmount-post-item {
	padding: 23px 0px 23px 0px;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .themetechmount-box-top-content {
    padding: 0 20px 0 49px;
}
/* servicebox style 9 */
.themetechmount-servicebox-stylenine .ttm-post-featured-link-wrapper {
    width: 268px;
    height: 234px;
    border-radius: 116px 0 0 116px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	background-position: center;
    background-size: cover;
}
.themetechmount-servicebox-stylenine .themetechmount-box-title h4 a {
    font-size: 24px;
    line-height: 34px;
}
.themetechmount-servicebox-stylenine .themetechmount-box-top-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 0 0;
	text-align: left;
}
.themetechmount-servicebox-stylenine .tm-featured-wrapper {
    display: table-cell;
	border: 1px dashed #fff;
    padding: 10px 0 10px 10px;
    border-radius: 116px 0 0 116px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.themetechmount-servicebox-stylenine:hover .tm-featured-wrapper,
.themetechmount-servicebox-stylenine:hover .ttm-post-featured-link-wrapper {
    border-radius: 20px 0 0 20px;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine:hover .ttm-post-featured-link-wrapper,
.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine:hover .tm-featured-wrapper {
    border-radius: 0 20px 20px 0;    
}
.themetechmount-servicebox-stylenine .themetechmount-post-item {
    padding: 23px 0px 23px 40px;
    background-color: var(--ttm-greycolor);
	border-radius: 10px;
}
.themetechmount-servicebox-stylenine .themetechmount-box-title {
    padding-top: 20px;
}
.themetechmount-servicebox-stylenine .tm-box-icon {
    position: absolute;
    background-color: var(--ttm-skincolor);
    top: 90px;
    left: -30px;
    padding: 10px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    text-align: center;
    border: 5px solid #ebebeb;
}
.themetechmount-servicebox-stylenine .tm-box-icon i {
    font-size: 42px;
    color: #fff;
}
.themetechmount-servicebox-styleten .tm-readmore,
.themetechmount-servicebox-stylenine .tm-readmore a {
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 500;
}
.themetechmount-servicebox-stylenine .tm-readmore {
    padding-top: 5px;
}
.themetechmount-servicebox-styleten .tm-readmore a,
.themetechmount-servicebox-stylenine .tm-readmore a {
	position: relative;
}
.themetechmount-servicebox-styleten .tm-readmore a:after,
.themetechmount-servicebox-stylenine .tm-readmore a:after {
    content: '\e826';
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    right: -22px;
    font-weight: 400;
    font-size: 14px;
    top: -5px;
    font-style: normal;    
}

@media (max-width:1339px) {
	.themetechmount-servicebox-styleeight .ttm-post-featured-link-wrapper {
		padding: 0;
		right: -20.3%;
		width: 250px;
		height: 300px;
		top: 23px;
	}
}

@media (max-width:1024px) {
	.themetechmount-servicebox-styleseven .tm-servicebox-detials {
        margin: 0 35px;
    }
	.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .ttm-post-featured-link-wrapper, .tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .tm-featured-wrapper {
		border-radius: 0;
	}
	.themetechmount-servicebox-styleeight .ttm-post-featured-link-wrapper {
		padding: 300px 0 0 290px;
		right: auto;
	}
	.themetechmount-element-servicebox-styleeight.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .slick-list.draggable {
		overflow: hidden;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .themetechmount-post-item,
	.themetechmount-servicebox-stylenine .themetechmount-box-top-content {
		display: block;
	}
	.themetechmount-servicebox-stylenine .tm-featured-wrapper {
		border: unset;
		padding: 0;
		border-radius: 0;
		margin-top: 20px;
	}
	.themetechmount-servicebox-stylenine .ttm-post-featured-link-wrapper {
		border-radius: 0;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .themetechmount-box-top-content {
		padding: 0 20px 0 40px;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .tm-featured-wrapper {
		padding: 20px 0 0 40px;
	}
	.themetechmount-servicebox-stylenine .tm-featured-wrapper {
		padding: 20px 0 0 0px;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .tm-box-icon {
		right: auto;
		left: 10px;
	}
}

@media (max-width:991px) {
	.themetechmount-element-servicebox-styleeight.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.themetechmount-servicebox-styleeight .themetechmount-post-item {
		padding: 26px 0px 29px 15px;
		text-align: left;
	}
	.themetechmount-servicebox-styleeight .ttm-post-featured-link-wrapper {
		right: auto;
		top: -7px;
		left: 20%;
	}
}

@media (max-width:767px) {
	.themetechmount-servicebox-styleeight .ttm-post-featured-link-wrapper {
		right: auto;
		top: 15%;
		left: 20%;
		max-width: 150px;
		max-height: 150px;
		padding: 100px 0 0 100px;
	}
	.themetechmount-servicebox-styleeight .themetechmount-box-title h4 a {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
	.tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylenine .tm-box-icon {
		right: auto;
		left: 80px;
	}
	.themetechmount-servicebox-stylenine .tm-box-icon {
		top: 80px;
		left: 80px;
	}
	.themetechmount-servicebox-stylenine .ttm-post-featured-link-wrapper {
		width: 220px;
		height: 220px;
	}
	.tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylenine .themetechmount-box-top-content {
		padding: 0 20px 0 20px;
	}
	.themetechmount-servicebox-stylenine .themetechmount-post-item {
		padding: 23px 0px 23px 20px;
	}
	.themetechmount-servicebox-stylenine .themetechmount-box-title h4 a {
		font-size: 20px;
		line-height: 28px;
	}
	.themetechmount-servicebox-stylenine .tm-short-desc {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media only screen and (min-width:1201px) and (max-width:1339px) {
	.themetechmount-servicebox-stylenine .tm-short-desc {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.themetechmount-servicebox-stylenine .tm-box-icon {
		top: 90px;
		left: 80px;
	}
	.tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylenine .tm-box-icon {
		right: 80px;
	}
}
/** style 11 **/
.themetechmount-element-servicebox-styleeleven .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img {
    overflow: hidden;
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    margin-top: -200px;
    margin-left: 0;
    z-index: 1;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    line-height: 170px;
    border: 14px solid #5A5A5A;
    background: var(--ttm-secondarycolor);
    text-align: center;
}
body {
    counter-reset: section;
}
.themetechmount-element-servicebox-styleeleven .themetechmount-box-title h4 a:before {
    content: counter(section,decimal-leading-zero);
    counter-increment: section;
    color: var(--body-fonts-color);
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin: 0 0 5px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.themetechmount-element-servicebox-styleeleven .themetechmount-box-top-content {
    display: flex;
}
.themetechmount-element-servicebox-styleeleven .themetechmount-box-title {
    flex: 1 0 0;
}
.themetechmount-element-servicebox-styleeleven .tm-short-desc {
    margin-top: 15px;
    flex: 2 0 0;
}
.themetechmount-element-servicebox-styleeleven .tm-readmore {
    text-align: right;
    flex: 1 0 0;
}
.themetechmount-box-service.themetechmount-servicebox-styleeleven {
    border-bottom: 2px solid rgba(255,255,255,0.15);
    margin-bottom: 0px;
    padding-bottom: 12px;
}
a.tm-underline {
    border-bottom: 1px solid;
}
.themetechmount-element-servicebox-styleeleven .tm-readmore a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-skincolor);
    border-radius: 50%;
    font-size: 0;
    position: relative;
    margin-top: 13px;
}
.themetechmount-element-servicebox-styleeleven .tm-readmore a:hover {
    background: var(--ttm-secondarycolor);
}
.themetechmount-element-servicebox-styleeleven .tm-readmore a:before {
    content: '\e818';
    font-size: 22px;
    font-family: 'tm-ttmbusiness-icons';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--ttm-whitecolor);
}
@media (max-width: 1024px) {
.themetechmount-element-servicebox-styleeleven .themetechmount-box-top-content {
    display: block;
}
.themetechmount-element-servicebox-styleeleven .tm-readmore {
    text-align: left;
}
.themetechmount-box-service.themetechmount-servicebox-styleeleven {
    padding-bottom: 30px;
}
}

/*service style 6*/
article.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-stylesix {
    overflow: hidden;
    position: relative;
}
.themetechmount-servicebox-stylesix .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    display: block;
    height: 415px;
    filter: grayscale(100%);
    transition: all 0.3s ease-out 0s;
}
.themetechmount-servicebox-stylesix .ttm-titlebox {
    padding-top: 6px;
}
.themetechmount-servicebox-stylesix .tm-servicebox-detials  .tm-box-icon i {
    font-size: 60px;
    line-height: 70px;
    color: var(--ttm-skincolor);
}
.themetechmount-servicebox-stylesix .ttm-content-box-inner {
    padding: 40px 40px 27px 43px;
    position: absolute;
    bottom: 10px;
    opacity:1;
    text-align: left;
    top: 0;
    z-index: 7;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}
.themetechmount-servicebox-stylesix .themetechmount-box-top-content {
    position: relative;
}
.themetechmount-servicebox-stylesix .themetechmount-box-top-content:before {
    z-index: 1;
    background-color: var(--ttm-whitecolor);
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgb(0 0 0 / 70%);
    border-radius: 10px;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.themetechmount-servicebox-stylesix .tm-post-iconbox i {
    text-align: right;
    display: inline-block;
    position: absolute;
    bottom: 23px;
    right: 13px;
    font-size: 110px;
    line-height: 110px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(255 255 255 / 70%);
    transform: rotate(47deg);
}
.themetechmount-servicebox-stylesix .tm-post-iconbox i:hover {
    -webkit-text-stroke-color: var(--ttm-skincolor);
}
.themetechmount-servicebox-stylesix:hover .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    border-radius: 10px;
    filter: grayscale(0);
}
@media (max-width: 1024px){
.themetechmount-servicebox-stylesix .tm-post-iconbox i {
    font-size: 70px;
    line-height: 80px;
}
}
/*service style 6*/

/*service style 13*/

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content {

    background-color: var(--ttm-whitecolor) !important;
    display: flex;
    border-radius: 10px;
    padding: 30px 15px;
    border: 1px solid var(--ttm-bordercolor);
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials {
    margin-left: 30px;
    padding-top: 15px;
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    margin-bottom: 6px;
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .themetechmount-box-item-figure {
    margin: 0;
    width: 240px;
    height: 200px;
    
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    display: block;
    height: 200px;
    width: 240px;
    border-radius: 20px;
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-desc .tm-short-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore {
    margin-top: 10px;
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a {
    color: var(--ttm-secondarycolor);
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:hover {
    color: var(--ttm-skincolor);
}

.themetechmount-servicebox-stylethirteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:before {
    content: unset;
}
/******************************service box style 12 css***********************/
.themetechmount-box-service.themetechmount-servicebox-styletwelve {
    position: relative;
    overflow: hidden;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    height: 440px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .40s ease;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background-color: rgba(0 0 0 / 0.70);
    transition: all .40s ease;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:hover:before {
    opacity: 1;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:hover .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    filter: grayscale(0%);
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    z-index: 9;
    transform: scaleY(1);
    -webkit-transition: all .7s;
    -khtml-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:hover .themetechmount-box-top-content .tm-servicebox-detials {
    opacity: 1;
    left: 10%;
    bottom: 23%;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-desc p {
    color: rgba(255,255,255,80%);
    margin-bottom: 0;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a {
    font-size: 0;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:before {
    content: '\e875';
    position: absolute;
    top: 25px;
    right: -40px;
    font-family: 'tm-ttmbusiness-icons';
    font-size: 70px;
    font-weight: normal;
    transform: rotate(-45deg);
    color: transparent;
    -webkit-text-stroke: 1px var(--ttm-skincolor);
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:hover:before{
    animation: unset;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content {
    position: relative;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-text-capital {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 136px;
    line-height: 78px;
    transform: translateY(0);
    transition: all 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:hover .themetechmount-box-top-content .tm-text-capital {
    transform: translateY(-360%);
    opacity: 1;
    transition: all 2s ease;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:hover .themetechmount-post-item {
    position: relative;
    overflow: hidden;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve .themetechmount-box-top-content .tm-servicebox-detials .tm-text-capital-hover {
    font-size: 136px;
    line-height: 136px;
    color: var(--ttm-whitecolor);
    font-weight: 500;
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:after {
    position: absolute;
    content: '';
    right: -80px;
    bottom: -150px;
    z-index: 1;
    opacity: 0;
    transition: all .40s ease;
    box-shadow: 0 0 40px 40px var(--ttm-skincolor);
}
.themetechmount-box-service.themetechmount-servicebox-styletwelve:hover:after {
    transform: scale(5);
    opacity: 1;
}
.tm-service-border .themetechmount-boxes-service.themetechmount-element-servicebox-styletwelve .themetechmount-boxes-inner .tm-box-col-wrapper {
    border-right: 1px solid  var(--ttm-secondarycolor);
    border-bottom: 1px solid  var(--ttm-secondarycolor);
    margin-bottom: 0 !important;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px !important;
    padding-left: 30px !important;
}


/*style14*/

.themetechmount-box-service.themetechmount-servicebox-stylefourteen {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .ttm-post-featured-link-wrapper {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    background-size: cover;
    background-position: center;
    padding-top: 330px;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title,.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore {
    display: inline-block;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials {
    padding: 30px 0px;
    position: relative;
    text-align: left;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title {
    background-color: rgba(0 0 0 / 0.85);
    padding: 15px 30px;
    width: 80%;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 {
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 29px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 a:not(:hover) {
    color: var(--ttm-whitecolor);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a {
    font-size: 0px;
    position: relative;

}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:before {
    content: '\f13c';
    top: 2px;
    right: -45px;
    font-family: 'flaticon_new_bussines_agency';
    font-size: 25px;
    color: var(--ttm-whitecolor);
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore {
        -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
    background-color: var(--ttm-skincolortwo);
    width: 77px;
    height: 59px;
    position: absolute;
    right: 50px;
    bottom: 30px;
}


.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content {
    position: relative;
    overflow: hidden;
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen .themetechmount-box-top-content:before {
    content: '';
    display: block;
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.7s;
    margin: auto;
    background-color: rgb(0 0 0 / 65%);
}

.themetechmount-box-service.themetechmount-servicebox-stylefourteen:hover .themetechmount-box-top-content:before {
    height: 100%;
}


/*service style 16*/

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content {

    background-color: var(--ttm-whitecolor) !important;
    display: flex;
    border-radius: 10px;
    padding: 25px 10px 25px 10px;
    border: 1px solid #e7e7e7;
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials {
    margin-left: 30px;
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .themetechmount-box-item-figure {
    margin: 0;
    width: 240px;
    height: 200px;
    
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .themetechmount-box-item-figure .ttm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
    display: block;
    height: 200px;
    width: 240px;
    border-radius: 10px;
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-desc .tm-short-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore {
    margin-top: 10px;
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a {
    color: var(--ttm-secondarycolor);
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:hover {
    color: var(--ttm-skincolor);
}

.themetechmount-servicebox-stylesixteen .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-serviceboxbox-readmore a:before {
    content: '\f102';
    top: 2px;
    right: -35px;
    font-family: 'flaticon_new_bussines_agency';
    font-size: 25px;
}

/*service style 15*/
.themetechmount-servicebox-stylefifteen {
    position: relative;
     overflow:hidden;
}
.themetechmount-servicebox-stylefifteen .ttm-content-box-inner{
    width: 50%;
    float: left;
    transition: 0.8s;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-right-content {
    overflow: hidden;
    position: absolute;
    width: 50%;
    right: 0;
    opacity: 0;
    padding-left: 45px;
    top: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 0;
    translate: 0 -50%;
}
.active .themetechmount-servicebox-stylefifteen .themetechmount-box-right-content {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-item-figure {
    display: flex;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-item-figure .tm-featured-wrapper {
  position: relative;
  overflow: hidden;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-item-figure .tm-featured-wrapper img {
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    border-radius: 15px;
}
.themetechmount-servicebox-stylefifteen .preyantechnosys-post-item,
 .themetechmount-servicebox-stylefifteen,
 .themetechmount-element-servicebox-stylefifteen .tm-box-col-wrapper {
    position: static;
}
.themetechmount-servicebox-stylefifteen .tm-box-icon {
    display: table-cell;
    padding-right: 50px;
    padding-top:10px;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-desc {
    display: table-cell;
    vertical-align: middle;
}
.themetechmount-servicebox-stylefifteen .tm-box-icon i {
    font-size: 40px;
    line-height: 50px;
    color: var(--ttm-skincolor);
}
.themetechmount-servicebox-stylefifteen .ttm-content-box-inner {
    background: transparent;
    border: 1px solid transparent;
}
.active .themetechmount-servicebox-stylefifteen .ttm-content-box-inner {
    background: var(--ttm-secondarycolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 15px;
    transition:all 0.3s ease 0s;
}
.themetechmount-servicebox-stylefifteen .tm-servicebox-detials {
    padding: 30px 50px 20px;   
}
 .themetechmount-element-servicebox-stylefifteen .tm-box-col-wrapper {
    margin-bottom: 5px !important;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-title h4 {
    margin-bottom: 8px;
}
@media(max-width: 991px) {
.themetechmount-servicebox-stylefifteen .ttm-content-box-inner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
}
.themetechmount-servicebox-stylefifteen .themetechmount-box-right-content {
    position: relative;
    width: 70%;
    opacity: 1;
    padding-left: 0;
    top: 0;
    translate: 0;
}
.themetechmount-servicebox-stylefifteen .ttm-content-box-inner {
    background: var(--ttm-secondarycolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 15px;
    transition: all 0.3s ease 0s;
}
}
@media(max-width: 767px) {
.themetechmount-servicebox-stylefifteen .themetechmount-box-right-content {
    width: 100%;   
}
.themetechmount-servicebox-stylefifteen .tm-servicebox-detials {
    padding: 20px 20px 15px;
}
    .themetechmount-servicebox-stylefifteen .tm-box-icon {  
    padding-right: 20px;    
}
}
/*service style 17*/

.themetechmount-servicebox-style17 .tm-featured-wrapper img {
    border-radius: 10px;
    transition: 0.8s;
    transform: scale(1);
}
.themetechmount-servicebox-style17  .tm-featured-wrapper.tm-tm_service-featured-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.themetechmount-servicebox-style17:hover .tm-featured-wrapper img {
    border-radius: 20px;
    transform: scale(1.2);
}
.themetechmount-servicebox-style17 .tm-servicebox-detials {
    padding-top: 20px;
}
.themetechmount-servicebox-style17 .themetechmount-box-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.themetechmount-servicebox-style17 .tm-short-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.themetechmount-servicebox-style17 .themetechmount-post-item:before {
    content: '';
    background: var(--ttm-secondarycolor);
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    border-radius: 15px;
    transition: all 0.5s ease;
    z-index: -1;
}
.themetechmount-servicebox-style17 .themetechmount-post-item {
    background-color: transparent;
    position: relative;
    z-index: 1;
    transition: all 0.85s ease;
    padding: 20px 20px 30px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
}
.themetechmount-servicebox-style17:hover .themetechmount-post-item {
    border-radius: 15px;
}
.themetechmount-servicebox-style17 .themetechmount-post-item:hover {
    border-color: rgba(255,255,255,0.19);
    transition: all 0.5s ease;
}
.themetechmount-servicebox-style17 .themetechmount-post-item:hover:before {
    height: 100%;
    transition: all 0.5s ease;
    bottom: auto;
    top: 0;
}
.themetechmount-servicebox-style17  .themetechmount-serviceboxbox-readmore a:before {
    content: unset;
}
.themetechmount-servicebox-style17  .themetechmount-serviceboxbox-readmore a{
    color: var(--ttm-whitecolor);
    text-decoration: underline;
}


/*style18*/

.themetechmount-servicebox-style18 {
    position: relative;
}

.themetechmount-servicebox-style18 .tm-servicebox-detials {
    padding: 15px;
}

.themetechmount-servicebox-style18 .tm-servicebox-detials .category_title {
    position: relative;
    top: auto;
    padding: 2px 15px;
    margin-right: 7px;
    color: var(--ttm-whitecolor);
    z-index: 9;
    bottom: 25px;
    display: inline-block;
    font-family: var(--body-font-family);
    font-size: 15px;
    background-color: #242424;
}

.themetechmount-servicebox-style18 .themetechmount-box-top-content .tm-featured-wrapper img {
    min-height: 645px;
    height: 645px;
    object-fit: cover;
    width: 100%;
}