@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);










body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Montserrat', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #bddded !important;
}
.bg-success {
  background-color: #e25041 !important;
}
.bg-info {
  background-color: #5b6480 !important;
}
.bg-warning {
  background-color: #f7da64 !important;
}
.bg-danger {
  background-color: #0b3461 !important;
}
.btn-primary {
  background-color: #bddded;
  border-color: #bddded;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #81bedd;
  border-color: #81bedd;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #81bedd !important;
  border-color: #81bedd !important;
}
.btn-secondary {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-info {
  background-color: #5b6480;
  border-color: #5b6480;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #3b4153;
  border-color: #3b4153;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3b4153 !important;
  border-color: #3b4153 !important;
}
.btn-success {
  background-color: #e25041;
  border-color: #e25041;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #ba2b1c;
  border-color: #ba2b1c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ba2b1c !important;
  border-color: #ba2b1c !important;
}
.btn-warning {
  background-color: #f7da64;
  border-color: #f7da64;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f3c91b;
  border-color: #f3c91b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f3c91b !important;
  border-color: #f3c91b !important;
}
.btn-danger {
  background-color: #0b3461;
  border-color: #0b3461;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #030f1c;
  border-color: #030f1c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #030f1c !important;
  border-color: #030f1c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #6db4d7;
  color: #6db4d7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #bddded;
  border-color: #bddded;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bddded !important;
  border-color: #bddded !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #255e35;
  color: #255e35;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.btn-info-outline {
  background: none;
  border-color: #313544;
  color: #313544;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5b6480;
  border-color: #5b6480;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6480 !important;
  border-color: #5b6480 !important;
}
.btn-success-outline {
  background: none;
  border-color: #a42619;
  color: #a42619;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e25041;
  border-color: #e25041;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e25041 !important;
  border-color: #e25041 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e9bd0c;
  color: #e9bd0c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f7da64;
  border-color: #f7da64;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7da64 !important;
  border-color: #f7da64 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #010305;
  color: #010305;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0b3461;
  border-color: #0b3461;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0b3461 !important;
  border-color: #0b3461 !important;
}
.text-primary {
  color: #bddded !important;
}
.text-success {
  color: #e25041 !important;
}
.text-info {
  color: #5b6480 !important;
}
.text-warning {
  color: #f7da64 !important;
}
.text-danger {
  color: #0b3461 !important;
}
.alert-success {
  background-color: #e25041;
}
.alert-info {
  background-color: #5b6480;
}
.alert-warning {
  background-color: #f7da64;
}
.alert-danger {
  background-color: #0b3461;
}
.btn-social {
  border-color: #bddded;
}
.btn-social:hover {
  background: #bddded;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #bddded;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #bddded;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #bddded;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #bddded;
}
.lead a,
.lead a:hover {
  color: #bddded;
}
.lead blockquote {
  border-color: #bddded;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9fa6bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1871d4;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #bddded;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#header1-1 .mbr-section-title {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#header1-1 .mbr-section-lead {
  font-size: 36px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header1-1 .mbr-section-lead SPAN {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#header1-1 .mbr-section-lead B {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#features4-3q .card-subtitle {
  color: #bcbcbc;
}
#features4-3q .iconbox {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
#features4-3q H4 {
  color: #0b3461;
}
#features4-3q SPAN {
  font-size: 18px;
}
#msg-box5-ba H3 {
  font-size: 30px;
  color: #0b3461;
}
#msg-box5-bk H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-bi DIV {
  font-size: 25px;
}
#msg-box5-bi H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-be H3 {
  font-size: 30px;
  color: #0b3461;
}
#msg-box5-bc H3 {
  font-size: 30px;
  color: #0b3461;
}
#msg-box5-aq H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-aq B {
  color: #232323;
}
#msg-box5-6u H3 {
  color: #0b3461;
  font-size: 25px;
}
#msg-box5-6u P {
  color: #0b3461;
}
#header3-b9 .mbr-section-title,
#header3-b9 .mbr-section-subtitle {
  text-align: center;
}
#header3-b9 .mbr-section-title {
  font-size: 25px;
  color: #0b3461;
}
#header3-b9 .mbr-section-subtitle {
  color: #000000;
}
#msg-box5-ar H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-ar B {
  color: #232323;
}
#msg-box5-ar P {
  color: #232323;
}
#msg-box5-b0 H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-av H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-av P {
  color: #000000;
}
#header3-aw .mbr-section-title,
#header3-aw .mbr-section-subtitle {
  text-align: center;
}
#header3-aw .mbr-section-title {
  font-size: 13px;
}
#msg-box5-au H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box5-at H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-9h H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-9h B {
  color: #28324e;
}
#msg-box5-ai H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-ai P {
  color: #232323;
}
#msg-box4-4h H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box4-4h P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box5-7t DIV {
  font-size: 25px;
}
#msg-box5-7t H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-9f H3 {
  font-size: 25px;
  color: #ffffff;
}
#msg-box5-9f P {
  color: #ffffff;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #0b3461;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #0b3461;
}
#menu-0 .link {
  font-size: 0.85rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #0b3461;
}
#footer1-2 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#contacts5-69 p,
#contacts5-69 .list-group-text,
#contacts5-69 .form-control-label {
  color: #000;
}
#contacts5-69 strong,
#contacts5-69 h4 {
  color: #7e9b9f;
}
#contacts5-69 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-69 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-69 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-69 H4 {
  color: #28324e;
}
#contacts5-69 P {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#contacts5-69 SPAN {
  font-size: 14px;
  color: #0b3461;
}
#contacts5-69 .list-group-text {
  color: #0b3461;
}







