/* media-Query 992 */

@media (max-width: 991px) {
  .hero-section .hero-image {
    display: none;
  }

  .header-section .conatact-btn {
    display: none;
  }

  .header-section .menu-bar .nav-link {
    margin: 0;
    font-size: 16px;
    padding: 10px 8px;
  }

  .header-section .nav-link::after {
    width: 100%;
    margin: 0px;
    height: 1px;
  }

  .offcanvas-body {
    padding: 10px 0;
    background-color: var(--primary-color);
  }

  .service-section .section-title,
  .why-choose-us .section-title,
  .service-section .section-title {
    margin: 0px 0px 45px 0px;
  }

  .success-story .success-content {
    margin: 0;
  }

  .header-section .nav-link::after {
    height: 1px;
    bottom: 0;
  }

  .header-section .nav-link:hover:after {
    bottom: 0px;
  }

  .footer-section .copy-right .copy-right-main {
    justify-content: center;
  }

  .footer-section .copy-right .copy-right-main p,
  .footer-section .copy-right .copy-right-main a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* media-Query 768px */

@media (max-width: 767px) {
  .service-section .service-item {
    height: 370px;
  }

  .about-section .about-content h2,
  .visuals-section .section-title h2,
  .success-story .success-content h2,
  .case-study .section-title h2,
  .testimonial-section .section-title h2,
  .fun-facts-section .section-title h2,
  .service-section .section-title h2,
  .team-section .section-title h2,
  .cta-section .cta-title,
  .contact-section .section-title h2 {
    font-size: 22px;
  }

  .case-study .case-study-header h3 {
    font-size: 20px;
  }

  .cta-section .cta-subtitle {
    font-size: 18px;
  }
}

/* media-Query 575px */

@media (max-width: 575px) {
  .hero-section .hero-caption h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .hero-section .hero-caption p {
    margin-top: 20px;
  }

  .breadcrumb-section .breadcrumb-heading h1 {
    font-size: 20px;
  }

  .hero-section .contact-link {
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  .hero-section .hero-caption .contact-link {
    padding: 10px 11px;
  }
  .cta-section .learn-btn {
    padding: 10px 11px;
  }
}

@media screen and (max-width: 425px) {
  .cta-section .cta-button {
    font-size: 10px;
  }

  .cta-section .contact-info {
    font-size: 12px;
  }
}

@media (max-width: 475px) {
  .footer-section .copy-right .copy-right-main p,
  .footer-section .copy-right .copy-right-main a {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
