@media screen and (max-width: 320px) {
  .call-to-action-hero {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .info .info-card {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
    text-align: center;
  }
  .info .info-card.active-card {
    padding: 1rem 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .inner-page .header {
    background-color: transparent !important;
  }
  .inner-page .breadcrumb h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .cookie {
    width: 100%;
  }
  .hero {
    background-image: none;
    background-color: #000;
  }
  .post-detail .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .hero {
    padding: 6rem 0;
  }
  .heading-wrap h3 {
    font-size: 2rem !important;
  }
  .counter .title {
    font-size: 2rem;
  }
  .language-switcher {
    justify-content: flex-start;
    padding-left: 1rem;
  }
  .language-switcher .dropdown {
    width: 100%;
    text-align: start;
  }
  .navbar-nav {
    background-color: #1e1e1e;
    padding: 1rem 0 !important;
  }
  .hero .hero-title {
    font-size: 3.5rem;
  }
  .footer .footer-left {
    padding: 2rem 1.5rem;
  }
  .footer .footer-left .inner .title {
    font-size: 2rem;
  }
  .footer .footer-right {
    padding: 2rem 1.5rem;
    margin-top: 0 !important;
  }
  .inner-page {
    min-height: 200px;
  }
  .inner-page .breadcrumb {
    height: 200px !important;
  }
}
@media (min-width: 992px) {
  .blog-sidebar {
    margin-top: 2.7rem;
  }
}
@media (max-width: 575px) {
  .services .swiper-button-prev, .services .swiper-button-next {
    width: 2rem !important;
    height: 2rem;
    bottom: 0;
    border-radius: 2rem;
  }
  .services .swiper-button-prev span, .services .swiper-button-next span {
    width: 6px;
    height: 6px;
  }
  .introcontainer .swiper-container {
    width: 60%;
  }
  .about .title {
    font-size: 2rem;
  }
  .about .stroke-text {
    font-size: 2rem;
  }
}/*# sourceMappingURL=responsive.css.map */