.main-bg {
  background: #ffcc00;
}

.work h1 {
  color: #ffcc00;
}

.work img {
  width: 100%;
}

#about {
  border-top: 1px solid #060b59;
}

#about .text-wrap p {
  max-width: 50%;
  display: inline-block;
}

@media only screen and (max-width: 740px) {
  #about .text-wrap p {
    max-width: 100%;
  }
}

#services

#services i {
  width: 50px;
  height:50px;
  background: #060b59100;
  border: 0px solid #e31e24100;
  display: inline-block;
  border-radius: 0%;
  position: relative;}

#services i::before {
  font-size: 50px;
  color: #fff;
  top: calc(50% - 25px);
  position: relative;
}

#services h5 {
  margin: 0;
  padding: 20px 0;
}

#services a {
  display: block;
  font-size: 16px;
  color: #777;
}

#services a + a {
  padding-top: 10px;
}

#services a:hover {

  text-decoration: none;
  font-weight: 700;
}

#contact p {
  color: #ffcc00;
}

.copyright-section {
  background: #060b59;
}

.copyright-section p {
  margin: 0;
  padding: 6px 0;
}

.gallery img {
  width: 100%;
  display: block;
}
