.themestek-ihbox-style-11{
    position: relative;
    padding: 35px 35px;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px 0 30px; 
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
}
.themestek-ihbox-style-11 h2.themestek-custom-heading.themestek-custom-heading-elementor:before,
.themestek-ihbox-style-11 .themestek-vc_cta3-content:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    position: absolute;
    bottom: -32px;
    right: -32px;
    font-size: 50px;
    font-weight: 700;
    color: #f2f2f2;
    font-family: "Biryani", Arial, Helvetica, sans-serif;
}
.themestek-ihbox-style-11 .themestek-ihbox-inner {
    display: flex;
}
.themestek-ihbox-style-11 .pbmit-ihbox-svg-wrapper,
.themestek-ihbox-style-11 .themestek-ihbox-icon-wrapper{
    height: 75px;
    width: 75px;
    background-color: #14212a;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.themestek-ihbox-style-11 .themestek-ihbox-icon-wrapper svg {
    fill: #fff;
    width: 29px;
    height: 74px;
}
.themestek-ihbox-style-11 .pbmit-ihbox-svg-wrapper {
	line-height: 117px;
}
.themestek-ihbox-style-11:hover .themestek-large-icon i:before{
    color: #14212a;
}
.themestek-ihbox-style-11 .themestek-large-icon i:before{
    font-size: 40px;
    line-height: 75px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.themestek-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg {
    width: 50px;
	fill: #fff;
}
.themestek-ihbox-style-11 .themestek-ihbox-contents {
    padding-left: 25px;
}
.themestek-ihbox-style-11 .themestek-custom-heading{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}
.themestek-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper,
.themestek-ihbox-style-11:hover .themestek-ihbox-icon-wrapper {
	background-color: var(--themestek-moversco-skincolor);
}
.themestek-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper svg {
	fill: var(--themestek-moversco-skincolor-dark);
}

@media (max-width: 991px){
	.themestek-ihbox-style-11 {	
		padding: 35px 25px;
	}
	.themestek-ihbox-style-11 .themestek-custom-heading {
		font-size: 15px;
	}
}

@media (max-width: 768px){
	.themestek-ihbox-style-11{
		padding: 20px 20px;
	}
	.themestek-ihbox-style-11 .themestek-ihbox-icon-wrapper{
	    height: 60px;
    	width: 60px;
	}
	.themestek-ihbox-style-11 .themestek-large-icon i:before{
    	font-size: 35px;
    	line-height: 60px;
	}
	.themestek-ihbox-style-11 .themestek-custom-heading{
		font-size: 18px;
	}
	.themestek-ihbox-style-11 .themestek-ihbox-contents:before,
	.themestek-ihbox-style-11 .themestek-vc_cta3-content:before{
	    bottom: -20px;
	    right: -20px;
	    font-size: 30px;
	}
}