/* Servicebox default CSS */
.industriz-servicebox-default .industriz-post-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
	border-radius: var(--border-radius-box);
}
.industriz-servicebox-default .industriz-post-item .industriz-image img {
	border-radius: var(--border-radius-image);
}
.industriz-servicebox-default .industriz-servicebox-icon .ttm-box-icon {
    font-size: 35px;
}
.industriz-servicebox-default .industriz-post-item .item-content h4 {
    margin: 0;
}
.industriz-servicebox-default .industriz-box-desc {
    margin-top: 25px;
}
.industriz-servicebox-default .industriz-post-item .item-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
    margin-bottom: 25px;
}

/* servicebox style 1 */
.industriz-servicebox-style1 .industriz-box-overlay {
    padding: 18px 20px 25px 20px;
    position: absolute;
    bottom: 30px;
    left: 30px;   
	right: 30px;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
    border-radius: var(--border-radius-box);
}
.industriz-servicebox-style1:hover .industriz-box-overlay {
    opacity: 1;
	z-index:999;	
}
.industriz-servicebox-style1 .industriz-box-title h4 {
    margin-bottom: 2px;    
	color:#fff;
	margin-bottom:20px;    
}
.industriz-servicebox-style1 .industriz-box-title h4 a,
.industriz-servicebox-style1 .industriz_box_categories a {
	color:#fff;
}
.industriz-servicebox-style1 .industriz_box_categories {
    font-size: 15px;
    
	color:#fff;
    margin-top:10px;
}
.industriz-servicebox-style1 .industriz_box_categories a {
    position: relative;
    padding: 5px 15px 5px 27px;
    border: 1px solid #fff;
    border-radius: 15px;
	font-size: 14px;
}
.industriz-servicebox-style1 .industriz_box_categories a:after {
	position: absolute;
	content: '#';
	left: 13px;
	top: 2px;
}
.industriz-servicebox-style1 .industriz-post-item,.industriz-servicebox-style1 .industriz-post-item-inner {
    position: relative;
}
.industriz-servicebox-style1 .featured-image-bg {
	height: 450px;
	width: 100%;
	border-radius: var(--border-radius-image);
}
.industriz-servicebox-style1 a img {
    width: 100%;
    border-radius: var(--border-radius-image);
}
.industriz-servicebox-style1 {
	overflow:hidden;
}
.industriz-servicebox-style1 .marquee {
  white-space: nowrap;
  width: 100%;
  color: #fff;
  background: var(--ttm-skincolor);
}
.industriz-servicebox-style1 .marquee {
  display: inline-block;
  animation: marqueenew 8s linear infinite;
  margin-bottom:0;
  font-size: 18px;
  line-height: 26px;
  animation-delay:-4s;
}
.industriz-servicebox-style1 .marquee>span {
    padding: 0 10px;
    font-size: 13px;
}
.industriz-servicebox-style1 .marquee>span:before {
    content:"";
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -15px;
    border-radius: 50%;
}
.industriz-servicebox-style1 .tm-marquee-text.marquee {
    opacity: 0;
}
.industriz-servicebox-style1:hover .tm-marquee-text.marquee {
    opacity: 1;
	 overflow: hidden;
}
.industriz-servicebox-style1 .marquee>p>span {
    padding-left: 15%;
}

@keyframes marquee {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}


@keyframes marqueenew {
    100% {
        right: -100%
    }

    0% {
        right: 0
    }
}


.industriz-servicebox-style1 .tm-marquee-text {
    width: 250%;
    position: absolute;
    z-index: 999;
	margin-top: 30px;	
}
.industriz-servicebox-style1 .industriz-box-title h4 {
	margin-bottom: 0; 
}

