

/*=======================================================================
                    Tabs
=========================================================================*/
#bvm_tabs.bvm_padding{
    background: url(../img/background/web-designers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

#bvm_tabs .tabs_opacity{
    background-color: #48575e;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#bvm_tabs .bvm_nav_tab{
    position: relative;
}
#bvm_tabs .tab-content{
    position: relative;
    border: 1px solid #f0c31f;
    padding: 50px 50px;
}
#bvm_tabs .bvm_nav_tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#bvm_tabs .tab-content .bvm_tab_info{
    /* text-align: center; */
    display: block;
    border: 1px solid #3f7853;
    background-color: rgba(0, 0, 0, 0.25);
    margin: -25px 0px;
    padding: 20px;
}
#bvm_tabs .tab-content .bvm_tab_info p{
  font-size: 18px;
  color: #ffff;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  margin: 0;
  letter-spacing: 1px;
  line-height: 35px;
}
#bvm_tabs .tab-content .bvm_tab_info .round_img{
    width: 60px;
    background: #fff;
    border-radius: 65px;
    padding: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#bvm_tabs .tab-content .bvm_tab_info .round_img img{
    width: 45px;
    margin: 0 auto;
    padding: 2px;
}
#bvm_tabs .nav-tabs .nav-item.show .nav-link, #bvm_tabs .nav-tabs .nav-link.active {
    color: #010101;
    background-color: #f0c31f;
    border-color: #f0c31f;
    border-bottom: 0;
}
#bvm_tabs .nav-tabs .nav-link{
    color: #f0c31f;
    border: 1px solid #f0c31f;
    margin: 0px 10px 0px 0px;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-transform: uppercase;
    border-bottom: 0;
    padding: .75rem 1.5rem;
}
#bvm_tabs .tab-view-more{
    position: relative;
    margin: 20px auto 0;
    display: block;
    width: 100%;
    text-align: center;
}
#bvm_tabs .tab-view-more a{
    text-decoration: none;
    font-size: 15px;
    color: #010101;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    background: #f0c31f;
    padding: 6px 10px;
    border-radius: 6px;
    /*text-transform: uppercase;*/
    transition: 0.3s;
}
#bvm_tabs .tab-view-more a:hover{
    color: #fff;
    background: #ff585d;
    letter-spacing: 0.02rem;
}
#bvm_tabs .tab-view-more a i{
    margin-left: 10px;
}
