.rs-testimonial.main-home .testi-item .author-desc.custom-carousal {
    background:transparent;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
    min-height: 271px;

  }
  .rs-testimonial.main-home .testi-item .author-desc .desc.custom-carousal {
    text-align: justify;
    position: relative;
    color: #FFF;
    padding: 10px 0px 10px 0px;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400;
  }
  .rs-testimonial.main-home .testi-item .author-part.custom-carousal {
    text-align: center;
    padding-top: 10px;
  }

  .carousal-bg {
    background-color:#172A48;
    opacity: 0.9;
    /* background-image: url(assets/images/bg/testi-home7.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 15px 10px 15px;
    border-radius: 5px 5px 5px 5px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    
  }

  .rs-testimonial.main-home .testi-item .author-part .name.custom-carousal {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
  }
  /* #custom-carousal-block{
    box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
  } */