/* Iconbox default CSS */
.industriz-iconbox-default {
    position: relative;
}
.industriz-iconbox-default .ttm-iconbox-wrapper .industriz-iconbox-icon .ttm-box-icon {
    height: 62px;
    width: 62px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    background-color: var(--ttm-skincolor);
    border-radius: 10px;
}
.industriz-iconbox-default .ttm-iconbox-wrapper .industriz-iconbox-icon .ttm-box-icon i {
    font-size: 32px;
    line-height: 72px;
}
.industriz-iconbox-default .ttm-iconbox-wrapper .industriz-iconbox-heading .ttm-custom-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.ttm-team-member-single-content-wrapper .industriz-iconbox.industriz-iconbox-default {
    padding: 60px 25px 40px 40px;
}
.ttm-team-member-single-content-wrapper .industriz-iconbox.industriz-iconbox-default .ttm-cta3-content-wrapper {
    padding-top: 15px;
}

/* Iconbox style two CSS */
.industriz-iconbox-style2 .elementor-icon {    
    font-size: 30px;    
}
.industriz-iconbox-style2 .ttm-custom-heading {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
    display: inline-block;
	padding-left: 6px; 
}
.industriz-iconbox-style2 .ttm-cta3-content-wrapper {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--special-element-fontfamily);
}
.industriz-iconbox .industriz-iconbox-icon {
    margin-bottom: 0;
}
.industriz-iconbox-style2:hover path {
    fill: #fff;
}
.industriz-iconbox-style2:hover .ttm-cta3-content-wrapper a,
.industriz-iconbox-style2:hover .ttm-cta3-content-wrapper,
.industriz-iconbox-style2:hover .ttm-custom-heading {
	color: #fff;
}
.industriz-iconbox-style2 .ttm-box-icon {
    display: inline-block;
	vertical-align: bottom;
}
.industriz-iconbox-style2 .industriz-iconbox-inner {
    padding: 50px;
    background-color: var(--ttm-greycolor);
    text-align: center;
    border-radius: 10px;
	border-bottom: 7px solid var(--ttm-secondarycolor);
	position: relative;
}
.ttm-skinbg .industriz-iconbox-style2 .industriz-iconbox-inner {
	border-bottom: 7px solid var(--ttm-skincolor);
}
.ttm-skinbg .industriz-iconbox-style2 .industriz-iconbox-inner:before,
.industriz-iconbox-style2 .industriz-iconbox-inner:before {
    content: '';
    background-color: var(--ttm-secondarycolor);
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .99;
    transition-property: top,opacity;
    transition-duration: .3s;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
	border-radius: 10px 10px 0 0;
}
.industriz-iconbox-style2 .ttm-iconbox-wrapper {
    z-index: 11;
    position: relative;
}
.ttm-skinbg .industriz-iconbox-style2 .industriz-iconbox-inner:before {
	background-color: var(--ttm-skincolor);
}
.ttm-skinbg .industriz-iconbox-style2 .industriz-iconbox-inner:hover:before,
.industriz-iconbox-style2:hover .industriz-iconbox-inner:before {
	height: 100%;
}


/* Iconbox style three CSS */
.industriz-iconbox-style3 .ttm-box-icon {
	height: 71px;
    width: 80px;
	line-height: 95px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--ttm-secondarycolor);    
    display: block;
}
.industriz-iconbox-style3 .ttm-box-icon .elementor-icon {
	font-size: 35px;
	line-height: 52px;
}
.industriz-iconbox-style3 .ttm-wrap {    
    width: auto;
}
.industriz-iconbox-style3 .industriz-iconbox-heading {    
    padding-left: 25px;
}
.industriz-iconbox-style3 .ttm-cta3-content-wrapper a {
    color: var(--body-fonts-color);
}
.industriz-iconbox-style3 .ttm-cta3-content-wrapper a:hover {
	color: var(--ttm-skincolor);
}
.industriz-iconbox.industriz-iconbox-style3 .industriz-iconbox-heading .ttm-custom-heading {
    font-size: 18px;
    line-height: 28px;  
	margin-bottom: 6px; 
	color: var(--body-fonts-color);
	font-family: var(--button-font-family);
}
.industriz-iconbox-style3:hover .ttm-box-icon {
    transform: rotateY(360deg);
    transition: opacity .3s,transform .3s;
}


@media (max-width:767px) {
	.industriz-iconbox-style2 .ttm-custom-heading {
		font-size: 28px;
		padding-left: 10px;  
	}
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
	.industriz-iconbox-style2 .ttm-custom-heading {
		font-size: 24px;
		line-height: 34px;    
	}
}
