.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin: -0.125rem 0 0;
}
.nav-item a.nav-link:link,.nav-item a.nav-link:visited{color:#512E5F;}/*#363233*/
.nav-item a.nav-link:hover{color:#007bff;}
.btn-warning{
    color: #0D034D;
    background-color: #FCB906;
    border-color: #FCB906;
}
#termsTabs .active{
    background-color: #007bff!important;
    color: #fff;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.jumbotron{
background-color:#39283E;/**/
color:#FFC300;/*#FCB906*/
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
background: #fff;
padding: 10px 0;
border-bottom: 1px solid #eee;
font-size: 14px;
}

#topbar .contact-info a {
line-height: 1;
color: #444;
transition: 0.3s;
}

#topbar .contact-info a:hover {
color: #428bca;
}

#topbar .contact-info i {
color: #428bca;
padding: 4px;
}

#topbar .contact-info .icofont-phone {
padding-left: 20px;
margin-left: 10px;
}

#topbar .social-links a {
color: #5c768d;
padding: 4px 12px;
display: inline-block;
line-height: 1px;
transition: 0.3s;
}

#topbar .social-links a:hover {
color: #428bca;
}
