@media (min-width: 1600px) and (max-width: 1920px) {

/* works */

.work-item {
    float: left;
    width: 20%;
    position: relative;
}
}

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

/* slider */
.carousel-caption h3 {
  font-size: 45px;
}

/* works */


/* team */

.member-thumb {
  width: auto;
}

}
/*=============================================================
	For smaller Laptop
==============================================================*/
@media (min-width: 800px) and (max-width: 1280px){

/* works */

.work-item {
    float: left;
    width: 20%;
    position: relative;
}
.navbar-brand {
  padding: 0px 0px; 
}

}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 1024px) {

/* slider */

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

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

/* services */

.service-item {
  margin: 0 auto 30px;
  text-align: center;
  width: 325px;
}

.service-icon {
  float: none;
  margin: 0 auto 15px;
  text-align: center;
  width: 50px;
}

.service-desc {
  margin-left: 0;
  position: relative;
  top: 0;
}

/* works */

.work-item {
  width: 33.33%;
}

/* team */

.member-thumb .overlay h5 {
 margin-top: -60px; font-size: 16px;
}

.features-slider { height: 100% }

/* facts */

#facts {
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;
}

}
.navbar-brand img {margin-top: -2px;}

.navbar-brand { padding: 8px;}


/*============================================================
	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%;
}

/* features 
ul.features li span.fa { font-size: 30px; margin-top: 2px; }
#features { padding: 0;}
.feature-icon { display: block; margin: 0 auto; }

.features-slider { margin-bottom: 0px; padding: 11% 50px 10% 50px; }
.featurs h1 { font-size: 18px; }*/

/* services */

.service-item {
  margin: 0 auto 30px;
  text-align: center;
  width: 280px;
}

.service-icon {
  float: none;
  margin: 0 auto 15px;
  text-align: center;
  width: 50px;
}

.service-desc {
  margin-left: 0;
  position: relative;
  top: 0;
}

/* works */

.work-item {
  left: 5% !important;
  width: 90%;
}

/* team */

.team-member {
  margin-bottom: 30px;
}

.team-member:last-child {
  margin-bottom: 0;
}

.member-thumb {
  margin: 0 auto;
}

/* facts */

#facts {
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;
}

}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {


/* services */

.service-item {
  margin: 0 auto 30px;
  text-align: center;
  width: 325px;
}

.service-icon {
  float: none;
  margin: 0 auto 15px;
  text-align: center;
  width: 50px;
}

.service-desc {
  margin-left: 0;
  position: relative;
  top: 0;
}

/* works */

.work-item {
  left: inherit !important;
  width: 50%;
}


}
@media (max-width: 320px) {
ul.features li span.fa { font-size: 30px; margin-top: 2px;  }
#features { padding: 70px 0px 70px 0px;}
.feature-content { width: 100%; text-align: center; margin-top: 20px; }
.feature-icon { display: block; margin: 0 auto; }
.feature-icon { display: block; margin: 0 auto; }
.features-slider {padding: 11% 20px 10% 20px; }
.featurs h1 { font-size: 18px; }
}
