@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 */
.work-item {
    float: left;
    width: 20%;
    position: relative;
}

/* 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;
}
.member-thumb .overlay {
	padding: 50px 30px;	
	border-radius: 99%;
}
  .member-thumb .overlay p {
	font-size: 16px; 
    color: #fff;	
    font-weight: 400;
	line-height: 24px;
	border-radius: 99%;
}

/* 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) {
.member-thumb .overlay p {
	font-size: 16px; 
    color: #fff;	
    font-weight: 400;
	line-height: 24px;
	border-radius: 99%;
}
h1.navbar-brand {
    font-size: 26px;
    font-weight: 400;
    padding-top: 15px;        
}
.navbar-nav li a.current, .navbar-nav li a:focus, .navbar-nav li a:hover {    
    margin-top: 0px; 
  }
.sec-sub-title p {
  font-size: 14px;
}

/* slider */
.carousel-caption h2 {
  font-size: 38px;
}
.carousel-caption h2 {
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-left: 0px;
  margin-right:0px; 
}
.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;
}
.member-thumb .overlay {
	padding: 50px 30px;	
	border-radius: 99%;
}
/* 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;
}

.work-item {
  left: inherit !important;
  width: 20%;/*50%*/
}
.member-thumb .overlay {
	padding: 50px 30px;	
	border-radius: 99%;
}
}
@media (max-width: 320px) {
ul.features li span.fa { font-size: 30px; margin-top: 2px;  }
.feature-content { width: 100%; text-align: center;  margin-top: 25px; margin-bottom: 40px; }
.feature-icon { display: block; margin: 0 auto; }
.features-slider {padding: 11% 20px 10% 20px; }
1.feature-content h2 { font-size: 18px; }
}
