.gsc-testimonial .testimonial-item.style-1 {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding-left: 65px;
    max-width: 850px;
    margin: 0 auto 60px;
  }
  
  @media (max-width: 575.98px) {
    .gsc-testimonial .testimonial-item.style-1 {
      padding-top: 65px;
      padding-left: 0;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content {
    /*background: #fff;*/
    -webkit-box-shadow: none;
    box-shadow: none; 
    position: relative;
    /* border-radius: 4px; */
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content:after {
    content: '';
    background: url("../images//bg-arrow.png") repeat bottom center transparent;
    width: 166px;
    height: 110px;
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 11;
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-image {
    border: 10px solid #fff;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: -5px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  
  @media (max-width: 991.98px) {
    .gsc-testimonial .testimonial-item.style-1 .testimonial-image {
      left: -60px;
    }
  }
  
  @media (max-width: 575.98px) {
    .gsc-testimonial .testimonial-item.style-1 .testimonial-image {
      top: -60px;
      left: 30px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  
  @media (max-width: 991.98px) {
    .gsc-testimonial .testimonial-item.style-1 .testimonial-image img {
      width: 150px;
      height: 150px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner {
    padding: 50px 50px 55px 200px;
    margin: 0 auto;
    position: relative;
  }
  
  @media (max-width: 991.98px) {
    .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner {
      padding: 50px 30px 55px 150px;
    }
  }
  
  @media (max-width: 575.98px) {
    .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner {
      padding: 85px 30px 30px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .testimonial-meta {
    position: relative;
    z-index: 11;
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .quote-icon {
    font-size: 25px;
    color: #17981A;
    position: relative !important;
    top:0px !important;
    left:0px !important;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  
  @media (max-width: 991.98px) {
    .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .quote-icon {
      font-size: 25px;
      right: 0px !important;
      color: #17981A !important;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .testimonial-quote {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 15px;
    margin: 0 auto;
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .testimonial-information {
    margin: 10px 0 0;
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .testimonial-information span.testimonial-name {
    font-size: 20px;
    font-weight: 500;
    color: initial !important;
  }
  
  .gsc-testimonial .testimonial-item.style-1 .testimonial-content-inner .testimonial-information span.testimonial-job {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
  }
  
  .gsc-testimonial .testimonial-item.style-1:hover .testimonial-image {
    border-color: #17981A;
  }
  
  .gsc-testimonial .testimonial-item.style-1:hover .testimonial-content-inner .quote-icon {
    color: #17981A;
  }
  
  .gsc-testimonial .owl-item.first .testimonial-image {
    border-color: #17981A;
  }
  
  .gsc-testimonial .owl-item.first .testimonial-content-inner .quote-icon {
    color: #17981A;
  }

  .swiper-slider-wrapper .swiper-pagination > span{
    border:none !important;
    background: #D9D9D9 !important;
  }

  .swiper-slider-wrapper .swiper-pagination > span.swiper-pagination-bullet-active{
    background: #17981A !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 9px 0px 9px !important;
  }

  
  .gsc-testimonial .testimonial-item.style-2 {
    text-align: center;
    position: relative;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 50px;
    background: #fff;
    margin-top: 55px;
    -webkit-box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.02);
  }
  
  .gsc-testimonial .testimonial-item.style-2:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    pointer-events: none;
    background: var(--e-global-color-primary);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 0;
    height: 4px;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content {
    position: relative;
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .testimonial-image {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .testimonial-image img {
    width: 100%;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .testimonial-quote {
    font-size: 20px;
    line-height: 36px;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .testimonial-content {
    padding-top: 70px;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .testimonial-information {
    position: relative;
    margin-top: 25px;
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .testimonial-information .testimonial-name {
    font-size: 18px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
  }
  
  .gsc-testimonial .testimonial-item.style-2 .testimonial-item-content .icon-quote {
    margin-top: 15px;
    font-size: 50px;
    color: var(--e-global-color-primary);
  }
  
  .gsc-testimonial .testimonial-item.style-2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
  }
  
  .gsc-testimonial .testimonial-item.style-2:hover .testimonial-item-content .testimonial-image {
    -webkit-box-shadow: 0 0 0 4px #17981A;
    box-shadow: 0 0 0 4px #17981A;
  }
  
  .gsc-testimonial .testimonial-item.style-3 {
    text-align: left;
    position: relative;
    max-width: 820px;
    margin: 0 auto 80px;
    -webkit-box-shadow: 0px 10px 30px 0px #dfdfdf80;
    box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content {
    position: relative;
    background: #fff;
    padding: 52px 50px 38px;
  }
  
  @media (max-width: 1200px) {
    .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content {
      padding: 42px 30px 38px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--e-global-color-primary);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .icon-quote {
    font-size: 62px;
    line-height: 1;
    color: #EDF3F6;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-image {
    position: relative;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-image img {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 2px solid transparent;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-content {
    padding-bottom: 35px;
    font-size: 20px;
    font-style: italic;
    line-height: 38px;
  }
  
  @media (max-width: 1024px) {
    .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-content {
      font-size: 18px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-information {
    margin: 10px 0 0;
    line-height: 26px;
    position: relative;
    display: block;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-information .testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: block;
    font-family: var(--fdsa-heading-font-family);
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-information .testimonial-job {
    font-size: 16px;
    display: block;
    color: var(--fdsa-body-color);
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-stars {
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-stars i {
    color: #ccc;
    margin-right: 6px;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-stars i:last-child {
    margin-right: 0;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-stars i.active {
    color: var(--e-global-color-primary);
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-meta {
    position: absolute;
    left: 50px;
    top: 100%;
    margin-top: -50px;
    z-index: 11;
  }
  
  @media (max-width: 1200px) {
    .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content .testimonial-meta {
      left: 30px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content:hover:after {
    width: 100%;
  }
  
  .gsc-testimonial .testimonial-item.style-3 .testimonial-item-content:hover .testimonial-image img {
    border-color: var(--e-global-color-primary);
  }
  
  .gsc-testimonial .testimonial-item.style-4 .icon-quote {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .gsc-testimonial .testimonial-item.style-4 .testimonial-content {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  
  @media (max-width: 1024.98px) {
    .gsc-testimonial .testimonial-item.style-4 .testimonial-content {
      font-size: 22px;
      line-height: 36px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-4 .testimonial-name {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  
  @media (max-width: 1024.98px) {
    .gsc-testimonial .testimonial-item.style-4 .testimonial-name {
      font-size: 24px;
      line-height: 36px;
    }
  }
  
  .gsc-testimonial .testimonial-item.style-4 .testimonial-job {
    font-size: 16px;
    line-height: 1;
  }