h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: 'proxima-nova', sans-serif;
}
.shadow-box
{
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); 
}
.ct-featureBox h4 {
  padding: 10px 0 5px;
  color: #252525;
  font-size: 2.2rem;
  font-weight: 600;
}
.ct-featureBox p {
  margin-bottom: 0;
}
.servicenameHeader {
	margin-top: 10px;
}
.main-content {
  padding: 40px 0;
  background-image: url("https://www.solodev.com/assets/bg-02.jpg");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 600px;
}
.main-content h2,
.main-content h3 {
  color: #fff;
  font-size: 5.5rem;
  text-align: center;
}
.main-content h2 {
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-content h3 {
  font-weight: 300;
  padding-bottom: 40px;
  margin-top: 0;
}
.main-content h3,
 .image .fa {
  font-size: 2rem;
}
.ct-featureBox {
  width: 100%;
  background: #fff;
  padding: 0.1rem 0.1rem;
  margin: 12px 0;
  min-height: 150px;
  display: table;
  text-align: center;
  color: inherit;
  -webkit-transition: background-color, 0.25s, ease-in-out;
  transition: background-color, 0.25s, ease-in-out;
}
.ct-featureBox .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.ct-featureBox .image {
  text-align: center;
}
.ct-featureBox .image img {
  display: inline-block;
}
img, 
figure {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .ct-featureBox {
    padding: 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    padding-right: 70px;
    padding-left: 70px;
  }
  .ct-featureBox {
    width: 100%;
    min-height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .main-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .main-content {
    padding-right: 12px;
    padding-left: 12px;
  }
}