.new-btn a {
    border: 1px solid #00963f;
    padding: 8px 10px;
    border-radius: 8px;
    color: #00963f;
}

.new-btn a:hover {
    background-color: #00963f;
    transition: .5s;
    color: #fff;
}

.delivering-optimal-wrap .marker::before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #00963f;
}

.delivering-optimal-wrap .list-item .title-wrap .title {
    color: #333333;
    margin-bottom: 0px !important;
}

.delivering-optimal-wrap .list-item {
    padding-left: 40px;
    margin-top: 10px;
    position: relative;
}

.ht-box-images.style-01 .circle-arrow a {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #113E70;
}

@media only screen and (max-width: 600px) {
    .banner-img {
        display: none;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #333333;
    content: var(--bs-breadcrumb-divider, "|");
}

.main-color {
    color: #00963f;
}
.secondary-color {
    color: #113E70 !important;
}

.breadcrumb-list li.active {
    color: #00963f;
}

.title-dec-text {
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-bottom: auto;
}

.progress-bar--one .progress-charts {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: visible;
}

.projects-wrap.style-04 .projects-image-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    position: relative;
    padding: 35px 25px;
    margin-bottom: 30px;
}

.projects-wrap.style-04 .content {
    padding: 0px 6px 94px;
    padding-bottom: 1px;
    min-height: 200px;
}

.projects-wrap.style-04 .content-2 {
    min-height: auto;
}

.ht-timeline.style-01 .timeline-col .inner .year {
    color: #00963f;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px;
}

.ht-timeline.style-01 .timeline-info .inner {
    padding-top: 80px;
    float: right;
    width: 500px;
    max-width: 100%;
    text-align: left;
}

@media only screen and (max-width: 600px) {
    .ht-timeline.style-01 .timeline-info .inner {
        padding-top: 10px;
    }
}

.ht-box-images.style-01 .image-box-wrap {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 23px !important;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 60px;
}

.ht-box-images.style-01 .image-box-wrap .box-image img,
.ht-box-images.style-01 .image-box-wrap .box-image {
    border-radius: 4px !important;
}

.infotechno-bg {
    background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
}