@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif !important;
}

.relative-position {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

button {
  border: none;
}

.q-mx-auto {
  margin: 0 auto;
}

.q-ml-auto {
  margin-left: auto;
}

.q-mr-xl {
  margin-right: 48px;
}

.q-mt-lg {
  margin-top: 24px;
}

.item-center {
  align-items: center;
}

#h5 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0px;
  font-weight: 700;
  width: 100%;
  line-height: 54px;
  font-size: 44px;
  margin-top: 80px;
  color: #3D3D3D;
}
#h5 span {
  color: #5694E3;
}

.navbar {
  color: #060C3C;
  background: #fff;
  padding: 26px 0px !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
@media (min-width: 200px) and (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    background-color: transparent !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #060C3C !important;
  }
}
@media (max-width: 991px) {
  .navbar .signup-btn {
    margin-left: 0px !important;
    margin-top: 20px;
  }
  .navbar #navbar-navlist {
    padding-top: 20px;
  }
  .navbar button.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    border: none;
  }
}
.navbar .container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1140px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 200px) and (max-width: 991px) {
  .navbar .container {
    width: 90%;
  }
}
.navbar .navbar-nav li a {
  line-height: 26px;
  color: #3D3D3D;
  font-size: 16px;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a {
    margin: 0;
    color: #6c757d !important;
  }
}
.navbar .nav-btn {
  background-color: #5694E3 !important;
  color: #fff !important;
  margin-left: 20px;
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  padding: 9px 25px !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (max-width: 767px) {
  .container {
    margin-top: 0 !important;
  }
}

.copyright-bar {
  background-color: #0D1A34;
  padding: 24px;
  color: #fff;
}
@media (max-width: 489px) {
  .copyright-bar .container, .copyright-bar .social-section {
    justify-content: center;
  }
  .copyright-bar .container {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.copyright-bar .social-section {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 489px) {
  .copyright-bar .social-section {
    width: 100%;
    margin-top: 20px;
  }
}
.copyright-bar .social-section li {
  margin-right: 16px;
}
.copyright-bar .social-section li a {
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.copyright-bar .social-section li a:hover {
  transform: scale(1.4);
}

footer {
  color: #fff;
  padding: 46px;
  background-color: #0D1A34 !important;
}
footer .intro-text {
  margin-top: 15.77px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
footer h5 {
  margin-top: 0;
  margin-bottom: 15.77px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 0px;
}
@media (max-width: 575px) {
  footer h5 {
    margin-top: 20px;
  }
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer ul.links li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
footer ul.links li a:hover {
  color: #5694E3;
}
footer ul a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */