/* services details */

.breadcrumb{
    padding-top: 110px;
    background-color: white;
}

.breadcrumb ul {
    list-style: none;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb a:link {
    text-decoration: none;
    color: rgb(84 175 230) !important;


}

.breadcrumb ul li+li:before {
    padding: 8px;
    color: black;
    content: ">";
}

.breadcrumb ul li a:hover {
    color: rgb(84 175 230);
    text-decoration: underline;

}


.service-header {
    width: auto;
    border-bottom: 2px solid rgb(84 175 230)
}

.service {
    border-right: 2px solid rgb(230 230 230);
    padding: 5px;
}

.service img,.aboutus-img {
    width: 98%;
    height: 50vh;
    border-radius: 10px;
}

.service-paraghaph {
    word-wrap: break-word;
    word-spacing: 5px;
}

.other-serevice {
    background-color: rgb(255 255 0255);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 2%;

}

.other-serevice p {

    width: 90%;}