/* servicebox style 2 */
.industriz-box-service.industriz-servicebox-style2 .industriz-box-title h4 {
    font-size: 34px;
    line-height: 44px;
	margin-bottom: 21px;
	position: relative;
}
.industriz-box-service.industriz-servicebox-style2:hover .industriz-box-title h4 {
    margin-bottom: 11px;
}
.industriz-element-servicebox-style2.industriz-boxes-gap-0px .industriz-boxes-row-wrapper.row .ttm-box-col-wrapper {
    padding-right: 1.5px;
    padding-left: 1.5px;
}
body {
    counter-reset: section stepbox;
}
.industriz-box-service.industriz-servicebox-style2 .industriz-box-title h4:after {
    counter-increment: stepbox;
    content: counter(stepbox,decimal-leading-zero);
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--button-font-family);
}
.industriz-box-service .featured-image-bg {
	background-position: center;
    background-size: cover;
}
.industriz-servicebox-style2 .featured-image-bg {
    height: 522px;    
}
.industriz-servicebox-style2 .industriz-box-overlay {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;	
	transform: translateY(83px);    
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.industriz-servicebox-style2:hover .industriz-box-overlay {
	transform: translateY(0);
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.industriz-servicebox-style2 .industriz-post-item {
    overflow: hidden;
    position: relative;
}
.industriz-servicebox-style2 .industriz-image {
    position: relative;
    z-index: 11;
}
.industriz-servicebox-style2 .industriz-post-item-inner {
    position: relative;
    z-index: 99;
}
.industriz-servicebox-style2 .industriz-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
    border-radius: 10px;
	opacity: 0;
	transition:all 0.5s ease 0s;
}
.industriz-servicebox-style2:hover .industriz-image:after {
	opacity: 1;
	transition:all 0.5s ease 0s;
}
.industriz-box-service.industriz-servicebox-style2 .industriz-box-title h4 a,
.industriz-box-service.industriz-servicebox-style2 .industriz-serviceboxbox-readmore a {
	color: #fff; 
}
.industriz-box-service.industriz-servicebox-style2 .industriz-serviceboxbox-readmore a {    
    background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(13.5px);
    padding: 15px 20px 15px 20px;
	border-radius: var(--border-radius-box);
    display: block;
    position: relative;
	text-transform: var(--button-text-transform);
}
.industriz-box-service.industriz-servicebox-style2 .industriz-serviceboxbox-readmore a:hover {
    background-color: #fff;
    color: var(--ttm-secondarycolor);
}


@media (max-width:991px) {
	.industriz-servicebox-style2 .featured-image-bg {
		height: 310px;
	}
	.industriz-servicebox-style2 .industriz-box-overlay {
		z-index: 11; 
	}
	.industriz-servicebox-style2 .industriz-image {
		position: relative;
	}
	.industriz-servicebox-style2 .industriz-image:after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		z-index: 1;
	}
	.industriz-servicebox-style1 .industriz-box-overlay {		
		left: 30px;
		right: 30px;		
	}
	.industriz-servicebox-style2 .industriz-box-overlay {
		bottom: 28px;
	}
}

@media (max-width:767px) {
	.industriz-element-servicebox-style2.industriz-boxes-gap-0px .industriz-boxes-row-wrapper.row .ttm-box-col-wrapper {    
		margin-bottom: 30px;
	}
	.industriz-servicebox-style1 .industriz-box-overlay {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.industriz-servicebox-style1 .featured-image-bg {
		height: 320px;    
	}
}

@media (max-width:480px) {
	.industriz-box-service.industriz-servicebox-style2 .industriz-box-title h4 {
		font-size: 28px;
		line-height: 38px;    
	}
}

@media only screen and (min-width:992px) and (max-width:1024px) {
	.industriz-box-service.industriz-servicebox-style2 .industriz-box-title h4 {
		font-size: 23px;
		line-height: 33px;
	}
}
@media only screen and (min-width:992px) and (max-width:1300px) {
	.industriz-servicebox-style1 .industriz-box-overlay {
		padding: 18px 10px 25px;    
		bottom: 10px;
		left: 10px;
		right: 10px;    
	}
	.industriz-servicebox-style1 .industriz_box_categories a {
		 padding: 5px 10px 5px 24px;
	}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
	.industriz-element-servicebox-style2.industriz-boxes-gap-0px .industriz-boxes-row-wrapper.row .ttm-box-col-wrapper {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px;
	}	
}

@media only screen and (min-width:991px) and (max-width: 1024px) {
	.industriz-element-servicebox-style2.industriz-boxes-gap-0px .industriz-boxes-row-wrapper.row .ttm-box-col-wrapper {		
		margin-bottom: 30px;
	}
}