html,
body {
  background-image: url("../img/bg.jpg");
  background-size: 500px;
}
.form-control {
  border: 3px solid #e3f2fd;
  border-radius: 0.5rem;
  padding: 10px;
}
.navbar-dark {
  border-bottom: solid 1px #e9ecf4;
  background-color: #2768c0 !important;
}
.navbar-light .navbar-brand img {
  height: 80px;
}
.navbar-dark .navbar-nav .nav-link {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.navbar-light {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: bold;
}
.notice-card {
  padding: 3rem;
  border: 3px solid #2767c03a;
  border-radius: 8px;
}

a {
  text-decoration: none !important;
}
#hero-no-slider {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  padding-top: 12rem;
  margin-top: 5rem;
  position: relative;
  text-align: start;
}
#hero-no-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #01275f, rgba(0, 30, 46, 0.284)),
    url(../img/hero-bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}
#hero-no-slider p {
  color: #fff;
}
.intro {
  border-left: 15px solid #ffb661;
  padding-left: 20px;
}
/* .main-text {
  border-top: 5px solid #ffb661;
  padding-left: 20px;
} */
#why-us {
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  text-align: start;
}
#why-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #01275fbd, #01275f),
    url(../img/hero-bg.jpg) center top no-repeat;
  background-size: cover;
}
.color-dark {
  color: #01275f !important;
}
.py-11 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.btn-get-started,
.btn-learn-more {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  transition: 0.5s;
  background-color: #ffb661;
  line-height: 1;
  color: rgb(2, 14, 30);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffffff;
}
.btn-get-started:hover,
.btn-learn-more:hover {
  background: #2768c0;
  color: #fff;
  text-decoration: none;
}
.btn-learn-more {
  background: none;
  border: 2px solid #2768c0;
  color: #fff;
}
.btn-learn-more:hover {
  background: #2768c0;
  border: 2px solid #ffb661;
}
@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 30px;
  }
}

.main-link {
  padding-bottom: 8px;
  border-bottom: 2px solid #2768c0;
  text-decoration: none !important;
  color: #2768c0;
  font-weight: 600;
}
.about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01275f;
  color: white;
}

