    .red-shadow {
        border-color: #FF0000;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    }

    .green-shadow {
        border-color: green;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(0, 136, 0, 0.6);
    }
    .blue-shadow {
        border-color: blue;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(0, 0, 255, 0.6);
    }
    
    .yellow-shadow {
        border-color: #FFFF00;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(255, 255, 0, 0.6);
    }
    
    .white-shadow {
        border-color: white;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    }

.banner-area .banner-overlay {
    padding: 10px 0 20px !important;
}

section.services {
    padding: 20px 0 20px !important;
}


.customer-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.customer-title {
  clear: both;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 14px;
}

.customer-title {
  border-top: 0;
  border-bottom: 0;
}

.customer-title span {
  margin-right: 15px;
  display: inline-block;
}

.customer-title span i {
  padding-right: 4px;
}

img.comment-avatar {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    margin-right: 25px;
}
.pull-left {
    float: left !important;
}

.user-menu{
    padding: 5px 0 !important;
}