.breadcrumb-wrap
{
    padding: 125px 0 70px;
}

.breadcrumb-title .breadcrumb-menu li:last-child
{
    color: #043e77;
}

.breadcrumb-wrap .container .br-shape-two
{
    margin-top: 5%;
    rotate: -45deg;
}

.breadcrumb-wrap .container .br-shape-four
{
    margin-top: 8%;
    rotate: 28deg;
}

.post-para p,
.post-para ol li
{
    color: #000;
}

.goinner
{
    margin-left : 5%;
}


@media only screen and (max-width: 767px) 
{
    .content-wrapper {
        margin-top: 50%;
    }
    .breadcrumb-wrap {
        padding: 25px 0 21px;
        height: inherit !important;
    }
    .breadcrumb-title .breadcrumb-menu li:last-child
    {
            font-size: 11px;
    }
    article h1, .service-desc h1, .terms-wrap h1
    {
        font-size: 21px;
        line-height: 30px;
    }
} 