.lbanner-pp .layout{
    padding: 6% 0 !important;
}

.lbanner-box{
    display: none !important;
}


.S_service_title {
    margin-top: 65px;
    font-family: 'AmericanGaramondBT-Bold';
    font-weight: normal;
    font-size: 60px;
    color: #082643;
    line-height: 76px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.S_service_desc {
    font-family: 'AmericanGaramondBT-Bold';
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.common_link {
    margin-top: 45px !important;
}

.common_link .link_list .link_item a {
    border-radius: 8px 8px 8px 8px !important;
}

.S_service_info {
    margin-top: 55px;
}

.service_item {
    border-radius: 40px 40px 40px 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

.service_item:nth-child(odd) .item_info {
    margin-left: -90px;
    background-color: #698958;
}

.service_item:nth-child(even) .item_info {
    margin-right: -90px;
}

.service_item:nth-child(even) .item_img {
    order: 2;
}

.service_item .item_info {
    width: 55%;
    padding: 100px 0;
    background: #F6F6F6;
    padding-left: 100px;
    z-index: 99;
}

.service_item .item_info .item_title {
    font-family: 'AmericanGaramondBT-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-transform: capitalize;
}

.service_item:nth-child(odd) .item_info .item_title {
    color: #F7F7F7;
}

.service_item .item_info .item_desc {
    max-width: 740px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 50px;
    margin-left: 0;
    margin-right: auto;
}


.service_item:nth-child(odd) .item_info .item_desc {
    color: #F7F7F7;
}

.service_item .item_img {
    width: 50%;
    position: relative;
    height: 766px;
    overflow: hidden;
    z-index: 70;
    border-radius: 30px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.service_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 30px;
}

.service_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.service_item .service_list li {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service_item .service_list li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
    color: #333333;
}

.service_item:nth-child(odd) .service_list li,
.service_item:nth-child(odd) .service_list li:before {
    color: #F7F7F7;
}

@media only screen and (max-width: 950px){
    .S_service_info{
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .service_item{
        flex-direction: column;
    }
    .service_item .item_img{
        width: 100%;
        height: 0;
        padding-bottom: 80%;
        order: 1;
    }
    .service_item .item_info{
        width: 100%;
        padding: 30px;
        margin: 0 !important;
        order: 2;
    }
}