.section-title-top {
    display: flex;
    align-items: center;
}

.section-title-top .triangular-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.bi-globe-americas{
    margin-right: 10px;
}

.vision-content-bg {
    padding: 50px 20px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../img/vision/vision.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.value-content-box .value-box {
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.value-content-box .value-box:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #009750;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    opacity: 1;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.value-content-box .value-box::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 6px;
    opacity: 0.7;
}

.value-content-box .value-box .caption {
    padding: 25px;
}

.services-page-container .subscribe-c {
    padding: 20px;
}

@media (min-width: 991px) {
    .services-page-container .align-items-center1 .subscribe-img {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .services-page-container .align-items-center img {
        width: 200px;
        height: 200px;
    }

    .services-page-container .align-items-center2 {
        flex-direction: column-reverse;
    }

}

.team-network-img img {
    border-radius: 10px;
    overflow: hidden;
}


.new-container .expertise-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease-out;
    margin-bottom: 30px;
}

.new-container .expertise-item.show {
    opacity: 1;
    transform: translateY(0);
}

.text-009750 {
    color: #009750 !important;
}

.new-line {
    border-bottom: 1px solid #CCCCCC;
}

.careers-area-title {
    display: inline-block;
    padding: 10px 20px;
    background-color: #009750;
    font-size: 20px;
    color: #fff;
}

.careers-container-ul {
    padding-left: 25px;
}

.careers-container-ul-li {
    list-style: auto !important;
}

.careers-container-ul-li::marker {
    font-size: 20px;
    color: #000;
}

.careers-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #CCCCCC;
}

.careers-title div {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.careers-title div::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #009750;
}
.careers-content-ul{
      padding-left: 25px;
}
.careers-content-ul li {
    font-size: 16px;
    line-height: 20px;
    color: #000;
        list-style: disc !important;
}

.careers-content-ul li strong {
    margin-right: 10px;
}

.content-ul {
    padding-left: 20px;
}

.content-ul li {
    font-size: 16px;
    line-height: 20px;
    list-style: disc !important;
}

.social-account-box .icon i{
    margin-right: 10px;
}


.news-details  .new-step-image{
 text-align: center;
}