/*
** SERVICES PAGE CSS
**
*/

body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: white;
}

/*Page Label*/
.header-img {
    height: 300px;
    background-image: url("../../img/service.jpg");
    background-size: cover;
    margin-bottom: 100px;
}

.header-img .well {
    display: block;
    width: 350px;
    margin: 0 auto;
    top: 240px;
    position: relative;
    border-radius: 10px !important;
}

.header-img .well .breadcrumb {
    position: relative;
    margin: 0 auto;
    text-align: center;
    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;
}

/*SECTION 2 START*/
#services-section2 {
    position: relative;
    height: auto;
    padding: 140px 80px 0 80px;
}

.content-container {
    position: relative;
    height: auto;
    padding: 50px 100px 50px 100px;
}

.content-container h1 {
    color: red;
    font-weight: 300;
    font-size: 1.8em;
}

#services-hr {
    border: none !important;
    height: 2px !important;
    background: #EE1D23 !important;
    margin-top: 12px;
    margin-bottom: 15px;
}

.active {
    color: #EE1D23 !important;
}

.content-container .nav .nav-item a{
    display: block;
    color: #333333;
    font-weight: 400;
}

.service-img-container {
    width: 100%;
}

.service-img-container p{
    font-size: 1.0em;
    line-height: 28px;
    margin-top: 25px;
}

.content-container .row .col-md-9 {
    padding-left: 100px;
}

.service-img-container img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}

/*SECTION 2 END*/

.serv-list {
    padding-top: 15px;
}

.serv-list li{
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    margin-top: 10px;
}