contact_bg1{
  	position: relative;
}
.contact_bg1:before {
    position: absolute;
    background-size: contain !important;
    width: 1000px;
    content: '';
    background: url(/images/Contact_Us/BG_1.png);
    height: 1000px;
    top: -30px;
    bottom: 0px;
    right:-700px;
    left: 0px;
    margin:auto;
    background-repeat:no-repeat;
    z-index:-10 !important;
}

/*big screen*/
@media (min-width:1600px){
#column-id-1693367889653{
  margin-left: 80px;
}
}