/* ---------------------------------- */
/* Testimonials
------------------------------------- */
#testimonials {
    position: relative;
    margin-top: 0;
    background-color:#0081db;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#testimonials:after {
    font-family: 'Simple-Line-Icons';
    position: absolute;
    height: 87px;
    font-size: 40px;
    color: #fff;
    width: 87px;
    border-radius: 0%;
    background-color: #0081db;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 87px;
}

#testimonials:before {
    content:"";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #0081db;
    position: absolute;
}

.testimonials-slider {
    text-align: center;
}

.testimonials-slider li p {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
    padding: 50px 60px 50px;
}

.testimonials-slider li p span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}

.testimonials-slider .slick-dots{
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: 24px;
    text-align: center;
    z-index: 999;
    left: 0;
}
.testimonials-slider .slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.testimonials-slider .slick-dots li.slick-active{
    background: #fff;
    cursor: default;
}
@media (max-width: 1239px) {
    .testimonials-slider li p { padding: 75px 40px 75px 40px; }
}
@media (max-width: 991px) {
    .testimonials-slider li p {padding: 70px 40px 87px 40px;}
    .testimonials-slider .slick-dots{
        bottom: 50px;
    }
}
@media (max-width: 767px) {
    .testimonials-slider li p {
        padding: 32px 10px 46px 10px;
        font-size: 16px;
        line-height:130%;
    }



.testimonials-slider li p span{
font-size: 14px;
}
.testimonials-slider .slick-dots{
        bottom: 24px;
    }
}


@media screen and (min-width:768px) and (max-width:1023px){
      .testimonials-slider li p {
         padding: 70px 40px 70px 40px;
         line-height:100%;
}
    .testimonials-slider li:before{
        font-size:14em;
        float:left;
}
    .testimonials-slider li p{
        font-size:22px;
}
}