html{
	 scroll-behavior: smooth;
}

.bg-blackish-blue {
    background-color: #0F5495 !important;
}

.btn-red {
    color: #fff;
    background-color: #0DACE2;
    border-color: #0DACE2;
}

.text-primary {
    color: #0092C3 !important;
}

.gr-hover-text-blue:hover, a.gr-hover-text-blue:hover {
    color: #0092C3 !important;
}

.gr-hover-text-blue:hover i, a.gr-hover-text-blue:hover i {
      color: #0092C3 !important;
}

.main-menu > li > .nav-link:hover {
    color: #0092C3 !important;
}

.card-img-top {
  padding: 10px;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle{
    color: #fff;
    background-color: #004278;
    border-color: #004278;
    box-shadow: 0 0 0 0.2rem rgb(0 171 226 / 30%);
}

.bg-mirage {
    background-color: #004278 !important;
}

.bg-light {
  background-color: #00abe2 !important;
}
.avatar-xl {
    height: 3.5rem;
    width: 3.5rem;
}

.card-footer.testimonial {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.bg-gray-100 {
    background-color: #f1f5f9!important;
}

a, a:hover {
	color: #0dace2;
}