/* header area */ 

.text-slider .maintitle{
  font-size: 34px;
  padding-bottom: 0px;
}

.text-slider .subtitle{
  font-size: 18px;
  color: #abb2c3;
  padding: 0 0 15px 0;
}

.text-slider .maintitle:after,
.panel-grid-cell .widget-title:after{
  display: none;
}  

/* Call to action */

.roll-promobox .title{
  color: #8e8e8e !important;
}

/* Testimonials */

.roll-icon-box .icon {
  margin: 0 auto 0px;
}

/* Our services icon color */

.roll-icon-box .icon {
  border: none !important;
}

.roll-icon-box .icon i {
  font-size: 36px;
}

/* Privacy Policy Table */

#cookies-table th, td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #a2a2a2;
}

/* footer */

.site-info {
 text-align: center;
}

.site-footer {
  background-color: #000000;
}

.site-footer a {
  color: #c4c4c4;
}

/* mobile */

@media only screen and (max-width:800px){
  
  .text-slider .subtitle{
    display: none;
  }   
}





