/* Servicebox default CSS */

.handsy-servicebox-default .handsy-box-title h4 a {
    font-size: 30px;
    line-height: 40px;
}
.handsy-boxes-col-four .handsy-servicebox-default .handsy-box-title h4 a {  
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.handsy-servicebox-default .handsy-box-title h4 {
	margin-bottom: 25px;
}
.handsy-servicebox-default .handsy-post-item{
    position: relative;
}
.handsy-post-item .tm-fullbox-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
    cursor: pointer;
}
.handsy-servicebox-default .tm-service-icon i {
    font-size: 62px;
    color: #fff;
}
.handsy-servicebox-default .handsy-post-item {    
    text-align: left;
	position: relative;
}
.handsy-servicebox-default .tm-short-desc {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
	padding-top: 30px;
	padding-bottom: 171px;
}
.handsy-servicebox-default .ttm-featured-outer-wrapper.ttm-service-featured-outer-wrapper {
    width: 100%;
    background-position: center;
    background-size: cover;    
	transition: all 0.3s ease 0s;
}
.handsy-servicebox-default:not(:hover) .ttm-featured-outer-wrapper.ttm-service-featured-outer-wrapper {
	background-image: unset !important;
	transition: all 0.3s ease 0s;
}
.handsy-servicebox-default .tm-img-box {  
	transition: all 0.3s ease 0s;
}
.handsy-servicebox-default:hover .tm-img-box {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.handsy-servicebox-default .handsy-box-bottom-content {
    position: relative;
    z-index: 1;
	padding: 30px;
}
.handsy-servicebox-default .handsy-box-title {
    width: 67%;
}
.handsy-servicebox-default .tm-img-box:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.52);
    height: 100%;
    width: 100%;
}
.handsy-element-servicebox-default button.slick-arrow {
    border: unset;
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 0;
    width: 66px;
    height: 36px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.handsy-element-servicebox-default button.slick-prev.slick-arrow {
    left: -72px;
}
.handsy-element-servicebox-default button.slick-next.slick-arrow {
    right: -72px;
}
.handsy-element-servicebox-default .handsy-boxes-row-wrapper.row.multi-columns-row.slick-initialized.slick-slider {
    padding-bottom: 104px;
}

/* service 13 */
.handsy-servicebox-style1 .ttm-featured-outer-wrapper.ttm-service-featured-outer-wrapper {
    width: 324px;
    height: 350px;
    background-position: right;
    background-size: cover;
}
.handsy-servicebox-style1 .handsy-box-bottom-content {
    text-align: left;
    display: flex;
    margin-left: 0px !important;    
    transition: all 0.3s ease 0s;
}
.handsy-element-servicebox-style1.handsy-boxes-gap-30px .handsy-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 0;
}
.ttm-bgcolor-darkgrey .handsy-servicebox-default p,
.ttm-bgcolor-darkgrey .handsy-servicebox-style1 .handsy-box-desc {
	color: rgba(255, 255, 255, 0.71);
}
.ttm-bgcolor-darkgrey .handsy-servicebox-default:hover p {
	color: #fff
}
.handsy-servicebox-style1 .handsy-box-desc {
    width: 32%;
    padding-top: 6px;
}
.handsy-servicebox-style1 .handsy-box-desc p {
    margin: 0;
}
.handsy-servicebox-style1 .handsy-box-title {
    width: 75%;
}
.ttm-bgcolor-darkgrey .handsy-servicebox-style1 .handsy-post-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.handsy-servicebox-style1 .handsy-post-item {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    display: flex !important;
    flex-direction: column !important;
    padding: 30px 0 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.ttm-box-col-wrapper .handsy-servicebox-style1 .handsy-post-item-inner {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 50%;
    height: 0;
	z-index: 99; 
    transition: all 0.3s ease 0s;
    clip-path: inset(0 0 100% 0); 
    transition: clip-path 0.6s ease;
}
.ttm-box-col-wrapper.active .handsy-servicebox-style1 .handsy-post-item-inner {
	opacity: 1;
	height: 380px;
	transition: all 0.3s ease 0s;
	clip-path: inset(0 0 calc(100% - 350px) 0);
}
.handsy-servicebox-style1 .handsy-box-title h4 a {
    font-size: 58px;
    line-height: 68px;
    font-family: var(--main-title-fontfamily);
}
.handsy-servicebox-style1 .handsy-box-title h4 {
	margin: 0; 
}
.ttm-bgcolor-darkgrey .handsy-servicebox-style1 .handsy-box-title h4 a {
	color: rgba(255, 255, 255, 0.16) !important;
}
.handsy-servicebox-style2 .handsy-box-title h4 a,
.handsy-servicebox-style2 .ttm-short-desc,
.handsy-servicebox-style2 .handsy-box-category a,
.ttm-bgcolor-darkgrey .ttm-box-col-wrapper.active .handsy-servicebox-style1 .handsy-box-title h4 a {
	color: #fff !important;
}
.handsy-servicebox-style1 .ttm-img-box {
    width: 324px;
}


/* service 14 */
.handsy-servicebox-style2 .handsy-post-item {
    display: flex;
    justify-content: center;
}
.handsy-servicebox-style2 .handsy-box-bottom-content {
    text-align: left;
    display: inline-block;    
    padding: 50px 30px;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(15px);
}
.handsy-servicebox-style2 .handsy-box-desc {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding-top: 29px;	
}
.handsy-servicebox-style2 .ttm-short-desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.handsy-servicebox-style2 .ttm-short-desc {
    padding-bottom: 162px;	
}
.handsy-servicebox-style2 .handsy-box-title {
    width: 50%;
}
.handsy-servicebox-style2 .handsy-box-category {
    font-size: 0;
}
.handsy-servicebox-style2 .handsy-box-category a {
    font-size: 14px;
    padding: 2px 15px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
    display: inline-block;
}
.handsy-servicebox-style2 .handsy-box-category a:hover {
    background-color: var(--ttm-skincolor);
    color: #fff;
}
.handsy-servicebox-style2 .ttm-featured-bgimg {
	height: 722px;
	width: 100%;
	background-position: center;
    background-size: cover;
	position: relative;
}
.handsy-servicebox-style2 .ttm-featured-bgimg:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.51);
    height: 100%;
    width: 100%;
    z-index: 11;
}
.handsy-servicebox-style2 .handsy-contentbox {
    text-align: center;
    padding-top: 100px;
    z-index: 99;
    position: relative;
}
.handsy-element-servicebox-style2 .ttm-element-heading-content-wrapper.ttm-content-with-desc.ttm-heading-style-vertical {
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 11;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.handsy-element-servicebox-style2 .ttm-element-content-heading {
    font-family: var(--body-fonts-family);
    text-transform: unset;
    font-size: 24px !important;
    line-height: 34px !important;
    padding: 0 20px 0 130px;
    font-weight: 400;
}
.handsy-element-servicebox-style2 .ttm-element-content-desctxt {
    width: 18%;
}
.tax-ttm_service_category .handsy-servicebox-default .tm-img-box:after {   
    background-color: rgba(0, 0, 0, 0.52);    
}
.tax-ttm_service_category .handsy-servicebox-default .tm-short-desc p {
	color: #fff;
}


@media (min-width:767px) {
	.handsy-servicebox-style1 .handsy-box-title h4 {
		margin-bottom: 0;
	}
}

@media (min-width:991px) {
	.ttm-box-col-wrapper:nth-child(2) .handsy-servicebox-style1 .handsy-post-item-inner {
		top: -60px;
	}
	
	.ttm-box-col-wrapper:last-child .handsy-servicebox-style1 .handsy-post-item-inner {
		top: -230px;
	}
	.ttm-box-col-wrapper:nth-child(3) .handsy-servicebox-style1 .handsy-post-item-inner {
		top: -170px;
	}
	.ttm-box-col-wrapper:nth-child(4) .handsy-servicebox-style1 .handsy-post-item-inner {
		top: -190px;
	}
}

@media (max-width:1200px) {
	.handsy-servicebox-style2 .handsy-box-title {
		width: auto;
	}
	.handsy-servicebox-style2 .handsy-contentbox {    
		padding-top: 50px;    
	}
	.handsy-servicebox-style2 .ttm-featured-bgimg {
		height: 615px;    
	}
}
@media (max-width:1024px) {
	.handsy-element-servicebox-style2 .ttm-element-heading-content-wrapper.ttm-content-with-desc.ttm-heading-style-vertical {		
		display: none;		
	}
	.handsy-servicebox-style2 .handsy-contentbox {
		padding: 50px 20px 0;
	}
	.handsy-servicebox-style2 .handsy-box-bottom-content {    
		display: block;
	}
	.handsy-servicebox-style2 .ttm-featured-bgimg {
		height: 450px;
	}
	.handsy-servicebox-style2 .ttm-short-desc {
		padding-bottom: 90px;
		width: auto;
	}
	.handsy-servicebox-default .tm-short-desc p {	
		 overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.handsy-servicebox-default .tm-short-desc {    
		padding-bottom: 20px;
	}
}

@media (max-width:990px) {
	.handsy-servicebox-style1 .handsy-post-item {    
		display: block !important;    
	}	
	.handsy-servicebox-style1 .ttm-featured-outer-wrapper.ttm-service-featured-outer-wrapper {
		width: 100%;    
	}
	.handsy-servicebox-style1 .handsy-box-title h4 a {
		font-size: 32px;
		line-height: 42px;		
		display: block;
	}
	.handsy-servicebox-style1 .handsy-box-bottom-content {    
		display: block !important;  
		margin-left: 0px !important;    
	}	
	.ttm-box-col-wrapper .handsy-servicebox-style1 .handsy-post-item-inner {
		position: relative;
		opacity: 1;
		top: 0;
		left: 0; 
	}
	.handsy-servicebox-style1 .handsy-box-desc,
	.handsy-servicebox-style1 .ttm-img-box,	
	.handsy-servicebox-style1 .handsy-box-title {
		width: auto;
	}
}

@media (max-width:767px) {
	.handsy-servicebox-default .handsy-box-title h4 a {    
		font-size: 22px;
		line-height: 32px;
	}	
	.handsy-servicebox-default .tm-short-desc p {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.handsy-element-servicebox-default button.slick-arrow {    
		bottom: -20px;
	}
	.handsy-servicebox-default .handsy-box-title h4 {
		margin-bottom: 12px;
	}
	.handsy-servicebox-default .tm-icon {
		width: 45px;
	}
	.handsy-servicebox-default .handsy-box-title {
		width: auto;
	}
		
	.handsy-element-servicebox-default .handsy-boxes-row-wrapper.row.multi-columns-row.slick-initialized.slick-slider {
		padding-bottom: 50px;
	}
	.handsy-servicebox-default .tm-short-desc {		
		padding-bottom: 20px;
		padding-top: 15px;
	}
}
@media (max-width:740px) {
	
}
@media (max-width:680px) {
	.ttm-box-col-wrapper.active .handsy-servicebox-style1 .handsy-post-item-inner {		
		height: 280px;    
	}
	.handsy-servicebox-style1 .ttm-featured-outer-wrapper.ttm-service-featured-outer-wrapper {
		height: 250px;
	}
}

@media (max-width:586px) {
	.handsy-servicebox-style2 .ttm-featured-bgimg {
		height: 517px;
	}
	.handsy-servicebox-style2 .ttm-short-desc p {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.handsy-servicebox-style2 .handsy-box-title h4 a {
		font-size: 20px;
	}
}

@media (max-width:480px) {
	.handsy-servicebox-style2 .handsy-box-bottom-content {
		padding: 10px 20px 10px;
	}
	.handsy-servicebox-style1 .handsy-post-item {
		padding: 22px 0 27px;
	}
	.handsy-servicebox-style2 .handsy-box-category a {
		font-size: 13px;    
		margin-right: 9px;   
	}
	.handsy-servicebox-style2 .ttm-featured-bgimg {
		height: 438px;
	}
	.handsy-servicebox-default .handsy-box-bottom-content {    
		padding: 20px 20px 30px;
	}
}

@media (min-width:1025px) {
	.handsy-servicebox-style2 .handsy-box-bottom-content {   
		width: 500px;
	}
}


@media only screen and (min-width:1025px) and (max-width:1200px) {
	.handsy-element-servicebox-style2 .ttm-element-content-heading {				
		font-size: 20px !important;
		line-height: 30px !important;
		padding: 0 420px 0 0px;
	}
}

@media only screen and (min-width:1201px) and (max-width:1420px) {
	.handsy-element-servicebox-style2 .ttm-element-content-heading {   
		padding: 0 420px 0 30px;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.handsy-servicebox-default .handsy-box-title h4 a {
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (min-width:991px) and (max-width:1200px) {
	.handsy-servicebox-style1 .handsy-box-title h4 a {
		font-size: 27px;
		line-height: 37px;    
	}
	
	.handsy-servicebox-style1 .handsy-box-desc {
		width: auto;
		padding-left: 20px;
	}
	.handsy-servicebox-style1 .ttm-img-box {
		width: auto;
	}
	.handsy-servicebox-style1 .ttm-featured-outer-wrapper.ttm-service-featured-outer-wrapper {
		width: 230px;
		height: 288px;		
	}
}