body {
    background: url(../img/hero19.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bnr{
    border-bottom:solid 1px #fff;
    
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.all-right span{
        font-size:11px;
        padding: 0 15px;
}
.all-right a{
        color:#ed9fff;
}
.all-right a:focus, a:hover{
        color:#f54455;
}
h2{
    color:#ed9fff !important;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
h2 span{
    font-size:24px;
}
p {
    margin-top:20px;
    color:#fff;
    text-align: justify;
}