/*-------------------------------------------------*/
/* =  client-section
/*-------------------------------------------------*/
.client-section {
    background: #f9fafb;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .client-section ul.client-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .client-section ul.client-list li {
    list-style: none;
    float: left;
    width: 16.666%;
  }
  .client-section ul.client-list li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .client-section ul.client-list li a img {
    width: 100%;
  }
  .client-section ul.client-list li a:hover {
    opacity: 0.7;
  }
  .client-section .bx-wrapper .bx-pager {
    display: none;
  }
  .client-section .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    top: 0;
    width: 40px;
    height: 40px;
    color: #999999;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;
    margin: 0 8px;
    position: absolute;
    margin-top: 10px;
    background: #ffffff;
  }
  .client-section .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -40px;
  }
  .client-section .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -40px;
  }
  .client-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    font-size: 12px;
    color: #999999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
  }
  .client-section .bx-wrapper .bx-controls-direction a.bx-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 12px;
    color: #999999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
  }
  .client-section .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #999999;
  }
/*-------------------------------------------------*/
/* =  box_topic
/*-------------------------------------------------*/
  a.box_client {
    background-color: var(--background-color-1) !important;
    padding: 45px 45px 15px 45px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: var(--body-text-color);
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: var(--border-radius-medium);
  }
  a.box_client:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  a.box_client span {
    border-radius: var(--border-radius-medium);
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: var(--background-color-1);
    line-height: 60px;
    margin-bottom: 15px;
  }
  a.box_client i {
    font-size: 32px;
    font-size: 2rem;
    color: #48e0a4;
    display: block;
  }
  a.box_client h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }