@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  
  font-size: 13px;
  color: #666;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  /* direction: ltr; */
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle2 {
  background-position: center;
  margin-top: 50px;
  text-align: center;
  min-height: 20px;
  color: rgb(41, 42, 51);
}


.sectiontitle {
  background-position: center;
  margin: 0px;
  padding: 1em;
  text-align: center;
  min-height: 20px;
  background-color: rgb(41, 42, 51);color:  rgba(255, 255, 255, 0.8)!important;

}

.sectiontitle h2 {
  /* font-size: 30px; */
  color:  rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background:  rgba(255, 255, 255, 0.8);
}
.headerLine2 {
  width: 160px;
  height: 2px;
  display: inline-block;
  background:  rgb(41, 42, 51);
}

.projectFactsWrap{
    display: flex;
  /* margin-top: 30px; */
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts {
  padding: 0;
  margin: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(35,31,32);
  
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(37, 34, 37);

}

.projectFactsWrap .item:nth-child(3){
  background: rgb(39, 38, 44);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(41, 42, 51);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
 
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

h6 {
    
    font-family: 'Noto Kufi Arabic', 'Roboto', sans-serif;
}