/* Testimonials */
#testimonial-slider {
    color: #fff
}
#testimonial-pics {
    text-align: center;
    margin-bottom: 25px
}
.testimonial-pic {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    opacity: 0.5;
}
.testimonial-pic:hover, .testimonial-pic.current {
    opacity: 1
}
.testimonial-pic img {
    width: 100%;
    height: auto
}
.testimonial-controls {
    text-align: center
}
.testimonial-control {
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 3px
}
.testimonial-control:hover, .testimonial-control.current {
    background-color: #999;
    cursor: pointer;
}
#testimonial-list {
    text-align: center;
    padding-left: 0px
}
#testimonial-list blockquote {
    border-left: none;
    font-style: italic;
    font-size: 1.6em;
    line-height: 1.8;
    margin: 0 auto;
    padding: 25px;
    position: relative
}
#testimonial-list blockquote:before, #testimonial-list blockquote:after {
    font-size: 5em;
    color: #6896b1 ;
    position: absolute;
    width: 30px;
    height: 30px   
}
#testimonial-list blockquote:before {
    content: "\201C";
    top: -40px;
    left: -50px
}
#testimonial-list blockquote:after {
    content: "\201D";
    right: -20px;
    bottom: 130px
}
@media (max-width: 911px){
    #testimonial-list blockquote {
        font-size: 1.2em
    }
    #testimonial-list blockquote:before {
        left: -20px
    }
    #testimonial-list blockquote:after {
        right: 15px;
    }    
}
#testimonial-list footer {
    color: #fff;
    font-style: normal;
    font-weight: 100;
    padding-top: 25px
}
#testimonial-list footer:before {
    content: ""
}
.testimonial {
    display: none;
    max-width: 650px;
    margin: 0 auto;
    list-style-type: none;
}
#testimonial-list .testimonial.current {
    display: block;
    background-image: none    
}
.custory {
    font-size: 0.9em;
    padding-top: 5px;    
}
.custory a, .custory a:visited {
    color: #fff;
}
.custory:before {
    content: "\f345\f345";
    font-family: dashicons;
    font-size: 14px;
    letter-spacing: -7px;
    padding-right: 8px;
    vertical-align: middle
}

/* Team */
.team-member {
    clear: both;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D7D7D7;
    min-height: 190px
}
@media (max-width: 991px){
    .team-pic {
        float: left
    }
}
.team-pic img {
    border-radius: 75px;
}
#team h3, #team h4 {
    clear: none
}
.team-member h3 {
    color: #26688F;
    text-align: left
}
.team-member h4 {
    color: #90a93d;
}

/* Case studies */
.case-study-inner {
    background-color: #fff;
    padding: 35px 25px 0;
    margin: 0 15px;    
}
.case-study h3 {
    color: #26688F;
    text-align: left;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.6
}
@media (min-width: 992px){
    .case-study-inner {
        height: 450px;
        margin-bottom: 30px
    }
    .cs-img {
        height: 150px;
        display: block;
        position: relative;
    }    
    .cs-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .cs-more {
        position: absolute;
        bottom: 20px;           
        font-weight: 600;
        margin-bottom: 35px;
		width: 80%
    }    
}

.cs-more:before {
    content: "";
    height: 1px;
    display: block;
    width: 80px;
    background-color: #cccccc;
    margin-bottom: 20px
}
