body {
  background-color: #f8f8f8;
}

hr {
  height: 2px;
  background-color: #e6e6e6;
  opacity: 1;
}

.whyus {
  background: #d7f5ea;
  padding: 25px 0;
}

.serviceslist-swiper {
  position: relative;
}

.serviceslist-swiper .title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  padding: 85% 5px 6px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: start;
  margin-bottom: 0;
}

.serviceslist-swiper a:hover {
  opacity: 0.5;
}

.productlist-swiper {
  position: relative;
}

.productlist-swiper .tag {
  position: absolute;
  padding: 3px 5px;
  top: 6px;
  left: 6px;
  font-size: 12px;
  line-height: 0.8rem;
  font-weight: 600;
  border-radius: 4px;
  background: #de007b;
  border: 1px solid #de007b;
  color: #fff;
  z-index: 1;
}

.productlist-swiper a {
  text-decoration: none;
  color: #111;
}

.productlist-swiper a:hover {
  opacity: 0.5;
}

.productlist-swiper body {
  padding: 100px;
}

.insights-swiper a:hover {
  opacity: 0.5;
}

.subscribe {
  background-color: #d7e6f5 !important;
  padding: 30px 0 70px 0;
  position: relative;
}

.subscribe svg {
  fill: #d7e6f5 !important;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  min-height: 40px;
}

.footer header {
  background-color: #4d6bc6 !important;
  padding: 12px;
  position: relative;
}

.footer header svg {
  fill: #4d6bc6 !important;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  min-height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer main {
  background-color: #2f466c !important;
  padding: 36px 24px 24px;
}

.footer-link {
  color: white;
  text-decoration: none;
}

.footer-link:hover {
  color: white;
}

.footer .social-links {
  position: relative;
  left: -8px;
}

.footer .social-links svg {
  width: 36px;
  fill: white;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.swiper-slide > div {
  background: white;
  border-radius: 10px;
}
/*# sourceMappingURL=index.css.map */