/**
 * CSS for both Frontend+Backend.
 */
 .tpgb-infobox {
    z-index: 1;
}
.m-r-16 {
    margin-right: 16px;
}
.m-l-16 {
    margin-left: 16px
}
.text-alignment{
	text-align: center;
    width: 100%;
}
.tpgb-infobox .info-box-bg-box {
    position: relative;
	display:block;
	text-decoration: blink;
}
.tpgb-infobox .service-media {
    display: flex;
    align-items: flex-start;
}
.tpgb-infobox .info-box-bg-box>div:first-child {
    position: relative;
    z-index: 11;
}
.tpgb-infobox .vertical-center {
    align-items: center;
}
.tpgb-draw-svg object {
    opacity: 0;
    width: 100%;
}
.tpgb-infobox .info-box-inner .service-icon,.tpgb-infobox .info-box-inner .tpgb-draw-svg {
	color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 25px; 
    display: inline-flex;
	justify-content: center;
	align-items: center;
    word-spacing: initial;
}
.tpgb-infobox .info-box-inner .tpgb-draw-svg{
    width: 100%;
    max-width: 50px;
    line-height: 50px;
}
.tpgb-infobox .info-box-bg-box .icon-shine-show {
    background-repeat: no-repeat;
    background-position: 100% 100%, 0 0;
    background-image: linear-gradient(to top left,rgba(255, 255, 255, 0.2) 0%,rgba(255,255,255,.2) 37%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 50%);
    background-size: 250% 250%,100% 100%;
    transition: background-position .0s ease;
}
.tpgb-infobox .info-box-inner:hover .icon-shine-show {	
	background-position: 0 0, 0 0;
	transition-duration: 0.6s;
}
.tpgb-infobox .info-box-inner .icon-square {
    border: 1px solid;
    border-radius: inherit;
}
.tpgb-infobox .info-box-inner .icon-rounded {
    border: 1px solid;
    border-radius: 50%;
}
.tpgb-infobox .info-box-inner .icon-hexagon {
    border-radius: initial;
	background: red;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 90 100'%3E%3Cdefs%3E%3Cpath id='a' d='M1.699.871h86.603v98.258H1.699z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23231F20' d='m4.513 23.375 37.672-21.75a5.625 5.625 0 0 1 5.628 0l37.672 21.75A5.63 5.63 0 0 1 88.3 28.25v43.5a5.63 5.63 0 0 1-2.815 4.875l-37.672 21.75a5.625 5.625 0 0 1-5.628 0L4.513 76.625a5.63 5.63 0 0 1-2.815-4.875v-43.5a5.63 5.63 0 0 1 2.815-4.875'/%3E%3C/svg%3E") top right / 100% 100%;
}

.tpgb-infobox .info-box-inner .icon-pentagon {
    border-radius: initial;
	background: red;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 100 97'%3E%3Cdefs%3E%3Cpath id='a' d='M.883 1.541h98.234v93.918H.883z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23231F20' d='M17.968 91.982 1.129 40.157a5.031 5.031 0 0 1 1.828-5.626L47.042 2.502a5.032 5.032 0 0 1 5.915 0l44.085 32.029a5.033 5.033 0 0 1 1.828 5.626L82.031 91.982a5.032 5.032 0 0 1-4.786 3.477H22.753a5.032 5.032 0 0 1-4.785-3.477'/%3E%3C/svg%3E") top right / 100% 100%
}

.tpgb-infobox .info-box-inner .icon-square-rotate {
    border-radius: initial;
	background: red;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' viewBox='0 0 98 98'%3E%3Cdefs%3E%3Cpath id='a' d='M1.148 1.147h95.704v95.704H1.148z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23231F20' d='M95.333 52.666 52.667 95.333a5.185 5.185 0 0 1-7.333 0L2.667 52.666a5.185 5.185 0 0 1 0-7.333L45.333 2.666a5.185 5.185 0 0 1 7.333 0l42.667 42.667a5.183 5.183 0 0 1 0 7.333'/%3E%3C/svg%3E") top right / 100% 100%
}
.tpgb-infobox  .info-box-svg {
    display: flex;
}
.tpgb-infobox .service-title {
	display: block;
	font-size: 18px;
    line-height: 2em;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: blink;
}

.tpgb-infobox .service-content {
    flex: 1 1 0%;
}
.tpgb-infobox .service-border {
	display: inline-block;
	border: 1px solid #000;
    width: 20%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.tpgb-infobox .service-desc {
	font-size: 14px;
	line-height: 1.8em;
}
.tpgb-infobox .infobox-overlay-color {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}
.tpgb-infobox .info-icon-content {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.tpgb-infobox .info-box-inner .info-pin-text {
    position: absolute;
    top: 0;
    background: #6fc784;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    width: max-content;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    transform: translateY(-50%);
}
/* btn space added */
.tpgb-infobox .infobox-btn-block {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.infobox-btn-block .tpgb-adv-button.button-style-7 .button-link-wrap {
	display: inline-block;
	position: relative;
}

.tpgb-jstilt {
    transform-style: preserve-3d;
    transform: perspective(500px)
}

.tpgb-jstilt .tpgb-infobox .service-icon-wrap {
    transform: translateZ(35px) scale(0.8);
}

.tpgb-jstilt .tpgb-infobox .service-title {
    transform: translateZ(50px) scale(0.8);
}

.tpgb-jstilt .tpgb-infobox .service-desc {
    transform: translateZ(30px) scale(0.8);
}