html .page .text-primary {
	color: #12336A;
}

.rd-navbar-static .rd-navbar-megamenu
{
	background: #0c3a18;
}

.rd-navbar-main-outer
{
	background-color: #E9F4EE;
}

.bg-gray-700
{
	background-color: #081c40 !important;
}

.bg-gray-100
{
	background-color: #E8EEF6 !important;
}

.button.button-primary, .button.button-primary:focus
{
	background-color: #081c40;
	border-color: #081c40;
}

.button.button-primary:hover, .button.button-primary:active {
	color: #fff;
	background-color: #12336A;
	border-color: #12336A;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #081c40;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #fff;
	background: #081c40;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #081c40;
}

a, a:focus, a:active {
	color: #081c40;
}

.link-default:hover {
	color: #081c40;
}

.ui-to-top {
	background: #12336A;
}

.bg-primary {
	background-color: #12336A;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #081c40;
}

.swiper-pagination.swiper-pagination-modern .swiper-pagination-mark {
	background: #3e980b;
}

.card-corporate .card-title a[aria-expanded='true'], .card-corporate .card-title a:hover {
	color: #3e980b;
}

.card-corporate .card-arrow {
	color: #3e980b;
}

.list-0 li i
{
	color: rgb(18, 64, 150) !important;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link
{
	color: rgb(18, 64, 150);
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: rgb(18, 64, 150);
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: rgb(18, 64, 150) !important;
	background: transparent;
}

.button-primary-outline, .button-primary-outline:focus
{
	border-color: rgb(18, 64, 150);
}

.text-primary
{
	color: #12336A;
}

.bg-success
{
	background-color: #12336A;
}

.align-items-start strong
{
	color: #12336A;
}

.text-image-left li i, .text-image-right li i
{
	color: #12336A;
}

.btn-primary, .btn-primary:active, .btn-primary:focus
{
	background: #12336A;
    border-color: #12336A;
}

a:hover
{
	color: rgb(18, 64, 150);
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: rgb(18, 64, 150);
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #fff;
	background: #12336A;
}


#vdz_cb_widget
{
	background-color: rgb(18, 64, 150);
	border-color: rgb(18, 64, 150);
}

.text-muted, .alert-heading
{
	color: #12336A !important;
}

h6,
.heading-6 {
	color: rgb(18, 64, 150);
}













 .jumbotron-classic {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
  }

  .parallax-content {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .jumbotron-classic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .jumbotron-classic-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
    max-width: 800px;
  }

  .title-decorated {
    color: #4CAF50;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }

  .card {
    transition: all 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
  }

  .bookkeeping-qualifications li,
  .bookkeeping-scope-list li {
    padding-left: 0;
    transition: transform 0.2s ease;
  }

  .bookkeeping-qualifications li:hover,
  .bookkeeping-scope-list li:hover {
    transform: translateX(5px);
  }

  @media (max-width: 991px) {

    .jumbotron-classic {
      min-height: 50vh;
    }
    
    .jumbotron-classic-content {
      text-align: center;
    }
  }

  .box-cta-thin {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .box-cta-thin h3 {
    color: white;
    margin-bottom: 1rem;
  }

  .box-cta-thin p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
  }