

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*service section css*/

.service_tabe_menu {
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0px;
}

.nav-tabs {
    border-bottom: 0px solid transparent;
}

    .nav-tabs > li > a:hover {
        border-color: transparent;
    }

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

.service .nav-tabs > li > a {
    display: block;
    text-align: center;
    color: #474559;
    /*width: 250px;*/
    height: 180px;
    /*margin-left: 20px;*/
    background: url(../images/stabmenubg.png) no-repeat top center;
    border: 0px;
    transition: all 0.6s;
    position: relative;
    background-position: center;
    background-size: cover;
}

    /*.service .nav-tabs > li > a:hover {
        color: #17519c !important;
    }*/

.service_tabe_menu.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: url(../images/stabmenubghv_lightblue.png) no-repeat top center;
    /*width: 250px;*/
    height: 180px;
    color: #fff;
}

.service_tabe ul li a:hover {
    background: url(../images/stabmenubghv_lightblue.png) no-repeat top center;
    color: #fff;
}

.service_tabe ul li a i {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 25px;
}

.service .tab-content {
    margin-top: 100px;
}
