.bg-primary {
    background: #ff2e22 !important;
}
.bg-darken {
    background: #0d1128 !important;
}.bg-yellow {
    background: #FFEB3B !important;
}
.wings-services {
  padding: 0 0 0em 0; }
  .wings-services .services {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .wings-services .services .icon {
      line-height: 1.3;
      position: relative;
      margin: 0 auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .wings-services .services .icon span {
        font-size: 50px;
        color: #fff; }
    .wings-services .services .media-body {
      color: rgba(255, 255, 255, 0.8); }
      @media (max-width: 767.98px) {
        .wings-services .services .media-body {
          padding-bottom: 3.5em !important; } }
      .wings-services .services .media-body h3 {
        font-weight: 500;
        font-size: 22px;
        color: #fff; }

.services-2 {
  margin-bottom: 30px; }
  .services-2 .icon {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #fd5f00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services-2 .icon span {
      font-size: 30px;
      color: #fff; }
  .services-2 .text {
    width: calc(100% - 80px); }
    .services-2 .text h3 {
      font-size: 20px;
      font-weight: 500; }

