/* colors
dark-red #b0132b
light-red #cf3c2f
*/

a:hover {
    text-decoration: none;
    color: #b0132b;
  }

/* sets a fixed header hight for scroll up */
.fixed-header-on .header.fixed, .fixed-header-on header.header.transparent-header-on {
    position: fixed;
    width: 100%;
    height: 95px;
}

.logo_hd {
    width: 200px;
  margin-top: 10px;
}
.fixed-header-on .logo_hd {
    width: 180px;
    margin-top: 0;
}

.navbar-default .navbar-nav > li > a {
    padding: 38px 0px 38px 15px;
    font-size: 22px;
    font-weight: 400;
}

.support {
  background: rgb(176,19,43);
  background: linear-gradient(90deg, rgba(176,19,43,1) 0%, rgba(207,60,47,1) 100%);
  color:#fff;
  padding:10px;
}

.card .btn-blue {
    color: #fff;
    border: 1px solid #b0132b;
    background: rgb(176,19,43);
    background: linear-gradient(90deg, rgba(176,19,43,1) 0%, rgba(207,60,47,1) 100%);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background: rgb(176,19,43);
    background: linear-gradient(90deg, rgba(176,19,43,1) 0%, rgba(207,60,47,1) 100%);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #b0132b;
}

.nav-tabs li p {
    font-weight: 100;
  /*  min-height: 60px;*/
  }

.slideshow .slider-revolution-5-container .tp-mask-wrap .dark-translucent-bg {background:none;}

@media (max-width: 1199px) {
  ul.nav.nav-tabs li {width:100%;display:block;}
  .tab-content .tab-pane {margin-right:2px;}
  .nav-tabs {border-bottom: 0px solid #ddd;}
   ul.nav.nav-tabs li br {display:none}
}

.modal-content .modal-header {
    background-color:#05345d;
}

.redgrad {
  background: rgb(176,19,43);
  background: linear-gradient(90deg, rgba(176,19,43,1) 0%, rgba(207,60,47,1) 100%);
  }
.ap-box.redgrad .btn {
    background: transparent !important;
    border-color: #ffffff;
    margin-top: 15px;
}


