.bg-style {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url(./../images/bg1.jpg)  no-repeat center 0px;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;

}
.cursor-img{
    cursor:pointer;
}