.contact-us-header-col {
    text-align: center;
    margin-top: 130px;
}

.contact-us-header-col h2 {
    color: #0a263b;
    font-family: 'Philosopher', sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.contact-us-header-col h2 span {
    color: #ee741f;
}

.contact-us-header-col p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #0a263b;
}

.alert-success {
    color: #073d24;
    background-color: #0ce180;
    border-color: #0ce180;
    text-align: center;
}

.contact-us-form-col {
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 30px;
}

.contact-us-form-col form .form-group {
    margin-bottom: 20px;
}

.contact-us-form-col form .form-group label,
.contact-us-form-col form .row label {
    color: #0a263b;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.contact-us-form-col form .button-form-group {
    text-align: center;
}

.contact-us-form-col form .button-form-group button {
    width: 150px;
    background-color: #0a263b;
    border: none;
    font-family: 'Raleway', sans-serif;
}

.contact-us-form-col form .button-form-group button:hover {
    background-color: #ee741f;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.contact-us-info-col {
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 30px;
}

.contact-us-info-col .contact-us-info-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.contact-us-info-col h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-us-info-col p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #0a263b;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-us-info-col p strong {
    color: #ee741f;
}