/* team style start */
.team-section {
  padding: 65px 0 95px; }
  .team-section .extra-team {
    position: relative;
    width: 100%; }
    .team-section .extra-team .mcvanil {
      position: absolute;
      top: 320px;
      left: -545px; }
  .team-section .team-image {
      background-image: url("../images/background/border.png");
      background-size: 100% 100%;
      padding: 2.8% 3% 6.5%;
      background-repeat: no-repeat;
      max-width: 920px;
      object-fit: cover;
      width: 100%;
      margin: 0 auto;
  }
  .team-section .team-image img {
      max-height: 320px;
      width: 100%;
      object-fit: cover;
  }
  .team-section .team-tabs {
    margin: 0;
    border: none;
    position: relative;
    z-index: 999;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .team-section .team-tabs li:first-child a {
      margin-left: 0; }
    .team-section .team-tabs li:last-child a {
      margin-right: 0; }
    .team-section .team-tabs a {
      font-family: 'Bitter', serif;
      border: 2px solid #818181;
      color: #ffc600;
      margin: 15px;
      border-radius: 0;
      position: relative;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      padding: 0 30px;
      text-transform: uppercase; }
      .team-section .team-tabs a span {
        position: relative;
        z-index: 999; }
      .team-section .team-tabs a:hover, .team-section .team-tabs a.active {
        color: #fff; }
        .team-section .team-tabs a:hover::before, .team-section .team-tabs a.active::before {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
          width: calc(100% - 2px); }
      .team-section .team-tabs a::before {
        content: '';
        display: inline-block;
        width: 0;
        height: calc(100% - 1px);
        top: 1px;
        left: 1px;
        background: #FF7B23;
        position: absolute;
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        transition: all .3s; }
      .team-section .team-tabs a::after {
        content: '';
        display: inline-block;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: 3px;
        left: 3px;
        z-index: -1;
        position: absolute;
        border: 1px solid #818181; }
  .team-section .gallery {
    background-image: url("../images/team/background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 7% 7.8% 19.2% 7.5%;
    margin: 15px 0; }
    .team-section .gallery .gallery-content {
      position: relative;
      overflow: hidden;
      min-height: 220px;
      margin: 0; }
    .team-section .gallery img {
      width: 100%; }
    .team-section .gallery .social {
      position: absolute;
      width: 100%;
      height: calc(100 - 45px);
      top: 10px;
      width: 36px;
      z-index: 999; }
      .team-section .gallery .social a {
        display: block;
        background: #fff;
        color: #FF7B23;
        transition: all .15s;
        margin: 7px 0 7px -32px;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px; }
        .team-section .gallery .social a:hover {
          color: #0E0F10; }
    .team-section .gallery:hover .social a {
      margin: 7px 0 7px 15px; }
    .team-section .gallery figcaption {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      display: flex;
      align-items: flex-end;
      transition: all .2s;
      padding: 15px 15px 0;
      color: #fff; }
      .team-section .gallery figcaption h4 {
        font-size: 23px;
        cursor: pointer; }
      .team-section .gallery figcaption p {
        cursor: pointer;
        color: #fff;
        font-size: 15px;
        /* transform: translateY(26px); */
        transition: all .2s; }
      .team-section .gallery figcaption > div {
        /* margin-bottom: 22px; */
        /* transform: translateY(26px); */
        width: 100%;
        /* height: 45px; */
        transition: all .2s; }
    .team-section .gallery:hover figcaption {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); }
      .team-section .gallery:hover figcaption p {
        transform: translateY(0); }
      .team-section .gallery:hover figcaption div {
        transform: translateY(0); }

/* modal style start */
.modal {
  padding-right: 0 !important; }

.modal-dialog {
  padding: 0 15px; }
  .modal-dialog .modal-content {
    background-image: url("../images/background/footer.jpg");
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-color: #f2d3b2;
    border-radius: 0; }
  .modal-dialog .modal-header {
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
    display: flex;
    align-items: center; }
  .modal-dialog .close {
    font-size: 25px;
    color: #000; }
  .modal-dialog .modal-body {
    padding: 25px 15px; }
  .modal-dialog .studio-details h3 {
    margin-top: -5px; }
  .modal-dialog .studio-details p {
    margin-bottom: 8px; }

/*# sourceMappingURL=team.css.map */
