.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    font-family: Roboto, sans-serif;
    color: #000
}

.footer a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.footer a,
.footer a:hover {
    text-decoration: none !important
}

.footer .text-black {
    color: #000
}

.footer .content {
    padding: 7rem 0
}

.footer .heading {
    font-size: 2.5rem;
    font-weight: 900
}

.footer .container-fluid {
    padding: 0
}

.footer .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: 0 0
}

.footer .form-control:active,
.footer .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000
}

.footer .col-form-label {
    color: #000;
    font-size: 13px
}

.footer .btn,
.footer .custom-select,
.footer .form-control {
    height: 45px
}

.footer .custom-select:active,
.footer .custom-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000
}

.footer .btn {
    border: none;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    border-radius: 20px !important
}

.footer .btn.btn-primary {
    color: #fff
}

.footer .btn:hover {
    color: #fff
}

.footer .btn:active,
.footer .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .contact-wrap {
    background: #67729d;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.footer .contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0
}

.footer .contact-wrap .contact-info,
.footer .contact-wrap .form {
    padding: 40px 20px;
}

.footer .contact-wrap .contact-info {
    color: rgba(255, 255, 255, .5)
}

.footer .contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .5)
}

.footer .contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px
}

.footer .contact-wrap .form h3 {
    color: #67729d;
    font-size: 20px;
    margin-bottom: 30px
}

.footer .contact-wrap .contact-info {
    background: #67729d
}

.social__media p {

}

.social__media a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.social__media svg {
    width: 30px;
    height: 30px;
    color: white;
}

.social__media a p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 20px;
    color: white;
}

.footer .contact-wrap .contact-info .row .contact__icons .contact__icons__element {
    position: relative;
    padding-left: 40px
}

.footer .contact-wrap .contact-info .row .contact__icons .contact__icons__element .icon-position {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
    color: #fff
}

.footer .contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px
}

.footer label.error {
    font-size: 12px;
    color: red
}

.footer #message {
    resize: vertical
}

.footer #form-message-success,
.footer #form-message-warning {
    display: none
}

.footer #form-message-warning {
    color: #b90b0b
}

.footer #form-message-success {
    color: #55a44e;
    font-size: 18px;
    font-weight: 700
}

.footer .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: 700;
    font-size: 12px;
    color: #000
}

/*# sourceMappingURL=footer.css.map */