@media only screen and (max-width: 1200px) {
  .hero-section .hero-content .logo {
    height: 120px;
  }
  .hero-section .hero-content h3 {
    font-size: 30px;
  }
  .hero-section .hero-content p {
    font-size: 16px;
  }
  .hero-section .hero-content {
    max-width: 720px;
  }
  .success-section .success-card h1 {
    font-size: 40px;
  }
  .what-we-do-section .content h3 {
    font-size: 28px;
  }
  .what-we-do-section .content p {
    font-size: 16px;
  }
  .left-heading p {
    font-size: 16px;
  }
  .coming-soon-section .content h1 {
    font-size: 28px;
  }
  .coming-soon-section .content p {
    font-size: 16px;
  }
  .about-hero {
    padding: 220px 0px 160px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
  }
  .header .navbar {
    padding: 10px 20px;
    min-height: auto;
  }
  .hero-section {
    padding: 140px 15px 120px;
  }
  .hero-section .hero-content .logo {
    height: 80px;
  }
  .success-card {
    margin-bottom: 30px;
  }
  .what-we-do-section .content p,
  .what-we-do-section .content h3 {
    max-width: 100%;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .customers-section .testimonial-slider {
    width: 100%;
  }
  .footer .about {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .footer .about br {
    display: none;
  }
  .footer .f-logo {
    margin-bottom: 0px;
  }
  .footer .bottom .content:first-child {
    display: none;
  }
  .footer .bottom .content {
    justify-content: flex-start;
  }
  .customers-section .content {
    padding: 0px;
  }
  .footer {
    padding: 80px 0px 40px;
  }
  .contact-section,
  .coming-soon-section,
  .customers-section,
  .use-cases,
  .focus-section,
  .about-contact-section,
  .defines-us,
  .what-we-do-section,
  .about-us-section,
  .about-defines-us-section,
  .support-section,
  .references-section,
  .success-section {
    padding: 50px 0px;
  }
  .next-step-about-card {
    padding: 50px 15px;
  }
  .success-section .success-heading {
    margin-bottom: 40px;
  }
  .header .navbar .navbar-nav .nav-link {
    padding: 8px 0px;
  }
  .navbar-collapse {
    padding-top: 10px;
    padding-left: 16px;
  }
  .footer .about p {
    text-align: center;
  }
  .about-hero {
    padding: 160px 0px 80px;
  }
  .about-hero .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about-hero .content h3 {
    font-size: 30px;
    margin-bottom: 0px;
    text-align: center;
  }
  .about-hero .content h6,
  .about-hero .content p {
    text-align: center;
  }
  .about-us-section .content h3 {
    max-width: 100%;
  }
  .about-us-section .content p {
    max-width: 100%;
  }
  .defines-us-row .defines-us-card {
    width: calc(50% - 30px);
  }
  .about-contact-section .contact-detail .c-card {
    padding: 20px 0px 0px;
  }
  .c-card.border-right {
    border: none;
  }
  .about-us-section .content {
    margin-bottom: 30px;
  }
  .automation-points .point {
    max-width: 100%;
  }
  .support-card {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header .navbar .navbar-brand {
    padding: 0px;
  }
  .header .navbar {
    border-radius: 10px;
    padding: 10px 20px 10px 10px !important;
  }
  .success-section .success-heading {
    flex-direction: column;
  }
  .header .navbar .navbar-brand img {
    height: 36px !important;
  }
  .hero-section {
    padding: 120px 15px 100px;
  }
  .hero-section .hero-content .logo {
    height: 60px;
    margin-bottom: 10px;
  }
  .hero-section .hero-content h3 {
    font-size: 22px;
  }
  .hero-section .hero-content p {
    font-size: 14px;
    line-height: normal;
  }
  .hero-section .hero-bottom p {
    margin-bottom: 0px;
  }
  .hero-section .hero-bottom .arrow {
    height: 60px;
  }
  .hero-section .hero-bottom {
    bottom: -30px;
  }
  .btn-dashed {
    height: 36px;
    padding: 8px 20px;
    font-size: 14px;
  }
  .next-step-card h3,
  .about-us-section .content h3,
  .about-us-section .about-us-box h3,
  .left-heading h2,
  .next-step-about-card h3,
  .what-we-do-section .content h3,
  .center-heading h2,
  .about-contact-section .content h3,
  .success-section .success-heading h3 {
    font-size: 28px;
    line-height: normal;
  }
  .next-step-about-card img {
    height: 100px;
  }
  .about-contact-section .contact-detail {
    flex-direction: column;
  }
  .defines-us .defines-box {
    padding: 30px 22px;
    min-height: auto;
  }
  .left-heading,
  .center-heading-dark {
    margin-bottom: 20px;
  }
  .customers-section .testimonial-slider .testimonial-card {
    padding: 30px;
  }
  .contact-section .contact-form {
    padding: 30px;
  }
  .footer .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .bottom .content {
    justify-content: center !important;
  }
  .focus-section .focus-box .logos {
    margin: 30px 0px;
  }
  .focus-section .focus-box .logos img {
    height: 120px;
  }
  .next-step-card img {
    height: 80px;
  }
  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .success-section .success-card .devider {
    margin: 10px 0px 12px;
  }
  .footer .f-nav {
    margin-bottom: 40px;
  }
  .references-section .partners-slider .item img {
    height: 30px;
  }
  .coming-soon-section .content h1 {
    font-size: 22px;
    line-height: normal;
  }
  .footer .f-logo img {
    height: 90px;
  }
  .footer {
    padding: 60px 0px 40px;
  }
  .footer .f-dots {
    top: 35px;
  }
  .about-hero {
    padding: 120px 0px 60px;
  }
  .about-hero .content img {
    height: 100px;
  }
  .about-hero .about-hero-bg {
    display: none;
  }
  .defines-us-row .defines-us-card {
    width: 100%;
  }
  .automation-points .point span {
    font-size: 14px;
  }
  .support-card .s-box {
    display: none;
  }
  .support-card {
    padding: 20px;
  }
  .support-card .logos img {
    height: 100px;
  }
  .contact-section .contact-form .form-btn {
    justify-content: center;
  }
  .industry-filter-section {
    padding: 15px 0px;
    top: 60px;
  }
  .industry-filter-section .filter-pills-wrapper {
    gap: 8px;
    padding: 10px 20px;
  }
  .industry-filter-section .filter-pills-wrapper .filter-pill {
    padding: 8px 16px;
    font-size: 13px;
  }
  .case-study-section {
    padding: 60px 0px;
  }
  .case-study-section .case-study-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .case-study-section .case-study-intro {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .case-study-section .case-study-text {
    font-size: 16px;
    line-height: 26px;
  }
  .case-study-section .case-study-image {
    margin-bottom: 40px;
  }
  .case-study-section .case-study-image img {
    height: 300px;
  }
  .case-study-section .case-study-box {
    padding: 30px;
    margin-top: 30px;
  }
  .case-study-section .case-study-box p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .case-study-section .case-study-box .btn-primary {
    padding: 14px 28px;
    font-size: 15px;
  }
  .team-profile-section {
    padding: 60px 0px;
  }
  .team-profile-section .team-profile-card {
    padding: 30px 25px;
  }
  .team-profile-section .team-profile-card .profile-image {
    margin-bottom: 30px;
  }
  .team-profile-section .team-profile-card .profile-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .team-profile-section .team-profile-card .profile-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .team-profile-section .team-profile-card .profile-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .team-profile-section .team-profile-card .profile-content .profile-divider {
    margin-bottom: 20px;
  }
  .team-profile-section .team-profile-card .profile-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=responsive.css.map */
