@media (max-width: 991px) {
  body {
    font-size: 14px;
    font-weight: 400;
  }
  .btn {
    font-size: 14px;
    padding: 0 16px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  
  /* Header */
  header img.logo {
    height: 50px;
  }

  /* Hero */
  .hero {
    height: 600px;
    padding: 50px 0 0;
  }
  .hero video {
    height: 280px;
    width: calc(100% - 24px);
    margin: 0 auto;
    bottom: 0;
    right: auto;
  }
  .text-content .swiper-slide {
    height: 300px;
  }
  .hero .text-content {
    text-align: center;
    padding: 0;
  }
  .hero .text-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .hero .text-content p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .hero .text-content .btn {
    padding: 0 30px;
    position: static;
    left: auto;
    top: auto;
  }

  /* Partners */
  .partners img {
    height: 70px;
    width: 120px;
    object-fit: contain;
    object-position: center;
  }
  .partners img.small {
    height: 70px;
    width: 120px;
  }

  /* Clients */
  .clients {
    padding: 20px 0;
  }
  .clients img, .clients img.small {
    height: 70px;
    width: 100px;
  }

  /* accreditations */
  .accreditations {
    padding: 20px 0 30px;
  }
  .accreditation-card {
    width: 100%;
    margin: 0 0 20px;
  }
  .accreditation-card img {
    width: 75px;
    height: 75px;
  }
  .accreditations .certifications img {
    width: 75px;
    height: auto;
  }

  /* Experience */
  .experience {
    padding: 20px 0;
  }
  p.subtitle {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .experience-card {
    margin: 0 0 16px;
  }
  .experience-card video {
    width: 100%;
    height: 300px;
  }
  .experience-card.large video {
    width: 100%;
    height: 300px;
  }

  /* Values */
  .values {
    padding: 30px 0;
  }
  .values p.subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }

  /* Solutions */
  .solutions {
    padding: 30px 0;
  }
  .solutions h2 {
    text-align: center;
  }
  .solutions p.subtitle {
    text-align: center;
  }
  .solutions .accent-elements {
    display: none;
  }

  /* stats */
  .stats {
    padding: 40px 0 20px;
  }
  .stats .counter-item {
    padding: 18px;
    border-radius: 18px;
    margin: 0 0 20px;
  }
  .stats .counter-content .title {
    font-size: 16px;
  }
  .stats .counter-content .count {
    font-size: 32px;
    line-height: 1;
  }
  .stats .counter-item .shape {
    position: absolute;
    right: 18px;
    bottom: 18px;
  }
  .stats .counter-item .shape svg {
    width: 40px;
    height: auto;
  }

  /* Testimonials */
  .testimonials {
    padding: 40px 0;
    text-align: center;
  }
  .testimonial-nav-wrap {
    display: none !important;
  }
  .testimonials .testimonial-item {
    text-align: left;
  }

  /* cta */
  .footer-cta {
    min-height: auto;
    text-align: center;
  }
  .footer-cta h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  .footer-cta h3 span {
    font-size: 20px;
    font-weight: 500;
  }
  .footer-cta .btn {
    padding: 0 auto;
    font-size: 18px;
    line-height: 58px;
    height: 58px;
  }

  /* Footer */
  footer {
    text-align: center;
    padding: 20px 0;
  }
  footer h5 {
    font-size: 16px;
    margin: 16px 0;
  }
  footer .quicklinks ul {
    margin: 0 0 20px;
  }
  footer .quicklinks ul li {
    padding: 0;
    background: none;
    margin: 0 0 5px;
  }

  .certification {
    display: none;
  }

  /* contact */
  .contact {
    padding: 30px 0;
  }
  .contact-card {
    margin: 0 0 16px;
  }
  .contact p.tag {
    text-align: center;
    width: 140px;
    margin: 20px auto;
    display: block;
  }
  .contact h2 {
    text-align: center;
  }

  /* Services */
  .service-details {
    padding: 20px 0;
  }
  .service-content {
    margin: 30px 0 10px;
  }
  .service-content img {
    margin: 0 auto 40px;
    width: 75%;
  }
	
  /* Blog */
  .blog-details {
    padding: 20px 0;
  }
  .blog-details article h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .blog-details article img {
    border-radius: 14px;
    width: 100%;
    height: auto;
  }

}
@media (min-width: 1400px) {
  .hero {
    height: 600px;
  }
  .hero video {
    height: 550px;
    width: 700px;
  }
  .hero .text-content {
    padding: 100px 0;
    position: relative;
    z-index: 1;
  }
  .text-content .swiper-slide {
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .hero {
    height: 600px;
  }
  .hero video {
    height: 550px;
    width: 750px;
    right: 150px;
  }
}