#menu-12 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-12 .navbar-caption {
  color: #ffffff;
}
#menu-12 .navbar-toggler {
  color: #0b3461;
}
#menu-12 .link,
#menu-12 .dropdown-item {
  color: #0b3461;
}
#menu-12 .link {
  font-size: 0.85rem;
}
#menu-12 .dropdown-item,
#menu-12 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-12 .link:hover,
#menu-12 .dropdown-item:hover,
#menu-12 .link:focus,
#menu-12 .dropdown-item:focus {
  color: #c0a375;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-menu {
  background: #e6e6e6;
}
#menu-12 .nav-dropdown-sm .link:focus,
#menu-12 .nav-dropdown-sm .link:hover,
#menu-12 .nav-dropdown-sm .dropdown-item:focus,
#menu-12 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-12 .navbar,
#menu-12 .nav-dropdown-sm,
#menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-12 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-12 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-12 .bg-color.transparent.opened .link:hover,
#menu-12 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-12.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-12 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-12 .close-icon::before,
#menu-12 .close-icon::after {
  background-color: #0b3461;
}
#header1-13 .mbr-section-title {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#header1-13 .mbr-section-lead {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#header1-13 .mbr-section-lead SPAN {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}
#header1-13 .mbr-section-lead B {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #ffffff;
}
#features4-6c .card-subtitle {
  color: #bcbcbc;
}
#features4-6c .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-6c P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#features4-6c H4 {
  color: #0b3461;
}
#msg-box5-as H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-as P {
  color: #232323;
}
#msg-box5-6h H3 {
  font-size: 25px;
  color: #ffffff;
}
#msg-box5-6h P {
  color: #0b3461;
}
#msg-box5-6h DIV {
  font-size: 30px;
}
#msg-box5-84 H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-84 P {
  color: #0b3461;
}
#msg-box5-6n H3 {
  color: #0b3461;
  font-size: 25px;
}
#msg-box5-6n P {
  color: #0b3461;
}
#msg-box5-6l H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-6l P {
  color: #0b3461;
}
#msg-box5-6g H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-6g P {
  color: #0b3461;
}
#footer1-14 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#contacts5-69 p,
#contacts5-69 .list-group-text,
#contacts5-69 .form-control-label {
  color: #000;
}
#contacts5-69 strong,
#contacts5-69 h4 {
  color: #7e9b9f;
}
#contacts5-69 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-69 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-69 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-69 H4 {
  color: #28324e;
}
#contacts5-69 P {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#contacts5-69 SPAN {
  font-size: 14px;
  color: #0b3461;
}
#contacts5-69 .list-group-text {
  color: #0b3461;
}


#msg-box3-4g .mbr-section-title,
#msg-box3-4g p {
  color: #000;
}
#msg-box3-4g .mbr-section-title {
  font-size: 36px;
  color: #0b3461;
}
#msg-box3-4g .lead P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box5-bf H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-bf B {
  color: #232323;
}
#msg-box5-bg H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box5-88 H3 {
  font-size: 30px;
}
#msg-box5-88 DIV {
  color: #0b3461;
  font-size: 25px;
}
#content1-7i P {
  text-align: center;
}
#header3-7h .mbr-section-title,
#header3-7h .mbr-section-subtitle {
  text-align: center;
}
#header3-7h .mbr-section-title {
  font-size: 25px;
  color: #0b3461;
}
#header3-7h .mbr-section-subtitle {
  color: #28324e;
}
#header3-7h .mbr-section-subtitle B {
  color: #0b3461;
}
#content1-7g P {
  text-align: center;
}
#menu-1r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1r .navbar-caption {
  color: #ffffff;
}
#menu-1r .navbar-toggler {
  color: #0b3461;
}
#menu-1r .link,
#menu-1r .dropdown-item {
  color: #0b3461;
}
#menu-1r .link {
  font-size: 0.85rem;
}
#menu-1r .dropdown-item,
#menu-1r .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1r .link:hover,
#menu-1r .dropdown-item:hover,
#menu-1r .link:focus,
#menu-1r .dropdown-item:focus {
  color: #c0a375;
}
#menu-1r .link[aria-expanded="true"],
#menu-1r .dropdown-menu {
  background: #e6e6e6;
}
#menu-1r .nav-dropdown-sm .link:focus,
#menu-1r .nav-dropdown-sm .link:hover,
#menu-1r .nav-dropdown-sm .dropdown-item:focus,
#menu-1r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1r .navbar,
#menu-1r .nav-dropdown-sm,
#menu-1r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1r .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-1r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1r .bg-color.transparent.opened .link:hover,
#menu-1r .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1r .link[aria-expanded="true"],
#menu-1r .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1r.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1r .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1r .close-icon::before,
#menu-1r .close-icon::after {
  background-color: #0b3461;
}
#footer1-1s P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#header3-7b .mbr-section-title,
#header3-7b .mbr-section-subtitle {
  text-align: center;
}
#header3-7b .mbr-section-title {
  color: #0b3461;
  font-size: 25px;
}
#header3-7b .mbr-section-subtitle {
  color: #0b3461;
}








#header3-4c .mbr-section-title,
#header3-4c .mbr-section-subtitle {
  text-align: center;
}
#header3-4c .mbr-section-title {
  font-size: 36px;
  color: #0b3461;
}
#msg-box5-5o H3 {
  color: #0b3461;
  font-size: 25px;
}
#msg-box5-5o P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box4-4e H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box4-4e P {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box4-4b H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box4-4b P {
  font-size: 20px;
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-77 DIV {
  color: #0b3461;
  font-size: 24px;
}
#msg-box4-77 H3 {
  font-size: 24px;
}
#msg-box4-77 P {
  font-size: 20px;
}
#msg-box4-4d H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box4-4d P {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box8-19 .mbr-section-title,
#msg-box8-19 p {
  color: #fff;
}
#msg-box8-19 .mbr-section-title {
  font-size: 24px;
  color: #0b3461;
}
#msg-box8-19 .lead P {
  color: #0b3461;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header3-u .mbr-section-title,
