.breadcrumbs {
  margin: 0;
  background-color: #333;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4); }

.clients-header {
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden; }
  .clients-header img {
    height: auto;
    width: 100%;
    max-width: 100%; }
  .clients-header .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .clients-header .sixteen img {
    opacity: 0; }
  .clients-header .stats {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    text-align: right; }
  .clients-header .stat {
    display: inline-block;
    background-image: url("../img/stat.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 200px;
    width: 200px;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 50px; }
    .clients-header .stat .vertical-align-middle {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .clients-header .stat .vertical-align-middle strong, .clients-header .stat .vertical-align-middle small {
        display: block;
        font-family: "Open Sans", sans-serif; }
      .clients-header .stat .vertical-align-middle strong {
        padding: 15px 0 10px 0; }
        .clients-header .stat .vertical-align-middle strong span {
          color: white;
          font-size: 60px;
          font-weight: 900; }
        .clients-header .stat .vertical-align-middle strong sup {
          color: white;
          font-size: 30px; }
      .clients-header .stat .vertical-align-middle small {
        font-size: 20px;
        letter-spacing: 1px;
        color: white;
        text-transform: lowercase; }
    @media only screen and (max-width: 960px) {
      .clients-header .stat {
        height: 150px;
        width: 150px;
        border-radius: 75px; }
        .clients-header .stat .vertical-align-middle strong {
          padding: 0; }
          .clients-header .stat .vertical-align-middle strong span {
            font-size: 40px; }
        .clients-header .stat .vertical-align-middle small {
          font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .clients-header .stat {
        height: 80px;
        width: 80px;
        border-radius: 40px; }
        .clients-header .stat .vertical-align-middle strong {
          padding: 0 !important; }
          .clients-header .stat .vertical-align-middle strong span {
            font-size: 20px !important; }
          .clients-header .stat .vertical-align-middle strong sup {
            font-size: 15px !important; }
        .clients-header .stat .vertical-align-middle small {
          letter-spacing: 0;
          font-size: 12px !important; } }

.uk-accordion {
  border-bottom: 1px solid #ccc; }

.uk-accordion-title {
  margin: 0;
  padding: 25px;
  background: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #ccc; }
  .uk-accordion-title:after {
    font-family: 'IonIcons';
    position: absolute;
    top: 23px;
    right: 20px;
    font-size: 27px;
    content: '\f489'; }
  .uk-accordion-title.uk-active {
    color: #ed1c24; }
    .uk-accordion-title.uk-active:after {
      content: '\f462'; }

.uk-accordion-content {
  padding: 0 25px 25px 25px; }
  .uk-accordion-content h2, .uk-accordion-content h3, .uk-accordion-content h4, .uk-accordion-content h5, .uk-accordion-content h6 {
    font-size: 17px;
    font-weight: bold; }

.uk-accordion-content:before,
.uk-accordion-content:after {
  content: "";
  display: table; }

.uk-accordion-content:after {
  clear: both; }

.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/*# sourceMappingURL=clients.css.map */
