/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
  /* slider */
  .carousel-caption h3 {
    font-size: 45px; }

  /* team */
  .member-thumb {
    width: auto; } }
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  /* slider */
  .carousel-caption h2 {
    font-size: 55px; }

  .carousel-caption h3 {
    font-size: 36px; }

  /* numbers */
  #numbers {
    background-position: center top !important; }

  .counters-item {
    margin-bottom: 30px; }

  .counters-item i {
    margin: 0 0 15px; }

  .counters-item strong {
    font-size: 45px; }

  /* contact */
  .contact-form .name-email input {
    margin-right: 0;
    width: 100%; }

  .footer-social {
    margin-top: 45px; }

  /* footer */
  .footer-single {
    margin-bottom: 30px; }

  .brands-item {
    margin-bottom: 30px; } }
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .sec-sub-title p {
    font-size: 14px; }

  /* slider */
  .carousel-caption h2 {
    font-size: 35px; }

  .carousel-caption h3 {
    font-size: 22px; }

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

  .social-links {
    margin-top: 20%; }

  /* numbers */
  #numbers {
    background-position: center top !important; }

  .counters-item {
    margin-bottom: 30px; }

  /* contact */
  .contact-address {
    margin-bottom: 30px; }

  .footer-social {
    margin-top: 20px;
    text-align: center; }

  .footer-social li {
    display: inline-block; }

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

  /* footer */
  .footer-single {
    margin-bottom: 30px; }

  .brands-item {
    margin-bottom: 30px; } }
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

/*# sourceMappingURL=media-queries.css.map */
