.newpage-bg {
    background: linear-gradient(0deg, rgba(0, 22, 65, 0.7), rgba(0, 22, 65, 0.7)), url('../images/newpage/Rectangle40.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ourteam-bg {
    background: linear-gradient(0deg, rgba(0, 22, 65, 0.7), rgba(0, 22, 65, 0.7)), url('../images/newpage/our-team.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.newpage ul.breadcrumb {
    padding: 0px;
    list-style: none;
    background-color: #52ADD9;
    display: block;
    width: 130px;
    border-radius: 6px;
    height: 28px;
}
.newpage ul.breadcrumb li a{
   color:white;
    text-decoration: none;
}

.newpage ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

.newpage ul.breadcrumb li+li:before {
    padding: 0px;
    color: white;
    content: "/\00a0";
}