/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-our-team {
  position: relative; }
  .thim-our-team .thim-sc-heading {
    width: calc(100% - 580px);
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 116px;
    padding-top: 110px; }
  .thim-our-team .carousel-box {
    display: flex;
    align-items: flex-end; }
  .thim-our-team .team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%); }
    .thim-our-team .team-info .job {
      font-size: 14px;
      line-height: 1.71;
      color: #999999;
      font-weight: normal;
      margin: 0 0 2px; }
    .thim-our-team .team-info .name {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.33;
      text-transform: uppercase; }
      .thim-our-team .team-info .name a {
        color: #fff; }
    .thim-our-team .team-info .info {
      font-size: 16px;
      line-height: 1.5;
      color: #cccccc;
      margin-top: 23px; }
  .thim-our-team .item {
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .thim-our-team .item:before {
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 158px;
      background: -webkit-linear-gradient(to top, #000, transparent);
      background: -o-linear-gradient(to top, #000, transparent);
      background: -moz-linear-gradient(to top, #000, transparent);
      background: linear-gradient(to top, #000, transparent);
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      z-index: 1; }
    .thim-our-team .item:hover:before {
      opacity: 0.62;
      visibility: visible; }
    .thim-our-team .item:hover .team-info {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .thim-our-team .slider-item {
    outline: none; }
    .thim-our-team .slider-item:focus {
      outline: none; }
  .thim-our-team .slick-dots {
    list-style: none;
    display: flex !important;
    margin: 58px 0 0;
    justify-content: center;
    align-items: center;
    height: 12px; }
    .thim-our-team .slick-dots li {
      margin: 0 5px;
      display: inline-block; }
      .thim-our-team .slick-dots li button {
        cursor: pointer;
        display: inline-block;
        float: left;
        outline: none;
        height: 10px;
        width: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #999;
        border: none;
        font-size: 0;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1); }
      .thim-our-team .slick-dots li.slick-active button {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2); }

#sync1 {
  width: 550px;
  margin-right: 30px; }
  #sync1 .team-info {
    padding: 0 40px 60px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible; }
    #sync1 .team-info .name {
      font-size: 26px;
      line-height: 0.92;
      padding-bottom: 16px;
      position: relative; }
      #sync1 .team-info .name:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 120px;
        height: 1px;
        opacity: 0.2;
        background-color: #ffffff; }
  #sync1 .item:before {
    height: 300px;
    opacity: 0.62;
    visibility: visible; }

#sync2 {
  width: calc(100% - 580px);
  overflow: hidden; }
  #sync2 .slider-item {
    padding-left: 30px; }
  #sync2 .slick-list {
    width: calc(100% + 30px);
    margin-left: -30px; }

