body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #142c52;
}

* {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #142c52;
}

.w-10 {
  width: 20px;
}

.bg-light {
  color: #f4f5f7 !important;
}

.text-primary {
  color: #0150cc !important;
}

.bg-lighter {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.img-logo {
  width: 150px;
}

.img-logo-v {
  width: 100px;
}

.nav-item.active a.nav-link.a {
  color: #0150cc !important;
}
.nav-item a.nav-link.a {
  color: #142c52 !important;
}
.nav-item a.nav-link.a:hover {
  color: #0150cc !important;
}

.btn-outline-primary {
  border: 2px solid #0150cc !important;
  color: #0150cc;
  font-weight: bold;
  border-radius: 0;
}
.btn-outline-primary:hover {
  border: 2px solid #0150cc !important;
  background-color: #0150cc !important;
  color: #fff !important;
  font-weight: bold;
}

.btn-primary {
  border: 2px solid #0150cc !important;
  background-color: #0150cc !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 0;
}
.btn-primary:hover {
  border: 2px solid #0150cc !important;
  background-color: #0150cc !important;
  color: #fff !important;
  font-weight: bold;
}

.bg-header {
  width: 100%;
  height: 72vh;
  background-image: url("../../images/bn1.png");
  background-size: cover;
}

.bg-header1 {
  width: 100%;
  height: 90vh;
  background-image: url("../../images/bn1.png");
  background-size: cover;
}

.bottom-z {
  margin-bottom: -80px;
}

.sh {
  box-shadow: 10px 10px red !important;
}

.top {
  padding-top: 80px;
}

.top-1 {
  padding-top: 55px;
}

.bottom {
  padding-bottom: 100px;
}

.bottom-1 {
  padding-bottom: 55px;
}

.size {
  font-size: 22px;
}

.gr {
  background: linear-gradient(to bottom right, rgba(1, 80, 204, 0.7), #fff);
}

.gr-r {
  background: linear-gradient(to bottom left, rgba(1, 80, 204, 0.7), #fff);
}

.gr-footer {
  background: linear-gradient(to bottom right, #6b1aff, #2879ff);
}

.nav.nav-pills li {
  margin: 10px;
}
.nav.nav-pills li a {
  background-color: #f4f5f7 !important;
  font-weight: bold !important;
  color: #142c52;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.nav.nav-pills li a.active {
  background-color: #0150cc !important;
  font-weight: bold !important;
  color: #fff;
}
.nav.nav-pills li a:hover {
  text-decoration: none;
}

.border-none {
  border: none;
}

.img-stat {
  width: 80px;
}

.form-control.form-control-lg {
  border-radius: 0;
}

.sm-hidden {
  display: block;
}

.sm-block {
  display: none;
}

@media screen and (max-width: 700px) {
  .sm-hidden {
    display: none;
  }

  .sm-block {
    display: block;
  }
}
.form-control:focus {
  box-shadow: none;
}

/*# sourceMappingURL=main.css.map */
