.badge-info {
    background-color: #2673b7;
}

.offer-read-more {
    color: #2673b7;
}

.background-color-blurerider {
    border-color: #2673b7;
    background-color: #2673b7;
}

.background-color-blurerider:hover {
    background-color: #172e50;
    border-color: #172e50;
}

.nav-process.nav-circle .nav-link:before {
    background-color: #2673b7;
}

.nav-process .nav-item:before, .nav-process .nav-item:after {
    border-top: 1px dashed #2673b7;
}

.gradient-bluerider-navy {
    background-image: linear-gradient(to right top, #2673b7, #172e50);
}

.text-bluerider {
    color: #2673b7 !important;
}

.bg-bluerider {
    background-color: #2673b7 !important;
}

.singl-testimonial .reviews-navigation .reviews-nav:hover {
    background-color: #2673b7;
}

.text-alternate {
    color: #fff !important;
}

.btn-darker {
    color: #ffffff;
    background-color: #172e50;
    border-color: #172e50;
}

.btn-outline-primary {
    color: #2673b7;
    border-color: #2673b7;
}

section [class^="container"], .section [class^="container"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navigation.fixed-top .nav-link.active, .navigation.fixed-top .nav-link:hover {
    color: #172e50;
}

.btn-bluerider-primary {
    color: #fff !important;
    background-color: #2673b7 !important;
    border-color: #2673b7 !important;
}

.btn-bluerider-primary:hover {
    color: #ffffff !important;
    background-color: rgba(38, 115, 183, 0.5) !important;
    border-color: rgba(38, 115, 183, 0.5) !important;;
}

.btn-bluerider-primary:focus, .btn-bluerider-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 115, 183, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(38, 115, 183, 0.5) !important;
}

.btn-bluerider-primary.disabled, .btn-bluerider-primary:disabled {
    color: #ffffff;
    background-color: #2673b7;
    border-color: #172e50;
}

.btn-bluerider-primary:not(:disabled):not(.disabled):active, .btn-bluerider-primary:not(:disabled):not(.disabled).active,
.show > .btn-bluerider-primary.dropdown-toggle {
    color: #172e50;
    background-color: #ffffff;
    border-color: #2673b7;
}

.btn-bluerider-primary:not(:disabled):not(.disabled):active:focus, .btn-bluerider-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-bluerider-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 115, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 115, 183, 0.5);
}

.stroke-primary {
    stroke: #2673b7;
}

.form-control:focus {
    color: #172e50;
    background-color: #ffffff;
    border-color: #2673b7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 115, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 115, 183, 0.5);
}

#about-us {
    padding-top: 100px;
}