/* ==============================
   Responsive Styles
=================================*/

/* Large Tablets & Small Laptops */
@media (max-width: 991px) {
  .carousel-caption {
    left: 5%;
    max-width: 90%;
  }

  .carousel-caption h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .carousel-caption p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .main-btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }
}
/* ==============================
   Mobile Responsive (up to 576px)
=================================*/


  @media (max-width: 768px) {
  .services-section h2 {
    font-size: 22px;
  }

  .services-section h4 {
    font-size: 18px;
  }

  .services-section p,
  .services-section ul li {
    font-size: 14px;
  }

  .btn-outline-light-custom {
    padding: 8px 16px;
    font-size: 13px;
  }

  .services-section .btn-group .btn {
    font-size: 14px;
    padding: 6px 12px;
  }

  .carousel-caption h1 {
    font-size: 24px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  .carousel-caption {
    left: 5%;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .footer-section {
    text-align: center;
  }

  .footer-social a {
    margin: 0 10px;
  }

  .footer-contact li,
  .footer-links li {
    display: inline-block;
    width: 100%;
  }
}


