/* prettier-ignore */
.bg-holder.overlay-custom:before {
  background: rgba(0, 0, 0, 0.75) !important;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.service-item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.isotope-item h5.font-base {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6em;
}
.isotope-item h5.font-base + p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 9em;
}

#cookie-consent-banner {
  -webkit-animation: slideUp 0.3s ease-out;
  animation: slideUp 0.3s ease-out;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#cookie-consent-banner a {
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#cookie-consent-banner a:hover {
  opacity: 1;
}
#cookie-consent-banner .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
}
#cookie-consent-banner .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
#cookie-consent-banner .btn-dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#cookie-consent-banner .btn-dark:hover {
  background-color: #333;
  border-color: #333;
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn-link:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-theme .navbar-nav > .nav-item > .nav-link,
.navbar-theme .navbar-nav > .nav-item > .nav-link.active,
.navbar-theme .navbar-nav > .nav-item > .nav-link:active {
  font-weight: normal !important;
}
.navbar-theme .navbar-nav > .nav-item > .nav-link .nav-link-text,
.navbar-theme .navbar-nav > .nav-item > .nav-link.active .nav-link-text,
.navbar-theme .navbar-nav > .nav-item > .nav-link:active .nav-link-text {
  font-weight: normal !important;
}

.blog-sidebar-sticky {
  position: static;
}
@media (min-width: 992px) {
  .blog-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-sidebar-sticky .blog-sidebar-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .blog-sidebar-sticky .blog-sidebar-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
  }
}
@media (max-width: 991.98px) {
  .blog-sidebar-sticky > h4.mt-3 {
    margin-top: 2.5rem !important;
  }
}
.blog-sidebar-sticky .sidebar-service-link {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-sidebar-sticky .sidebar-service-link .service-icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-sidebar-sticky .sidebar-service-link .service-icon-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #dc3545;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-sidebar-sticky .sidebar-service-link:hover .service-icon-wrapper::after {
  -webkit-animation: sidebarPulse 1.5s infinite;
  animation: sidebarPulse 1.5s infinite;
}

@-webkit-keyframes sidebarPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes sidebarPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
/*# sourceMappingURL=user.css.map */
