@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.dark-bg {
  background-color: #18184D;
  color: #fff;
}

.blue-bg {
  background-color: #1e0f3f;
  color: #fff;
}
.blue-bg .list-group-item {
  color: #fff;
  opacity: 0.8;
}
.blue-bg p {
  opacity: 0.8;
}

.section-intro, .bodytext-center {
  text-align: center;
}

.info-col {
  padding: 60px;
}
@media (max-width: 600px) {
  .info-col {
    padding: 20px;
  }
}
.info-col i {
  margin-right: 10px;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
}

p {
  font-size: 17px;
}

header {
  min-height: 650px;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .m-header {
    position: relative;
    top: -80px;
    text-align: center;
  }
}
.header-inner {
  min-height: 250px !important;
}

.list-group-item {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}

.testimonial {
  text-align: center;
  margin-top: 50px;
}
.testimonial h2 {
  font-size: 152px;
  display: block;
  max-height: 80px;
  opacity: 0.5;
}
.testimonial .client-image {
  border-radius: 100px;
  overflow: hidden;
  max-width: 70px;
  margin-right: 20px;
}

.services h3 {
  font-size: 32px !important;
  color: #424063;
  font-weight: 700;
}
.services h5 {
  font-size: 22px;
  font-weight: 700;
  color: #424063;
}
.services p {
  color: #555;
}
.services .tax-img {
  margin-bottom: 30px;
}
.services .btn-center-ghost {
  max-width: 410px;
}

footer {
  padding: 30px 0;
}
footer .ftr-links ul {
  display: flex;
  list-style: none;
  padding: 0;
}
footer .ftr-links ul li {
  margin-right: 20px;
  text-decoration: none;
}
footer .ftr-links ul li i {
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 600px) {
  .main-title {
    font-size: 42px !important;
    line-height: 42px !important;
  }
}