/* visual team styles */
.visual-team {
  position: relative; }
  .visual-team__wrap {
    position: relative;
    overflow: hidden; }
  .visual-team__image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #060a0f;
    overflow: hidden; }
    .visual-team__image:after {
      width: 100%;
      height: 65px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      content: ''; }
      @media (min-width: 991px) {
        .visual-team__image:after {
          height: 102px; } }
      .webp .visual-team__image:after {
        background-image: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/modern-loans/bg-shape.webp"); }
      .no-webp .visual-team__image:after {
        background-image: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/modern-loans/bg-shape.png"); }
    .visual-team__image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      opacity: 0.55; }
  .visual-team .container {
    position: relative;
    max-width: 1000px; }
  .visual-team__textbox {
    font-size: 15px;
    line-height: 1.273;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 75px 0 125px; }
    @media (min-width: 479px) {
      .visual-team__textbox {
        font-size: 16px; } }
    @media (min-width: 599px) {
      .visual-team__textbox {
        padding: 94px 0 140px; } }
    @media (min-width: 767px) {
      .visual-team__textbox {
        font-size: 18px;
        padding: 150px 0 200px; } }
    @media (min-width: 991px) {
      .visual-team__textbox {
        font-size: 20px;
        padding: 175px 0 250px; } }
    @media (min-width: 1599px) {
      .visual-team__textbox {
        font-size: 22px;
        padding: 202px 0 278px; } }
  .visual-team h1 {
    margin: 0;
    color: #fff;
    text-shadow: 10px 0 29px rgba(0, 0, 0, 0.49); }
    @media (min-width: 599px) {
      .visual-team h1 {
        font-size: 70px; } }
    @media (min-width: 767px) {
      .visual-team h1 {
        letter-spacing: 2.5px; } }
    @media (min-width: 991px) {
      .visual-team h1 {
        font-size: 90px; } }
    @media (min-width: 1599px) {
      .visual-team h1 {
        font-size: 100px; } }

/* team block style */
.team-block {
  position: relative;
  z-index: 1;
  padding: 16px 0 0;
  margin: 0 0 -44px; }
  @media (min-width: 767px) {
    .team-block {
      padding: 57px 0 0;
      margin: 0; } }
  .team-block__sorting {
    width: 100%;
    max-width: 730px;
    margin: 0 auto 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media (min-width: 767px) {
      .team-block__sorting {
        flex-flow: row nowrap;
        padding: 0; } }
    .team-block__sorting .field.search {
      width: 100%;
      position: relative;
      margin: 0 0 15px; }
      @media (min-width: 767px) {
        .team-block__sorting .field.search {
          width: 68%;
          margin: 0; } }
    .team-block__sorting .btn-search-clear {
      position: absolute;
      right: 10px;
      font-size: 36px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #a70202cf; }
    .team-block__sorting .reviews-record {
      width: 100%; }
      @media (min-width: 767px) {
        .team-block__sorting .reviews-record {
          width: 30%; } }
    .team-block__sorting input.search__box {
      border: 1px solid #c7c7c7;
      border-radius: 0;
      height: 50px;
      padding: 14px 60px 14px 16px; }
  .team-block h2.team-description {
    width: 100%;
    text-align: center;
    margin: 0 0 35px; }
  .team-block__list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 15px 0 0;
    margin: 0 -5px 0;
    overflow: hidden;
    text-align: center; }
    .team-block__list li {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 43px; }
      @media (min-width: 767px) {
        .team-block__list li {
          margin: 0 0 55px;
          width: 50%; } }
      @media (min-width: 991px) {
        .team-block__list li {
          width: 33.33%;
          margin: 0 0 83px; } }
  .team-block .container {
    position: relative;
    z-index: 1;
    max-width: 1480px; }
  .team-block__image {
    position: relative;
    margin: 0 auto 21px;
    max-width: 270px; }
    @media (min-width: 599px) {
      .team-block__image {
        max-width: 353px; } }
    @media (min-width: 767px) {
      .team-block__image {
        max-width: 288px;
        margin-bottom: 27px; } }
    @media (min-width: 1199px) {
      .team-block__image {
        max-width: 330px; } }
    @media (min-width: 1440px) {
      .team-block__image {
        max-width: 353px; } }
    .team-block__image:before {
      width: 270px;
      height: 270px;
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      border-radius: 100%;
      border: 1px solid #b6cb5c;
      pointer-events: none; }
      @media (min-width: 599px) {
        .team-block__image:before {
          width: 353px;
          height: 353px; } }
      @media (min-width: 767px) {
        .team-block__image:before {
          width: 288px;
          height: 288px; } }
      @media (min-width: 1199px) {
        .team-block__image:before {
          width: 330px;
          height: 330px; } }
      @media (min-width: 1440px) {
        .team-block__image:before {
          width: 353px;
          height: 353px; } }
    .team-block__image-wrap {
      width: 270px;
      height: 270px;
      border-radius: 100%;
      overflow: hidden; }
      @media (min-width: 599px) {
        .team-block__image-wrap {
          width: 353px;
          height: 353px; } }
      @media (min-width: 767px) {
        .team-block__image-wrap {
          width: 288px;
          height: 288px; } }
      @media (min-width: 1199px) {
        .team-block__image-wrap {
          width: 330px;
          height: 330px; } }
      @media (min-width: 1440px) {
        .team-block__image-wrap {
          width: 353px;
          height: 353px; } }
      .team-block__image-wrap img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        border-radius: 100%; }
      .team-block__image-wrap:hover .team-block__caption {
        opacity: 1;
        visibility: visible; }
    .team-block__image.left:before {
      left: -15px;
      transform: none; }
    .team-block__image.right:before {
      left: auto;
      right: -15px;
      transform: none; }
  .team-block h3 {
    letter-spacing: 1.6px;
    margin: 0 0 3px; }
    @media (min-width: 599px) {
      .team-block h3 {
        font-size: 30px; } }
    @media (min-width: 767px) {
      .team-block h3 {
        font-size: 26px; } }
    @media (min-width: 1440px) {
      .team-block h3 {
        font-size: 30px; } }
  .team-block .subtext {
    font-size: 18px;
    display: block;
    color: #666f86; }
  .team-block__row {
    position: relative;
    z-index: 1;
    margin: 0 0 15px; }
    @media (min-width: 1440px) {
      .team-block__row {
        margin: 0 0 25px; } }
  .team-block__subtitle {
    display: block;
    font-size: 12px;
    opacity: 0.65;
    margin: 0 0 4px;
    text-transform: uppercase; }
    @media (min-width: 599px) {
      .team-block__subtitle {
        font-size: 14px; } }
  .team-block__info {
    display: block;
    font-size: 14px; }
    @media (min-width: 767px) {
      .team-block__info {
        font-size: 16px; } }
    @media (min-width: 599px) {
      .team-block__info {
        font-size: 22px; } }
    @media (min-width: 767px) {
      .team-block__info {
        font-size: 17px; } }
    @media (min-width: 1199px) {
      .team-block__info {
        font-size: 19px; } }
    @media (min-width: 1440px) {
      .team-block__info {
        font-size: 22px; } }
  .team-block__caption {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px 15px 15px; }
    .team-block__caption:before {
      width: 100%;
      height: 100%;
      content: '';
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #b6cb5c;
      opacity: 0.8; }
    .team-block__caption a {
      color: #fff; }
      .team-block__caption a.btn {
        font-size: 16px;
        color: #16283d;
        padding: 10px 15px;
        min-width: inherit; }
        @media (min-width: 599px) {
          .team-block__caption a.btn {
            padding: 13px 20px;
            min-width: 162px;
            font-size: 18px; } }
        @media (min-width: 767px) {
          .team-block__caption a.btn {
            font-size: 17px;
            color: #16283d;
            padding: 10px 15px;
            min-width: inherit; } }
        @media (min-width: 1199px) {
          .team-block__caption a.btn {
            padding: 13px 20px;
            min-width: 162px;
            font-size: 18px; } }
    .team-block__caption-button {
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding: 5px 0 0; }

.record {
  height: 50px;
  border: 1px solid #c7c7c7;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 5; }
  .record__value {
    padding: 14px 16px;
    color: #999;
    display: block;
    position: relative; }
    .record__value .fa-angle-down {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px; }
    .record__value:hover {
      color: #999; }
  .record__dropdown {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 150px;
    border: 1px solid #c7c7c7;
    list-style: none;
    padding: 0;
    margin: 0; }
    .record__dropdown li + li {
      border-top: 1px solid #c7c7c7; }
    .record__dropdown li a {
      color: #999;
      display: block;
      padding: 10px 16px; }

.team-block-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px; }

.page-numbers {
  display: flex;
  margin: 0 7px;
  align-items: center;
  justify-content: center; }

a.page-numbers,
span.page-numbers {
  background: #16283d;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #16283d; }
  a.page-numbers:hover,
  span.page-numbers:hover {
    text-decoration: none;
    color: #16283d;
    background: transparent; }

span.page-numbers.current {
  background: transparent;
  color: #16283d; }

a.page-numbers.next,
a.page-numbers.prev {
  width: auto;
  border-radius: 5px;
  padding: 3px 10px;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize; }
  a.page-numbers.next:hover,
  a.page-numbers.prev:hover {
    text-decoration: none;
    color: #16283d; }

/* team profile styles */
.team-member {
  overflow: hidden;
  padding: 30px 0 60px; }
  @media (min-width: 992px) {
    .team-member {
      padding: 66px 0 120px; } }
  .team-member .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .team-member__image {
    position: relative;
    margin: 0 auto 25px;
    width: 283px;
    left: 3px;
    display: none; }
    @media (min-width: 576px) {
      .team-member__image {
        width: 450px;
        left: 10px;
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .team-member__image {
        margin: 50px 0 0 15px;
        left: 0;
        display: block; } }
    @media (min-width: 1280px) {
      .team-member__image {
        width: 600px;
        margin-left: 20px; } }
    @media (min-width: 1440px) {
      .team-member__image {
        width: 681px;
        margin-left: 35px; } }
    .team-member__image:before {
      width: 272px;
      height: 272px;
      border: 1px solid #b6cb5c;
      border-radius: 100%;
      position: absolute;
      left: -1.5px;
      top: 0px;
      content: ''; }
      @media (min-width: 576px) {
        .team-member__image:before {
          width: 432px;
          height: 432px;
          top: 40px; } }
      @media (min-width: 992px) {
        .team-member__image:before {
          top: 49px; } }
      @media (min-width: 1280px) {
        .team-member__image:before {
          width: 582px;
          height: 582px;
          top: 69px; } }
      @media (min-width: 1440px) {
        .team-member__image:before {
          width: 623px;
          height: 623px;
          top: 139px; } }
    .team-member__image:after {
      width: 70px;
      height: 70px;
      position: absolute;
      left: -50px;
      top: -15px;
      content: '';
      border-radius: 100%;
      border: 1px solid #b6cb5c; }
      @media (min-width: 576px) {
        .team-member__image:after {
          width: 120px;
          height: 120px;
          left: -80px;
          top: 0; } }
      @media (min-width: 992px) {
        .team-member__image:after {
          width: 150px;
          height: 150px;
          top: -50px; } }
      @media (min-width: 1280px) {
        .team-member__image:after {
          top: 0; } }
      @media (min-width: 1440px) {
        .team-member__image:after {
          width: 217px;
          height: 217px;
          left: -157px; } }
    .team-member__image-wrap {
      width: 270px;
      height: 270px;
      position: relative;
      background: #b6cb5c;
      border-radius: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px; }
      @media (min-width: 576px) {
        .team-member__image-wrap {
          width: 430px;
          height: 430px;
          margin-top: 50px; } }
      @media (min-width: 1280px) {
        .team-member__image-wrap {
          width: 580px;
          height: 580px;
          margin-top: 70px; } }
      @media (min-width: 1440px) {
        .team-member__image-wrap {
          width: 621px;
          height: 621px;
          margin-top: 140px; } }
      .team-member__image-wrap img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        position: relative;
        z-index: 1; }
  .team-member__textbox {
    width: 100%;
    text-align: center;
    margin: 0; }
    @media (min-width: 576px) {
      .team-member__textbox {
        margin: 0; } }
    @media (min-width: 992px) {
      .team-member__textbox {
        padding: 50px 0;
        width: 50%;
        text-align: left;
        margin: 0; } }
    @media (min-width: 1280px) {
      .team-member__textbox {
        padding: 0;
        width: 45%; } }
    @media (min-width: 1440px) {
      .team-member__textbox {
        width: 45%;
        padding: 49px 0 0; } }
    @media (min-width: 1600px) {
      .team-member__textbox {
        width: 43.8%;
        padding: 49px 45px 0 0; } }
    .team-member__textbox p {
      margin: 0 0 23px; }
    .team-member__textbox .team-member__image {
      display: block; }
      @media (min-width: 992px) {
        .team-member__textbox .team-member__image {
          display: none; } }
      @media (max-width: 991px) {
        .team-member__textbox .team-member__image {
          width: 430px; } }
      @media (max-width: 575px) {
        .team-member__textbox .team-member__image {
          width: 270px; } }
      @media (max-width: 991px) {
        .team-member__textbox .team-member__image:before {
          top: -1.5px; } }
      @media (max-width: 991px) {
        .team-member__textbox .team-member__image:after {
          right: -80px;
          left: auto;
          top: -30px; } }
      @media (max-width: 767px) {
        .team-member__textbox .team-member__image:after {
          right: -65px; } }
      @media (max-width: 575px) {
        .team-member__textbox .team-member__image:after {
          right: -30px; } }
      .team-member__textbox .team-member__image-wrap {
        margin: 0 0 35px !important; }
        .team-member__textbox .team-member__image-wrap:before {
          display: none !important; }
    .team-member__textbox .lp_profile_view {
      line-height: 1.5; }
      .team-member__textbox .lp_profile_view .lp_profile_hide {
        display: none; }
      .team-member__textbox .lp_profile_view .lp_profile_more {
        padding: 6px 0px;
        font-size: 20px;
        min-width: 125px; }
  .team-member__head {
    overflow: hidden;
    margin: 0 0 15px; }
    .team-member__head h2 {
      margin: 0 0 4px; }
    .team-member__head a {
      color: #666f86; }
      .team-member__head a:hover {
        color: #b6cb5c; }
  .team-member__des {
    display: block;
    color: #666f86;
    position: relative;
    padding: 0 0 29px;
    margin: 0 0 23px; }
    .team-member__des:after {
      width: 62px;
      height: 4px;
      position: absolute;
      left: 50%;
      bottom: 0;
      background: #b6cb5c;
      content: '';
      transform: translateX(-50%); }
      @media (min-width: 992px) {
        .team-member__des:after {
          left: 0;
          transform: none; } }
  .team-member__info {
    overflow: hidden;
    margin: 0 0 8px; }
    .team-member__info_mt22 {
      margin-top: 10px; }
  .team-member .social-networks {
    font-size: 20px;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 0 0;
    margin: 0 0 0 -19px; }
    @media (min-width: 992px) {
      .team-member .social-networks {
        justify-content: flex-start; } }
    .team-member .social-networks li {
      margin: 0 0 0 19px; }
      .team-member .social-networks li a {
        color: #666f86; }
        .team-member .social-networks li a:hover {
          color: #b6cb5c; }
