@media (min-width: 1600px) {
/* alternate */

.work-item {
  float: left;
  width: 25%;
  position: relative;
  padding: 1px;
}
.navbar-brand img {
  margin-top: -6px;
}
.navbar-brand {
  padding-top: 4px;
}
}

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

@media (min-width: 980px) and (max-width: 1150px) {
.carousel-caption h3 {
  font-size: 45px;
}
.member-thumb {
  width: auto;
}
}
/*=============================================================
	For smaller Laptop
==============================================================*/
@media (min-width: 800px) and (max-width: 1280px) {
/* alternate */

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


/*============================================================
	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;
}
.svc-des p {
  font-size: 14px;
}
.top-bar span a {
  padding-right: 35px;
  font-size: 13px;
  line-height: 0px;
}
/* alternate */

.work-item {
  width: 33.33%;
}
/* team */

.member-thumb .overlay h5 {
  margin-top: -16px;
  font-size: 16px;
}
.features-slider {
  height: 100%
}
.featurette-heading {
  font-size: 50px;
}
/* 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;
}

}
 @media (min-width: 992px) {
.featurette-heading {
  margin-top: 120px;
}
}
 @media only screen and (max-width: 767px) {
.carousel-caption {
  top: 42%;
}
.sec-sub-title p {
  font-size: 14px;
}
/* slider */
.carousel-caption h2 {
  font-size: 31px;
}
.carousel-caption h3 {
  font-size: 22px;
}
.carousel-caption p {
  font-size: 14px;
}
.social-links {
  margin-top: 20%;
}
.top-bar span a {
  padding-right: 11px;
  font-size: 13px;
  line-height: 0px;
}
section
{
	padding: 60px 0px;
  overflow: hidden;
}
.heading h2 {
	font-size: 26px /*30px*/;
  font-family: Poppins, serif;
  font-weight: 700;
}
h2 {
  font-size: 26px;
}
/*.navbar-brand { display:none;}
 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: 60px;
}
.service-desc {
  margin-left: 0;
  position: relative;
  top: 0;
}
/* alternate */

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

.work-item {
  left: inherit !important;
  width: 50%;
}
}
@media (max-width: 320px) {
.facts h3 {
  font-size: 24px;
}
.facts h4 {
  font-size: 16px;
}
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;
}
}
@media(min-width:767px) {
.navbar {
  padding: 12px 0;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
  padding: 4px;
}
}
@media (max-width: 991px) {
  .two-cols-description-image {
    margin: -90px -15px 90px;
    padding-top: 80%;
  }
  .two-cols-description-text + .two-cols-description-image {
    margin-bottom: -90px;
    margin-top: 20px;
  }
  .two-cols-description-text-inner {
    margin: 0 auto;
  }
  .two-cols-description-text {
    padding: 30px 5px; /* 60 */
    vertical-align: middle;
    margin-bottom: 0px;
  }
  .two-cols-description-text + .two-cols-description-image {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .two-cols-description-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .block-message {
    margin-bottom: 90px;
  }
  }
  @media (min-width: 992px) {
  .two-cols-description-section {
    padding: 0;
  }
  .two-cols-description-row {
    display: table;
    padding: 0;
    table-layout: fixed;
    width: 100%;
  }
  .two-cols-description-image, .two-cols-description-text {
    display: table-cell;
    float: none !important;
    width: 50%;
  }
  .two-cols-description-text {
    padding: 30px 60px;
    vertical-align: middle;
    margin-bottom: 20px;  
  }
  /*.two-cols-description-text {
    padding: 60px 20px;
    vertical-align: middle;
    margin-bottom: 20px;
  }*/
  }
   @media (max-width: 1002px) {
  .two-cols-description-image img {
    left: 0;
    width: 150px;
    position: absolute;
    top: 0;
  }
  }
   @media(max-width:991px) {
  .div_bot {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .div_bot2 {
    margin-top: 0px;
  }
  .div_bot3 {
    margin-bottom: 90px;
  }
  }


  