#header3-u .mbr-section-subtitle {
  text-align: center;
}
#header3-u .mbr-section-title {
  font-size: 24px;
  color: #0b3461;
}
#header3-u .mbr-section-subtitle {
  color: #0b3461;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header3-u .mbr-section-subtitle B {
  font-size: 20px;
  color: #28324e;
}
#msg-box4-78 H3 {
  color: #0b3461;
  font-size: 24px;
}
#msg-box4-78 DIV {
  font-size: 24px;
}
#msg-box4-78 P {
  font-size: 20px;
}
#header3-p .mbr-section-title,
#header3-p .mbr-section-subtitle {
  text-align: center;
}
#header3-p .mbr-section-title {
  font-size: 24px;
  color: #0b3461;
}
#header3-p .mbr-section-subtitle {
  color: #0b3461;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#menu-8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8 .navbar-caption {
  color: #ffffff;
}
#menu-8 .navbar-toggler {
  color: #0b3461;
}
#menu-8 .link,
#menu-8 .dropdown-item {
  color: #0b3461;
}
#menu-8 .link {
  font-size: 0.85rem;
}
#menu-8 .dropdown-item,
#menu-8 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-8 .link:hover,
#menu-8 .dropdown-item:hover,
#menu-8 .link:focus,
#menu-8 .dropdown-item:focus {
  color: #c0a375;
}
#menu-8 .link[aria-expanded="true"],
#menu-8 .dropdown-menu {
  background: #e6e6e6;
}
#menu-8 .nav-dropdown-sm .link:focus,
#menu-8 .nav-dropdown-sm .link:hover,
#menu-8 .nav-dropdown-sm .dropdown-item:focus,
#menu-8 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8 .navbar,
#menu-8 .nav-dropdown-sm,
#menu-8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8 .bg-color.transparent.opened .link:hover,
#menu-8 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-8 .link[aria-expanded="true"],
#menu-8 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-8.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-8 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-8 .close-icon::before,
#menu-8 .close-icon::after {
  background-color: #0b3461;
}
#footer1-9 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}





#header3-z .mbr-section-title,
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-z .mbr-section-title {
  text-align: center;
  font-size: 36px;
  color: #0b3461;
}
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-ah .mbr-section-title,
#header3-ah .mbr-section-subtitle {
  text-align: center;
}
#header3-ah .mbr-section-title {
  font-size: 25px;
  color: #0b3461;
}
#header3-ah .mbr-section-subtitle {
  color: #28324e;
}
#msg-box5-bd H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-b8 H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-bb H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-ag DIV {
  font-size: 25px;
}
#msg-box5-ag H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-ag B {
  color: #000000;
}
#msg-box5-9i H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-7s H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-7s P {
  color: #000000;
}
#header3-25 .mbr-section-title,
#header3-25 .mbr-section-subtitle {
  text-align: center;
}
#header3-25 .mbr-section-title {
  font-size: 25px;
  color: #0b3461;
}
#header3-25 .mbr-section-subtitle {
  font-family: 'Montserrat', sans-serif;
  color: #28324e;
}
#features4-24 .card-subtitle {
  color: #f97352;
  font-family: 'Montserrat', sans-serif;
}
#features4-24 .iconbox {
  background-color: #ffffff;
  border-color: #ffffff;
}
#features4-24 P {
  color: #28324e;
}
#features4-24 H4 {
  color: #28324e;
}
#features4-24 B {
  font-family: 'Montserrat', sans-serif;
}
#header3-16 .mbr-section-title,
#header3-16 .mbr-section-subtitle {
  text-align: center;
}
#header3-16 .mbr-section-title {
  font-size: 25px;
  text-align: center;
  color: #28324e;
}
#features6-n P {
  text-align: center;
  color: #b8312f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#features6-n H4 {
  color: #28324e;
}
#features6-2v H4 {
  color: #28324e;
}
#menu-l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-l .navbar-caption {
  color: #ffffff;
}
#menu-l .navbar-toggler {
  color: #0b3461;
}
#menu-l .link,
#menu-l .dropdown-item {
  color: #0b3461;
}
#menu-l .link {
  font-size: 0.85rem;
}
#menu-l .dropdown-item,
#menu-l .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-l .link:hover,
#menu-l .dropdown-item:hover,
#menu-l .link:focus,
#menu-l .dropdown-item:focus {
  color: #c0a375;
}
#menu-l .link[aria-expanded="true"],
#menu-l .dropdown-menu {
  background: #e6e6e6;
}
#menu-l .nav-dropdown-sm .link:focus,
#menu-l .nav-dropdown-sm .link:hover,
#menu-l .nav-dropdown-sm .dropdown-item:focus,
#menu-l .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-l .navbar,
#menu-l .nav-dropdown-sm,
#menu-l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-l .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-l .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-l .bg-color.transparent.opened .link:hover,
#menu-l .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-l .link[aria-expanded="true"],
#menu-l .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-l.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-l .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-l .close-icon::before,
#menu-l .close-icon::after {
  background-color: #0b3461;
}
#footer1-m P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#features6-3s H4 {
  color: #28324e;
}




#menu-1c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1c .navbar-caption {
  color: #ffffff;
}
#menu-1c .navbar-toggler {
  color: #0b3461;
}
#menu-1c .link,
#menu-1c .dropdown-item {
  color: #0b3461;
}
#menu-1c .link {
  font-size: 0.85rem;
}
#menu-1c .dropdown-item,
#menu-1c .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1c .link:hover,
#menu-1c .dropdown-item:hover,
#menu-1c .link:focus,
#menu-1c .dropdown-item:focus {
  color: #c0a375;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-menu {
  background: #e6e6e6;
}
#menu-1c .nav-dropdown-sm .link:focus,
#menu-1c .nav-dropdown-sm .link:hover,
#menu-1c .nav-dropdown-sm .dropdown-item:focus,
#menu-1c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1c .navbar,
#menu-1c .nav-dropdown-sm,
#menu-1c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1c .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-1c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1c .bg-color.transparent.opened .link:hover,
#menu-1c .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1c.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1c .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1c .close-icon::before,
#menu-1c .close-icon::after {
  background-color: #0b3461;
}
#footer1-1d P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#testimonials2-4k .card-footer > small {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#testimonials2-4k .card-footer > div {
  color: #0b3461;
}
#testimonials2-4k .card-block P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#testimonials2-4k .mbr-section-title {
  color: #0b3461;
  font-size: 36px;
}
#testimonials2-4k .mbr-section-subtitle {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#testimonials2-4k .card-footer > div SPAN {
  font-size: 14px;
}


#contacts2-0 P {
  text-align: center;
  font-size: 13px;
  color: #28324e;
  font-family: 'Montserrat', sans-serif;
}
#contacts2-0 STRONG {
  text-align: center;
  font-size: 20px;
  color: #28324e;
}
#contacts2-0 B {
  color: #28324e;
}
#contacts2-0 SPAN {
  color: #b8312f;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #0b3461;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #0b3461;
}
#menu-0 .link {
  font-size: 0.85rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #0b3461;
}
#footer1-0 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}

