section {
    padding: 20px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.ani-move {
    animation: ImageMove 4s infinite linear;
    animation-duration: 5s;
}

.border-secondary-color {
    border-color: #2e2e2e !important;
}

.about-style01 .about-img:before {
    content: "";
    position: absolute;
    background-color: #0b457f;
    width: 52%;
    height: 88%;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
}

.about-style01 .about2-img:before {
    right: -40px;
    content: "";
    position: absolute;
    background-color: #0b457f;
    width: 53%;
    height: 88%;
    top: 50%;
    transform: translateY(-51%);
    /* left: 23px; */
}

/* .section-title01 .sm-title {
    background-color: #7ec53e;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.section-title02 .sub-title {
    background-color: rgba(126,197,62,0.2);
    padding: 11px 20px 11px 34px;
    line-height: 1;
    display: inline-block;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    color: #7ec53e
} */





[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}

.why-us-style01 .why-us-items:hover .why-us-icon {
    background-color: #2e2e2e;
    transform: rotate(360deg);
}

.why-us-style01 .why-us-icon {
    background-color: #7ec53e;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.mission li{font-size: 16px;
    color: #474747;
    margin-bottom: 10px;
    text-align: justify;

}

.role-bro li {
    text-align: justify;
    color: #474747;
    font-size: 16px;
}
/* .white-bg {
   padding: 12px 12px;
   background: #fff;
   border-radius: 6px;
} */

