.bg-black{
    background-color: #29334d
}
.slick-dots{
    display: none !important;
}
.testi-wrap{
    padding: 40px 25px;
    /*border: 2px solid #c7c9cb;*/
    text-align: center;
    position: relative;
    background-color: #29334d
}
.testi-section{
    padding-top: 2em;
    padding-bottom: 2em;
}
.testi-section .testi-wrap p {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0 1em
}
.testi-section .testi-wrap small {
    font-size: 14px;
    color: #75b166;
}
.testi-section .testi-wrap .lqoute-img {
    margin: -30px 12px 0 0;
    display: inline-block;
    width: auto
}
.testi-section .testi-wrap .rqoute-img {
    margin: 0 0px -15px 0;
    display: inline-block;
    width: auto;
    padding-left: 10px;
}
.testi-section .slick-arrow.slick-prev{
    left: 25px;
    background-image: url(../images/larrow.png);
}
.testi-section .slick-arrow.slick-next {
    right: 25px;
    background-image: url(../images/rarrow.png);
}
.testi-section .slick-arrow {
    position: absolute;
    bottom: 0 !important;
    background: transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 100%;
    border: none;
    overflow: hidden;
    text-indent: 100px;
    z-index: 10;
}
.testi-section .slick-prev, .testi-section .slick-next{
    display: block !important;
}
