@charset "utf-8";
/* CSS Document */
/* Extra large devices (large desktops, 1200px and up)*/

/*** Mac **/
@media screen and (min-width: 1600px) and (max-width: 1680px) {
	
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

   /* Styles for Desktops */
	
 }

@media only screen and (min-width: 1210px) and (max-width: 1440px) {
	
}

@media (max-width: 1200px) {
	.main-nav a {
    	padding: 10px 7px;
    	font-size: 14px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	 #testimonials .testimonial-item p {
    	width: 80%;
  	}
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}




/* small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}


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

	
}