section.welcome-block {
    padding: 100px 0;
    position: relative;
    background-size: 100%;
    background-position: center;
}
section.welcome-block::after {
    content: "";
    background: #F2F4EC;
    width: 100%;
    height: 42%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
section.welcome-block .container, section.welcome-block .container-md {
    position: relative;
    z-index: 2;
}
.welcome-left {
    float: left;
    width: 42%;
    padding-right: 4%;
    border-right: 1px solid #e7e7e7;
}
.welcome-right {
    float: right;
    width: 50%;
}

.welcome-left h6 {
    font-size: 14px;
    font-weight: normal;
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 40px;
    margin-bottom: 50px;
}
.welcome-left h6::before {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #1E1E1E;
}
.welcome-left h4 span {
    color: #97BF13;
}
.welcome-left p {
    color: #77808B;
    margin-top: 30px;
}
.welcome-left .button-style-1 {
    margin-top: 50px;
}
.welcome-right p {
    margin-bottom: 30px;
    color: #525252;
}
ul.welcome-right-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    float: left;
    width: 100%;
    margin-top: 20px;
    align-items: center;
}
ul.welcome-right-logos li {
    flex: 1;
}
ul.welcome-right-logos img {
    float: left;
    max-height: 120px;
}

.welcome-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    float: left;
    width: 100%;
    margin-top: 60px;
    border-radius: 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}
.welcome-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.youtube-video-thumb {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.youtube-video-thumb img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.welcome-just-image {
    margin-top: 60px;
    float: left;
    width: 100%;
    position: relative;
}
.welcome-just-image img {
    border-radius: 40px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .6);
    width: 100%;
    height: auto;
}
.welcome-just-image-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 40px;
}

.welcome-video-mp4 {
    float: left;
    width: 100%;
    height: 640px;
    position: relative;
    margin-top: 60px;
    border-radius: 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}


.welcome-counter {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 60px;
    justify-content: space-around;
}
.welcome-counter-each {
    width: 20%;
    float: left;
    padding: 0 5%;
    position: relative;
    text-align: left;
}
.welcome-counter-each::after {
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
}
.welcome-counter-each:last-child::after {
    display: none;
}
.welcome-counter-each .counter-val, .welcome-counter-each .counter-val-sym {
    font-size: 48px;
    font-weight: 800;
    color: #1E1E1E;
}
.welcome-counter-each p {
    margin-top: 10px;
    color: #525252;
}
.welcome-counter-each img {
    max-height: 60px;
    max-width: 60px;
    margin-bottom: 10px;
}



@media (max-width:1566px) {
    .welcome-counter-each {
        padding: 0 3%;
    }
    .welcome-counter-each::after {
        right: 3%;
    }
}


@media (max-width:1440px) {
}


@media (max-width:1380px) {
    .welcome-counter-each .counter-val, .welcome-counter-each .counter-val-sym {
        font-size: 38px;
    }
    .welcome-counter-each p {
        margin-top: 4px;
    }
    .welcome-counter-each img {
        max-height: 50px;
        max-width: 50px;
    }
}


@media (max-width:1366px) {
}

@media only screen and ( max-width: 1199px) {


}
@media only screen and ( max-width: 961px) {
    section.welcome-block {
        padding: 60px 0;
    }
    .welcome-left h6 {
        margin-bottom: 30px;
    }
    .welcome-left .button-style-1 {
        margin-top: 40px;
    }
    .welcome-right p {
        margin-bottom: 20px;
    }
    .welcome-counter-each .counter-val, .welcome-counter-each .counter-val-sym {
        font-size: 28px;
    }
}

@media only screen and ( max-width: 768px) {
    .welcome-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 40px;
        margin-bottom: 40px;
        text-align: center;
    }
    .welcome-left h6 {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .welcome-left h6::before {
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: -10px;
    }
    .welcome-right {
        width: 100%;
    }
    .welcome-video-mp4 {
        height: 320px;
        margin-top: 40px;
    }
    .welcome-counter {
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .welcome-counter-each {
        width: 50%;
        text-align: center;
        padding: 20px;
        border: 1px solid #fff;
    }
    .welcome-counter-each::after {
        display: none;
    }
    .welcome-counter-each .counter-val, .welcome-counter-each .counter-val-sym {
        font-size: 38px;
    }
    .youtube-video-thumb img {
        width: 60px;
    }
}

@media only screen and ( max-width: 560px) {
    .welcome-video-mp4 {
        height: 260px;
    }
    .welcome-right {
        text-align: justify;
    }
    .welcome-just-image {
        margin-top: 40px;
    }
}