



#contact {
    height: auto;
    width: 100%;
}

.contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-details li {
    padding-bottom: 10px;
    font-size: 20px;
}

#contact input,#contact textarea {
    width: 100%;
}



.contact-contact h1{
    color: #292929;
    font-weight: 600;
}

.mb-30 {
    margin-bottom: 30px;
}
.pb-90{
    padding-bottom: 90px;
}
.pt-90{
    padding-top: 90px;
}


.form-control{
    font-size: 15px;
}




/* #contact #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px
} */

/* #contact #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px
} */

/* #contact #sendmessage.show,#contact #errormessage.show,#contact .show {
    display: block
} */

/* #contact .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
} */

#footer {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px
}

#footer .socials-media {
    width: 100%
}

#footer .socials-media ul {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0
}

#footer .socials-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px
}

#footer .socials-media ul li a {
    font-size: 24px;
    color: #999;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

#footer .socials-media ul li a:hover {
    color: #b8a07e;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

#footer p {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase
}

.credits {
    font-size: 13px
}


@media screen and (max-width: 1024px) and (min-width: 768px){
.contact .container {
    margin-left: auto;
    margin-right: auto;
}
}