/* AKD Testimonial Widget */
.akd-testimonial-section .akd-testimonial-box {
    background: var(--e-global-color-white);
    width: 100%;
    padding: 40px 43px 40px 35px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
  }
  .akd-testimonial-section .akd-testimonial-box .user-content-outer {
    margin-bottom: 20px;
  }
  .akd-testimonial-section .akd-testimonial-box .user-content {
    padding-left: 20px;
  }
  .akd-testimonial-section .akd-testimonial-box .user-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-family: var(--e-global-heading-font);
    color: var(--e-global-color-primary);
    margin-bottom: 6px;
  }
  .akd-testimonial-section .akd-testimonial-box .designation {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: var(--e-global-body-font);
    display: block;
  }
  .akd-testimonial-section .akd-testimonial-box .content {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-body-font);
    margin-bottom: 22px;
  }
  .akd-testimonial-section .akd-testimonial-box ul {
    line-height: 0;
  }
  .akd-testimonial-section .akd-testimonial-box ul li {
    display: inline-block;
    margin-right: -2px;
  }
  .akd-testimonial-section .akd-testimonial-box ul li i {
    color: var(--e-global-color-yellow);
    font-size: 16px;
    line-height: 12px;
  }
  .akd-testimonial-section .owl-carousel .owl-nav {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
  }
  .akd-testimonial-section .owl-carousel .owl-nav button{
    outline: none;
  }
  .akd-testimonial-section .owl-carousel .owl-nav .owl-prev{
    left: -25px;
    position: absolute;
  }
  .akd-testimonial-section .owl-carousel .owl-nav .owl-prev span, .akd-testimonial-section .owl-carousel .owl-nav .owl-next span {
    font-size: 50px;

  }
  .akd-testimonial-section .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -25px;
  }
  .akd-testimonial-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
    text-align: center;
  }
  .akd-testimonial-section .owl-carousel .owl-dots button:hover {
    background-color: transparent !important;
  }
  .akd-testimonial-section .owl-carousel .owl-dots .owl-dot span {
    background: #d6d6d6;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    display: block;
    border-radius: 100px;
  }
  .akd-testimonial-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-yellow);
  }
  .akd-testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-yellow);
    position: relative;
    display: block;
    border-radius: 100px;
  }
  .akd-testimonial-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
  }
  .akd-testimonial-section .owl-carousel .owl-dots button:focus {
    outline: none;
    background-color: transparent;
  }

  @media screen and (max-width: 767px) {
    .akd-testimonial-section .owl-carousel .owl-dots { margin-top: 30px !important; }
  }