
/*Page Label*/
.header-container {
    margin-bottom: 140px;
}

.header-img {
    height: 300px;
    background-image: url("Industry.jpg");
    background-size: cover;
}

.header-img .well {
    display: block;
    height: auto;
    width: 600px;
    top: 240px;
    position: relative;
    left: 10em;
    border-radius: 10px !important;
}

.header-img .well .breadcrumb {
    position: relative;
    background-color: transparent;
}

.header-img .well h3 {
    margin-top: 0;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

/*Custom breadcrumb*/
.breadcrumb > li + li:before {
    font-family: FontAwesome, sans-serif;
    content: "\f178";
    color: #8f949c;
    padding: 0 10px;
}

.breadcrumb li {
    font-size: 1.2em;
}

.breadcrumb li a {
    color: #8f949c;
}

.breadcrumb li.active {
    color: red;
}

.breadcrumb h4 {
    font-weight: 500;
}

/*Page content CSS*/
.industry-content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 80px 70px 80px;
}

i.fa-chevron-circle-right {
    margin-right: 1em;
}

.industry-content h3 {
    color: red;
}

.industry-content  hr {
    background: red;
}

.industry-content li.active a{
    color: red !important;
}

.industry-content li.list-group-item a{
    color: #333333 ;
    font-weight: 400 !important;
}

.industry-content .list-group-item {
    margin-bottom: 10px;
    list-style: none none !important;
}

.industry-content .col-md-8 {
    padding-left: 70px;
}

.ind-img {
    margin-top: 2em;

}

.ind-img img{
    object-fit: cover;
    height: 300px;
    width: 100%;
}