#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #0b3461;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #0b3461;
}
#menu-0 .link {
  font-size: 0.85rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #0b3461;
}
#footer1-0 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#header3-1j .mbr-section-title,
#header3-1j .mbr-section-subtitle {
  text-align: center;
}
#msg-box3-1o .mbr-section-title,
#msg-box3-1o p {
  color: #000;
}
#msg-box3-1o .mbr-section-title {
  font-size: 36px;
  text-align: center;
  color: #0b3461;
}


#menu-4v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4v .navbar-caption {
  color: #ffffff;
}
#menu-4v .navbar-toggler {
  color: #0b3461;
}
#menu-4v .link,
#menu-4v .dropdown-item {
  color: #0b3461;
}
#menu-4v .link {
  font-size: 0.85rem;
}
#menu-4v .dropdown-item,
#menu-4v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-4v .link:hover,
#menu-4v .dropdown-item:hover,
#menu-4v .link:focus,
#menu-4v .dropdown-item:focus {
  color: #c0a375;
}
#menu-4v .link[aria-expanded="true"],
#menu-4v .dropdown-menu {
  background: #e6e6e6;
}
#menu-4v .nav-dropdown-sm .link:focus,
#menu-4v .nav-dropdown-sm .link:hover,
#menu-4v .nav-dropdown-sm .dropdown-item:focus,
#menu-4v .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-4v .navbar,
#menu-4v .nav-dropdown-sm,
#menu-4v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4v .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-4v .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-4v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4v .bg-color.transparent.opened .link:hover,
#menu-4v .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-4v .link[aria-expanded="true"],
#menu-4v .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-4v.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-4v .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-4v .close-icon::before,
#menu-4v .close-icon::after {
  background-color: #0b3461;
}
#footer1-4w P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-4x H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-4x P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}













#header3-5p .mbr-section-title,
#header3-5p .mbr-section-subtitle {
  text-align: center;
}
#header3-5p .mbr-section-title {
  font-size: 36px;
  color: #0b3461;
}
#msg-box5-7v H3 {
  color: #0b3461;
  font-size: 24px;
}
#msg-box5-7v P {
  color: #0b3461;
}
#msg-box5-5q H3 {
  color: #0b3461;
  font-size: 24px;
}
#msg-box5-5q P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box5-5r H3 {
  color: #0b3461;
  font-size: 24px;
}
#msg-box5-5r P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box4-5s H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box4-5s P {
  font-size: 20px;
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-5t H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box4-5t P {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box4-5u H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box4-5u P {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#header6-5v .mbr-section-title {
  color: #28324e;
  font-size: 24px;
  text-align: left;
}
#header6-5v .mbr-section-text {
  color: #28324e;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header6-5v .mbr-section-title SPAN {
  font-size: 24px;
  color: #0b3461;
}
#header6-5v .mbr-section-text B {
  font-size: 24px;
}
#header6-5w .mbr-section-title {
  color: #28324e;
  font-size: 24px;
}
#header6-5w .mbr-section-text {
  color: #28324e;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header6-5w .mbr-section-title SPAN {
  font-size: 22px;
  color: #0b3461;
}
#msg-box8-5x .mbr-section-title,
#msg-box8-5x p {
  color: #fff;
}
#msg-box8-5x .mbr-section-title {
  font-size: 24px;
  color: #0b3461;
}
#msg-box8-5x .lead P {
  color: #28324e;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header3-5y .mbr-section-title,
#header3-5y .mbr-section-subtitle {
  text-align: center;
}
#header3-5y .mbr-section-title {
  font-size: 24px;
  color: #0b3461;
}
#header3-5y .mbr-section-subtitle {
  color: #28324e;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header3-5y .mbr-section-subtitle B {
  font-size: 20px;
  color: #28324e;
}
#header6-5z .mbr-section-title {
  color: #28324e;
  font-size: 24px;
}
#header6-5z .mbr-section-text {
  color: #28324e;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header6-5z .mbr-section-title SPAN {
  font-size: 22px;
}
#header3-60 .mbr-section-title,
#header3-60 .mbr-section-subtitle {
  text-align: center;
}
#header3-60 .mbr-section-title {
  font-size: 24px;
  color: #28324e;
}
#header3-60 .mbr-section-subtitle {
  color: #475577;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header6-61 .mbr-section-title {
  color: #28324e;
  font-size: 24px;
}
#header6-61 .mbr-section-text {
  color: #28324e;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
#header6-61 .mbr-section-title SPAN {
  font-size: 22px;
}
#menu-62 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-62 .navbar-caption {
  color: #ffffff;
}
#menu-62 .navbar-toggler {
  color: #0b3461;
}
#menu-62 .link,
#menu-62 .dropdown-item {
  color: #0b3461;
}
#menu-62 .link {
  font-size: 0.85rem;
}
#menu-62 .dropdown-item,
#menu-62 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-62 .link:hover,
#menu-62 .dropdown-item:hover,
#menu-62 .link:focus,
#menu-62 .dropdown-item:focus {
  color: #c0a375;
}
#menu-62 .link[aria-expanded="true"],
#menu-62 .dropdown-menu {
  background: #e6e6e6;
}
#menu-62 .nav-dropdown-sm .link:focus,
#menu-62 .nav-dropdown-sm .link:hover,
#menu-62 .nav-dropdown-sm .dropdown-item:focus,
#menu-62 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-62 .navbar,
#menu-62 .nav-dropdown-sm,
#menu-62 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-62 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-62 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-62 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-62 .bg-color.transparent.opened .link:hover,
#menu-62 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-62 .link[aria-expanded="true"],
#menu-62 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-62.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-62 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-62 .close-icon::before,
#menu-62 .close-icon::after {
  background-color: #0b3461;
}
#footer1-63 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}


