.lbanner-box{
    display: none !important;
}


.web_main {
    margin-top: 5%;
}

.innerApp_details .innerApp_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 62%;
}

.innerApp_details .innerApp_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_details .innerApp_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #005BAC;
    line-height: 1.3;
    margin-top: 2%;
    margin-bottom: 2%;
}

.innerApp_details .innerApp_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 5px;
}
.innerApp_details .innerApp_info p span{
     font-family: 'Poppins-Regular' !important;
    font-weight: 400;
    font-size: 18px !important;
    color: #666666;
    line-height: 30px;
}
.innerApp_advantages {
    margin-top: 3%;
}

.innerApp_advantages .advantages_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    line-height: 70px;
    text-align: center;
}

.innerApp_advantages .advantages_info {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-bottom: 2%;
}

.advantages_wrap ul {
    justify-content: space-between;
}

.advantages_wrap ul li {
    width: 31%;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(80, 45, 13, 0.09);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 55px;
}

.advantages_wrap ul li .item_icon {
    width: 63px;
    height: 61px;
}

.advantages_wrap ul li .item_title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    margin-top: 13%;
    margin-bottom: 9%;
}

.advantages_wrap ul li .item_info {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.advantages_item {
    width: 100%;
    margin-top: 3%;
    align-items: center;
    justify-content: space-between !important;
}

.advantages_item .item_image {
    width: 52%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
    z-index:1;
	-webkit-transition:all 150ms ease-out 0ms;
	-moz-transition:all 150ms ease-out 0ms;
	-o-transition:all 150ms ease-out 0ms;
	transition:all 150ms ease-out 0ms;
}

.advantages_item .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.advantages_item .item_image:hover img{
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:1;
	z-index:20;
}
.advantages_item .item_info {
    width: 45%;
}

.advantages_list .advantages_item:nth-child(even) .item_image {
    order: 2;
}

.advantages_list .advantages_item:nth-child(even) .item_info {
    order: 1;
}

.advantages_item .item_info .item_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #005BAC;
    line-height: 42px;
}

.advantages_item .item_info .item_content {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 3%;
}

.innerApp_capabilities {
    background: #191919;
    margin-top: 4%;
    padding: 5% 0;
}

.innerApp_capabilities .capabilities_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
}

.innerApp_capabilities .capabilities_info {
    width: 68%;
    margin: 0 auto;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 28px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.innerApp_capabilities .capabilities_wrap ul {
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.innerApp_capabilities .capabilities_wrap ul li {
    width: 24%;
}

.innerApp_capabilities .capabilities_wrap ul li .item_image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerApp_capabilities .capabilities_wrap ul li .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_capabilities .capabilities_wrap ul li .item_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.innerApp_capabilities .capabilities_wrap ul li .item_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 4%;
    text-align: center;
}

.innerApp_capabilities .capabilities_wrap ul li .item_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 28px;
    text-align: center;
}

@media (max-width:950px) {
    .web_main{
        margin-top: 8%;
    }
    .innerApp_details .innerApp_title{
        font-size: 30px;
        line-height: 35px;
        margin: 5% 0;
    }
    .innerApp_advantages .advantages_title{
        font-size: 30px;
        line-height: 35px;
        margin: 5% 0;
    }
    .advantages_wrap ul{
        flex-direction: column;
    }
    .advantages_wrap ul li{
        width: 100%;
        margin-bottom: 5%;
    }
    .advantages_item{
        flex-direction: column;
    }
    .advantages_item .item_image{
        width: 100%;
        margin-bottom: 5%;
        padding-bottom: 61%;
        order: 1 !important;
    }
    .advantages_item .item_info{
        width: 100%;
        order: 2 !important;
    }
    .innerApp_capabilities .capabilities_title{
        font-size: 30px;
        line-height: 35px;
    }
    .innerApp_capabilities .capabilities_info{
        width: 100%;
        margin: 5% 0;
    }
    .innerApp_capabilities .capabilities_wrap ul{
        flex-direction: column;
    }
    .innerApp_capabilities .capabilities_wrap ul li{
        width: 100%;
        margin-bottom: 5%;
    }
}