/*
Theme Name: Behalf
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the Upro.dev
Author URI: Upro.dev

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: behalf
 
*/

.breadcrumb span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #071644;
}
.breadcrumb span a span{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1B70B3;
    display: inline-block;
    position: relative;
}
/*.breadcrumb span a span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    background: #1B70B3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}*/
.breadcrumb span.sep {
    display: inline-block;
    margin: 0 3px;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-links span,
.nav-links a {
    background: #00AA9B;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}
.nav-links a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #3B52B2;
}
.single-news .breadcrumb > span:first-child,
.single-news .breadcrumb > span:nth-child(2),
.single-documents .breadcrumb > span:first-child,
.single-documents .breadcrumb > span:nth-child(2){
    display: none;
}
.trust-box a img{
    max-width: 80%;
}