/*! Infobox Style 1 */
.infobox-style-1 {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
}
.infobox-style-1 .sigma-infobox-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
}
.infobox-style-1 .sigma-infobox-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}
/*! Infobox Style 2 */
.infobox-style-2 {
    position: relative;
    z-index: 9;
}
.infobox-style-2 .icon-number[data-content]:before {
    content: attr(data-content);
    position: absolute;
    font-size: 100px;
    color: #f7f7f7;
    line-height: 60px;
    z-index: -1;
    font-weight: bold;
    font-family: Bai Jamjuree;
}
.sigma-bg-color-tertiary .infobox-style-2 .icon-number[data-content]:before {
    color: #fff;
}
.infobox-style-2 h3 {
    font-size: 24px;
    line-height: 35px;
}
.infobox-style-2 .icon-number {
    background: #FF6366;
    color: #ffffff;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 6px;
}
.infobox-style-2 .icon-number:after {
    position: absolute;
    left: 34px;
    top: 12px;
    width: 40px;
    height: 1px;
    content: "";
    background: #FF6366;
}
.infobox-style-2 .sigma-infobox-content {
    margin-left: 60px;
}
.infobox-pad.infobox-style-2 {
    margin-bottom: 130px;
}
/*! Infobox Style 3 */
@keyframes move-icon-circle {
    0%,
    100% {
        transform: translate3d(20px, 10px, 0)
    }
    30% {
        transform: translate3d(0px, 0px, 0)
    }
    50% {
        transform: translate3d(0, 20px, 0)
    }
}
.infobox-style-3 .sigma-infobox-wrapper {
    padding-top: 10px;
    margin-right: 30px;
    margin-top: 40px;
}
.infobox-style-3 i {
    font-size: 60px;
    line-height: 60px;
    color: #FF6366;
    position: relative;
}
.infobox-style-3 i:after {
    position: absolute;
    left: 0;
    top: -10px;
    width: 60px;
    height: 60px;
    content: "";
    background: #73C6CD;
    border-radius: 100px;
    z-index: -1;
    animation: move-icon-circle 3s infinite;
}
.sigma-infobox-bg-gray .infobox-style-3 i:after {
    background-color: #f5f5f5;
}
.sigma-infobox-bg-gray .infobox-style-3 .sigma-infobox-wrapper {
    margin-right: 0px;
}
.infobox-style-3 i:before {
    position: relative;
    left: 25px;
}
.infobox-style-3 .sigma-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 .sigma-infobox-wrapper {
    display: flex;
    padding-left: 10px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.infobox-style-4 i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FF6366;
    color: #ffffff;
    border-radius: 100px;
    font-size: 30px;
    display: inline-block;
}
.infobox-style-4 .sigma-infobox-title {
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 0
}
.infobox-style-4 .sigma-infobox-text {
    color: #ffffff;
    font-family: Bai Jamjuree;
    text-align: left;
}
.infobox-style-4 .sigma-infobox-content {
    margin-left: 15px;
}
.infobox-style-4.sigma-no-border {
    border: none;
    padding: 0 40px !important;
}
.infobox-area .infobox-style-4 .sigma-infobox-wrapper {
    margin-left: 0;
}
.infobox-area .infobox-style-4 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #73C6CD;
}
