
.ftco-section {
  padding: 0 0 88px 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img, 
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-stage-outer {
    padding-top: 1.5em;
    position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel .owl-nav .owl-prev span:before,
          .owl-carousel .owl-nav .owl-next span:before {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .owl-carousel .owl-nav .owl-prev:hover span:before,
      .owl-carousel .owl-nav .owl-next:hover span:before {
        color: #afa939; }
    .owl-carousel .owl-nav .owl-prev {
      right: 0;
      margin-right: 20px; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #fff; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.testimony-wrap {
  display: block;
  position: relative;
  padding: 30px 20px;
 }
  .testimony-wrap p{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .testimony-wrap .user-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative; }

  .testimony-wrap .text {
    width:100%;
    position: relative; 
  }
  .testimony-wrap .text::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background-image: url(../images/top-doublecodes.svg);
    width: 55px;
    height: 48px;
  }
  .testimony-wrap .text::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    background-image: url(../images/bottom-doublecodes.svg);
    width: 120px;
    height: 105px;
  }
  .testimony-wrap .quote {
    position: absolute;
    top: -65px;
    left: 25px;
    opacity: 1; }
    .testimony-wrap .quote i {
      font-size: 40px;
      color: #afa939; }
  .testimony-wrap .name {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    line-height: 20px; 
    padding-bottom: 0;
  }
  .testimony-wrap .position {
    font-size: 16px;
    color: #999; }


    /***********/
    .item{
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: repeat;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
  }
    .item_2{
    background: linear-gradient(to right bottom, #040208, #545356);
    padding: 2px;
    border-radius: 16px;
  }
  .img-left{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 34px;
  }
   .img-right{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 34px;
  }
  .name-title .title_1{
      font-size: 14px;
      color: #fff;
      padding: 2px;
      line-height: 16px;
      margin: 0;
    }
  .name-title .title_2{
      font-size: 12px;
      color: #3C2F5E;
      padding: 0;
      line-height: 12px;
    }
  


/*********Solo page start******/
.testimony-wrap_1 {
  display: block;
  position: relative;
  padding: 30px 20px;
  border-radius: 16px;
  background-color: #141216;
 }
  .testimony-wrap_1 p{
    font-size: 16px;
    line-height: 24px;
  }
  .testimony-wrap_1 .user-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative; 
    margin-right: 12px;
  }

  .testimony-wrap_1 .text {
    width:100%;
    position: relative; 
  }
  .testimony-wrap_1 .text::before {
    content: '';
    position: absolute;
    top: -115px;
    left: 165px;
    background-image: url(../images/img-double-codes.png);
    width: 223px;
    height: 182px;
  }
  
  .testimony-wrap_1 .quote {
    position: absolute;
    top: -65px;
    left: 25px;
    opacity: 1; }
    .testimony-wrap_1 .quote i {
      font-size: 40px;
      color: #afa939; }
  .testimony-wrap_1 .name {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    line-height: 20px; 
    padding-bottom: 0;
  }
  .testimony-wrap_1 .position {
    font-size: 16px;
    color: #999; }
/*********Solo page start******/