body {
    color: #333;
    font-family: "Open Sans", Verdana, Tahoma, serif;
    line-height: 1.42857143;
    padding-top: 3.5rem;
}

main {
    background-color: #fff;
    min-height: 30rem;
    padding-top: 20px;
}

fieldset {
    background-color: #fafafa;
    border-bottom: 1px solid #dee2e6;
}

fieldset legend {
    background-color: #f4f6f8;
    font-size: 16px;
    border-bottom: 1px solid #dee2e6;
    font-weight: bold;
    padding: .75rem;
}

.fieldset-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.form-group label {
    font-weight: 600;
}

.form-group .helptext {
    font-size: 14px;
}

.form-group ul {
    font-size: 14px;
}

.form-group li {
    margin-left: -15px;
}

.pagination-items-count {
    font-size: 0.8rem;
    text-align: center;
}

.subtext {
    font-size: 0.8rem;
}

.warning {
    color: red;
}

footer {
    background-color: #0a4179;
    color: #eee;
    padding: 30px 0;
}

/****************************************
* index.html
*****************************************/

.btn-color2 {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

.btn-color2:hover {
    color: #fff;
    background-color: #FFAD33;
    border-color: #FF9800;
}

.border-color1 {
    border-color: #0f57a0;
}

.color1 {
    color: #0f57a0;
}

.color2 {
    color: #FF9800;
}

i.far.icon, i.fas.icon {
    font-size: 2rem;
    line-height: 1.125em;
    margin-bottom: .5625em;
    text-align: center;
}

i.far.icon.small, i.fas.icon.small {
    font-size: 1.4rem;
}

i.far.icon.extra-large, i.fas.icon.extra-large {
    font-size: 5rem;
    margin-bottom: .3rem;
}

.top-features {
    padding: 60px 0 80px 0;
    text-align: center;
}

.top-features .card-body h1 {
    font-size: 4rem;
}

.top-features .card-body h1 i:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.call-for-action-section {
    background-color: #0f57a0;
    padding: 50px 0 45px 0;
}

.call-for-action-section h2 {
    color: #fff;
}

.testimonials-section {
    padding: 60px 0 40px 0;
}

.testimonials-section h6>span {
    font-weight: normal;
}

.testimonials-content {
    color: #8E9DAE;
    font-size: 14px;
}

.testimonials-company, .testimonials-company a {
    color: #8E9DAE;
    font-style: italic;
    line-height: 1rem;
}

.testimonials-company {
    font-size: .875em;
}

.testimonials-company a {
    text-decoration: underline;
}

.testimonials-section .card {
    background-color: #fff;
    border: 1px solid #e0e1e1;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
    text-align: center;
}

.section-title {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.section-title .h2 {
    margin-bottom: 1rem;
}

.section-title .lead {
    font-size: 1.3rem;
    color: #3C424F;
    font-weight: 300;
}

.y-move {
    transition: all .2s;
}

.y-move:hover {
    transform: translateY(-2px);
}

.y-move-shadow {
    transition: all .2s;
}

.y-move-shadow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23);
}

.jumbotron.color3 {
    background-color: #dcdce8;
}

/*
@media screen and (max-width:991px) {

}
*/

@media screen and (max-width:767px) {
    main {
        min-height: 0;
    }

    #index-carousel {
        padding-top: 30px;
    }

    .call-for-action-section h2 {
        margin-bottom: 30px;
    }
}

/*
@media screen and (max-width:575px) {

}
*/