#contacts2-66 P {
  text-align: center;
  font-size: 13px;
  color: #28324e;
  font-family: 'Montserrat', sans-serif;
}
#contacts2-66 STRONG {
  text-align: center;
  font-size: 20px;
  color: #28324e;
}
#contacts2-66 B {
  color: #28324e;
}
#contacts2-66 SPAN {
  color: #b8312f;
}
#menu-67 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-67 .navbar-caption {
  color: #ffffff;
}
#menu-67 .navbar-toggler {
  color: #0b3461;
}
#menu-67 .link,
#menu-67 .dropdown-item {
  color: #0b3461;
}
#menu-67 .link {
  font-size: 0.85rem;
}
#menu-67 .dropdown-item,
#menu-67 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-67 .link:hover,
#menu-67 .dropdown-item:hover,
#menu-67 .link:focus,
#menu-67 .dropdown-item:focus {
  color: #c0a375;
}
#menu-67 .link[aria-expanded="true"],
#menu-67 .dropdown-menu {
  background: #e6e6e6;
}
#menu-67 .nav-dropdown-sm .link:focus,
#menu-67 .nav-dropdown-sm .link:hover,
#menu-67 .nav-dropdown-sm .dropdown-item:focus,
#menu-67 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-67 .navbar,
#menu-67 .nav-dropdown-sm,
#menu-67 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-67 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-67 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-67 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-67 .bg-color.transparent.opened .link:hover,
#menu-67 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-67 .link[aria-expanded="true"],
#menu-67 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-67.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-67 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-67 .close-icon::before,
#menu-67 .close-icon::after {
  background-color: #0b3461;
}
#footer1-68 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}

#menu-4o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4o .navbar-caption {
  color: #ffffff;
}
#menu-4o .navbar-toggler {
  color: #0b3461;
}
#menu-4o .link,
#menu-4o .dropdown-item {
  color: #0b3461;
}
#menu-4o .link {
  font-size: 0.85rem;
}
#menu-4o .dropdown-item,
#menu-4o .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-4o .link:hover,
#menu-4o .dropdown-item:hover,
#menu-4o .link:focus,
#menu-4o .dropdown-item:focus {
  color: #c0a375;
}
#menu-4o .link[aria-expanded="true"],
#menu-4o .dropdown-menu {
  background: #e6e6e6;
}
#menu-4o .nav-dropdown-sm .link:focus,
#menu-4o .nav-dropdown-sm .link:hover,
#menu-4o .nav-dropdown-sm .dropdown-item:focus,
#menu-4o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-4o .navbar,
#menu-4o .nav-dropdown-sm,
#menu-4o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-4o .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-4o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4o .bg-color.transparent.opened .link:hover,
#menu-4o .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-4o .link[aria-expanded="true"],
#menu-4o .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-4o.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-4o .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-4o .close-icon::before,
#menu-4o .close-icon::after {
  background-color: #0b3461;
}
#footer1-4p P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#header3-4q .mbr-section-title,
#header3-4q .mbr-section-subtitle {
  text-align: center;
}
#msg-box3-4r .mbr-section-title,
#msg-box3-4r p {
  color: #000;
}
#msg-box3-4r .mbr-section-title {
  font-size: 36px;
  text-align: center;
  color: #0b3461;
}


#menu-5e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5e .navbar-caption {
  color: #ffffff;
}
#menu-5e .navbar-toggler {
  color: #0b3461;
}
#menu-5e .link,
#menu-5e .dropdown-item {
  color: #0b3461;
}
#menu-5e .link {
  font-size: 0.85rem;
}
#menu-5e .dropdown-item,
#menu-5e .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-5e .link:hover,
#menu-5e .dropdown-item:hover,
#menu-5e .link:focus,
#menu-5e .dropdown-item:focus {
  color: #c0a375;
}
#menu-5e .link[aria-expanded="true"],
#menu-5e .dropdown-menu {
  background: #e6e6e6;
}
#menu-5e .nav-dropdown-sm .link:focus,
#menu-5e .nav-dropdown-sm .link:hover,
#menu-5e .nav-dropdown-sm .dropdown-item:focus,
#menu-5e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5e .navbar,
#menu-5e .nav-dropdown-sm,
#menu-5e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-5e .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-5e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5e .bg-color.transparent.opened .link:hover,
#menu-5e .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-5e .link[aria-expanded="true"],
#menu-5e .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-5e.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5e .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5e .close-icon::before,
#menu-5e .close-icon::after {
  background-color: #0b3461;
}
#footer1-5f P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-5g P {
  font-size: 18px;
  color: #28324e;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-5g H3 {
  font-size: 30px;
  color: #0b3461;
}
#msg-box5-5g B {
  color: #0b3461;
  font-size: 18px;
}


#menu-48 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-48 .navbar-caption {
  color: #ffffff;
}
#menu-48 .navbar-toggler {
  color: #0b3461;
}
#menu-48 .link,
#menu-48 .dropdown-item {
  color: #0b3461;
}
#menu-48 .link {
  font-size: 0.85rem;
}
#menu-48 .dropdown-item,
#menu-48 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-48 .link:hover,
#menu-48 .dropdown-item:hover,
#menu-48 .link:focus,
#menu-48 .dropdown-item:focus {
  color: #c0a375;
}
#menu-48 .link[aria-expanded="true"],
#menu-48 .dropdown-menu {
  background: #e6e6e6;
}
#menu-48 .nav-dropdown-sm .link:focus,
#menu-48 .nav-dropdown-sm .link:hover,
#menu-48 .nav-dropdown-sm .dropdown-item:focus,
#menu-48 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-48 .navbar,
#menu-48 .nav-dropdown-sm,
#menu-48 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-48 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-48 .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-48 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-48 .bg-color.transparent.opened .link:hover,
#menu-48 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-48 .link[aria-expanded="true"],
#menu-48 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-48.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-48 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-48 .close-icon::before,
#menu-48 .close-icon::after {
  background-color: #0b3461;
}
#footer1-49 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-4a P {
  font-size: 18px;
  color: #28324e;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-4a H3 {
  font-size: 36px;
  color: #28324e;
}
#msg-box5-4a B {
  color: #28324e;
  font-size: 18px;
}


