.content-page.solutions .solutions-list .item {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
}

.content-page.solutions .solutions-list .item:nth-of-type(3n) {
  margin-right: 0;
}

.content-page.solutions .solutions-list .item a {
  display: block;
  width: 100%;
}

.content-page.solutions .solutions-list .item .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.content-page.solutions .solutions-list .item .img img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.content-page.solutions .solutions-list .item .img div {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.content-page.solutions .solutions-list .item .intro {
  padding: 4px 8px 16px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item .intro p {
  color: #777777;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 21px + 1px);
  height: calc(2 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

.content-page.solutions .solutions-list .item .title {
  background-color: #f8f8f8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item .title h4 {
  text-align: center;
  line-height: 36px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item:hover .img div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.content-page.solutions .solutions-list .item:hover .title {
  background-color: #1F7BD3;
}

.content-page.solutions .solutions-list .item:hover .title h4 {
  color: #ffffff;
}

.content-page.solutions .solutions-list .item:hover .intro {
  background-color: #1F7BD3;
}

.content-page.solutions .solutions-list .item:hover .intro p {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .content-page.solutions .solutions-list {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .content-page.solutions .solutions-list .item {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.content-page.solutions .solutions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .flex-wrapper .links ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*# sourceMappingURL=change.css.map */

header .header-top .contact-info .numbers h3 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  header .header-top .contact-info .numbers p {
    display: none;
  }
}

header .header-top .contact-info .numbers p {
  font-size: 18px;
  color: #1F7BD3;
  font-weight: 600;
  font-family: Arial Black;
}

header .header-top .contact-info .numbers h4 {
  font-size: 16px;
}

/* 2024-12-09 */

header .navbar-brand > img {
  margin: 6px 0;
  height: 58px;
}

@media screen and (min-width: 768px) {
  header .navbar-brand > img {
    margin: 8px 0;
    height: 58px;
  }
}

@media screen and (min-width: 1366px) {
  header .navbar-brand > img {
    margin: 8px 0;
    height: 58px;
  }
}

header .navbar-nav > li > a {
  padding: 14px 47px;
}

/* .page-home,
.content-page {
  margin-top: 48px;
} */

@media screen and (min-width: 1024px) {
  .page-home,
  .content-page {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1366px) {
  .page-home,
  .content-page {
    margin-top: 0px;
  }
}

header .navbar-default {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 767px) {
  header .navbar-brand > img.logo-mobile {
      display: block;
      width: 90%;
      height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-home, .content-page {
      margin-top: 0px;
  }
}