.project__thumb-two::before {
    background: #52ba3c;
}
.project__details-info > .list-wrap > li span {
    color: #ffffff;
}
.tgmenu__navbar-wrap > ul > li a {
    font-size: 14px;
 color: #2d8115 !important;
}
.featured-pages-section-wrap .page-card-style-1 .page-image-holder .page-title-banner {
    background-color: #27af02;
}
.shortcode-categori-page-style-2 .service-categories-item .service-categories-content .title {
    font-size: medium;
    font-weight: 1000;
}
.featured-pages-section-wrap .page-card-style-1 .page-image-holder .page-title-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--tg-heading-color);
    padding: 12px 15px;
    text-align: center;
    height: 67px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .footer-copyright{
    background-color: #02984b;
}

.featured-pages-section-wrap .section-title {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 18px 45px rgba(39, 175, 2, 0.2901960784);
    border: 1px solid rgba(255, 248, 246, 0.38);
    background-color: #15522f;
    display: inline-block;
    width: 100%;
}
.featured-pages-section-wrap .section-title .title{
  color: #fff
}
.featured-pages-section-wrap .section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: var(--tg-theme-secondary);
    margin-bottom: 12px;
    -webkit-text-stroke: 1px white;
    -webkit-text-stroke: 1.5px white;
    paint-order: stroke fill;
    text-align: justify;
    /* text-align-last: justify; */
    letter-spacing: 2px;
}


.shortcode-categori-page .section-title {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 18px 45px rgba(39, 175, 2, 0.2901960784);
    border: 1px solid rgba(255, 248, 246, 0.38);
    background-color: #15522f;
    display: inline-block;
    width: 100%;
}
.shortcode-categori-page .section-title .title{
  color: #fff
}
.shortcode-categori-page .section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: var(--tg-theme-secondary);
    margin-bottom: 12px;
    -webkit-text-stroke: 1px white;
    -webkit-text-stroke: 1.5px white;
    paint-order: stroke fill;
    text-align: justify;
    /* text-align-last: justify; */
    letter-spacing: 2px;
}