@media only screen and (max-width: 575px) {
  .xs-none {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  p, input, textarea, span, label,
  .feature-list li,
  .pricing-features li {
    font-size: 14px;
    line-height: 25px;
  }
  .text-sm-center {
    text-align: center;
  }
  .sm-none {
    display: none !important;
  }
  .sm-text-center {
    text-align: center;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .pt-110 {
    padding-top: 30px;
  }
  .pt-115 {
    padding-top: 35px;
  }
  .pt-140 {
    padding-top: 60px;
  }
  .pt-150 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-120 {
    padding-bottom: 30px;
  }
  .pb-110 {
    padding-bottom: 30px;
  }
  .pb-115 {
    padding-bottom: 35px;
  }
  .pb-140 {
    padding-bottom: 60px;
  }
  .pb-150 {
    padding-bottom: 60px;
  }
  .ptb-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .fs-34 {
    font-size: 25px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .fs-28 {
    font-size: 24px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-52 {
    font-size: 28px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-55 {
    margin-bottom: 30px;
  }
  .mb-65 {
    margin-bottom: 35px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .pt-75 {
    padding-top: 25px;
  }
  .ptb-150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .row.mb-30 {
    margin-bottom: 25px;
  }
  .row.mb-40 {
    margin-bottom: 35px;
  }
  .row.mb-60, .row.mb-55, .row.mb-75, .row.mb-70 {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .section-title.mb-60, .section-title.mb-55, .section-title.mb-75, .section-title.mb-70 {
    margin-bottom: 30px;
  }
  .br-title {
    font-size: 25px;
    line-height: 35px;
  }
  .breadcrumb-wrap {
    padding: 55px 0;
  }
  .breadcrumb-wrap .blog-metainfo li {
    font-size: 14px;
  }
  .breadcrumb-wrap .blog-metainfo li a {
    font-size: 14px;
  }
  .section-subtitle.mb-60 {
    margin-bottom: 35px;
  }
  .btn {
    font-size: 14px;
    padding: 15px 20px 16px;
  }
  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
  }
  .project-desc h1, .project-desc h2, .project-desc h3, .project-desc h4, .project-desc h5, .project-desc h6,
  .service-desc h1,
  .service-desc h2,
  .service-desc h3,
  .service-desc h4,
  .service-desc h5,
  .service-desc h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6,
  .blog-desc h1,
  .blog-desc h2,
  .blog-desc h3,
  .blog-desc h4,
  .blog-desc h5,
  .blog-desc h6 {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .project-desc h1,
  .service-desc h1,
  .terms-wrap h1,
  .blog-desc h1 {
    font-size: 32px;
  }
  .project-desc h2,
  .service-desc h2,
  .terms-wrap h2,
  .blog-desc h2 {
    font-size: 30px;
  }
  .project-desc h3,
  .service-desc h3,
  .terms-wrap h3,
  .blog-desc h3 {
    font-size: 28px;
  }
  .project-desc h4,
  .service-desc h4,
  .terms-wrap h4,
  .blog-desc h4 {
    font-size: 26px;
  }
  .project-desc h5,
  .service-desc h5,
  .terms-wrap h5,
  .blog-desc h5 {
    font-size: 24px;
  }
  .project-desc h6,
  .service-desc h6,
  .terms-wrap h6,
  .blog-desc h6 {
    font-size: 18px;
  }
  .project-desc .single-para,
  .service-desc .single-para,
  .terms-wrap .single-para,
  .blog-desc .single-para {
    margin-bottom: 30px;
  }
  .project-desc .single-para:last-child,
  .service-desc .single-para:last-child,
  .terms-wrap .single-para:last-child,
  .blog-desc .single-para:last-child {
    margin-bottom: 0;
  }
  .wp-blockquote {
    padding: 35px 25px 35px 25px;
  }
  .wp-blockquote p {
    font-size: 22px;
    line-height: 32px;
  }
  .wp-blockquote h6 {
    font-size: 18px !important;
  }
  .wp-blockquote h6:before {
    top: 14px;
  }
  .wp-blockquote .quote-icon {
    right: 30px;
    bottom: 25px;
    max-width: 40px;
    z-index: 0;
  }
  .post-metaoption {
    flex-wrap: wrap;
  }
  .post-metaoption .post-tag,
  .post-metaoption .post-share {
    width: 100%;
  }
  .post-metaoption .post-tag {
    margin-bottom: 15px;
  }
  .comment-item-wrap {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .comment-item-wrap .comment-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .comment-item-wrap .comment-item.reply {
    margin-left: 20px;
  }
  .comment-form {
    padding: 25px;
  }
  .comment-form .form-group input, .comment-form .form-group textarea {
    font-size: 14px;
  }
  .contact-card {
    padding: 30px 22px;
  }
  .contact-card .contact-info a {
    font-size: 14px;
  }
  .navbar-area.sticky.falix-hide-adminbar {
    top: 0 !important;
  }
  .feature-card {
    text-align: center;
  }
  .feature-card .feature-icon {
    margin: auto;
  }
  .business_counter-wrap .counter-card-wrap .counter-card {
    text-align: center;
  }
  .business_counter-wrap .counter-card-wrap .counter-card h2 {
    margin: auto;
  }
  .business_process-wrap .process-box .process-card-wrap .process-card .shape {
    display: none;
  }
  .sidebar-demos-popup .demos-inner .inner-demos {
    margin-right: 0;
    width: 100%;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list h2 {
    margin-bottom: 32px;
    font-size: 26px;
  }
  .sidebar-demos-popup .close-btn {
    font-size: 30px;
    right: 20px;
    top: 20px;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-140 {
    padding-top: 70px;
  }
  .pt-145 {
    padding-top: 45px;
  }
  .pt-150 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
  .pb-140 {
    padding-bottom: 40px;
  }
  .pb-145 {
    padding-bottom: 45px;
  }
  .pb-110 {
    padding-bottom: 40px;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .pb-150 {
    padding-bottom: 70px;
  }
  .ptb-140 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ptb-150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mb-170 {
    margin-bottom: 70px;
  }
  .fs-34 {
    font-size: 28px;
  }
  .fs-26 {
    font-size: 24px;
  }
  .fs-52 {
    font-size: 38px;
  }
  .lh-64 {
    line-height: 46px;
  }
  .lh-66 {
    line-height: 46px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title.mb-70 {
    margin-bottom: 50px;
  }
  .breadcrumb-wrap {
    padding: 55px 0;
  }
  .br-title {
    font-size: 30px;
    line-height: 40px;
  }
  .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-75 {
    padding-top: 50px;
  }
  .pb-75 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .navbar-area.sticky.falix-hide-adminbar {
    top: 46px !important;
  }
  .business_process-wrap .process-box .process-card-wrap .process-card .shape {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .sidebar {
    margin-top: 50px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none !important;
  }
  .sidebar {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px;
  }
  .pt-140 {
    padding-top: 70px;
  }
  .pt-145 {
    padding-top: 75px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .pb-145 {
    padding-bottom: 75px;
  }
  .pb-140 {
    padding-bottom: 100px;
  }
  .ptb-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ptb-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-170 {
    margin-bottom: 100px;
  }
  .fs-52 {
    font-size: 40px;
  }
  .fs-70 {
    font-size: 54px;
  }
  .section-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .br-title {
    font-size: 36px;
    line-height: 46px;
  }
  .breadcrumb-wrap {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .fs-52 {
    font-size: 44px;
  }
  .lh-64 {
    line-height: 56px;
  }
  .lh-66 {
    line-height: 56px;
  }
  .pt-110 {
    padding-top: 90px;
  }
  .pt-115 {
    padding-top: 95px;
  }
  .pt-140 {
    padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
  .pb-140 {
    padding-bottom: 90px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pb-115 {
    padding-bottom: 95px;
  }
  .pb-110 {
    padding-bottom: 120px;
  }
  .ptb-140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mb-140 {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1305px;
  }
  .gx-xxl-23 {
    --bs-gutter-x: 2rem;
  }
  .gx-xxl-13 {
    --bs-gutter-x: 1.3rem;
  }
  .pe-xxl-21 {
    padding-right: 2.1rem !important;
  }
  .fs-xxl-18 {
    font-size: 18px;
  }
  .ps-xxl-12 {
    padding-left: 1.2rem !important;
  }
  .ps-xxl-13 {
    padding-left: 1.3rem !important;
  }
  .ps-xxl-14 {
    padding-left: 1.4rem !important;
  }
  .ps-xxl-17 {
    padding-left: 1.7rem !important;
  }
  .ps-xxl-36 {
    padding-left: 3.6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .ps-xxl-42 {
    padding-left: 4.2rem !important;
  }
  .lh-xxl-30 {
    line-height: 30px;
  }
  .comment-form {
    padding: 45px;
  }
}/*# sourceMappingURL=falix-main-responsive.css.map */