@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 1400px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 2, 15, 0.74);
}

html,
body {
  overflow-x: hidden;
}

p,
a,
ul > li,
span,
th,
td {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 3.6rem;
}

p,
span,
li,
a {
  line-height: 3rem;
  font-weight: 400;
}

a,
a:hover,
a:active,
a:focus,
.btn:focus,
.btn:hover,
button:focus,
button:active,
button,
select:focus {
  outline: none;
  text-decoration: none;
}

a {
  transition: 0.3s;
}

strong {
  font-weight: 600;
}

.section-padding {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 8rem 0;
  }
}

.section-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 6.5rem;
  margin-bottom: 2.3rem;
  display: inline-block;
  border-bottom: 0.6rem solid #52b3d1;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    text-align: center;
  }
}

body.modal-open,
body header {
  padding-right: 0 !important;
}

.modal.fade.show {
  padding-right: 0 !important;
}

.list {
  padding-left: 1rem;
}
.list li {
  line-height: 30px;
  list-style: none;
  padding-left: 2rem;
  position: relative;
}
.list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 2, 15, 0.74);
}

.floating-buttons {
  position: fixed;
  bottom: 0;
  right: 20px;
  display: none;
  gap: 1rem;
}
@media (max-width: 576px) {
  .floating-buttons {
    width: 100%;
    right: 0;
    gap: 1px;
    background-color: #ffffff;
  }
}
.floating-buttons button {
  font-weight: 500;
  font-size: 16px;
  background: #04617d;
  color: #ffffff;
  padding: 1rem 2rem;
  outline: none;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.3s;
}
.floating-buttons button:hover {
  background-color: #1982a3;
}
.floating-buttons button:first-child {
  flex: 1;
}

.navbar {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .navbar {
    padding: 1.6rem 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    position: absolute;
    top: 0;
    height: 20rem;
    transition: height 0.3s;
  }
  .navbar .navbar-brand img.small {
    height: 15rem;
    box-shadow: 0 6px 5px -6px #777;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    height: 6rem;
  }
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav {
    margin-top: 2rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
  pointer-events: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  line-height: 2.8rem;
  color: #04617d;
  padding: 1.5rem 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0;
    border-top: 1px solid rgba(218, 223, 255, 0.74);
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
  pointer-events: none;
  padding-right: 15px;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0;
  position: absolute;
  top: auto;
  right: 0;
  border: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 1rem;
  top: 80%;
}
@media (max-width: 576px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    border: none;
    padding: 0 1rem 1rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #04617d;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: inherit;
  color: #04617d;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    border: none;
    background: #f3faff;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.contact-form {
  margin-top: 4rem;
}
.contact-form .form-group {
  position: relative;
}
.contact-form .form-control {
  height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: 1px solid #e0e0e0;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.contact-form .form-control:focus, .contact-form .form-control:invalid:focus {
  outline: none;
  box-shadow: none;
}
.contact-form .form-control.message-box {
  height: 10rem;
  padding-top: 1rem;
}
.contact-form .invalid-feedback {
  font-size: 1rem;
  position: absolute;
  top: 95%;
}
.contact-form .btn {
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  background: #04617d;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 8px;
}

.banner {
  background-color: #04b4df;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .banner {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .banner {
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
    padding: 4.5rem 0;
  }
}
@media (max-width: 576px) {
  .banner {
    text-align: center;
  }
}
.banner h1 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 6.5rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .banner h1 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media (max-width: 576px) {
  .banner h1 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.banner .buttons {
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 1400px) {
  .banner .buttons {
    margin-top: 5.6rem;
  }
}
.banner .buttons .btn {
  font-weight: 700;
  font-size: 16px;
  background: #008fb1;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 1.5rem 4rem;
  transition: 0.3s;
}
.banner .buttons .btn:hover {
  background-color: #04617d;
}
@media (min-width: 992px) {
  .banner__right-img {
    margin-left: -18rem;
  }
}

.team {
  background-color: #f9f9f9;
}
.team__member-info h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #04617d;
  margin: 0;
}
.team__member-info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  color: #1982a3;
}
.team__member-info p {
  color: #000000;
}