#header3-26 .mbr-section-title,
#header3-26 .mbr-section-subtitle {
  text-align: center;
}
#header3-26 .mbr-section-title {
  text-align: center;
  font-size: 36px;
  color: #0b3461;
}
#header3-26 .mbr-section-subtitle {
  text-align: center;
}
#msg-box3-65 .mbr-section-title,
#msg-box3-65 p {
  color: #000;
}
#msg-box3-65 .mbr-section-title DIV {
  font-size: 25px;
  color: #0b3461;
}
#msg-box3-65 .mbr-section-title {
  font-size: 25px;
  color: #0b3461;
}
#msg-box3-65 .lead P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#msg-box5-8z H3 {
  font-size: 25px;
}
#msg-box5-8z DIV {
  color: #0b3461;
}
#msg-box3-75 .mbr-section-title,
#msg-box3-75 p {
  color: #000;
}
#msg-box3-75 .mbr-section-title {
  font-size: 25px;
  color: #0b3461;
}
#msg-box3-75 .lead P {
  color: #0b3461;
}
#features4-2i .card-subtitle {
  color: #28324e;
  font-size: 15px;
}
#features4-2i .iconbox {
  background-color: #fae282;
  border-color: #fae282;
}
#features4-2i H4 {
  color: #28324e;
}
#header3-2b .mbr-section-title,
#header3-2b .mbr-section-subtitle {
  text-align: center;
}
#header3-2b .mbr-section-title {
  font-size: 25px;
  text-align: center;
  color: #28324e;
}
#features6-2c P {
  text-align: center;
  color: #28324e;
}
#features6-2c H4 {
  color: #28324e;
}
#menu-2f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2f .navbar-caption {
  color: #ffffff;
}
#menu-2f .navbar-toggler {
  color: #0b3461;
}
#menu-2f .link,
#menu-2f .dropdown-item {
  color: #0b3461;
}
#menu-2f .link {
  font-size: 0.85rem;
}
#menu-2f .dropdown-item,
#menu-2f .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2f .link:hover,
#menu-2f .dropdown-item:hover,
#menu-2f .link:focus,
#menu-2f .dropdown-item:focus {
  color: #c0a375;
}
#menu-2f .link[aria-expanded="true"],
#menu-2f .dropdown-menu {
  background: #e6e6e6;
}
#menu-2f .nav-dropdown-sm .link:focus,
#menu-2f .nav-dropdown-sm .link:hover,
#menu-2f .nav-dropdown-sm .dropdown-item:focus,
#menu-2f .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2f .navbar,
#menu-2f .nav-dropdown-sm,
#menu-2f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2f .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2f .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-2f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2f .bg-color.transparent.opened .link:hover,
#menu-2f .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-2f .link[aria-expanded="true"],
#menu-2f .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-2f.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2f .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2f .close-icon::before,
#menu-2f .close-icon::after {
  background-color: #0b3461;
}
#footer1-2g P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}


#msg-box3-7j .mbr-section-title,
#msg-box3-7j p {
  color: #000;
}
#msg-box3-7j .mbr-section-title {
  font-size: 36px;
  color: #0b3461;
}
#msg-box3-7j .lead P {
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#header3-7p .mbr-section-title,
#header3-7p .mbr-section-subtitle {
  text-align: center;
}
#header3-7p .mbr-section-title {
  font-size: 32px;
  color: #0b3461;
}
#header3-7p .mbr-section-subtitle {
  color: #28324e;
}
#menu-7k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7k .navbar-caption {
  color: #ffffff;
}
#menu-7k .navbar-toggler {
  color: #0b3461;
}
#menu-7k .link,
#menu-7k .dropdown-item {
  color: #0b3461;
}
#menu-7k .link {
  font-size: 0.85rem;
}
#menu-7k .dropdown-item,
#menu-7k .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-7k .link:hover,
#menu-7k .dropdown-item:hover,
#menu-7k .link:focus,
#menu-7k .dropdown-item:focus {
  color: #c0a375;
}
#menu-7k .link[aria-expanded="true"],
#menu-7k .dropdown-menu {
  background: #e6e6e6;
}
#menu-7k .nav-dropdown-sm .link:focus,
#menu-7k .nav-dropdown-sm .link:hover,
#menu-7k .nav-dropdown-sm .dropdown-item:focus,
#menu-7k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7k .navbar,
#menu-7k .nav-dropdown-sm,
#menu-7k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7k .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-7k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7k .bg-color.transparent.opened .link:hover,
#menu-7k .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-7k .link[aria-expanded="true"],
#menu-7k .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-7k.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-7k .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-7k .close-icon::before,
#menu-7k .close-icon::after {
  background-color: #0b3461;
}
#footer1-7l P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#content1-7o P {
  text-align: center;
}
#msg-box4-85 H3 {
  font-size: 30px;
  color: #0b3461;
}
#msg-box4-85 DIV {
  font-size: 18px;
}

