.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 5px;
}
.hero{
  background-color: #3C6091;
  background-image: url(/images/subscribe-bg.png);
background-size: cover;
  color: #fff;
  }
  .one {
      padding-left: 40px;
  }
.one h2{
	color: #fff;
}
.one a {
    color: #fff;

    font-weight: bolder;
}
.fa-li {

    top: .4285714em !important;

}
.diagram-types h3{
	color: #fff;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-top: 10px;
}
.serviceBox{
    border: 1px solid #4e4e4e;
    text-align: center;
    padding: 40px 0;
        border-radius: .5rem;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
        -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.13);
    box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.13);
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 200%;
    height: 200%;
    background: #fd8825;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: -1;
    transform: rotate(-18deg);
    transition: all 0.5s ease 0s;
}
.serviceBox:before{
    background: #FEC89B;
    left: -120%;
    transform: rotate(24deg);
}
.serviceBox:hover:before{
    transform: rotate(16deg);
}
.serviceBox:hover:after{
    background: #E67C22;
    transform: rotate(-10deg);
}
.serviceBox .service-icon{
    font-size: 60px;
    color: #684f8e;
    line-height: 100px;
    margin-bottom: 100px;
}
.serviceBox .service-content{
    color: #fff;
    line-height: 25px;
    padding: 0 20px 20px;
}
.serviceBox .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.serviceBox .description{
    font-size: 14px;
    color: #fff;
}
.serviceBox .read{
    display: block;
    width: 80%;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #fd8825;
    padding: 10px;

    margin-left: auto;
    margin-right: auto;
}
.serviceBox:hover .read{
    border-color: #684f8e;
    color:  #d87524;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox:before,
    .serviceBox:after{
        top: 80px;
    }
}
@media only screen and (max-width: 480px){
    .serviceBox:before,
    .serviceBox:after{
        top: 140px;
    }
}

.fa-li {
  color: #1FCC90;
}


