﻿<style >
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* ---------------------- */
/*       TESTIMONIAL      */
/* ---------------------- */
.parallax-section {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#testimonial {
    padding:0px 0 95px;
    background-image: url(../images/bg-testimonial.jpg);
}

    #testimonial .overlay {
      
    }

.ts-testimonial-slide {
    text-align: center;
    color: #64c4d1;
    width: 85%;
    margin: 0 auto;
}

    .ts-testimonial-slide p {
        font-size: 18px;
        line-height: 20px;
        font-style: italic;
        font-family: 'Droid Serif';
        margin-bottom: 35px;
    }

    .ts-testimonial-slide .ts-testimonial-item {
        margin-bottom: 15px;

    }

        .ts-testimonial-slide .ts-testimonial-item .icon-client {
            background: #ffffff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            float: left;
            text-align: center;
            line-height: 50px;
            margin-top: -10px;
            margin-left: -20px;
        }
            .img {
                border-radius: 50%;
            }
        .ts-testimonial-slide .ts-testimonial-item .infor-client {
            display: inline-block;
            margin: 0 auto;
            width: auto;

        }

        .ts-testimonial-slide .ts-testimonial-item .client-name {
            padding-left: 38px;
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-family: 'Montserrat';
            display: block;
            line-height: normal;
            white-space: nowrap;
        }

        .ts-testimonial-slide .ts-testimonial-item .client-position {
            font-size: 14px;
            font-style: italic;
            line-height: normal;
            padding-left: 38px;
            display: block;
            text-align: left;
        }

            .ts-testimonial-slide .ts-testimonial-item .client-position a {
                color: white;
            }

                .ts-testimonial-slide .ts-testimonial-item .client-position a:hover {
                    color: #5ed9e7;
                }


