.page-header h1 {
   margin-top: 190px;
    font-size: 40px;
    margin-bottom: 44px;
}

.page-header p.lead {
    margin-bottom: -190px;
    font-size: 18px;
}



#fb_reset iframe {
    height: 200px !important;
    border-bottom: 1px solid #AAA !important;
}​

.help-icon {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    width: 40px;
}


.reqst_btn {
    position: fixed;
    right: 0px;
    display: flex;
    top: 18%;
    bottom: 0;
    background: #e44d26;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    color: #FFF;
    /* -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
    font-size: 16px;
    z-index: 12;
}


section.duplicatable-content {
    padding-top: 5px;
    padding-bottom: 20px;
}


 .icon-text{
	 text-align: center;
 }
 
 .icon-details{
	     margin-left: 35%;
 }

.carousel-caption{
    z-index: 10;
}
.carousel-inner > .item > img{
    position: absolute;
   
    left: 0;
    min-width: 100%;
    height: auto;
}
.carousel-inner > .item{
    height: 500px;   
}




.clintele{
margin-top: -13%;
padding-top: 4%;
}


/** client logos **/
#clients {
  display: block;
  margin-bottom: 15px;
  margin-top: -6%;
}

#clients .clients-wrap {
  display: block;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

@media(min-width: 768px){
.carousel-inner > .item{
    height: 700px;   
}
    
}

/* Background images are set within the HTML using inline CSS, not here */

