body
{
background-color:white;
}
.s19
{
  background: url("../img/contact.jpg") no-repeat !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1 !important;
  height:450px;
}
.tit4 
{
    color:#ff1600!important;
    text-align: center !important;
    font-size: 25px !important;
    font-weight: 600;
    font-family: 'Courgette', cursive;
    margin-top: 52px !important;
}
.tit2 
{
    color:#ff1600!important;
    text-align: center !important;
    font-size: 25px !important;
    font-weight: 600;
    font-family: 'Courgette', cursive;
}
.tit3
{
    color:#ff1600!important;
    text-align:left !important;
    font-size: 20 !important;
    font-weight: 500;
    font-family: 'Courgette', cursive;
}
.treat
{
    box-shadow: 0 8px 6px -6px #fff ! important;
    border: 1px solid;
    border-color: #ccc;
    padding:4px;
    background-color: #ccc;
}
.trt p{
    text-align: justify !important;
    color:inherit;
    font-size: 19px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button#form-submit {
    background-color: #ff1600;
    border-color: #ff1600;
}
@media screen and (max-width:767px) { 
    .s11{
        margin-top: 62px !important;
    }
    .s19 {
        z-index: 1 !important;
        height: 214px;
    }
    .tit4 {
        margin-top: 40px !important;
    }
    }
    @media screen and (min-width:768px) and (max-width:980px) { 
        .s11{
            margin-top: 130px !important;
        }
        .tit4 {
            margin-top: 100px !important;
        }
        }