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

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

  .mrn-text{
    margin-left: 5%;
    margin-right: 5%;
  }

  .footer-single li{
    text-align: center;
  }

  .footer-single{
    text-align: center;
  }

  .carousel-caption{
    right: 5%;
    left: 7%;
  }

  .sec-title h2{
    font-size: 35px;
  
  }

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

/* works */


/* team */

.member-thumb {
  width: auto;
}

}


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

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


  .mrn-text{
    margin-left: 5%;
    margin-right: 5%;
  }

  .footer-single li{
    text-align: center;
  }

  .footer-single{
    text-align: center;
  }

  .carousel-caption{
    right: 5%;
    left: 7%;
  }

  .sec-title h2{
    font-size: 35px;
  
  }

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

/* team */

.member-thumb .overlay h5 {
  margin: 25px 0;
}

.member-thumb {
  margin: 0 auto;
}

/* fatcs */

#facts {
background-position: center top !important;
}
.counters-item {
  margin-bottom: 30px;
}

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

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

.sec-title h2{
  font-size: 35px;

}

/* contact */

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

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

/* footer */

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

/* Team mamber */
	
.team-member{
  margin-bottom: 20px;
}	
	
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

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

  .mrn-text{
    margin-left: 5%;
    margin-right: 5%;
  }

  .sec-title h2{
    font-size: 35px;
  
  }

  .footer-single li{
    text-align: center;
  }

  .footer-single{
    text-align: center;
  }

  .carousel-caption{
    right: 5%;
    left: 7%;
  }

  .sec-sub-title p {
    font-size: 14px;
  }

  .logo-size {
    padding-left: 5px;
  }

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

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

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

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

  /* services */

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

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

  .service-desc {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    text-align: center;
  }

  .service-desc h3 {
    margin: 20px 0 10px;
  }

  /* 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) {

  .mrn-text{
    margin-left: 5%;
    margin-right: 5%;
  }

  .sec-title h2{
    font-size: 35px;
  
  }

  .footer-single li{
    text-align: center;
  }

  .footer-single{
    text-align: center;
  }

  .carousel-caption{
    right: 5%;
    left: 7%;
  }



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

}
