/*************************
    testimonial
*************************/
.main-testi {
    background: url(../../images/bg/05.jpg) center center no-repeat fixed;
    background-size: auto auto;
    background-size: cover;
}

.testimonial {
    position: relative;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.testimonial-avatar {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -45px;
    width: 120px;
    height: 120px;
}

.testimonial-avatar img {
    border: 2px solid #ffc038;
    max-width: 100%;
    border-radius: 50%;
}

.testimonial-info {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    font-style: italic;
}

.testimonial-info:before {
    position: absolute;
    top: -15px;
    left: -35px;
    color: #ffc038;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 100px;
}

.author-info {
    color: #fff;
    /*text-transform:uppercase;*/
    margin-top: 20px;
    position: relative;
    line-height: 28px;
}

.author-info strong {
    font-weight: 500;
    display: block;
    font-size: 16px;
}

.author-info b {
    font-weight: 400;
    display: block;
    font-size: 14px;
}

.author-info span {
    font-weight: normal;
    color: #ffc038;
    text-transform: none;
    font-size: 14px;
}

/* Light */
.testimonial.light {
    background: #fff;
}

/* Text White */
.text-white .testimonial,
.testimonial.text-white {
    color: #fff;
}

.text-white .testimonial .author-info {
    color: #fff;
}

/* Clean */
.testimonial.clean {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding: 0 50px 25px 70px;
    margin-top: 0;
}

.testimonial.clean .testimonial-avatar {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}

.testimonial.text-white.clean .author-info {
    color: #ffc038;
}

.theme-bg .testimonial.clean {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.theme-bg .testimonial.clean .author-info {
    color: #032323;
}

.theme-bg .testimonial.clean .testimonial-avatar img {
    border-color: #ffffff;
}

.testimonial.text-white.clean .testimonial-info:before,
.testimonial.text-white.clean .author-info span {
    color: #ffffff;
}

.testimonial.text-white.clean .author-info:before {
    background: #ffffff;
}

/* Left Position */
.testimonial.left_pos {
    margin-left: 40px;
    padding: 60px 40px 40px 0px;
    text-align: left;
}

.testimonial.left_pos .testimonial-avatar {
    left: 0;
    margin-top: -50px;
    top: 50%;
}

.testimonial.left_pos .author-info:before {
    margin-left: 0;
    left: 0;
}

/* Bottom Position */
.testimonial.bottom_pos {
    padding: 60px 40px 40px 60px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 70px;
}

.testimonial.bottom_pos .testimonial-avatar {
    bottom: -50px;
    top: inherit;
    left: 0px;
    margin-left: 50px;
}

.testimonial.bottom_pos .author-info {
    margin-left: 125px;
}

.testimonial.bottom_pos .author-info:before {
    margin-left: 0;
    left: 0;
}

/* green BG */
.testimonial.theme-bg {
    background: #ffc038;
    color: #ffffff;
}

.testimonial.theme-bg .testimonial-info:before,
.testimonial.theme-bg .author-info span {
    color: #ffffff;
}

.testimonial.theme-bg .testimonial-avatar img {
    border-color: #ffffff;
    color: #ffffff;
}

.testimonial.theme-bg .author-info:before {
    background: #ffffff;
}