.newbtn {
	background-position: center center;
    background-repeat: repeat;
    overflow: hidden;
    background-color: #005eb2;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
	padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 23px;
    transform: scale(1);
}
.welcome .newbtn {
    max-width: 140px;
    display: block;
    text-align: center;
}
.newbtn:hover {
    transform: scale(1.03);
    color: #fff !important;
}
.wda6 {
    float: left;
    width: 50%;
}
.welcomeright .wda6:nth-child(1) {
    float: right;
}
.welcomeright .wda6:nth-child(2) {
    float: left;
}
.wda6 {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
}

.wda6:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wda-visual-block:after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (max-width: 1024px) {
    .middle {
        padding:0px 20px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 880px) {
    .middle {
        padding:0px 0px;
        box-sizing: border-box;
    }
    .wda6 {
        width: 100% !important;
        float: none !important;
        min-height: inherit !important;
        text-align: center;
    }
    .wda6:nth-child(1) {
        height: 350px !important;
    }
    .wda6:nth-child(2) {
        padding:15px !important;
        box-sizing: border-box;
    }
}