.swiper-button-prev
{
    color: #e66e22 !important;
}
.btn-primary:hover {

    background-color: #c0252b !important;
    border-color: #c0252b;
    color: #ffffff;

}
#img-contact
{
    padding: 50px 15px 15px;
    margin-top: 0;
    height: 250px;
    background: url("../images/contact-image.png") no-repeat;
    background-size: 100% 100%;                  /* <------ contact-image.png*/
    background-repeat:   no-repeat;
    background-color: blue;
    color: #fff;
}
.justify p{
    text-align: justify !important;
}