.testimonial_blocks_parent
{
    padding-top: 10px;
    padding-bottom: 40px;
}
.testi_block
{
    width: calc(50% - 17px);
    float: left;
    margin-right: 34px;
    margin-bottom: 36px;
}
.testi_block:nth-child(2n)
{
    margin-right: 0;
}
.testi_block_inn
{
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 40px 20px;
}
.testi_content_inn
{
    padding-top: 14px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.testi_quote_img
{
    margin-bottom: 40px;
}
.testi_content_inn p
{
    padding: 0 35px 30px;
    font-size: 18px;
    line-height: 24px;
    color: #161717;
    font-family: 'BrandonGrotesque-Light';
}
.testi_client_part
{
    padding-top: 25px;
    text-align: center;
}
.testi_client_part h4
{
    font-size: 18px;
    line-height: 20px;
    font-family: 'BrandonGrotesque-Medium';
    font-weight: normal;
    color: #004b70;
}
.loadmore_button {
    padding: 12px 20px;
    background: #12b4ef;
    display: block;
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    margin: 10px auto 0;
    width: 150px;
    text-align: center;
}
.loadmore_button input{
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-family: 'BrandonGrotesque-Bold';
}
.loadmore_button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12b4ef;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.loadmore_button:before {
    background: rgb(3,50,109);
    background: -moz-linear-gradient(left, rgba(3,50,109,1) 0%, rgba(72,170,219,1) 50%, rgba(3,50,109,1) 100%, rgba(3,50,109,1) 100%, rgba(72,170,219,1) 100%, rgba(3,50,109,1) 100%);
    background: -webkit-linear-gradient(left, rgba(3,50,109,1) 0%,rgba(72,170,219,1) 50%,rgba(3,50,109,1) 100%,rgba(3,50,109,1) 100%,rgba(72,170,219,1) 100%,rgba(3,50,109,1) 100%);
    background: linear-gradient(to right, rgba(3,50,109,1) 0%,rgba(72,170,219,1) 50%,rgba(3,50,109,1) 100%,rgba(3,50,109,1) 100%,rgba(72,170,219,1) 100%,rgba(3,50,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03326d', endColorstr='#03326d',GradientType=1 );
}
.loadmore_button:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* -- 
font-family: 'Playfair Display', serif;
 font-family: 'BrandonGrotesque-Regular';
font-family: 'BrandonGrotesque-Medium';
font-family: 'BrandonGrotesque-Light';
font-family: 'BrandonGrotesque-Bold';
-- */