html {
  min-height: 100%; }

body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  background: #f1f1f4 url("../img/background.png") no-repeat fixed center center;
  background-size: cover; }

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2; }

footer {
  background-color: #0018A8;
  color: #fff;
  font-size: 12px; }
  footer a {
    color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 'Roboto', sans-serif; }

.container-fluid {
  padding-right: 30px;
  padding-left: 30px; }

.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.text-primary-color {
  color: #0018A8; }

.text-underline {
  text-decoration: underline; }

.btn {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Poppins', 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  padding: .75rem; }

.btn-color {
  color: white;
  background: #ff9e0d;
  background: linear-gradient(90deg, #ff9e0d 0%, #ff810d 100%);
  transition: all .2s ease; }
  .btn-color:hover, .btn-color:focus {
    color: white;
    opacity: .75; }

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0018A8; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: left; }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto; }

.modal-header {
  position: relative; }

.modal-content {
  border: 0; }

.modal-header .close {
  position: absolute;
  right: 0;
  margin-right: 0; }

.modal-backdrop {
  background-color: #040e4a; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0018A8;
  background-color: #0018A8; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 24, 168, 0.25); }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0018A8;
  background-color: #0018a8; }

@media (max-width: 575.98px) {
  body {
    background: #f1f1f4 !important; } }

/*# sourceMappingURL=style.css.map */
