/*! Infobox Style 1 */
.infobox-style-1 {
	text-align: center;
	padding: 0 30px;
	margin-bottom: 30px;
}
.infobox-style-1 .kyber-infobox-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #000;
	border-radius: 50%;
	margin-bottom: 30px;
	font-size: 30px;
	color: var(--tcr-white-color);
}
.infobox-style-1 .kyber-infobox-icon img{
    width: 80px; 
    border-radius: 100px;
    display: block;
}
.infobox-style-1 .kyber-infobox-title {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}


/*! Infobox Style 2 */
.infobox-style-2 {
	position: relative;
	z-index: 9;
} 

.cd-bg-color-tertiary .infobox-style-2 .icon-number {
	position: relative;
	
}
.cd-bg-color-tertiary{
	counter-reset: dots;
	
}


.infobox-bg-number .infobox-style-2 .icon-number:before {
   	counter-increment: dots;
	content: counter(dots, decimal-leading-zero);
    position: absolute;
    font-size: 100px;
    color: var(--tcr-white-color);
    line-height: 60px;
    z-index:-1;
    font-weight: bold;
    font-family: Rajdhani;

}




.infobox-style-2 h3 {
	font-size: 24px;
	line-height: 35px;
}
.infobox-style-2 .icon-number {
	color: var(--tcr-white-color);
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 6px;
}
.infobox-style-2 .kyber-infobox-icon{
	position: relative;
	width: 40px;
}
.infobox-style-2 .kyber-infobox-icon:after {
	position: absolute;
	left: 34px;
	top: 18px;
	width: 40px;
	height: 1px;
	content: "";
	z-index: 999;	
}
.infobox-style-2 .kyber-infobox-icon img{
	width: 30px;
	margin-top: 8px;
}
.infobox-style-2 .kyber-infobox-icon i{
	font-size: 28px;
	width: 80px;
	margin-top: 5px;
}

.infobox-style-2 .kyber-infobox-content {
	margin-left: 60px;
	z-index: 999;
}
.infobox-pad.infobox-style-2 {
	margin-bottom: 130px;
}

/*! Infobox Style 3 */
.infobox-style-3 .kyber-infobox-wrapper {
	padding-top: 10px;
	margin-right: 30px;
	margin-top: 40px;
}
.infobox-style-3 i {
	font-size: 60px;
	line-height: 60px;
	position: relative;
	z-index: 99;
}
.infobox-style-3 .icon-number{
    font-size: 40px;
    line-height: 10px;
    font-family: Rajdhani;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.infobox-style-3 .kyber-infobox-icon{
	position: relative;
	min-height: 60px;
}
.infobox-style-3 .kyber-infobox-icon:after {
	position: absolute;
	left: 0;
	top: -10px;
	width: 60px;
	height: 60px;
	content: "";
	background: var(--tcr-white-color);
	border-radius: 100px; 
}
.kyber-infobox-bg-gray .infobox-style-3 i:after {
	background-color: #f5f5f5;
}
.kyber-infobox-bg-gray .infobox-style-3 .kyber-infobox-wrapper {
	margin-right: 0px;
}
.infobox-style-3 i:before {
	position: relative;
	left: 25px;
}
.infobox-style-3 .kyber-infobox-icon img{
    position: relative;
    z-index: 9;
    width: 100px;
    border-radius: 100%;
}
.infobox-style-3 .kyber-infobox-title {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 30px;
}

/*! Infobox Style 4 */
.infobox-style-4 {
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 40px 20px 40px !important;
	display: inline-block;
}
.infobox-style-4 .kyber-infobox-wrapper {
	display: flex;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
} 
.infobox-style-4 .kyber-infobox-title {
	font-size: 32px;
	line-height: 32px;
	color: var(--tcr-white-color);
	margin-bottom: 0
}
.infobox-style-4 .kyber-infobox-text {
	color: var(--tcr-white-color);
	font-family: Rajdhani;
	text-align: left;
	font-weight: 700;
}
.infobox-style-4 .kyber-infobox-content {
	margin-left: 15px;
}
.kyber-no-border .infobox-style-4,
.infobox-style-4.kyber-no-border {
	border: none;
	padding: 0 40px !important;
}

.infobox-area .infobox-style-4 .kyber-infobox-wrapper {
	margin-left: 0;
}
.infobox-area .infobox-style-4 .kyber-infobox-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
}
.infobox-style-4 .kyber-infobox-icon {
	margin-right: 10px;
    width: 50px;
    text-align: center;
    border-radius: 100px;
    background: var(--tcr-white-color);
    height: 50px;
    line-height: 50px;
}
.infobox-style-4 .kyber-infobox-icon i{ 
    font-size: 30px;
    width: 50px;
    height: 50px;   
}
.infobox-style-4 .kyber-infobox-icon img{

    min-width: 55px;
    border-radius: 100px;

}
.infobox-style-4 .kyber-infobox-icon .icon-number{
    font-size: 26px;
    font-family: Rajdhani;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: var(--tcr-white-color);
    display: block;
}