a {
  color: #e04556;
}
a:not(.btn):not(.nav-link):hover, a:not(.btn):not(.nav-link):focus {
  text-decoration-color: #e04556;
}

title-signature {
  width: 40px;
  filter: brightness(0) invert(0);
  object-fit: contain;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
  text-decoration: none;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #e04556;
}

.bg-dark-soft {
  background-color: rgba(219, 226, 236, 0.1) !important;
}

.blogs-box {
  border-radius: 0 40px;
}
.blogs-box img {
  border-radius: 0 40px;
}
.blogs-box .body {
  min-height: 290px;
  position: relative;
}

.blog-box-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.fixed-header-on #logo_img {
  height: 55px;
}

.feature-box.home-service {
  background-color: #fff;
  border-radius: 0 40px;
  padding: 60px 30px 10px 30px;
  min-height: 451px;
}
.feature-box.home-service h3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
}
.feature-box.home-service p {
  color: #333;
}
.feature-box.home-service a.btn-default {
  color: #fff;
  background-color: #09afdf;
  border-color: #09afdf;
}
.feature-box.home-service a.btn-default:focus, .feature-box.home-service a.btn-default:hover {
  background-color: #0c9ec7;
  border-color: #0c9ec7;
}
.feature-box.home-service .icon img {
  width: 75px;
  margin: 10px auto;
}

.overlay-bg {
  position: relative;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/overlay.png);
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.sub-title {
  font-weight: 500;
  letter-spacing: 1px;
}

/*# sourceMappingURL=custom.css.map */
