.testimonial-v3 {
  padding-top: calc(100vw* 0.03);
  padding-bottom: calc(100vw* 0.03);
  overflow: hidden;
}
.testimonial-v3 .slideItem blockquote {
  border: 0;
  margin-bottom: 30px;
  font-family: Raleway;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  opacity: .3;
  font-size: 1.3vw;
  position: relative;
}
.testimonial-v3 .slideItem.slick-center blockquote {
  opacity: 1;
}
.testimonial-v3 .slideItem.slick-center blockquote .bio {
  background-color: #0074c7;
  border-radius: 20px;
}
.testimonial-v3 .slick-track {
  left: 0px;
  ; position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.testimonial-v3 .slideItem blockquote::before {
  border-color: #0074c7 !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
}
.testimonial-v3 .slideItem blockquote p {
  quotes: "\201C" "\201D";
  position: relative;
  margin-bottom: 40px;
  text-align: left;
  padding: 50px 50px 50px 100px;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  border-radius: 20px;
  line-height: 42.432px;
}

.image-icon.has-bg {
  font-family: Georgia, serif !important;
  font-size: 0px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 70px;
  background-size: cover;
  background-position: center;
  border: none;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  margin-bottom: 17px;
  position: relative;
}

.testimonial-v3 .slideItem blockquote span.testimonial-name {
  display: block;
  font-family: Raleway;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.testimonial-v3 .slideItem blockquote span.title {
  font-family: Raleway;
  font-size: 16px ;
  line-height: 24px;
  font-weight: 500 ;
  color: #000000;
  opacity: .6;
  display: block;

  letter-spacing: -0.01em;
}

.testimonial-v3 .slick-list.draggable {
  padding: 0 !important;
}


.testimonial-v3 .slideItem.slick-center blockquote .bio p span {
  position: absolute;
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 100%;
  left: 50%;
  margin-left: -14px;
  margin-top: -19px;
  opacity: 0;
  transition: all .2s ease;
  opacity: 1;
}

.testimonial-v3 .slideItem blockquote p::before {
  font-family: sans-serif;
  content: open-quote;
  font-size: 130px;
  position: absolute;
  left: 29px;
  top: 50px;
  opacity: .4;
  line-height: 115px;
}

.testimonial-v3 .slideItem.slick-center blockquote .bio p::before {
  color: rgba(0, 0, 0, .27);
}

.testimonial-v3 .slideItem.slick-center blockquote .bio p {
  box-shadow: rgba(0, 0, 0, 0.176) 40px 60px 60px -20px;
  color: #fff;
}

.testimonial-v3 .wrapper button.slick-prev {
  font-size: 0;
  position: relative;
  display: inline-block;
  margin: 12px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;

}

.testimonial-v3 .wrapper button.slick-prev svg.flickity-button-icon {
  left: auto;
  top: 0;
  position: relative;
  width: 12px;
  height: 100%;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1);
  transform: translateX(-4px);
}

.testimonial-v3 .wrapper button.slick-prev::after {
  height: 2px;
  width: 18px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -1px;
  display: block;
  transform-origin: right;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1);
  transform: scaleX(0.9) translateX(0px);
  left: 18px;
  transform-origin: left;
}

.testimonial-v3 .wrapper button.slick-prev::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1), opacity 0.45s cubic-bezier(.15,.75,.5,1);
}

.testimonial-v3 .wrapper button.slick-prev:hover::before {
  transform: scale(1.15);
}

.testimonial-v3 .wrapper button.slick-prev:hover {
  background: #fff;
}

.testimonial-v3 .wrapper button.slick-prev:hover::after {
  transform: scaleX(1.1) translateX(-1px);
}

.testimonial-v3 .wrapper button.slick-next {
  font-size: 0;
  display: inline-block;
  margin: 12px;
  width: 50px;
  height: 50px;
  padding: 0;
  right: 0;
  position: relative;
  background: transparent;

}

.testimonial-v3 .wrapper button.slick-next svg.flickity-button-icon {
  left: auto;
  top: 0;
  position: relative;
  width: 12px;
  height: 100%;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1);
  transform: translateX(5px);
}

.testimonial-v3 .wrapper button.slick-next::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1), opacity 0.45s cubic-bezier(.15,.75,.5,1);
}

.testimonial-v3 .wrapper button.slick-next::after {
  height: 2px;
  width: 18px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -1px;
  display: block;
  transform-origin: right;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1);
  transform: scaleX(0.9) translateX(8px);
}

