/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2019, 7:49:54 PM
    Author     : vivekanands
*/
.tes-row {
    clear: both;
}
.tes-col-4 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    min-height: 1px;
    box-sizing: border-box;
    width: 33.333333333333336%;
}
.p-4.text-center {
    text-align: center;
}

@media (max-width: 940px) {
    .tes-col-4 {
        float: none;
        width: 100%;
    }

}

.bg-color-whit{background-color:#ffffff;}
.sayin-wrapper{padding: 40px 0px 1px 0px;}
.p-4.text-center.sayin-bg-col {
    padding: 0.5rem 1rem;
}
.sayin-bg-col{
    padding: 0.5rem 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.line-up{
    background: #fff;
    color: #fff;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);}
.line-down{
    background: #fff;
    color: #fff;
    height: 1px;
    position: relative; 
    margin-right: 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.quote-down{text-align: right;}
.quote-up{text-align: left;}
.quote-up > i.fa-quote-left{float: left;font-size: 25px;margin-top: -10px;margin-right: 10px;}
.quote-down >i.fa-quote-right{margin-top: -22px;margin-left: 10px;float: right;font-size: 25px;}
.testimonial-link{text-decoration:none;color: #4f90ca;font-size: 11px;margin-top: 15px;display: block;}
.syin-auhor{font-size: 16px;color: #000;}
.sayin-txt{font-size: 16px;line-height: 25px;font-weight: 600;min-height: 125px;margin-bottom: 2px;}
.member-blog-widget {
    background: #fff;
    padding: 2rem;
}