/*--------------------------------------------------------------
# Our values
--------------------------------------------------------------*/
.values {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.values .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}
.values .icon {
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.values .icon i {
  font-size: 36px;
  line-height: 1;
}
.values .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.values .title a {
  color: #111;
}
.values .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.values .icon-box-pink .icon {
  background: #fceef3;
}
.values .icon-box-pink .icon i {
  color: #ff689b;
}
.values .icon-box-pink:hover {
  border-color: #ff689b;
}
.values .icon-box-cyan .icon {
  background: #e6fdfc;
}
.values .icon-box-cyan .icon i {
  color: #3fcdc7;
}
.values .icon-box-cyan:hover {
  border-color: #3fcdc7;
}
.values .icon-box-green .icon {
  background: #eafde7;
}
.values .icon-box-green .icon i {
  color: #41cf2e;
}
.values .icon-box-green:hover {
  border-color: #41cf2e;
}
.values .icon-box-blue .icon {
  background: #e1eeff;
}
.values .icon-box-blue .icon i {
  color: #2282ff;
}
.values .icon-box-blue:hover {
  border-color: #2282ff;
}

/* Wizard */
.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wizard .steps {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wizard .steps > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7b7f89),
    to(#7b7f89)
  );
  background-image: linear-gradient(#7b7f89, #7b7f89);
  background-size: calc(100% - 50px) 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.wizard .steps > ul li a {
  display: inline-block;
}
.wizard .steps > ul li span.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #7b7f89;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.wizard .steps > ul li.current span.number,
.wizard .steps > ul li.done span.number {
  background-color: #2768c0;
}

.wizard .content {
  margin-bottom: 2rem;
  padding: 0rem;
  max-height: 480px;
  overflow-y: scroll;
  overflow-x: clip;
}
.wizard .content .title {
  display: none;
}
.wizard .content .bd-wizard-step-title {
  font-size: 20px;
  font-weight: bold;
  color: #7b7f89;
  margin-bottom: 45px;
}
.wizard .content .section-heading {
  font-size: 35px;
  font-weight: bold;
  color: #030303;
  margin-bottom: 17px;
}
.wizard .content p {
  font-size: 16px;
  color: #030303;
}
.wizard .content .purpose-radio {
  position: relative;
  display: inline-block;
}
.wizard .content .purpose-radio .purpose-radio-input {
  position: absolute;
  opacity: 0;
}
.wizard
  .content
  .purpose-radio
  .purpose-radio-input:checked
  + .purpose-radio-label {
  border-color: #2768c0;
}
.wizard
  .content
  .purpose-radio
  .purpose-radio-input:checked
  + .purpose-radio-label
  .label-icon {
  color: #2768c0;
}
.wizard
  .content
  .purpose-radio
  .purpose-radio-input:checked
  + .purpose-radio-label
  .label-icon
  .label-icon-default {
  display: none;
}
.wizard
  .content
  .purpose-radio
  .purpose-radio-input:checked
  + .purpose-radio-label
  .label-icon
  .label-icon-active {
  display: inline-block;
}
.wizard
  .content
  .purpose-radio
  .purpose-radio-input:checked
  + .purpose-radio-label
  .label-text {
  color: #2768c0;
  font-weight: bold;
}
.wizard .content .purpose-radio .purpose-radio-label {
  display: -webkit-box;
  display: flex;
  width: 196px;
  height: 184px;
  max-width: 100%;
  border: 2px solid #7b7f89;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 575px) {
  .wizard .content .purpose-radio .purpose-radio-label {
    width: 100%;
  }
}
.wizard .content .purpose-radio .purpose-radio-label .label-icon {
  font-size: 21px;
  color: #000000;
  margin-bottom: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wizard
  .content
  .purpose-radio
  .purpose-radio-label
  .label-icon
  .label-icon-active {
  display: none;
}
.wizard .content .purpose-radio .purpose-radio-label .label-text {
  font-size: 16px;
  color: #212121;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wizard .content .purpose-radios-wrapper {
  margin-top: 60px;
}
.wizard .content .purpose-radios-wrapper .purpose-radio {
  margin-right: 18px;
  max-width: calc(33% - 18px);
}
@media (max-width: 575px) {
  .wizard .content .purpose-radios-wrapper .purpose-radio {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
    max-width: none;
  }
}
.wizard .content .purpose-radios-wrapper .purpose-radio:last-child {
  margin-right: 0;
}
.wizard .content .form-control {
  border-radius: 4px;
  border: solid 2px #0d6efd40;
}
.wizard .content .form-control::-webkit-input-placeholder {
  color: #919aa3;
}
.wizard .content .form-control::-moz-placeholder {
  color: #919aa3;
}
.wizard .content .form-control:-ms-input-placeholder {
  color: #919aa3;
}
.wizard .content .form-control::-ms-input-placeholder {
  color: #919aa3;
}
.wizard .content .form-control::placeholder {
  color: #919aa3;
}
.asteriskField {
  color: red;
}
#display-image {
  width: 400px;
  height: auto;
  border: 1px solid black;
  background-position: center;
  background-size: cover;
}

.wizard .actions > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
}

.wizard .actions li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #2768c0;
  padding: 16px 30px;
  color: #fff;
  font-style: 15px;
  font-weight: bold;
}

.wizard .actions li.disabled {
  display: none;
}

.wizard .actions li:not(.disabled) + li,
.wizard .actions li:not(:first-child):last-child {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .wizard.vertical {
    padding-left: 60px;
    position: relative;
    min-height: 350px;
  }
  .wizard.vertical .steps {
    padding-top: 0;
    padding-bottom: 0;
    height: 400px;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: flex;
  }
  .wizard.vertical .steps > ul {
    width: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-size: 4px calc(100% - 50px);
    margin-bottom: 0;
  }
  .wizard.vertical .steps > ul li:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form-group {
  margin-top: 10px;
}

.wizard label {
  font-size: small;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #01275f;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #012253;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68a4c4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #468db3;
}
#footer .footer-top {
  background: #01275f;
  border-top: 1px solid #2768c0;
  border-bottom: 1px solid #2768c0;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #01275f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #68a4c4;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #a2cce3;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #a2cce3;
}