.testimonial-v3 .wrapper button.slick-next:hover::after {
  transform: scaleX(1.1) translateX(8px);
}

.testimonial-v3 .wrapper button.slick-next:hover::before {
  transform: scale(1.15);
}

button.slick-next:hover {
  background: #fff;
}
.testimonial-v3 .slick-arrow-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  top: -25px;
}

.testimonial-v3,
.testimonial-v3 .slideItem.slick-center blockquote .bio{
  position: relative;
}
.testimonial-v3 .slideItem.slick-center blockquote .bio:after {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-color: #0074C7;
  border-style: solid;
  border-width: 22px 22px 0 0;
  content: "";
  position: absolute;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 28px;
  height: 28px;
  display: block;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  margin-top: -19px;
}
.testimonial-v3.classlink {
  padding-top: 2.4vw;
}

@media(min-width:1500px){
  .testimonial-v3 .wrapper {
    margin: 0 -174px;
    width: auto;
  }
}

@media(max-width:767px){
  .testimonial-v3 .slideItem blockquote {
    font-size: 16px;
  }
  .testimonial-v3 .slideItem blockquote p:before {
    display: none;
  }

  .testimonial-v3 .slideItem blockquote p {
    padding: 30px;

  }
  .testimonial-v3 {
    padding-bottom: 14vw;
  }
  .testimonial-v3 .slideItem.slick-center blockquote .bio p {
    line-height: 1.7;
}
}


.post-testimonial {
    background-color: #0074C7;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0% 5% 0% 5%;
    border-radius: 10px 10px 10px 10px;
}

.post-testimonial .innerRow {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.post-testimonial  .leftImg {
    width: 9.999%;
    display: flex;
}

.post-testimonial .leftImg .inner {
    align-content: center;
    align-items: center;
    display: flex;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 1em 2em 1em 0em;
}

.post-testimonial .innerRow .cnterWrp {
    width: 79.666%;
}

.post-testimonial  .rightImg {
    width: 9.999%;
    display: flex;
    align-items: center;
}

.post-testimonial .rightImg .inner {
    align-content: center;
    align-items: center;
    display: flex;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 1em 0em 1em 2em;
    border-radius: 10px 10px 10px 10px;
}

.post-testimonial .innerRow .cnterWrp .inner {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 2em 2em 2em 2em;
    font-size: 16px;
}

.post-testimonial .innerRow .cnterWrp .inner .elementor-testimonial-content p {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    word-spacing: 0px;
    letter-spacing: 0;
}

.post-testimonial .innerRow .cnterWrp .elementor-testimonial-name {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.post-testimonial .innerRow .cnterWrp  .elementor-testimonial-job {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
}
.post-testimonial .innerRow {
    font-size: 16px;
}
.post-testimonial .innerRow .cnterWrp .elementor-testimonial-meta-inner {
    display: inline-block;
}

.post-testimonial .innerRow .cnterWrp .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle;
    padding-inline-end: 15px;
}

.post-testimonial .innerRow .cnterWrp .elementor-testimonial-image img {
    
    object-fit: cover;
    border-radius: 50%;
    width: 100px;
    height: 100px !important;!
}

.post-testimonial .innerRow .cnterWrp  .elementor-testimonial-details {
    display: table-cell;
    vertical-align: middle;
    text-align: start;
}
.post-testimonial .innerRow .cnterWrp .inner .img-section {
    line-height: 1;
}

@media(max-width:767px){
.post-testimonial {
        margin-top: 30px;
        padding: 5% 5% 5% 5%;
        margin-bottom: 3em;
}

.post-testimonial .leftImg {
    width: 100%;
}

.post-testimonial .leftImg .inner img {
    width: 50px;
}

.post-testimonial .innerRow {
    flex-wrap: wrap;
}

.post-testimonial .leftImg .inner {
    padding: 0em 0em 1em 0em;
}

.post-testimonial .innerRow .cnterWrp {
    width: 100%;
}

.post-testimonial .innerRow .cnterWrp .inner {
    padding: 0em 0em 0em 0em;
}

.post-testimonial .rightImg {
    width: 100%;
}

.post-testimonial .rightImg .inner {
    padding: 1em 0em 0em 0em;
    justify-content: end;
    width: 100%;
}

.post-testimonial .rightImg .inner img {
    width: 50px;
}
}