#menu-6z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6z .navbar-caption {
  color: #ffffff;
}
#menu-6z .navbar-toggler {
  color: #0b3461;
}
#menu-6z .link,
#menu-6z .dropdown-item {
  color: #0b3461;
}
#menu-6z .link {
  font-size: 0.85rem;
}
#menu-6z .dropdown-item,
#menu-6z .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-6z .link:hover,
#menu-6z .dropdown-item:hover,
#menu-6z .link:focus,
#menu-6z .dropdown-item:focus {
  color: #c0a375;
}
#menu-6z .link[aria-expanded="true"],
#menu-6z .dropdown-menu {
  background: #e6e6e6;
}
#menu-6z .nav-dropdown-sm .link:focus,
#menu-6z .nav-dropdown-sm .link:hover,
#menu-6z .nav-dropdown-sm .dropdown-item:focus,
#menu-6z .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-6z .navbar,
#menu-6z .nav-dropdown-sm,
#menu-6z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6z .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-6z .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-6z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6z .bg-color.transparent.opened .link:hover,
#menu-6z .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-6z .link[aria-expanded="true"],
#menu-6z .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-6z.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-6z .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-6z .close-icon::before,
#menu-6z .close-icon::after {
  background-color: #0b3461;
}
#footer1-70 P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#header3-7y .mbr-section-title,
#header3-7y .mbr-section-subtitle {
  text-align: center;
}
#header3-7y .mbr-section-title {
  font-size: 36px;
  color: #0b3461;
}
#header3-7y .mbr-section-subtitle {
  color: #0b3461;
}
#header3-7z .mbr-section-title,
#header3-7z .mbr-section-subtitle {
  text-align: center;
}
#header3-7z .mbr-section-title {
  color: #28324e;
  font-size: 25px;
}
#features1-73 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-73 .mbr-cards-col:nth-child(odd) .card-title {
  color: #28324e;
}
#features1-73 .mbr-cards-col:nth-child(odd) .card-text {
  color: #28324e;
}
#features1-73 .mbr-cards-col:nth-child(odd) .card-subtitle B {
  color: #28324e;
}
#features1-73 .mbr-cards-col:nth-child(even) .card-title {
  color: #28324e;
}
#features1-73 .mbr-cards-col:nth-child(even) .card-text {
  color: #28324e;
}
#features1-73 .mbr-cards-col:nth-child(even) .card-subtitle B {
  color: #28324e;
}
#features1-7w .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-7w .mbr-cards-col:nth-child(even) .card-title {
  color: #28324e;
}
#features1-7w .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #28324e;
}
#features1-7w .mbr-cards-col:nth-child(even) .card-subtitle B {
  color: #28324e;
}
#features1-7w .mbr-cards-col:nth-child(odd) .card-title {
  color: #28324e;
}
#features1-7w .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #28324e;
  font-size: 14px;
}
#features1-7w .mbr-cards-col:nth-child(odd) .card-text {
  color: #28324e;
}


#msg-box5-8h H3 {
  color: #0b3461;
  font-size: 36px;
}
#header3-8l .mbr-section-title,
#header3-8l .mbr-section-subtitle {
  text-align: center;
}
#header3-8l .mbr-section-title {
  color: #0b3461;
  font-size: 30px;
}
#msg-box5-bj DIV {
  font-size: 25px;
}
#msg-box5-bj H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-bh H3 {
  color: #0b3461;
  font-size: 25px;
}
#msg-box5-bh P {
  color: #0b3461;
}
#msg-box5-b3 DIV {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-b3 H3 {
  font-size: 24px;
}
#msg-box5-b4 DIV {
  font-size: 25px;
}
#msg-box5-b4 H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-b5 H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-b5 B {
  color: #232323;
}
#msg-box5-8k H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-8k B {
  color: #0b3461;
}
#menu-8b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8b .navbar-caption {
  color: #ffffff;
}
#menu-8b .navbar-toggler {
  color: #0b3461;
}
#menu-8b .link,
#menu-8b .dropdown-item {
  color: #0b3461;
}
#menu-8b .link {
  font-size: 0.85rem;
}
#menu-8b .dropdown-item,
#menu-8b .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-8b .link:hover,
#menu-8b .dropdown-item:hover,
#menu-8b .link:focus,
#menu-8b .dropdown-item:focus {
  color: #c0a375;
}
#menu-8b .link[aria-expanded="true"],
#menu-8b .dropdown-menu {
  background: #e6e6e6;
}
#menu-8b .nav-dropdown-sm .link:focus,
#menu-8b .nav-dropdown-sm .link:hover,
#menu-8b .nav-dropdown-sm .dropdown-item:focus,
#menu-8b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8b .navbar,
#menu-8b .nav-dropdown-sm,
#menu-8b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8b .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-8b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8b .bg-color.transparent.opened .link:hover,
#menu-8b .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-8b .link[aria-expanded="true"],
#menu-8b .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-8b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-8b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-8b .close-icon::before,
#menu-8b .close-icon::after {
  background-color: #0b3461;
}
#footer1-8c P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#contacts5-8d p,
#contacts5-8d .list-group-text,
#contacts5-8d .form-control-label {
  color: #000;
}
#contacts5-8d strong,
#contacts5-8d h4 {
  color: #7e9b9f;
}
#contacts5-8d form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-8d .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-8d .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-8d H4 {
  color: #28324e;
}
#contacts5-8d P {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#contacts5-8d SPAN {
  font-size: 14px;
  color: #0b3461;
}
#contacts5-8d .list-group-text {
  color: #0b3461;
}


#msg-box5-8q H3 {
  color: #0b3461;
  font-size: 36px;
}
#header3-8r .mbr-section-title,
#header3-8r .mbr-section-subtitle {
  text-align: center;
}
#header3-8r .mbr-section-title {
  color: #0b3461;
  font-size: 36px;
}
#msg-box5-8s H3 {
  font-size: 30px;
  color: #0b3461;
}
#msg-box5-8t H3 {
  font-size: 30px;
  color: #0b3461;
}
#header3-8u .mbr-section-title,
#header3-8u .mbr-section-subtitle {
  text-align: center;
}
#header3-8u .mbr-section-title {
  font-size: 30px;
  color: #0b3461;
}
#features1-8v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #5b6480;
}
#features1-8v .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #cccccc;
}
#features1-8v .mbr-cards-col:nth-child(even) .card-title {
  color: #0b3461;
}
#menu-8w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8w .navbar-caption {
  color: #ffffff;
}
#menu-8w .navbar-toggler {
  color: #0b3461;
}
#menu-8w .link,
#menu-8w .dropdown-item {
  color: #0b3461;
}
#menu-8w .link {
  font-size: 0.85rem;
}
#menu-8w .dropdown-item,
#menu-8w .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-8w .link:hover,
#menu-8w .dropdown-item:hover,
#menu-8w .link:focus,
#menu-8w .dropdown-item:focus {
  color: #c0a375;
}
#menu-8w .link[aria-expanded="true"],
#menu-8w .dropdown-menu {
  background: #e6e6e6;
}
#menu-8w .nav-dropdown-sm .link:focus,
#menu-8w .nav-dropdown-sm .link:hover,
#menu-8w .nav-dropdown-sm .dropdown-item:focus,
#menu-8w .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8w .navbar,
#menu-8w .nav-dropdown-sm,
#menu-8w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8w .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8w .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-8w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8w .bg-color.transparent.opened .link:hover,
#menu-8w .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-8w .link[aria-expanded="true"],
#menu-8w .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-8w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-8w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-8w .close-icon::before,
#menu-8w .close-icon::after {
  background-color: #0b3461;
}
#footer1-8x P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#contacts5-8y p,
#contacts5-8y .list-group-text,
#contacts5-8y .form-control-label {
  color: #000;
}
#contacts5-8y strong,
#contacts5-8y h4 {
  color: #7e9b9f;
}
#contacts5-8y form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-8y .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-8y .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-8y H4 {
  color: #28324e;
}
#contacts5-8y P {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#contacts5-8y SPAN {
  font-size: 14px;
  color: #0b3461;
}
#contacts5-8y .list-group-text {
  color: #0b3461;
}


