.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.navbar-inverse {
    background-color: #C9302C;
}
.navbar-nav>li>a {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    line-height: 13px;
}
.navbar-inverse .navbar-nav>li:hover{
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.navbar{
  border: 0px;
}
  .navbar-inverse .navbar-nav>li>a:hover{
    color: white;
}
 
@media print {
  @page { margin: 0; }
  body { margin: 1.6cm; }
}
.no-padding{
  padding: 0px;
}
.txtblack{
  color: #000;
}
.txtblue{
  color: darkblue;
}
.txtred{
  color: red;
}
.txtgreen{
  color: green;
}
.txtyellow{
  color: yellow;
}
.txtwhite{
  color: white;
}
.txtcenter{
  text-align: center;
}
.txtright{
  text-align: right;
}
.txtupper{
  text-transform: uppercase;
}
.bgwhite{
  background-color: #fff;
}
.bgblack{
  background-color: #000;
}
.brand-name{
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.sidebar-dropdown a{
  color: #fff;
   text-decoration: none;
}
.sidebar-dropdown a :hover{
  color: #fff;
  text-decoration: none;
}
#side-drop{
  color: #fff;
  text-decoration: none;
}
.side-caret{
  font-size: 12px;
  color: #fff;
}
.servicedrop li{
  background-color: lightslategrey;
}
.servicedrop li a{
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer{
  background-color: #4682B4;
  color: #fff;
  text-align: center;
  padding: 6px;
  box-shadow:inset 0px 0px 5px 0px black;
}
#footer a{
  color: yellow;
}
.main-container{
  min-height: 100vh;
  /*font-size: 16px;*/
}
.logo-image{
  height: 120px;
  width: 120px;
}
.bx-shdw{
  box-shadow: inset -1px 0px 10px 0px #000;
}
#topbar-header{
    background-color: #4682B4;
    /*position: fixed;*/
    width: 100%;
    z-index: 9999;
}
@media (max-width: 768px) {
    #topbar-header {
        width: 100%;
    }
  }
#backToTop{
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  cursor: pointer;
  display: none;
  color: #4682B4;
  border-radius: 0px;
  z-index: 1;
  background: transparent;
  border: 1px solid #4682B4;
}
.navbar-toggle{
  margin: 5px;
  padding: 5px;
}
.title{
    background-image: url('../images/title.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-size: 500px 100px;
    height: 65px;
    padding-top: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.profile-image{
  height: 150px;
  width: 140px;
}
.hide{
  display: none;
}
.btn-circle{
  border-radius: 50%;
}