body {
  color: #041e42;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  font-family: "Lora", serif;
}

.container {
  max-width: 1170px;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Lora", serif;
}

p small {
  font-size: 16px;
  font-weight: 500;
}

h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 77px;
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 34px;
}

h5 {
  font-size: 21px;
  line-height: 29px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #041e42;
  background: #041e42;
  opacity: 1;
  transition: 0.5s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}

.modal-body img {
  max-width: 100%;
}

@media (max-width: 500px) {
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}

.glance .personal_card .profile p a
 {
    display: inline-flex;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 15px;
    background: #023a8e;
    color: #fff;
    margin-top: 10px;
}

.about_intro .text {
    padding-left: 20px;
}

.message_img img {
  width: 100%;
}