.banner-header{
    width: 100%;
    padding: 200px 0;
    background: url("/files/images/slide/bg.png") no-repeat;
    background-size: cover;
    margin-bottom: -150px;
    position: relative;
}

.banner-header .content{
    text-align: center;
    color: #fff;
}

 h2.titleC{
    font-weight: 600;
    font-family: "Playfair Display",serif;
    color: #fff;
}

.map {
   position: relative;
}
.map iframe{
    width: 100%;
    height: 400px;
}
.contact{
    /* z-index: 100 !important; */
    position: relative;
  
    margin: 0 auto;
}

.conatact__banner{
       background: #5e3929;
    padding: 50px 40px;  
    background: url(/files/images/slide/bg.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;

}

.contact__content{
    text-align: center;
}
.contact__content .textC{
    color: #fff;
    margin-bottom: 50px;
}

.text-hig{
    color: #000;
    font-weight: 600;
}

.conatact__bottom{
    background: #EEEEEE;
    padding: 20px 0;
}
.conatact__bottom .box-center{
    text-align: center;
    margin-bottom: 15px;

}
.conatact__bottom .box-center img{
    height: 20px;
    margin-bottom: 10px;
}

.conatact__bottom .box-center >  span{
    display: block;
}

.contact__form {
    margin-top: 40px;
    display: none;
}

.contact__form.active{
    display: block;
    animation: backInDown 1s ease-in-out;
}


@media (max-width:575px)
{
    .contact {
       width: 100%;
    }
    .conatact__banner {
        margin-top: 0px;
     
    }
}