  /* ====================== [ 15 Start Team ] ====================== */
  .team .title h3 {
    font-size: 50px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .team .title h3 span {
    display: block;
    color: #af986f;
    font-weight: 800;
  }
  .team .team-container {
    width: 125%;
    position: relative;
  }
  .team .team-container:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 0;
    width: 80%;
    background: #fafafa;
    z-index: -1;
  }
  .team .item {
    padding: 0 15px;
  }
  .team .item .img {
    position: relative;
  }
  .team .item .img:hover:after {
    opacity: .7;
  }
  .team .item .img:hover .info,
  .team .item .img:hover .social {
    opacity: 1;
  }
  .team .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .team .item .img .info {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .team .item .img .info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #af986f;
    margin-bottom: 5px;
  }
  .team .item .img .info p {
    color: #eee;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .team .item .img .social {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .team .item .img .social a {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
  }
  .team .slick-dots {
    bottom: -40px;
  }
  .team .slick-dots li.slick-active button {
    background: #af986f;
  }
  .team .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .8;
  }
  .team .slick-dots li button:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    line-height: 1;
    background: #af986f;
    opacity: 1;
  }

  /* ====================== [ End Team ] ====================== */

  /* ====================== [ 13 Start Testimonials ] ====================== */
  .testim-bg {
    position: relative;
    z-index: 3;
  }
  .testim-bg .quote-text {
    position: relative;
    margin-top: 40px;
    text-align: center;
  }
  .testim-bg p {
    color: #eee;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
  }
  .testim-bg .info {
    text-align: center;
  }
  .testim-bg .author {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .testim-bg h6 {
    letter-spacing: 2px;
    padding-top: 20px;
  }
  .testim-bg h6 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #af986f;
    margin-top: 5px;
  }
  .testim-bg .navs {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .testim-bg .navs span {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .testim-bg .navs i {
    position: relative;
  }
  .testim-bg .navs i:after, .testim-bg .navs i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 3px;
    background: #ccc;
  }
  .testim-bg .navs i:before {
    top: 20px;
    top: 18px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .testim-bg .navs i:after {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .testim-bg .navs .next {
    right: 80px;
  }
  .testim-bg .navs .prev {
    left: 80px;
  }
  .testim-bg .navs .prev i:before {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .testim-bg .navs .prev i:after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }

  .testim-blocks {
    position: relative;
    overflow: hidden;
  }
  .testim-blocks:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -30%;
    width: 60%;
    background: #fafafa;
    z-index: -1;
  }
  .testim-blocks .quote-text {
    padding: 0 30px;
  }
  .testim-blocks .title h6 {
    font-size: 14px;
    letter-spacing: 5px;
    color: #af986f;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .testim-blocks .title h4 {
    margin-bottom: 50px;
  }
  .testim-blocks .item .icon {
    width: 40px;
    margin-bottom: 15px;
    opacity: .5;
  }
  .testim-blocks .item .info {
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 15px;
    border-left: 1px solid #af986f;
  }
  .testim-blocks .item .info h6 {
    margin-bottom: 10px;
  }
  .testim-blocks .item .info span {
    color: #777;
  }
  .testim-blocks .navs {
    position: absolute;
    background: #fff;
    right: 15px;
    bottom: 0;
  }
  .testim-blocks .navs:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    background: #eee;
    height: 1px;
    width: 10px;
  }
  .testim-blocks .navs span {
    display: block;
    margin: 12px;
  }

  /* ====================== [ End Testimonials ] ====================== */


  /* ====================== [ 12 Start Services ] ====================== */
  .services .img {
    position: relative;
  }
  .services .img .rotitle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    background: #af986f;
    color: #fff;
    z-index: 7;
  }
  .services .img .rotitle h3 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 15px;
    position: absolute;
    top: 50%;
    left: -50%;
  }
  .services .content {
    max-width: 800px;
    padding: 120px 5%;
  }
  .services .content .item {
    margin-bottom: 40px;
  }
  .services .content .item:last-of-type {
    margin-bottom: 0;
  }
  .services .content .item span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    display: table-cell;
    opacity: .1;
  }
  .services .content .item .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
  }
  .services .content .item .cont h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .services-grid .items {
    padding: 60px 40px;
    text-align: center;
  }
  .services-grid .items .icon {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .services-grid .items h5 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .services-grid .items p {
    padding: 0 20px;
  }
  .services-grid .items.active {
    background: #af986f;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px -5px rgba(175, 152, 111, 0.2);
            box-shadow: 0px 10px 30px -5px rgba(175, 152, 111, 0.2);
  }
  .services-grid .items.active p {
    color: #eee;
  }

  /* ====================== [ End Services ] ====================== */
