.et_pb_section_video_bg {
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s;
}

.et_pb_section_video_bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    box-sizing: border-box;
}

.et_pb_section_video_bg:after {
    content: '';
    background: rgb(0 0 0 / 38%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section.welcome .inner .left-col {
    background: #007a3d;
}

.section.welcome .inner .left-col p {
    color: #fff !important;
}

.section.welcome .inner h2 {
    font-size: 120px;
    color: #fff !important;
    font-weight: 900;
}

.section.welcome .inner .right-col .content {
    position: absolute;
    bottom: 93px;
    max-width: 490px;
    left: 80px;
    left: 160px;
}

.section.welcome h2 span {
    color: #00783d !important;
}

.service-icon {
    column-count: 0;
    column-gap: 10;
}

.service-icon ul {}

.service-icon ul li {
    /* display: inline-block; */
    width: 24%;
    display: inline-block;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

.service-icon ul li figure {
    width: 100px;
    height: 100px;
    border: 2px solid #fffffe;
    background: #000000;
    border-radius: 100px 100px;
    padding: 18px 10px;
    text-align: center;
    padding: block;
    margin: 0 auto;
}

.service-icon ul li figure img {
    height: 60px;
    text-align: center;
}

.service-icon ul li h3 {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    height: 65px;
    line-height: 22px;
}

.service-content p {
    font-size: 22px !important;
    line-height: 28px;
}

.contact-srea p {
    font-size: 22px !important;
    color: #000000;
    font-weight: 800;
}

.contact-srea p span {
    color: #ce1126;
}

@media only screen and (max-width:1453px) {
    .section.welcome .inner h2 {
        font-size: 45px;
    }
    .section.welcome .inner .left-col {
        padding-top: 30px;
    }
    .service-icon ul li {
        /* display: inline-block; */
        width: 49%;
    }
}