/*********************************/
/*********************************/
html {
  overflow-y: scroll;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.modal-backdrop {
  background-color: #ffffff;
}

.modal .modal-dialog {
  width: auto;
}
.modal .modal-content {
  border-radius: 0px;
  padding: 30px 30px 30px 60px;
}
@media (max-width: 767px) {
  .modal .modal-content {
    width: 100%;
    padding: 20px;
  }
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0px;
}
.modal .modal-content .modal-header .close {
  opacity: 1;
}
.modal .modal-content .modal-body {
  padding: 0px;
  padding-right: 30px;
}
.btn {
  transition: all 0.2s ease-in-out 0s;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary {
  background: #020579;
  border-color: #020579;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #020579;
  border-color: #020579;
  box-shadow: 0 0 0 0.25rem rgba(69, 94, 80, 0.5);
}

.btn-secondary {
  background: #455e50;
  border-color: #455e50;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #5b7b69;
  border-color: #455e50;
  box-shadow: 0 0 0 0.25rem rgba(69, 94, 80, 0.5);
}

.error-message {
  display: none;
  font-size: 18px;
}
@media (max-width: 767px) {
  .error-message {
    line-height: 20px;
  }
}

.hasError {
  border: 2px solid #ffbf00;
}

.navbar {
  font-family: "Lalezar";
}
@media (max-width: 767px) {
  .navbar {
    min-height: 72px;
  }
  .navbar .navbar-brand {
    max-width: 70%;
  }
}
.navbar.scroll-view {
  border-bottom: 5px solid #020579 !important;
  background: #fff;
  background: #ffbf00;
  background: #020579;
}
.navbar.scroll-view a.nav-link {
  color: #ffbf00 !important;
}
.navbar.scroll-view a.nav-link:link,
.navbar.scroll-view a.nav-link:active,
.navbar.scroll-view a.nav-link:visited {
  color: #ffbf00 !important;
}
.navbar.scroll-view a.nav-link:hover {
  color: #ffbf00 !important;
  border-bottom: 1px solid #ffbf00 !important;
}
.navbar.scroll-view a.nav-link.active {
  color: #ffbf00 !important;
  border-bottom: 1px solid #ffbf00 !important;
}
.navbar .navbar-toggler {
  border-color: #ffffff;
  color: #ffffff;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}
.navbar .nav-item {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6875;
  color: #fff;
}
@media (min-width: 767px) {
  .navbar .nav-item {
    height: 50px;
  }
}
.navbar .nav-item a.nav-link:link,
.navbar .nav-item a.nav-link:active,
.navbar .nav-item a.nav-link:visited {
  color: #020579;
}
.navbar .nav-item a.nav-link:hover {
  color: #020579 !important;
  border-bottom: 1px solid #020579;
}
.navbar .nav-item a.nav-link.active {
  color: #020579 !important;
  border-bottom: 1px solid #020579;
}
.navbar .nav-item .nav-link {
  transition: all 0.2s ease-in-out 0s;
  padding-left: 20px;
  padding-right: 20px;
  color: #020579 !important;
}

body {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  /** Default Link Color In Body **/
}
body a:link,
body a:active,
body a:visited {
  color: #020579 !important;
}
body a:hover {
  color: #020579;
}
body a.color:link, body a.color:active, body a.color:visited {
  color: #020579;
  transition: all 0.3s ease;
}
body a.color:hover {
  text-decoration: none;
}
body #main .hero {
  position: relative;
  height: 100vh;
  background: url("../img/hero-bg.png");
  overflow: hidden;
  z-index: 1;
  top: 75px;
}
body #main .hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  height: 350px;
  z-index: 1;
  background: #fff;
  background: #fff;
  background: #eee;
  transform: skewY(-4deg);
  transform: skewY(-4deg);
  border-top: 20px solid #020579;
}
body #main .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  height: 250px;
  z-index: 1;
  background: #fff;
  transform: skewY(-4deg);
  transform: skewY(-4deg);
  border-bottom: 20px solid #020579;
}
body #main .hero div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 200px);
}
body #main section {
  padding: 50px 0px;
}
body #main section h1, body #main section h2 {
  font-family: "Lalezar";
}
body #main section.gold {
  border-top: 20px solid #020579;
  border-bottom: 20px solid #020579;
  background: #ffbf00;
  background: linear-gradient(to bottom, #ffc51a, #ffbf00);
}
body #main section.gold h1 {
  text-align: center;
  color: #020579;
  font-size: 4rem;
}
body #main section.gold p {
  text-align: center;
  font-size: 1.5rem;
}
body #main section.gray {
  margin-top: 75px;
  background: #eee;
  padding-top: 0px;
}
body #main section.gray h1 {
  text-align: center;
  color: #020579;
  font-size: 4rem;
}
body #main section.gray p {
  text-align: center;
  font-size: 1.5rem;
}
body #main section.white h1 {
  text-align: center;
  color: #020579;
  font-size: 4rem;
}
body #main section.white h2 {
  color: #020579;
  font-size: 2rem;
}

form label {
  font-weight: 700;
}
form .form-control {
  border-radius: 0px;
}
form .form-control:focus {
  border-color: #ffbf00;
  box-shadow: 0 0 0 0.25rem #ffbf00;
}
form .datepicker-days th, form .datepicker-months th, form .datepicker-years th {
  background-color: #d84900;
  color: #fff;
  border-radius: 0px;
}
form .form-select {
  border-radius: 0px;
}
form .datepicker .datepicker-switch:hover, form .datepicker .next:hover, form .datepicker .prev:hover, form .datepicker tfoot tr th:hover {
  background-color: #d84900;
}
@media (max-width: 767px) {
  form .col-12 {
    margin-top: 10px;
  }
}
form .small {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #d84900;
}

footer {
  font-family: "Lalezar";
  background: #020579;
}
footer a:link,
footer a:active,
footer a:visited {
  color: #ffffff;
}
footer a:hover {
  color: #d84900;
}
footer h3 {
  font-weight: 700;
  color: #ffffff;
}
footer .footer-copyright a:link,
footer .footer-copyright a:active,
footer .footer-copyright a:visited {
  color: #6c757d !important;
}
footer .footer-copyright a:hover {
  color: #d84900;
}
footer .footer-social a {
  padding-right: 15px;
}

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