.thim-our-team2 {
  position: relative; }
  .thim-our-team2 .thim-sc-heading .sc-sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.4px;
    margin-left: 118px;
    margin-bottom: 13px;
    display: block; }
  .thim-our-team2 .thim-sc-heading .sc-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 1.4px;
    padding-bottom: 22px;
    margin-bottom: 43px;
    position: relative; }
    .thim-our-team2 .thim-sc-heading .sc-title:after {
      content: '';
      height: 2px;
      width: 68px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 118px; }
  .thim-our-team2 .thim-sc-heading .sc-description {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.3px;
    padding-left: 118px;
    margin-bottom: 73px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 100px;
    -webkit-column-gap: 100px;
    column-gap: 100px;
    max-width: 1170px; }
    .thim-our-team2 .thim-sc-heading .sc-description ul {
      list-style-type: none; }
      .thim-our-team2 .thim-sc-heading .sc-description ul li:nth-child(2) {
        padding-top: 20px; }
  .thim-our-team2 .our-team .item .avatar-contact {
    position: relative;
    overflow: hidden; }
    .thim-our-team2 .our-team .item .avatar-contact .avatar {
      height: 392px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .thim-our-team2 .our-team .item .avatar-contact .avatar img {
        width: auto;
        max-width: 100%; }
    .thim-our-team2 .our-team .item .avatar-contact .contact {
      position: absolute;
      content: '';
      bottom: -45px;
      left: 50%;
      padding: 0 25px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .thim-our-team2 .our-team .item .avatar-contact .contact a {
        font-size: 16px;
        padding: 8px 10px;
        color: #373737;
        display: inline-block; }
        .thim-our-team2 .our-team .item .avatar-contact .contact a:hover {
          color: #ffffff;
          -webkit-transition: 0.3s;
          -khtml-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
  .thim-our-team2 .our-team .item .information {
    background: #373737;
    padding: 34px 0 73px 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    text-align: center; }
    .thim-our-team2 .our-team .item .information .name {
      margin-bottom: 0;
      line-height: 1.5; }
      .thim-our-team2 .our-team .item .information .name a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.44;
        letter-spacing: 0.4px;
        color: #ffffff;
        text-transform: uppercase; }
    .thim-our-team2 .our-team .item .information .job {
      font-size: 16px;
      line-height: 1.63;
      letter-spacing: 0.3px;
      color: #a1a1a1; }
  .thim-our-team2 .our-team .item:hover .avatar-contact .contact {
    bottom: 0; }
  .thim-our-team2 .owl-theme .owl-nav {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 50%; }
    .thim-our-team2 .owl-theme .owl-nav .owl-next,
    .thim-our-team2 .owl-theme .owl-nav .owl-prev {
      font-size: 50px;
      background: transparent;
      position: absolute;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin: 0; }
      .thim-our-team2 .owl-theme .owl-nav .owl-next:hover,
      .thim-our-team2 .owl-theme .owl-nav .owl-prev:hover {
        background: transparent; }
    .thim-our-team2 .owl-theme .owl-nav .owl-next {
      right: -35px; }
    .thim-our-team2 .owl-theme .owl-nav .owl-prev {
      left: -35px; }
  .thim-our-team2 .owl-theme:hover .owl-nav .owl-next,
  .thim-our-team2 .owl-theme:hover .owl-nav .owl-prev {
    color: #373737; }
  .thim-our-team2 .all-view {
    display: block;
    position: absolute;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, -28px);
    -moz-transform: translate(-50%, -28px);
    -ms-transform: translate(-50%, -28px);
    -o-transform: translate(-50%, -28px);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 11px 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px; }
    .thim-our-team2 .all-view:after {
      position: absolute;
      content: '';
      left: 50%;
      top: 50px;
      width: 3px;
      height: 221px;
      background-color: #373737;
      pointer-events: none; }
    .thim-our-team2 .all-view:hover {
      color: #ffffff; }

.thim-sc-our-team.layout-3 {
  padding-bottom: 135px; }
  .thim-sc-our-team.layout-3.bg2 .our-team .item .avatar-contact:before {
    background: url("../images/our-team-3-bg2.png");
    right: 50px; }
  .thim-sc-our-team.layout-3 .our-team .item {
    margin-bottom: 30px; }
    .thim-sc-our-team.layout-3 .our-team .item .avatar-contact {
      position: relative;
      padding-top: 32px;
      padding-bottom: 32px;
      width: 298px;
      max-width: 100%;
      margin: auto; }
      .thim-sc-our-team.layout-3 .our-team .item .avatar-contact:before {
        content: '';
        background: url("../images/our-team-3-bg.png");
        position: absolute;
        left: -32px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-position: top left;
        background-repeat: no-repeat; }
      .thim-sc-our-team.layout-3 .our-team .item .avatar-contact .avatar {
        position: relative;
        background: #aaa6a7;
        overflow: hidden;
        height: 373px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .thim-sc-our-team.layout-3 .our-team .item .avatar-contact .avatar img {
          width: auto;
          max-width: 100%; }
      .thim-sc-our-team.layout-3 .our-team .item .avatar-contact .contact {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 25px;
        height: 56px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-transition: 0.3s;
        -khtml-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        justify-content: center;
        -webkit-transform: translate(0px, 56px);
        -moz-transform: translate(0px, 56px);
        -ms-transform: translate(0px, 56px);
        -o-transform: translate(0px, 56px); }
        .thim-sc-our-team.layout-3 .our-team .item .avatar-contact .contact a {
          font-size: 18px;
          padding: 0px 10px;
          color: #FFF;
          display: inline-block;
          line-height: 56px; }
          .thim-sc-our-team.layout-3 .our-team .item .avatar-contact .contact a:hover {
            color: #1f1f1f; }
    .thim-sc-our-team.layout-3 .our-team .item .information {
      text-align: center;
      padding: 30px 0px; }
      .thim-sc-our-team.layout-3 .our-team .item .information .name {
        font-size: 24px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1.2px;
        color: #1f1f1f;
        margin: 0; }
        .thim-sc-our-team.layout-3 .our-team .item .information .name a {
          color: #1f1f1f;
          font-weight: 600; }
      .thim-sc-our-team.layout-3 .our-team .item .information .job {
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.8px; }
    .thim-sc-our-team.layout-3 .our-team .item:hover .avatar-contact .contact {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
  .thim-sc-our-team.layout-3 .owl-theme .owl-nav {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 50%; }
    .thim-sc-our-team.layout-3 .owl-theme .owl-nav .owl-next,
    .thim-sc-our-team.layout-3 .owl-theme .owl-nav .owl-prev {
      font-size: 50px;
      background: transparent;
      position: absolute;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin: 0; }
      .thim-sc-our-team.layout-3 .owl-theme .owl-nav .owl-next:hover,
      .thim-sc-our-team.layout-3 .owl-theme .owl-nav .owl-prev:hover {
        background: transparent; }
    .thim-sc-our-team.layout-3 .owl-theme .owl-nav .owl-next {
      right: -35px; }
    .thim-sc-our-team.layout-3 .owl-theme .owl-nav .owl-prev {
      left: -35px; }
    .thim-sc-our-team.layout-3 .owl-theme .owl-nav.disabled {
      display: none !important; }
  .thim-sc-our-team.layout-3 .owl-theme:hover .owl-nav .owl-next,
  .thim-sc-our-team.layout-3 .owl-theme:hover .owl-nav .owl-prev {
    color: #373737; }

.thim-sc-our-team.layout-4 {
  padding-top: 13px;
  padding-bottom: 162px; }
  .thim-sc-our-team.layout-4 .our-team .item {
    margin-bottom: 30px; }
    .thim-sc-our-team.layout-4 .our-team .item .avatar-contact {
      position: relative;
      margin: 15px;
      border: 5px solid;
      padding: 12px; }
      .thim-sc-our-team.layout-4 .our-team .item .avatar-contact .avatar {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .thim-sc-our-team.layout-4 .our-team .item .avatar-contact .avatar img {
          width: 100%;
          max-width: 100%; }
      .thim-sc-our-team.layout-4 .our-team .item .avatar-contact .contact {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-transition: 0.3s;
        -khtml-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        justify-content: center;
        align-items: center;
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
        .thim-sc-our-team.layout-4 .our-team .item .avatar-contact .contact a {
          font-size: 20px;
          padding: 0px 15px;
          color: #FFF;
          display: inline-block;
          line-height: 56px; }
          .thim-sc-our-team.layout-4 .our-team .item .avatar-contact .contact a:hover {
            color: #1f1f1f; }
    .thim-sc-our-team.layout-4 .our-team .item .information {
      text-align: center;
      padding: 19px 0px; }
      .thim-sc-our-team.layout-4 .our-team .item .information .name {
        font-size: 22px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.7px;
        margin: 0; }
      .thim-sc-our-team.layout-4 .our-team .item .information .job {
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.5px; }
    .thim-sc-our-team.layout-4 .our-team .item:hover .avatar-contact .contact {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .thim-sc-our-team.layout-4 .owl-theme .owl-nav {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 50%; }
    .thim-sc-our-team.layout-4 .owl-theme .owl-nav .owl-next,
    .thim-sc-our-team.layout-4 .owl-theme .owl-nav .owl-prev {
      font-size: 50px;
      background: transparent;
      position: absolute;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin: 0; }
      .thim-sc-our-team.layout-4 .owl-theme .owl-nav .owl-next:hover,
      .thim-sc-our-team.layout-4 .owl-theme .owl-nav .owl-prev:hover {
        background: transparent; }
    .thim-sc-our-team.layout-4 .owl-theme .owl-nav .owl-next {
      right: -35px; }
    .thim-sc-our-team.layout-4 .owl-theme .owl-nav .owl-prev {
      left: -35px; }
    .thim-sc-our-team.layout-4 .owl-theme .owl-nav.disabled {
      display: none !important; }
  .thim-sc-our-team.layout-4 .owl-theme:hover .owl-nav .owl-next,
  .thim-sc-our-team.layout-4 .owl-theme:hover .owl-nav .owl-prev {
    color: #373737; }

.thim-sc-our-team.layout-5 .owl-carousel .owl-stage-outer {
  padding: 0 15px;
  width: calc(100% + 30px);
  margin-left: -15px; }

.thim-sc-our-team.layout-5 .item {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px; }
  .thim-sc-our-team.layout-5 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    pointer-events: none;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block; }
  .thim-sc-our-team.layout-5 .item:hover {
    -webkit-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1); }
    .thim-sc-our-team.layout-5 .item:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible; }

.thim-sc-our-team.layout-5 .information {
  text-align: center;
  padding: 26px 30px 32px; }

.thim-sc-our-team.layout-5 .name {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #111;
  text-transform: uppercase;
  margin: 0; }
  .thim-sc-our-team.layout-5 .name a {
    color: #111; }

.thim-sc-our-team.layout-5 .job {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.5px;
  display: block;
  margin-top: -3px; }

.thim-sc-our-team.layout-5 .info {
  margin-top: 16px; }

.thim-sc-our-team.layout-5 .contact {
  margin-top: 20px; }
  .thim-sc-our-team.layout-5 .contact a {
    font-size: 16px;
    color: #8e8e8e;
    padding: 0 12px; }

.thim-sc-our-team.layout-5 .owl-theme .owl-dots {
  margin-top: 40px !important; }
  .thim-sc-our-team.layout-5 .owl-theme .owl-dots .owl-dot {
    margin: 0 4px;
    position: relative; }
    .thim-sc-our-team.layout-5 .owl-theme .owl-dots .owl-dot:before {
      content: '';
      width: 13px;
      height: 13px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid;
      position: absolute;
      top: -2px;
      left: -2px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .thim-sc-our-team.layout-5 .owl-theme .owl-dots .owl-dot span {
      width: 9px;
      height: 9px;
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      -webkit-opacity: 0.3;
      -khtml-opacity: 0.3;
      -moz-opacity: 0.3;
      -ms-opacity: 0.3;
      -o-opacity: 0.3;
      opacity: 0.3;
      background-color: #747475;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      margin: 0; }
    .thim-sc-our-team.layout-5 .owl-theme .owl-dots .owl-dot.active:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .thim-sc-our-team.layout-5 .owl-theme .owl-dots .owl-dot.active span {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }

.thim-sc-our-team.layout-6 {
  padding-top: 73px;
  padding-bottom: 120px; }
  .thim-sc-our-team.layout-6 .our-team {
    margin-right: -15px;
    margin-left: -15px; }
    .thim-sc-our-team.layout-6 .our-team .item {
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
      .thim-sc-our-team.layout-6 .our-team .item .item-inner {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .thim-sc-our-team.layout-6 .our-team .item .avatar-contact img {
        width: 100%;
        max-width: 100%; }
      .thim-sc-our-team.layout-6 .our-team .item .information {
        text-align: center;
        padding: 32px 0px; }
        .thim-sc-our-team.layout-6 .our-team .item .information .name {
          font-size: 20px;
          font-weight: 500;
          line-height: 1.2em;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          margin-bottom: 3px; }
        .thim-sc-our-team.layout-6 .our-team .item .information .job {
          font-size: 20px;
          line-height: 1.2em;
          letter-spacing: 0.6px; }
        .thim-sc-our-team.layout-6 .our-team .item .information .contact {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 17px; }
          .thim-sc-our-team.layout-6 .our-team .item .information .contact a {
            font-size: 16px;
            padding: 3px 10px;
            display: inline-block;
            line-height: 1.4em;
            color: #8e8e8e; }
      .thim-sc-our-team.layout-6 .our-team .item:hover .item-inner {
        -webkit-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
        -khtml-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
        color: #FFF; }
        .thim-sc-our-team.layout-6 .our-team .item:hover .item-inner a {
          color: #FFF; }
        .thim-sc-our-team.layout-6 .our-team .item:hover .item-inner .name a {
          color: #FFF; }
        .thim-sc-our-team.layout-6 .our-team .item:hover .item-inner .job {
          color: #FFF; }
  .thim-sc-our-team.layout-6 .owl-theme img {
    -webkit-transform-style: unset; }
  .thim-sc-our-team.layout-6 .owl-theme .owl-nav {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 50%; }
    .thim-sc-our-team.layout-6 .owl-theme .owl-nav .owl-next,
    .thim-sc-our-team.layout-6 .owl-theme .owl-nav .owl-prev {
      font-size: 50px;
      background: transparent;
      position: absolute;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin: 0; }
      .thim-sc-our-team.layout-6 .owl-theme .owl-nav .owl-next:hover,
      .thim-sc-our-team.layout-6 .owl-theme .owl-nav .owl-prev:hover {
        background: transparent; }
    .thim-sc-our-team.layout-6 .owl-theme .owl-nav .owl-next {
      right: -35px; }
    .thim-sc-our-team.layout-6 .owl-theme .owl-nav .owl-prev {
      left: -35px; }
    .thim-sc-our-team.layout-6 .owl-theme .owl-nav.disabled {
      display: none !important; }
  .thim-sc-our-team.layout-6 .owl-theme:hover .owl-nav .owl-next,
  .thim-sc-our-team.layout-6 .owl-theme:hover .owl-nav .owl-prev {
    color: #373737; }

.thim-sc-our-team.layout-7 .row {
  margin-left: -22.5px;
  margin-right: -22.5px; }
  .thim-sc-our-team.layout-7 .row .item {
    padding-right: 22.5px;
    padding-left: 22.5px; }

.thim-sc-our-team.layout-7 .avatar-contact {
  margin-bottom: 37px; }

.thim-sc-our-team.layout-7 .information {
  text-align: center;
  padding-bottom: 52px; }
  .thim-sc-our-team.layout-7 .information .name {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin: 0; }
    .thim-sc-our-team.layout-7 .information .name a {
      color: inherit; }
  .thim-sc-our-team.layout-7 .information .job {
    font-style: italic;
    display: block; }
  .thim-sc-our-team.layout-7 .information .contact a {
    width: 36px;
    height: 36px;
    border: 1px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: #999;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin: 10px 5px 0; }
    .thim-sc-our-team.layout-7 .information .contact a:hover {
      color: #fff;
      border-color: transparent; }

@media (max-width: 1200px) {
  .responsive .schedule-team .thim-sc-our-team.layout-7 {
    padding-bottom: 0; }
  .responsive .thim-sc-our-team.layout-7 {
    padding-bottom: 0; }
    .responsive .thim-sc-our-team.layout-7 .information .name {
      font-size: 18px; }
    .responsive .thim-sc-our-team.layout-7 .information .job {
      font-size: 15px; } }

@media (max-width: 992px) {
  .responsive .thim-sc-our-team.layout-3 {
    padding-bottom: 0; } }
