
/* Contact Section
--------------------------------*/
#contact {
    background: #ffffff;
    padding: 0 0 80px 0;
}

#header, #header-sticky-wrapper {
    border-bottom: 1px solid #eeeeee;
}
#contact .info {
    color: #333333;
}

h1.contact-title {
    font-size: 5em;
    text-align: center;
    margin: 40px auto 90px 0;
    color: #03363d;
    font-weight: 900;

}

#contact .info p {
    line-height: 24px;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    font-weight: 200;
    text-align: justify;
    letter-spacing: 1px;
}

#contact .info h3 {
    font-weight: 900;
    font-size: 1.9em;
}

#contact .form #sendmessage {
    color: #03C4EB;
    border: 1px solid #03C4EB;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

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

#contact .form input, #contact .form textarea, #contact .form select {
    border-radius: 5px;
    box-shadow: none;
    font-size: 1em;
    padding: 10px;
    width: 100%;
    border: 1px solid #dddddd;
}

#contact .form button {
    color: #ffffff;
    border: 0;
    padding: 10px 24px;
    transition: 0.4s;
}

/* #contact .form button[type="submit"]:hover {
    background: #25d8fc;
} */

.btn-green {
    background: #2B959D;
    border-color: #2B959D;
    padding: 10px 25px;
  }
  .btn-green:hover{
    background: rgb(16, 109, 116)
  }


.contactForm .form-group label {
    font-weight: normal;
    font-size: 0.8em;
    color: #999999;
}

@media (max-width: 990px) {

}

@media (max-width: 768px) {
    h1.contact-title {
        font-size: 3em;
        margin: 0 auto 40px auto;
    }
}
