#home_page_banner {
    //background-color: #2c3e4d;
    margin-top: -8px;
}

.uppercase {
    text-transform: uppercase;
}

#home_page_banner_text {
    color: #FFFFFF;
    line-height: 40px;
    font-weight: 600;
    width: 900px;
}

.cstm_boxes {
    min-width: 400px;
}

.header_box {
    font-weight: bold;
    color: #000000;
}

.box_shadow {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.green_button {
    height: 44px;
    font-size: 15px;
    //width: 100px;
    background-color: #86a82a;
    //float: right;
    border-radius: 3px !important;
    box-shadow: inset 0 -2px rgba(0,0,0,.25) !important;
}

.box_body {
    padding: 0px 25px;
    color: #000;
}

.cstm_btn {
    height: 44px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cstm_btn:hover, .cstm_btn:focus {
    text-decoration: none;
}

.cstm_btn:focus, .cstm_btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cstm_btn.disabled, .cstm_btn:disabled {
    opacity: 0.65;
}

.cstm_btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.cstm_btn:not(:disabled):not(.disabled):active, .cstm_btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.cstm_btn.disabled,
fieldset:disabled a.cstm_btn {
    pointer-events: none;
}

.cstm_btn-green {
    color: #fff;
    background-color: #86a82a;
    //border-color: #007bff;
    box-shadow: inset 0 -2px rgba(0,0,0,.25) !important;
}

.cstm_btn-green:hover {
    color: #FFFFFF;
    background-color: #86a82a;
}

#testimonial_section_home {
    //background-color: #eeeeee;
    padding-top: 30px;
}

.section-header {
    font-weight: bold;
}

#clients_we_serve_home {
    padding-top: 60px;
    padding-bottom: 60px;
}

.real_estate_investment_num {
    font-size: 56px;
    color: #2C3E4D;
}

.investment_underline {
    border-bottom: 3px solid #2C3E4D;
    width: 70px;
    margin-top: 10px;
}

.real_estate_subheader {
    margin-top: 20px;
    color: #2C3E4D;
    font-size: 18px;
}

/*.cstm_btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.cstm_btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.cstm_btn-primary:focus, .cstm_btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.cstm_btn-primary.disabled, .cstm_btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.cstm_btn-primary:not(:disabled):not(.disabled):active, .cstm_btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.cstm_btn-primary:not(:disabled):not(.disabled):active:focus, .cstm_btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .cstm_btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}*/

.testimonial_image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
}