#msg-box8-9r .mbr-section-title,
#msg-box8-9r p {
  color: #fff;
}
#msg-box8-9r .lead P {
  color: #ffffff;
}
#msg-box5-9s H3 {
  font-size: 22px;
}
#msg-box5-9s P {
  text-align: left;
}
#msg-box1-a5 H3 {
  color: #d14841;
  font-size: 36px;
  text-align: left;
}
#msg-box1-a5 H2 {
  color: #232323;
  font-size: 25px;
  text-align: left;
}
#msg-box1-a8 H2 {
  color: #232323;
  font-size: 25px;
}
#msg-box1-a8 H3 {
  color: #d14841;
  font-size: 36px;
}
#msg-box1-a9 H2 {
  color: #232323;
  font-size: 25px;
}
#msg-box1-a9 H3 {
  color: #d14841;
  font-size: 36px;
}
#msg-box1-a7 H2 {
  color: #232323;
  font-size: 25px;
  text-align: left;
}
#msg-box1-a7 H3 {
  font-size: 36px;
  color: #d14841;
  text-align: left;
}
#msg-box1-ae H2 {
  color: #232323;
  font-size: 22px;
}
#msg-box1-ae B {
  font-size: 25px;
  color: #232323;
}
#msg-box1-ae H3 {
  font-size: 36px;
  color: #d14841;
}
#form1-9w .form-control-label {
  color: #232323;
}
#form1-9w .mbr-section-title {
  font-size: 25px;
  color: #232323;
}
#form1-9w SMALL {
  color: #000000;
}
#menu-9n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9n .navbar-caption {
  color: #ffffff;
}
#menu-9n .navbar-toggler {
  color: #0b3461;
}
#menu-9n .link,
#menu-9n .dropdown-item {
  color: #0b3461;
}
#menu-9n .link {
  font-size: 0.85rem;
}
#menu-9n .dropdown-item,
#menu-9n .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-9n .link:hover,
#menu-9n .dropdown-item:hover,
#menu-9n .link:focus,
#menu-9n .dropdown-item:focus {
  color: #c0a375;
}
#menu-9n .link[aria-expanded="true"],
#menu-9n .dropdown-menu {
  background: #e6e6e6;
}
#menu-9n .nav-dropdown-sm .link:focus,
#menu-9n .nav-dropdown-sm .link:hover,
#menu-9n .nav-dropdown-sm .dropdown-item:focus,
#menu-9n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-9n .navbar,
#menu-9n .nav-dropdown-sm,
#menu-9n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-9n .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-9n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9n .bg-color.transparent.opened .link:hover,
#menu-9n .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-9n .link[aria-expanded="true"],
#menu-9n .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-9n.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-9n .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-9n .close-icon::before,
#menu-9n .close-icon::after {
  background-color: #0b3461;
}
#footer1-9o P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#contacts5-9p p,
#contacts5-9p .list-group-text,
#contacts5-9p .form-control-label {
  color: #000;
}
#contacts5-9p strong,
#contacts5-9p h4 {
  color: #7e9b9f;
}
#contacts5-9p form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-9p .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-9p .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-9p H4 {
  color: #28324e;
}
#contacts5-9p P {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b3461;
}
#contacts5-9p SPAN {
  font-size: 14px;
  color: #0b3461;
}
#contacts5-9p .list-group-text {
  color: #0b3461;
}

#menu-aj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-aj .navbar-caption {
  color: #ffffff;
}
#menu-aj .navbar-toggler {
  color: #0b3461;
}
#menu-aj .link,
#menu-aj .dropdown-item {
  color: #0b3461;
}
#menu-aj .link {
  font-size: 0.85rem;
}
#menu-aj .dropdown-item,
#menu-aj .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-aj .link:hover,
#menu-aj .dropdown-item:hover,
#menu-aj .link:focus,
#menu-aj .dropdown-item:focus {
  color: #c0a375;
}
#menu-aj .link[aria-expanded="true"],
#menu-aj .dropdown-menu {
  background: #e6e6e6;
}
#menu-aj .nav-dropdown-sm .link:focus,
#menu-aj .nav-dropdown-sm .link:hover,
#menu-aj .nav-dropdown-sm .dropdown-item:focus,
#menu-aj .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-aj .navbar,
#menu-aj .nav-dropdown-sm,
#menu-aj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-aj .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-aj .bg-color.transparent .link {
  color: #0b3461;
  transition: none;
}
#menu-aj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-aj .bg-color.transparent.opened .link:hover,
#menu-aj .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-aj .link[aria-expanded="true"],
#menu-aj .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-aj.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-aj .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-aj .close-icon::before,
#menu-aj .close-icon::after {
  background-color: #0b3461;
}
#footer1-ak P {
  color: #0b3461;
  font-family: 'Montserrat', sans-serif;
}
#header3-an .mbr-section-title,
#header3-an .mbr-section-subtitle {
  text-align: center;
}
#header3-an .mbr-section-title {
  color: #0b3461;
  font-size: 36px;
}
#header3-an .mbr-section-subtitle {
  color: #28324e;
}
#msg-box5-ax H3 {
  font-size: 24px;
  color: #0b3461;
}
#msg-box5-am DIV {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-am P {
  color: #000000;
}
#msg-box5-b6 DIV {
  font-size: 25px;
}
#msg-box5-b6 H3 {
  font-size: 25px;
  color: #0b3461;
}
#msg-box5-b7 H3 {
  font-size: 25px;
  color: #ffffff;
}
#msg-box5-b7 P {
  color: #ffffff;
}
