our_services_bg3{
  	position: relative;
}
.our_services_bg3:before {
    position: absolute;
    background-size: contain !important;
    width: 1000px;
    content: '';
    background: url(/images/Our_Services/BG_3.png);
    height: 1000px;
    top: 0px;
    bottom: -900px;
    right:0px;
    left: -1480px;
    margin:auto;
    background-repeat:no-repeat;
    z-index:-10 !important;
}