/*info-box - css 25 */

.netbee-background-dark .netbee-info-box .title-wrap .info-box-subtitle,
.netbee-background-dark .netbee-info-box.style-1 .icon-wrapper .featured-icon,
.row .background--dark .netbee-info-box .title-wrap .info-box-subtitle,
.row .background--dark .netbee-info-box.style-1 .icon-wrapper .featured-icon {
    color: rgba(255, 255, 255, 0.6);
}

.netbee-background-dark .netbee-info-box.style-4 .icon-wrapper .module-icon:before,
.netbee-background-dark .netbee-info-box.style-3 .icon-wrapper .module-icon:before,
.row .background--dark .netbee-info-box.style-4 .icon-wrapper .module-icon:before,
.row .background--dark .netbee-info-box.style-3 .icon-wrapper .module-icon:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.netbee-background-dark .netbee-info-box.style-4 .icon-wrapper .module-icon:after,
.row .background--dark .netbee-info-box.style-4 .icon-wrapper .module-icon:after {
    background: rgba(255, 255, 255, 0.1);
}

.netbee-background-dark .netbee-info-box.style-5 .icon-wrapper .featured-icon,
.row .background--dark .netbee-info-box.style-5 .icon-wrapper .featured-icon {
    color: rgba(255, 255, 255, 0.2);
}

.netbee-background-dark .netbee-info-box.style-4 .icon-wrapper .module-icon,
.row .background--dark .netbee-info-box.style-4 .icon-wrapper .module-icon {
    color: #fff;
}

.netbee-background-dark .netbee-info-box .description,
.row .background--dark .netbee-info-box .description {
    color: rgba(255, 255, 255, 0.7);
}

.netbee-info-box.text-left .netbee-module-read-more-wrap.read-more-4 .buton-wrap.with-text {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.netbee-info-box.text-right .netbee-module-read-more-wrap.read-more-4 .buton-wrap.with-text {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.netbee-info-box.text-right .netbee-module-read-more-wrap.read-more-4 .buton-wrap.with-text .hover-animate-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.netbee-info-box.text-right .netbee-module-read-more-wrap.read-more-4 .buton-wrap.with-text .text-container {
    float: left;
    overflow: hidden;
}

.netbee-info-box.text-right .netbee-module-read-more-wrap.read-more-4 .buton-wrap.with-text .animate-container {
    display: inline-block;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
}

.netbee-info-box.text-right .netbee-module-read-more-wrap.read-more-4 .buton-wrap.with-text i {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.netbee-info-box.text-right .netbee-module-read-more-wrap.read-more-4 a:hover .buton-wrap.with-text .animate-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.netbee-info-box {
    position: relative;
    overflow: hidden;
}

.netbee-info-box .head-wrap+.container-info {
    padding-top: 12px;
}

.netbee-info-box .icon-wrapper {
    padding-bottom: 15px;
    line-height: .5;
}

.netbee-info-box .icon-wrapper .module-icon {
    position: relative;
    display: inline-block;
    text-align: center;
}

.netbee-info-box .icon-wrapper .featured-icon {
    font-size: 40px;
    line-height: inherit;
}

.netbee-info-box .icon-wrapper .icon-container {
    overflow: hidden;
    position: relative;
    line-height: inherit;
    color: inherit;
}

.netbee-info-box .icon-wrapper .icon-container img {
    display: block;
}

.netbee-info-box .icon-wrapper .info-box-icon-text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #0a78e4;
    -webkit-box-shadow: 0px 12.99px 35px 0px rgba(34, 35, 40, 0.137);
    box-shadow: 0px 12.99px 35px 0px rgba(34, 35, 40, 0.137);
    text-align: center;
    border-radius: inherit;
    z-index: 1;
}

.netbee-info-box .title-wrap .info-box-subtitle {
    color: #99a9b5;
    line-height: 18px;
}

.netbee-info-box .netbee-module-read-more-wrap.read-more-1,
.netbee-info-box .netbee-module-read-more-wrap.read-more-2 {
    padding-bottom: 40px;
}

.netbee-info-box.show-readmore.read-more-1,
.netbee-info-box.show-readmore.read-more-2 {
    margin-bottom: -40px;
}

.netbee-info-box.show-readmore.content-only-hover {
    padding-bottom: 0;
    margin-bottom: 0;
}

.netbee-info-box.show-readmore.content-only-hover .netbee-module-read-more-wrap {
    padding-bottom: 40px;
}

.netbee-info-box.more-hover.text-left {
    padding-left: 25px;
    margin-left: -25px;
}

.netbee-info-box.more-hover.text-left .netbee-module-read-more-wrap.read-more-1,
.netbee-info-box.more-hover.text-left .netbee-module-read-more-wrap.read-more-2 {
    padding-left: 25px;
    margin-left: -25px;
}

.netbee-info-box.more-hover.text-right {
    padding-right: 25px;
    margin-right: -25px;
}

.netbee-info-box.more-hover.text-right .netbee-module-read-more-wrap.read-more-1,
.netbee-info-box.more-hover.text-right .netbee-module-read-more-wrap.read-more-2 {
    padding-right: 25px;
    margin-right: -25px;
}

.netbee-info-box .full-box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.netbee-info-box.content-only-hover:not(.show-readmore) {
    overflow: visible;
}

.netbee-info-box.content-only-hover:not(.show-readmore) .container-info {
    overflow: hidden;
}

.netbee-info-box.content-only-hover .head-wrap {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}

.netbee-info-box.content-only-hover .container-info .content-cell {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}

.netbee-info-box.content-only-hover:hover .head-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.netbee-info-box.content-only-hover:hover .container-info .content-cell {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.netbee-info-box.style-2 .icon-wrapper .module-icon,
.netbee-info-box.style-3 .icon-wrapper .module-icon,
.netbee-info-box.style-4 .icon-wrapper .module-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.netbee-info-box.style-2 .icon-wrapper .module-icon img,
.netbee-info-box.style-3 .icon-wrapper .module-icon img,
.netbee-info-box.style-4 .icon-wrapper .module-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: initial;
}

.netbee-info-box.style-2 .icon-wrapper .module-icon .icon-container,
.netbee-info-box.style-3 .icon-wrapper .module-icon .icon-container,
.netbee-info-box.style-4 .icon-wrapper .module-icon .icon-container {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    z-index: 1;
}

.netbee-info-box.style-1 .icon-wrapper .module-icon {
    line-height: 1;
}

.netbee-info-box.style-1 .icon-wrapper .featured-icon {
    font-size: 50px;
    line-height: 60px;
    color: #0a78e4;
}

.netbee-info-box.style-2 .icon-wrapper .module-icon {
    background: #0a78e4;
    color: #fff;
}

.netbee-info-box.style-2 .icon-wrapper .module-icon .info-box-icon-text {
    background: #ff0f60;
}

.netbee-info-box.style-2.text-right.with-number .module-icon {
    margin-right: 10px;
}

.netbee-info-box.style-3 .icon-wrapper .module-icon {
    color: #0a78e4;
}

.netbee-info-box.style-3 .icon-wrapper .module-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 1px solid #ebeef0;
}

.netbee-info-box.style-3 .icon-wrapper .module-icon .featured-icon {
    color: inherit;
}

.netbee-info-box.style-3.text-right.with-number .module-icon {
    margin-right: 10px;
}

.netbee-info-box.style-4 .icon-wrapper .module-icon {
    color: #3d3d3d;
}

.netbee-info-box.style-4 .icon-wrapper .module-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 5px;
    border-radius: inherit;
    background: #ebeef0;
}

