@charset "utf-8";
/* CSS Document */
/* Developed By Khaled Youssef */


/* Fonts & imports*/
@import url("reset_bootstrap.css");
@import url("footer.css");
@import url("responsive.css");
/*Styling*/

.home-module p {
  line-height: 229%;
}
.row-fluid .span10{
	width:100% !Important;
}
.sep-image, .sep-image img {
  width: 100%;
}
.uk-overlay-hover{
	cursor: pointer;
}


.clients{
    background: #9c2a1f;
}

.home-module h3, .clients h3 {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 33px;
    background: url(../images/home-module-header-bg.png) no-repeat bottom center;
}

.clients{
    color: #fff;
   padding: 39px 0;
}



.home-module {
  text-align: center;
}


.custom_about.home-module td {
  border: 1px solid #e1e1e1;
  width: 33%;
  padding: 15px 0;
    border-radius: 5px;
}

.custom_about.home-module td:hover {
    ackground: #F9F9F9;
    transform: scale(1.1);
	color:#9e2a1f;
}

.custom_about h4 {
  color: #9c2a1f;
}

.sep-image.services-top > img {
  background: #fff;
}


.middle .span10 {
  margin-right: 0 !important;
}