/* Enter Your Custom CSS Here */
.zerif-copyright-box:hover {
  color: #e96656 !important;
}
.pixeden {
  zoom: 41% !important;
}
.section-header h2{
  margin-top: 0 px !important;
}

#client-feedbacks .feedback-box{
  width: 100% !important;
}

.wrapperr {
  margin: 0 auto;
  padding: 40px;
  max-width: 800px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.roww {
  display: table-row;
  background: #f6f6f6;
}
.roww:nth-of-type(odd) {
  background: #e9e9e9;
}
.roww.header {
  font-weight: 900;
  color: #ffffff;
  background: #C6AE53;
}
.roww.green {
  background: #27ae60;
}
.roww.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .roww {
    padding: 8px 0;
    display: block;
  }
}

.celll {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .celll {
    padding: 2px 12px;
    display: block;
  }
}

.focus-box .service-icon {
  height: 185px !important;
  width: 185px !important;
}

.fa-behance {
  display: none !important;
}

.fa-dribbble {
  display: none !important;
}

.justify {
 	text-align: justify !important; 
}

