.color-text-001 strong {
    color: #0a9629;
}


/*feature*/
.feature-box-001 .sppb-media {
    display: flex;
    align-items: center;
}

.feature-box-001 h4.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5 !important;
    font-weight: 600;
}

.feature-box-001 .sppb-media>.pull-left {
    width: 80px !important;
}

.feature-box-001 h4.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    font-weight: 500 !important;
    font-size: 18px;
    color: #368e75 !important;
}

.feature-box-001 .pull-left {
    min-width: 56px !important;
}

.border-text-001 .sppb-addon-title {
    POSITION: relative;
}

.border-text-001 .sppb-addon-title:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #0a9629;
    top: 0px;
    bottom: 0px;
    left: -100px;
    margin: auto;
    transition: 0.3s;
}


.border-text-002 .sppb-addon-title {
    position: relative;
}

.border-text-002 .sppb-addon-title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #228d6b;
    border-radius: 0px;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.border-img-001 img.sppb-img-responsive {
    border-radius: 13px;
}

.team-001 {
    border-radius: 14px;
    border: 2px solid #55afbc;
}

.img-border-box-001 {
    position: absolute;
}

.img-border-box-001:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: #cdede4;
    top: -15px;
    left: -15px;
    margin: auto;
    transition: 0.3s;
}

.img-border-box-002 {
    position: relative;
}

.img-border-box-002:before {
    content: '';
    position: absolute;
    width: 120%;
    height: 80%;
    background: #cdede4;
    top: -50px;
    right: -15px;
    margin: auto;
    transition: 0.3s;
    z-index:-999;
}

@media(max-width:991px){
.img-border-box-002:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 140%;
    background: #cdede4;
    top: -150px;
}}