.testimonials .testislider .slide-items img {
  width: 140px;
}
.center h2 {
  margin: auto;
  width: 60%;
  font-size: 50px;
  padding: 10px;
}
/****navbar css****/
nav.before-color {
  padding: 0px 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0px 0;
  color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302);
}
nav.before-color .navbar-nav > li > a {
  color: #333;
}
/*-------------------------------------------------*/
.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  border: 0px;
  margin: 0px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 5px 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}



.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #03a9f4;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #03a9f4;
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #000;
  font-size: 35px;
  font-weight: 400;
}

/* iPhone */
@media    (min-width:320px){
  nav a > h1 {
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 0;
    font-size: 15px !important;
  }
  #navbar-header a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  nav.after-color {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0px 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.302);
  }
  .nav.after-color,
  .navbar-default .navbar-brand {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  nav.before-color .navbar-nav > li > a {
    color: #333;
  }
  nav.after-color .navbar-nav > li > a {
    color: #333;
  }
  
  .btn {
    margin: 15px 5px 0px;
    font-size: 12px;
    padding: 7px 17px;
  }
  .section-title h1 {
    font-size: 30px;
  }
  .features-text-right p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  p {
    font-weight: 300;
    letter-spacing: 0;
    color: #444444;
    line-height: 18px;
  }
  h2 {
    padding-top: 20px;
  }
  .sectors-icons .left-side-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .feature-icon-wrap .left-side-icon .front-icon {
    font-size: 2em;
  }
  .col-sm-6.margin-bottom30 {
    margin: 10px 0 0;
    flex-shrink: 13;
  }
  .section-title {
    margin-bottom: 20px;
  }
  #business-zone .container {
    margin-bottom: 30px;
  }
  #about .container {
    margin-bottom: 30px;
  }
 
  #about.section-padding {
    padding: 0px 0px 0px;
  }
  #business-zone.section-padding {
    padding: 0px 0px 0px;
  }
  #stimulation-gov .pager{
    padding-left: 15px;
    padding-right: 15px;
  }
  .slide-items {
    padding: 40px 30px 40px;
  }
  .section-padding-carousel {
    padding: 0;
  }
  .single-links-box {
    margin-bottom: 30px;
  }
  .page-title h3 {
    font-size: 30px;
  }
  .about-history-img img{
    display: flex;
    max-width:100%;
    height:auto;
    margin-top: 40px;
  }
  #incentives .col-md-5 {
    width: auto;
    margin-top: 40px;
  }
  .container.section-padding img{
    margin-right: 40px;
  }
  .col-sm-3.col-xs-12{
    padding-left: 18px;
    padding-right: 18px;
  }
  #promotional iframe {
    width: 50%;
    height: auto;
  } 
  
}
@media screen and (max-width:350px){

}