.ftco-about .img-about {
    width: 100%;
    z-index: 0;
    position: relative; }
    .ftco-about .img-about .img {
      display: block;
      width: 100%;
      position: relative;
      z-index: 1;
      -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
      box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33); }
      @media (max-width: 767.98px) {
        .ftco-about .img-about .img {
          height: 300px; } }
  
  .ftco-about .icon-video {
    padding: 30px;
    background: #6e5773;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media (min-width: 992px) {
      .ftco-about .icon-video {
        margin-left: -30px; } }
    .ftco-about .icon-video span {
      color: #fff; }
    .ftco-about .icon-video span.play {
      font-size: 20px; }
    .ftco-about .icon-video span.watch {
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: 16px;
      text-transform: uppercase; }
  
  .staff {
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .img {
      height: 150px;
      width: 150px;
      display: block;
      margin: 0 auto;
      background-position: top center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .staff .text {
      width: 100%;
      opacity: 1;
      color: rgba(0, 0, 0, 0.6);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .staff .text > div {
        width: 100%;
        padding: 0 1em;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .staff .text h3 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .staff .text .position {
        text-transform: uppercase;
        color: black;
        color: #6e5773;
        display: block;
        letter-spacing: 1px; }
      .staff .text .faded {
        opacity: 1;
        width: 100%; }
    .staff .ftco-social {
      opacity: 1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .staff .ftco-social li a {
        color: #000000; }
  
  .ftco-social {
    padding: 0; }
    .ftco-social li {
      list-style: none;
      margin-right: 10px;
      display: inline-block; }
  
  .ftco-services .nav-link-wrap {
    background: #6e5773; }
    @media (max-width: 767.98px) {
      .ftco-services .nav-link-wrap {
        background: #6e5773;
        margin-top: 30px; } }
  
  .ftco-services .nav-pills p {
    margin-bottom: 0; }
  
  .ftco-services .nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 400;
    position: relative; }
    .ftco-services .nav-pills .nav-link:after {
      position: absolute;
      top: 20px;
      bottom: 10px;
      right: 0;
      width: 0;
      height: 0;
      content: '';
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #ffffff transparent transparent;
      opacity: 0; }
    .ftco-services .nav-pills .nav-link span {
      font-size: 24px;
      margin-right: 5px;
      color: rgba(255, 255, 255, 0.8); }
    .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
      color: #fff;
      font-size: 20px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: transparent;
      font-weight: 700; }
      .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
        opacity: 1; }
      .ftco-services .nav-pills .nav-link.active span, .ftco-services .nav-pills .nav-link:hover span {
        color: #fff; }
      @media (max-width: 767.98px) {
        .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
          opacity: 0; } }
    @media (max-width: 767.98px) {
      .ftco-services .nav-pills .nav-link {
        display: block;
        width: 100%; } }
  
  .ftco-services .tab-content .tab-pane .icon {
    font-size: 130px;
    color: #6e5773;
    line-height: 1.2; }
  
  .ftco-services .tab-content .tab-pane .icon-law {
    width: 140px; }
  
  .ftco-services .tab-content .tab-pane .text {
    width: calc(100% - 140px); }
    @media (max-width: 991.98px) {
      .ftco-services .tab-content .tab-pane .text {
        width: 100%; } }
  
  .aside-stretch {
    background: #8a6d90; }
    .aside-stretch:after {
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      content: '';
      width: 360%;
      background: #8a6d90; }
    @media (max-width: 767.98px) {
      .aside-stretch {
        background: transparent; }
        .aside-stretch:after {
          background: transparent;
          display: none; } }
  
  .form-control {
    height: 60px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .form-control:focus, .form-control:active {
      border-color: #000000; }
  
  textarea.form-control {
    height: inherit !important; }
  
  .ftco-animate {
    opacity: 0;
    visibility: hidden; }
  
  .bg-primary {
    background: #6e5773 !important; }
  
  .about-author .desc h3 {
    font-size: 24px; }
  
  .ftco-section {
    padding: 7em 0;
    position: relative; }
    @media (max-width: 767.98px) {
      .ftco-section {
        padding: 6em 0; } }
  
  .ftco-no-pt {
    padding-top: 0 !important; }
  
  .ftco-no-pb {
    padding-bottom: 0 !important; }
  
  .ftco-bg-dark {
    background: #3c312e; }
  
  .ftco-footer {
    font-size: 16px;
    background: #222831;
    padding: 7em 0;
    z-index: 0; }
    .ftco-footer .ftco-footer-logo {
      text-transform: uppercase;
      letter-spacing: .1em; }
    .ftco-footer .ftco-footer-widget h2 {
      font-weight: normal;
      color: #fff;
      margin-bottom: 40px;
      font-size: 22px;
      font-weight: 600; }
      .ftco-footer .ftco-footer-widget h2 span {
        color: #6e5773;
        font-size: 22px !important; }
    .ftco-footer .ftco-footer-widget ul li {
      margin-bottom: 10px; }
      .ftco-footer .ftco-footer-widget ul li a {
        color: rgba(255, 255, 255, 0.6); }
        .ftco-footer .ftco-footer-widget ul li a span {
          color: rgba(255, 255, 255, 0.6); }
    .ftco-footer .ftco-footer-widget .btn-primary {
      background: #fff !important;
      border: 2px solid #fff !important; }
      .ftco-footer .ftco-footer-widget .btn-primary:hover {
        background: #fff;
        border: 2px solid #fff !important; }
    .ftco-footer p {
      color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a {
      color: rgba(255, 255, 255, 0.7); }
      .ftco-footer a:hover {
        color: #fff; }
  

        .ftco-services .nav-link-wrap {
            background: #6e5773; }
            @media (max-width: 767.98px) {
              .ftco-services .nav-link-wrap {
                background: #6e5773;
                margin-top: 30px; } }
          
          .ftco-services .nav-pills p {
            margin-bottom: 0; }
          
          .ftco-services .nav-pills .nav-link {
            border-radius: 0;
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.8);
            font-size: 20px;
            font-weight: 400;
            position: relative; }
            .ftco-services .nav-pills .nav-link:after {
              position: absolute;
              top: 20px;
              bottom: 10px;
              right: 0;
              width: 0;
              height: 0;
              content: '';
              border-style: solid;
              border-width: 10px 10px 10px 0;
              border-color: transparent #ffffff transparent transparent;
              opacity: 0; }
            .ftco-services .nav-pills .nav-link span {
              font-size: 24px;
              margin-right: 5px;
              color: rgba(255, 255, 255, 0.8); }
            .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
              color: #fff;
              font-size: 20px;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease;
              background: transparent;
              font-weight: 700; }
              .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
                opacity: 1; }
              .ftco-services .nav-pills .nav-link.active span, .ftco-services .nav-pills .nav-link:hover span {
                color: #fff; }
              @media (max-width: 767.98px) {
                .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
                  opacity: 0; } }
            @media (max-width: 767.98px) {
              .ftco-services .nav-pills .nav-link {
                display: block;
                width: 100%; } }
          
          .ftco-services .tab-content .tab-pane .icon {
            font-size: 130px;
            color: #6e5773;
            line-height: 1.2; }
          
          .ftco-services .tab-content .tab-pane .icon-law {
            width: 140px; }
          
          .ftco-services .tab-content .tab-pane .text {
            width: calc(100% - 140px); }
            @media (max-width: 991.98px) {
              .ftco-services .tab-content .tab-pane .text {
                width: 100%; } }