.netbee-info-box.style-4 .icon-wrapper .module-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid #ebeef0;
}

.netbee-info-box.style-4.text-right.with-number .module-icon {
    margin-right: 10px;
}

.netbee-info-box.style-5 {
    text-align: center !important;
    padding-top: 80px;
    min-height: 200px;
}

.netbee-info-box.style-5 .icon-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
}

.netbee-info-box.style-5 .icon-wrapper .featured-icon {
    line-height: 1;
    font-size: 200px;
    color: #0a78e4;
}

.netbee-info-box.style-5 .title-wrap,
.netbee-info-box.style-5 .description {
    position: relative;
}

.netbee-info-box.style-5 .title-wrap+.container-info {
    padding-top: 12px;
}

.netbee-info-box.style-5 .netbee-text-icon-render {
    line-height: 1;
}

.netbee-info-box.style-5.content-only-hover .title-wrap {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}

.netbee-info-box.style-5.content-only-hover:hover .title-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.netbee-info-box.layout-2 .container-info .empty-cell {
    width: 50px;
}

.netbee-info-box.layout-2 .icon-wrapper,
.netbee-info-box.layout-2 .title-wrap,
.netbee-info-box.layout-2 .content-cell,
.netbee-info-box.layout-2 .empty-cell {
    display: table-cell;
}

.netbee-info-box.layout-2 .icon-wrapper,
.netbee-info-box.layout-2 .title-wrap {
    vertical-align: middle;
    padding: 0;
    line-height: 0;
}

.netbee-info-box.layout-2 .title-wrap,
.netbee-info-box.layout-2 .content-cell {
    width: 100%;
}

.netbee-info-box.layout-2.text-left .icon-wrapper+.title-wrap {
    padding-left: 20px;
}

.netbee-info-box.layout-2.text-left .content-cell {
    padding-left: 70px;
}

.netbee-info-box.layout-2.text-right .title-wrap {
    padding-right: 20px;
}

.netbee-info-box.layout-2.text-right .content-cell {
    padding-right: 70px;
}

.netbee-info-box.layout-2.style-2.text-left .content-cell,
.netbee-info-box.layout-2.style-3.text-left .content-cell,
.netbee-info-box.layout-2.style-4.text-left .content-cell {
    padding-left: 120px;
}

.netbee-info-box.layout-2.style-2.text-right .content-cell,
.netbee-info-box.layout-2.style-3.text-right .content-cell,
.netbee-info-box.layout-2.style-4.text-right .content-cell {
    padding-right: 120px;
}

.netbee-info-box.layout-3 .icon-wrapper,
.netbee-info-box.layout-3 .title-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    line-height: .5;
}

.netbee-info-box.layout-3 .title-wrap {
    width: 100%;
}

.netbee-info-box.layout-3.text-left .title-wrap {
    padding-left: 20px;
}

.netbee-info-box.layout-3.text-right .title-wrap {
    padding-right: 20px;
}