/* Add here all your css styles (customizations) */

a {
  color: #176fb7;
}

.light-theme .nav-item .nav-link:hover,
.light-theme .nav-item.active .nav-link,
.dark-theme .nav-item .nav-link:hover,
.dark-theme .nav-item.active .nav-link {
  color: #176fb7;
}

.g-color-primary {
  color: #176fb7 !important;
}

.g-bg-primary {
  background-color: #176fb7 !important;
}

.g-py-220 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}



.u-btn-primary {
  color: #fff;
  background-color: #176fb7;
}


.g-bg-red {
  background-color: #cd211d !important;
}


.g-bg-blue {
  background-color: #2769b3 !important;
}


.g-bg-darkblue-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-darkblue-opacity-0_4--after:after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-darkblue-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
