

  /* === HEADING STYLE #3 === */
  /* .head-custom h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }
  .head-custom h3::before {
    content: "";
    position: absolute;
    margin-top: 40px;
    left: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
  }
  .head-custom h3::after {
    content: "";
    position: absolute;
    margin-top: 42px;
    left: 0;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
  } */


  .tweet-mod {
    margin-bottom: 20px;
    width: 100%;
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}

#cta2 h2 > span {
    color: #45aed6;
  }
  #features {
    padding: 100px 0;
  }
  #features .media.service-box:first-child {
    margin-top: 80px;
  }
  #services {
    padding: 100px 0 75px;
  }
  .media.service-box {
    margin: 25px 0;
  }
  .media.service-box .pull-left {
    margin-right: 20px;
  }
  .media.service-box .pull-left > i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #1d4f5a;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
  }
  .media.service-box .pull-left > i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #1d4f5a;
  }
  .media.service-box:hover .pull-left > i {
    background-image: -moz-linear-gradient(90deg, #1d4f5a 0%, #013d48 100%);
    background-image: -webkit-linear-gradient(90deg, #1d4f5a 0%, #013d48 100%);
    background-image: -ms-linear-gradient(90deg, #1d4f5a 0%, #013d48 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  }

  .service-body h4{
      font-size: 18px;
  }

  .entry-author__name {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
}
.entry-author__name:hover {
    color: #305b90;
}

  .service-body p{
    font-size: 16px;
}
/* .media.service-box .pull-left > img {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #1d4f5a;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
  }
  .media.service-box .pull-left > img:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #1d4f5a;
  } */