@media (min-width: 992px) {
  .proposition {
    padding: 12rem 0;
  }
}
@media (max-width: 576px) {
  .proposition {
    text-align: center;
  }
}
.proposition .btn {
  font-weight: 700;
  font-size: 16px;
  background: #52b3d1;
  color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem 4rem;
  margin-top: 2rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .proposition .btn {
    margin-top: 5rem;
  }
}
.proposition .btn:hover {
  background-color: #04617d;
}

.investor-relations {
  background-color: #f9f9f9;
}
.investor-relations .nav-pills .nav-item {
  display: flex;
  align-items: center;
}
.investor-relations .nav-pills .nav-item:not(:last-child) .nav-link {
  border-right: 0.3rem solid #00b7e2;
}
.investor-relations .nav-pills .nav-item .nav-link {
  padding: 0 2rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .investor-relations .nav-pills .nav-item .nav-link {
    padding: 1rem;
  }
}
.investor-relations .nav-pills .nav-item .nav-link span {
  font-weight: 600;
  font-size: 2rem;
  color: rgba(0, 2, 15, 0.74);
}
.investor-relations .nav-pills .nav-item .nav-link.active {
  border-radius: 8px;
  padding: 1rem 2rem;
}
.investor-relations .nav-pills .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #04b4df;
}
.investor-relations .nav-pills .nav-item .nav-link.active span {
  color: #ffffff;
}
@media (max-width: 768px) {
  .investor-relations .nav-pills {
    display: flex;
  }
  .investor-relations .nav-pills li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #04b4df;
  }
  .investor-relations .nav-pills li .nav-link {
    border: none !important;
    width: 100%;
    text-align: center;
  }
  .investor-relations .nav-pills li .nav-link.active {
    border-radius: 0 !important;
  }
}
.investor-relations .tab-content {
  margin-top: 2.7rem;
}
.investor-relations .tab-content .service-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #04617d;
}
.investor-relations .tab-content .service-subtitle {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1982a3;
  margin-bottom: 1.6rem;
}
.investor-relations .nav-pills .nav-link.active,
.investor-relations .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #04b4df;
}

.nav-item.border-right {
  border-right: 3px solid #00b7e2;
}

.financial-relations .financial-services__box {
  padding: 3rem 2rem;
  border: 1px solid #00b7e2;
  border-radius: 1.6rem;
  height: 100%;
}
.financial-relations .financial-services__box h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #04617d;
  margin-bottom: 2rem;
}
.financial-relations .financial-services__box p:last-child {
  margin: 0;
}

.contact {
  background-image: url("../img/bg-contact.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3rem 0;
  margin: 0 0 3rem;
}
@media (min-width: 576px) {
  .contact {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .contact {
    padding: 15rem 0;
  }
}
.contact h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #04b4df;
  margin: 3rem 0;
}
.contact .contact-info__detail {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .contact .contact-info__detail {
    padding: 0 3.3rem;
  }
}
.contact .contact-info__detail ul {
  list-style: none;
  padding: 0;
}
.contact .contact-info__detail ul li {
  line-height: 28px;
  color: #04617d;
}
.contact .contact-info__detail ul li:first-child {
  font-weight: 700;
}
.contact .contact-info__detail ul li img {
  margin-right: 10px;
}
.contact .contact-info__detail ul li a {
  line-height: 28px;
  color: #04617d;
}
.contact .contact-info__detail ul li a:hover {
  color: #04b4df;
}
@media (max-width: 576px) {
  .contact .footer-logo img {
    height: 12rem;
  }
}

.thank-you-container {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-container i {
  font-size: 10rem;
}/*# sourceMappingURL=style.css.map */