/* Services Section
--------------------------------*/
#service {
    padding: 30px 0 40px 0;
    position: relative;
    width: 100%;
    color: white;
}
#service .container{
    height: 100%;
}

#service .container {
    position: relative;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

#service .section-service-left{
    height: 100%;
}

#service .section-service-right{
    height: 100%;
}

#service .section-service-content {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

#service nav,
#service nav .nav{
    display: block;
    height: 100%;
}
#service  .nav-tabs {
    border-bottom: none;
}
#service nav .nav > li{
    height: 20%;
    border: none;
}

#service .nav-tabs .nav-item.show .nav-link,
#service  .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

#service .nav-tabs .nav-link:focus, #service .nav-tabs .nav-link:hover {
    border: none;
}
#service nav .nav > li > a{
    text-align: left;
    font-size: 1.5em;
    color: white;
    padding-top: 0;
    border: none;
}
#service nav .nav > li:hover > a{
    color: white;
    font-weight: bold;
    border: none;
}
#service nav .nav > li  a.nav-item.nav-link.active{
    font-weight: bold;
    text-decoration: underline;
}

#service  .tab-pane{
    display: none;
    font-size: 1em;
    min-height: 480px;
    text-align: left;
}

#service  .tab-pane.active{
    display: block;
}

#service .mobile{
    text-align: left;
}

@media (max-width: 767px) { 
    #service {
       height: auto;
       min-height: 100vh;
    }
    #service .container {
        min-height: 600px;
        top: 0;
        transform: translateY(0);
        background-position: center;
    }
    #service .title.selected h4 {
        text-decoration-line: underline;
    }
}