.wk-our-investor {
  background-size: cover !important;
  padding: 100px 0;
}

.wk-investor-logo .row{
      align-items: center;
}

.wk-our-investor .section-desc {
  color: var(--text-primary-color);
}

.wk-our-investor .section-heading {
  color: var(--text-primary-color);
}
.wk-our-investor .wk-investor-testimonial {
  background: rgb(255,255,255, 0.05);
  padding: 40px 0;
  border-radius: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .wk-our-investor .wk-investor-testimonial {
      padding: 80px 0;
  }
}
.wk-our-investor .wk-investor-testimonial .logo {
  width: 100%;
  padding: 30px 0;
}

.wk-our-investor .wk-investor-testimonial .logo > img{
      max-width: 231px;
	  margin:0 auto;
}

@media (min-width: 992px) {
  .wk-our-investor .wk-investor-testimonial .logo {
      padding: 0 25px;
	  margin-bottom:30px;
  }
}
@media (min-width: 992px) {
  .wk-our-investor .wk-investor-testimonial .logo {
      padding: 0;
  }
}
.wk-our-investor .wk-investor-testimonial .quote > p {
  padding: 0 20px;
  color: var(--text-primary-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 146.5%;
}
@media (min-width: 992px) {
  .wk-our-investor .wk-investor-testimonial .quote > p {
    padding-left: 0;
    padding-right: 0px;
	font-size:30px;
	line-height: 43.95px;
  }
}
.wk-our-investor .wk-investor-testimonial .author {
    padding: 20px;
    color: #fff;
}

.wk-our-investor .wk-investor-testimonial .author .name{
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
}

.wk-our-investor .wk-investor-testimonial .author .desg{
  font-size: 16px;
  line-height: 148%;
  font-style: italic;
}

@media (min-width: 992px) {
  .wk-our-investor .wk-investor-testimonial .author {
      padding: 0;
  }
}
.wk-our-investor .wk-investor-testimonial .author p:last-child {
  font-style: italic;
  margin-bottom: 0;
}
.wk-our-investor .wk-investor-testimonial:after {
  content: "";
  display: block;
  position: absolute;
  height: 140px;
  width: 140px;
  background: url(../../../assets/images/Quote.png) no-repeat;
  background-size: contain;
  bottom: -85px;
  right: 5%;
}
@media (min-width: 992px) {
  .wk-our-investor .wk-investor-testimonial:after {
      bottom: -65px;
  }
}
.wk-our-investor .wk-investor-logo {
  margin-top: 20%;
}
@media (min-width: 992px) {
  .wk-our-investor .wk-investor-logo {
      margin-top: 7%;
  }
}
.wk-our-investor .wk-investor-logo .row > * {
  text-align: center;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wk-our-investor .wk-investor-logo img {
  max-width: 200px;
}

@media (max-width: 991px){
  .wk-our-investor{
    padding: 50px 0;
  }
  .wk-our-investor .wk-investor-testimonial .quote > p{
    font-size: 18px;
    font-weight: 400;
  }
  .wk-our-investor .wk-investor-testimonial .logo{
    padding: 0px 20px 30px;
    justify-content: flex-start;
  }
}


.wk-investor-testimonial .btn-wrap .prev-btn,
.wk-investor-testimonial .btn-wrap .next-btn{
    position: relative;
}
.wk-investor-testimonial .btn-wrap .prev-btn .circle,
.wk-investor-testimonial .btn-wrap .next-btn .circle{
    width: 51px;
    height: 51px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 2px;
    border: double 2px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#1f173a, #1f173a), radial-gradient(circle at top left, #EB00C0, #773DBE);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.wk-investor-testimonial .btn-wrap .prev-btn .circle{
    right: 60px;
    transform: rotate(180deg);
}
.wk-investor-testimonial .btn-wrap .prev-btn:after,
.wk-investor-testimonial .btn-wrap .next-btn:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100%);
    background: linear-gradient(to bottom, #773DBE, #EB00C0);
}
.wk-investor-testimonial .btn-wrap {
    position: relative;
    height: 60px;
    width: 110px;
    margin: 0 auto 25px;
    top: 60px;
    display: none;
}
@media (max-width: 991px){
  .wk-investor-testimonial .btn-wrap{
    top: 30px;
  }
}

@media (max-width: 767px){
  .wk-investor-testimonial .btn-wrap{
    top: 0;
  }
}

@media (max-width: 574px){
  .wk-our-investor .wk-investor-logo img{
    max-width: 100%;
  }
}


/* Light Version */
.wk-our-investor.light {
    background: var(--weka-light-gray);
}
.wk-our-investor.light .wk-investor-testimonial {
    background: var(--wk-dark-grey);
}
.wk-our-investor.light .wk-investor-testimonial .quote > p {
    color: var(--wk-cta-color-opt2);
}
.wk-our-investor.light .wk-investor-testimonial .author{
  color: var(--wk-cta-color-opt2);
}
.wk-our-investor.light .wk-investor-testimonial .btn-wrap .prev-btn .circle, 
.wk-our-investor.light .wk-investor-testimonial .btn-wrap .next-btn .circle{
  background-image: linear-gradient(var(--wk-dark-grey), var(--wk-dark-grey)), radial-gradient(circle at top left, #EB00C0, #773DBE);
}