.consultingHeader{
    background:url('../images/slider3b.png') no-repeat center 10px fixed;
    background-size:cover;
    min-height: 150px
}

.consultingHeader .consultingPhoto img{
    position: relative;
    top: 55px;
    border: 8px solid #FFF;
    border-radius: 15px;
    width: 130px;
    height: 130px;
}

.consultingHeader .consultingPhoto span{
    color: #FFF;
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: 60px;
}

.consultingHeader .consultingPhoto span .breadcrumb{
    padding: 0;
    list-style: none;
    background-color: transparent;
    display: inline;
}

.consultingHeader .consultingPhoto span .breadcrumb a{
    color: #FFF;
}

.consultingBody{
    margin-top: 60px;
    margin-bottom: 70px;
}

.consultingBody .section1{
    max-width: 620px;
    text-align: justify;
}

.consultingBody .consultingImg img{
    margin-top: 40px;
    margin-bottom: 40px;
}

.consultingBody .section1 h2{
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 14px 0;
}

.consultingBody .section1 p{
    word-spacing: 2px;
    line-height: 22px;
    font-size: 15px;
}

.consultingBody .section1 h4{
    font-size: 18px;
    font-weight: bold;
    margin-top:30px;
}

.consultingBody .section1 ul li{
    word-spacing: 2px;
    line-height: 22px;
    font-size: 15px;
}

@media (max-width:767px){
    .section1 ul li{
    word-spacing: 0px;
    font-size: 12px;
    }
}