/* ==========================================
               Media Queries
=============================================*/

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media only screen and (max-width: 995px) {

  .aboutus h2{
    text-align: center;
    padding-top: 60px;
  }

  .aboutus p{
    padding: 0 0 60px 0;
    background-position: 50%;
    margin-top: 350px;


  }

  .aboutus img{
    width: 100%;
    height: 300%;
    left: 50%;
    margin-top: 180px;

  }

  .services {
    padding: 20px;
    margin: 0;
  }

  .services h2{
    font-size: 25px;
  }

  .services-caption {
    padding: 0 25px 60px 25px;
    font-size: 13px;
    text-align: justify;
  }


  .services .row h3 {
    font-size: 22px;
    text-align: center;
    padding: 30px 30px 0 30px;
  }

  .services .row p {
    font-size: 11px;
    text-align: justify;
    padding: 0 30px 30px 30px;
  }

  .electronics h2 {
    font-size: 25px;
    padding-top: 70px;
  }

  .electronics p {
    font-size: 14px;
    text-align: justify;
    padding: 0 30px 0 30px;
  }

  .electrical h2 {
    font-size: 25px;
    padding-top: 70px;
  }

  .electrical p {
    font-size: 14px;
    text-align: justify;
    padding: 0 30px 0 30px;
  }

  .construction {
    padding: 20px;
    margin: 0;
  }

  .construction h2{
    font-size: 25px;
  }

  .construction-caption {
    padding: 0 25px 60px 25px;
    font-size: 13px;
    text-align: justify;
  }


  .construction .row h3 {
    font-size: 22px;
    padding: 30px 30px 0 30px;
  }

  .construction .row p {
    font-size: 11px;
    padding: 0 30px 30px 30px;
  }







}


@media only screen and (max-width: 850px) {

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

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

  .carousel-caption {
      height: 130px;
  }

  .intro h3 {
    font-size: 27px;
    padding-bottom: 20px;
  }

  .intro {
    padding: 80px;
  }

  .container h3 {
    font-size: 27px;
  }

  .customer-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  footer p {
    font-size: 12px;
  }

  .footer-nav a{
    font-size: 12px;
  }

  .footer-nav {
    text-align: left;
    padding: none;
  }

  .aboutus img{
    height: 250%;
    left: 50%;
    margin-top: 140px;
  }

  .aboutus p{
    font-size: 12px;
    margin-top: 250px;

  }

  .contactus i{
    padding-top: 60px;
  }

  .contactus p{
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 12px;
  }

  .contactus h2{
    font-size: 25px;
  }



}








@media (max-width: 420px) {

  .carousel-caption h2 {
    font-size: 25px;
  }

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

  .carousel-caption {
      height: 100px;
  }

  .intro h3 {
    font-weight: 500;
    font-size: 22px;
    color: black;
    padding-bottom: 20px;
  }

  .intro {
    padding: 80px;
  }

  .container h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .customer-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  footer p {
    font-size: 10px;
  }

  .footer-nav a{
    font-size: 10px;
  }

  .footer-nav {
    text-align: left;
    padding: none;
  }

  .d-block {
    height:300px;
  }

  .aboutus img{
    height: 180%;
    left: 50%;
    margin-top: 50px;
  }

  .aboutus p{
    font-size: 12px;
    margin: 80px 30px 0px 30px;
    background-size: 200px;

  }


  .services {
    padding: 20px;
    margin: 0;
  }

  .services h2{
    font-size: 25px;
  }

  .services-caption {
    padding: 0 25px 60px 25px;
    font-size: 13px;
    text-align: justify;
  }


  .services .row h3 {
    font-size: 22px;
    text-align: center;
    padding: 30px 30px 0 30px;
  }

  .services .row p {
    font-size: 11px;
    text-align: justify;
    padding: 0 30px 30px 30px;
  }

  .electronics h2 {
    font-size: 22px;
    padding-top: 70px;
  }

  .electronics p {
    font-size: 11px;
    text-align: justify;
    padding: 0 30px 0 30px;
  }

  .electrical h2 {
    font-size: 22px;
    padding-top: 70px;
  }

  .electrical p {
    font-size: 11px;
    text-align: justify;
    padding: 0 30px 0 30px;
  }

  .construction {
    padding: 20px;
    margin: 0;
  }

  .construction h2{
    font-size: 25px;
  }

  .construction-caption {
    padding: 0 25px 60px 25px;
    font-size: 13px;
    text-align: justify;
  }


  .construction .row h3 {
    font-size: 22px;
    padding: 30px 30px 0 30px;
  }

  .construction .row p {
    font-size: 11px;
    padding: 0 30px 30px 30px;
  }

  .nozzle h2 {
    font-size: 22px;
  }

  .nozzle h3 {
    font-size: 15px;
  }







}
