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


.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Merriweather', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Merriweather', 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: 'Merriweather', 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: 'Merriweather', 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: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Merriweather', serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Merriweather', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #0c1b5d !important;
}
.bg-success {
  background-color: #c1c1c1 !important;
}
.bg-info {
  background-color: #888888 !important;
}
.bg-warning {
  background-color: #2a2164 !important;
}
.bg-danger {
  background-color: #9b8562 !important;
}
.btn-primary {
  background-color: #0c1b5d;
  border-color: #0c1b5d;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #030719;
  border-color: #030719;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030719 !important;
  border-color: #030719 !important;
}
.btn-secondary {
  background-color: #fbab19;
  border-color: #fbab19;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #c48003;
  border-color: #c48003;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c48003 !important;
  border-color: #c48003 !important;
}
.btn-info {
  background-color: #888888;
  border-color: #888888;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #626262;
  border-color: #626262;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262 !important;
}
.btn-success {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning {
  background-color: #2a2164;
  border-color: #2a2164;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #120e2a;
  border-color: #120e2a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #120e2a !important;
  border-color: #120e2a !important;
}
.btn-danger {
  background-color: #9b8562;
  border-color: #9b8562;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #6c5d44;
  border-color: #6c5d44;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6c5d44 !important;
  border-color: #6c5d44 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #000103;
  color: #000103;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0c1b5d;
  border-color: #0c1b5d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c1b5d !important;
  border-color: #0c1b5d !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #ab7003;
  color: #ab7003;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbab19;
  border-color: #fbab19;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbab19 !important;
  border-color: #fbab19 !important;
}
.btn-info-outline {
  background: none;
  border-color: #555555;
  color: #555555;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #888888;
  border-color: #888888;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-success-outline {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #0a0817;
  color: #0a0817;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #2a2164;
  border-color: #2a2164;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2164 !important;
  border-color: #2a2164 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #5d4f3a;
  color: #5d4f3a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #9b8562;
  border-color: #9b8562;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9b8562 !important;
  border-color: #9b8562 !important;
}
.text-primary {
  color: #0c1b5d !important;
}
.text-success {
  color: #c1c1c1 !important;
}
.text-info {
  color: #888888 !important;
}
.text-warning {
  color: #2a2164 !important;
}
.text-danger {
  color: #9b8562 !important;
}
.alert-success {
  background-color: #c1c1c1;
}
.alert-info {
  background-color: #888888;
}
.alert-warning {
  background-color: #2a2164;
}
.alert-danger {
  background-color: #9b8562;
}
.btn-social {
  border-color: #0c1b5d;
}
.btn-social:hover {
  background: #0c1b5d;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #0c1b5d;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #0c1b5d;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0c1b5d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0c1b5d;
}
.lead a,
.lead a:hover {
  color: #0c1b5d;
}
.lead blockquote {
  border-color: #0c1b5d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1b3cce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5443c1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cdc2b0;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #0c1b5d;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-0 .btn {
  font-family: 'Merriweather', serif;
}
#slider-85 H2 {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}
#slider-85 P {
  color: #ffffff;
  text-align: center;
}
#msg-box2-4 .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4 .mbr-section-subtitle {
  color: #a0a0a0;
}
#features1-3 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #0a2d53;
}
#features1-3 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3 .mbr-cards-col:nth-child(even) .card-title {
  color: #082c54;
}
#features1-3 .mbr-cards-col:nth-child(even) .card-text {
  color: #082c54;
}
#social-buttons4-27 .mbr-section-title,
#social-buttons4-27 .btn-social {
  color: #fff;
}
#social-buttons4-27 .mbr-section-title {
  font-size: 30px;
}
#social-buttons3-26 .mbr-section-title,
#social-buttons3-26 .btn-social {
  color: #fff;
}
#social-buttons3-26 .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-22 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-22 .navbar-caption {
  color: #ffffff;
}
#ext_menu-22 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-22 .close-icon::before,
#ext_menu-22 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-22 .link,
#ext_menu-22 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-22 .link {
  font-size: 0.75rem;
}
#ext_menu-22 .dropdown-item,
#ext_menu-22 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-22 .link:hover,
#ext_menu-22 .dropdown-item:hover,
#ext_menu-22 .link:focus,
#ext_menu-22 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-22 .link[aria-expanded="true"],
#ext_menu-22 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-22 .nav-dropdown-sm .link:focus,
#ext_menu-22 .nav-dropdown-sm .link:hover,
#ext_menu-22 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-22 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-22 .navbar,
#ext_menu-22 .nav-dropdown-sm,
#ext_menu-22 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-22 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-22 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-22 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-22 .bg-color.transparent.opened .link:hover,
#ext_menu-22 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-22 .link[aria-expanded="true"],
#ext_menu-22 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-22 .btn {
  font-family: 'Merriweather', serif;
}
#content5-28 .mbr-section-title,
#content5-28 p {
  color: #fff;
}
#content5-28 .mbr-section-title {
  font-size: 30px;
}
#msg-box3-29 .mbr-section-title,
#msg-box3-29 p {
  color: #000;
}
#msg-box3-29 .mbr-section-title {
  font-size: 30px;
  color: #0c1b5d;
}
#msg-box3-29 .lead P {
  color: #082c54;
}
#social-buttons4-3s .mbr-section-title,
#social-buttons4-3s .btn-social {
  color: #fff;
}
#social-buttons4-3s .mbr-section-title {
  font-size: 30px;
}
#social-buttons3-2b .mbr-section-title,
#social-buttons3-2b .btn-social {
  color: #fff;
}
#social-buttons3-2b .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-b .navbar-caption {
  color: #ffffff;
}
#ext_menu-b .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-b .close-icon::before,
#ext_menu-b .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-b .link,
#ext_menu-b .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-b .link {
  font-size: 0.75rem;
}
#ext_menu-b .dropdown-item,
#ext_menu-b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-b .link:hover,
#ext_menu-b .dropdown-item:hover,
#ext_menu-b .link:focus,
#ext_menu-b .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-b .link[aria-expanded="true"],
#ext_menu-b .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-b .nav-dropdown-sm .link:focus,
#ext_menu-b .nav-dropdown-sm .link:hover,
#ext_menu-b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-b .navbar,
#ext_menu-b .nav-dropdown-sm,
#ext_menu-b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-b .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-b .bg-color.transparent.opened .link:hover,
#ext_menu-b .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-b .link[aria-expanded="true"],
#ext_menu-b .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-b .btn {
  font-family: 'Merriweather', serif;
}
#msg-box5-7z H3 {
  color: #0a2d53;
  font-size: 30px;
  text-align: left;
}
#msg-box5-7z P {
  text-align: left;
}
#msg-box2-3t .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-3t .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-2f .mbr-section-title,
#social-buttons3-2f .btn-social {
  color: #fff;
}
#social-buttons3-2f .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-e .navbar-caption {
  color: #ffffff;
}
#ext_menu-e .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-e .close-icon::before,
#ext_menu-e .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-e .link,
#ext_menu-e .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-e .link {
  font-size: 0.75rem;
}
#ext_menu-e .dropdown-item,
#ext_menu-e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-e .link:hover,
#ext_menu-e .dropdown-item:hover,
#ext_menu-e .link:focus,
#ext_menu-e .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-e .link[aria-expanded="true"],
#ext_menu-e .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-e .nav-dropdown-sm .link:focus,
#ext_menu-e .nav-dropdown-sm .link:hover,
#ext_menu-e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-e .navbar,
#ext_menu-e .nav-dropdown-sm,
#ext_menu-e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-e .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-e .bg-color.transparent.opened .link:hover,
#ext_menu-e .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-e .link[aria-expanded="true"],
#ext_menu-e .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-e .btn {
  font-family: 'Merriweather', serif;
}
#extFeatures9-2s .mbr-section-title {
  font-size: 36px;
}
#extFeatures9-2s P {
  color: #082c54;
}
#extFeatures9-2s H5 {
  color: #082c54;
}
#msg-box5-87 H3 {
  color: #0a2d53;
  font-size: 30px;
  text-align: left;
}
#msg-box5-87 P {
  text-align: left;
}
#msg-box2-3v .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-3v .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-h .navbar-caption {
  color: #ffffff;
}
#ext_menu-h .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-h .close-icon::before,
#ext_menu-h .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-h .link,
#ext_menu-h .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-h .link {
  font-size: 0.75rem;
}
#ext_menu-h .dropdown-item,
#ext_menu-h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-h .link:hover,
#ext_menu-h .dropdown-item:hover,
#ext_menu-h .link:focus,
#ext_menu-h .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-h .link[aria-expanded="true"],
#ext_menu-h .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-h .nav-dropdown-sm .link:focus,
#ext_menu-h .nav-dropdown-sm .link:hover,
#ext_menu-h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-h .navbar,
#ext_menu-h .nav-dropdown-sm,
#ext_menu-h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-h .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-h .bg-color.transparent.opened .link:hover,
#ext_menu-h .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-h .link[aria-expanded="true"],
#ext_menu-h .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-h .btn {
  font-family: 'Merriweather', serif;
}
#content5-2g .mbr-section-title,
#content5-2g p {
  color: #fff;
}
#content5-2g .mbr-section-title {
  font-size: 30px;
}
#social-buttons4-3w .mbr-section-title,
#social-buttons4-3w .btn-social {
  color: #fff;
}
#social-buttons4-3w .mbr-section-title {
  font-size: 30px;
}
#msg-box2-3x .mbr-section-title {
  color: #0a2d53;
  font-size: 30px;
}
#msg-box2-3x .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-2h .mbr-section-title,
#social-buttons3-2h .btn-social {
  color: #fff;
}
#social-buttons3-2h .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-k .navbar-caption {
  color: #ffffff;
}
#ext_menu-k .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-k .close-icon::before,
#ext_menu-k .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-k .link,
#ext_menu-k .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-k .link {
  font-size: 0.75rem;
}
#ext_menu-k .dropdown-item,
#ext_menu-k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-k .link:hover,
#ext_menu-k .dropdown-item:hover,
#ext_menu-k .link:focus,
#ext_menu-k .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-k .nav-dropdown-sm .link:focus,
#ext_menu-k .nav-dropdown-sm .link:hover,
#ext_menu-k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-k .navbar,
#ext_menu-k .nav-dropdown-sm,
#ext_menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-k .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-k .bg-color.transparent.opened .link:hover,
#ext_menu-k .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-k .btn {
  font-family: 'Merriweather', serif;
}
#msg-box2-40 .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-40 .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-2u .mbr-section-title,
#social-buttons3-2u .btn-social {
  color: #fff;
}
#social-buttons3-2u .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-n .navbar-caption {
  color: #ffffff;
}
#ext_menu-n .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-n .close-icon::before,
#ext_menu-n .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-n .link,
#ext_menu-n .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-n .link {
  font-size: 0.75rem;
}
#ext_menu-n .dropdown-item,
#ext_menu-n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-n .link:hover,
#ext_menu-n .dropdown-item:hover,
#ext_menu-n .link:focus,
#ext_menu-n .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-n .link[aria-expanded="true"],
#ext_menu-n .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-n .nav-dropdown-sm .link:focus,
#ext_menu-n .nav-dropdown-sm .link:hover,
#ext_menu-n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-n .navbar,
#ext_menu-n .nav-dropdown-sm,
#ext_menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-n .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-n .bg-color.transparent.opened .link:hover,
#ext_menu-n .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-n .link[aria-expanded="true"],
#ext_menu-n .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-n .btn {
  font-family: 'Merriweather', serif;
}
#header1-2v .mbr-section-title {
  font-size: 46px;
}
#header1-2v .mbr-section-lead {
  font-size: 20px;
}
#content1-4z H3 {
  color: #082c54;
}
#content1-4z P {
  color: #082c54;
  font-size: 20px;
}
#content1-4z DIV {
  color: #0a2d53;
}
#social-buttons4-41 .mbr-section-title,
#social-buttons4-41 .btn-social {
  color: #fff;
}
#social-buttons4-41 .mbr-section-title {
  font-size: 30px;
}
#social-buttons3-44 .mbr-section-title,
#social-buttons3-44 .btn-social {
  color: #fff;
}
#social-buttons3-44 .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-q .navbar-caption {
  color: #ffffff;
}
#ext_menu-q .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-q .close-icon::before,
#ext_menu-q .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-q .link,
#ext_menu-q .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-q .link {
  font-size: 0.75rem;
}
#ext_menu-q .dropdown-item,
#ext_menu-q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-q .link:hover,
#ext_menu-q .dropdown-item:hover,
#ext_menu-q .link:focus,
#ext_menu-q .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-q .link[aria-expanded="true"],
#ext_menu-q .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-q .nav-dropdown-sm .link:focus,
#ext_menu-q .nav-dropdown-sm .link:hover,
#ext_menu-q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-q .navbar,
#ext_menu-q .nav-dropdown-sm,
#ext_menu-q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-q .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-q .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-q .bg-color.transparent.opened .link:hover,
#ext_menu-q .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-q .link[aria-expanded="true"],
#ext_menu-q .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-q .btn {
  font-family: 'Merriweather', serif;
}
#content5-2y .mbr-section-title,
#content5-2y p {
  color: #fff;
}
#content5-2y .mbr-section-title {
  font-size: 46px;
}
#msg-box2-45 .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-45 .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-2z .mbr-section-title,
#social-buttons3-2z .btn-social {
  color: #fff;
}
#social-buttons3-2z .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-12 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-12 .navbar-caption {
  color: #ffffff;
}
#ext_menu-12 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-12 .close-icon::before,
#ext_menu-12 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-12 .link,
#ext_menu-12 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-12 .link {
  font-size: 0.75rem;
}
#ext_menu-12 .dropdown-item,
#ext_menu-12 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-12 .link:hover,
#ext_menu-12 .dropdown-item:hover,
#ext_menu-12 .link:focus,
#ext_menu-12 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-12 .link[aria-expanded="true"],
#ext_menu-12 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-12 .nav-dropdown-sm .link:focus,
#ext_menu-12 .nav-dropdown-sm .link:hover,
#ext_menu-12 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-12 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-12 .navbar,
#ext_menu-12 .nav-dropdown-sm,
#ext_menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-12 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-12 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-12 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-12 .bg-color.transparent.opened .link:hover,
#ext_menu-12 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-12 .link[aria-expanded="true"],
#ext_menu-12 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-12 .btn {
  font-family: 'Merriweather', serif;
}
#msg-box8-4w .mbr-section-title,
#msg-box8-4w p {
  color: #fff;
}
#msg-box8-4w .mbr-section-title {
  font-size: 36px;
}
#msg-box5-38 H3 {
  font-size: 30px;
}
#msg-box2-48 .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-48 .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-32 .mbr-section-title,
#social-buttons3-32 .btn-social {
  color: #fff;
}
#social-buttons3-32 .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-15 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-15 .navbar-caption {
  color: #ffffff;
}
#ext_menu-15 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-15 .close-icon::before,
#ext_menu-15 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-15 .link,
#ext_menu-15 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-15 .link {
  font-size: 0.75rem;
}
#ext_menu-15 .dropdown-item,
#ext_menu-15 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-15 .link:hover,
#ext_menu-15 .dropdown-item:hover,
#ext_menu-15 .link:focus,
#ext_menu-15 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-15 .link[aria-expanded="true"],
#ext_menu-15 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-15 .nav-dropdown-sm .link:focus,
#ext_menu-15 .nav-dropdown-sm .link:hover,
#ext_menu-15 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-15 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-15 .navbar,
#ext_menu-15 .nav-dropdown-sm,
#ext_menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-15 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-15 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-15 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-15 .bg-color.transparent.opened .link:hover,
#ext_menu-15 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-15 .link[aria-expanded="true"],
#ext_menu-15 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-15 .btn {
  font-family: 'Merriweather', serif;
}
#content5-33 .mbr-section-title,
#content5-33 p {
  color: #fff;
}
#content5-33 .mbr-section-title {
  font-size: 36px;
}
#content5-33 P {
  font-size: 20px;
}
#features7-36 .card-subtitle {
  color: #bcbcbc;
}
#features7-36 .iconbox {
  background-color: #0c1b5d;
  border-color: #0c1b5d;
}
#msg-box2-4a .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4a .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-34 .mbr-section-title,
#social-buttons3-34 .btn-social {
  color: #fff;
}
#social-buttons3-34 .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-18 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-18 .navbar-caption {
  color: #ffffff;
}
#ext_menu-18 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-18 .close-icon::before,
#ext_menu-18 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-18 .link,
#ext_menu-18 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-18 .link {
  font-size: 0.75rem;
}
#ext_menu-18 .dropdown-item,
#ext_menu-18 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-18 .link:hover,
#ext_menu-18 .dropdown-item:hover,
#ext_menu-18 .link:focus,
#ext_menu-18 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-18 .link[aria-expanded="true"],
#ext_menu-18 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-18 .nav-dropdown-sm .link:focus,
#ext_menu-18 .nav-dropdown-sm .link:hover,
#ext_menu-18 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-18 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-18 .navbar,
#ext_menu-18 .nav-dropdown-sm,
#ext_menu-18 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-18 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-18 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-18 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-18 .bg-color.transparent.opened .link:hover,
#ext_menu-18 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-18 .link[aria-expanded="true"],
#ext_menu-18 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-18 .btn {
  font-family: 'Merriweather', serif;
}
#content5-37 .mbr-section-title,
#content5-37 p {
  color: #fff;
}
#content5-37 .mbr-section-title {
  font-size: 46px;
}
#msg-box2-4b .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4b .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-4d .mbr-section-title,
#social-buttons4-4d .btn-social {
  color: #fff;
}
#social-buttons4-4d .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-1b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1b .navbar-caption {
  color: #ffffff;
}
#ext_menu-1b .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-1b .close-icon::before,
#ext_menu-1b .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-1b .link,
#ext_menu-1b .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-1b .link {
  font-size: 0.75rem;
}
#ext_menu-1b .dropdown-item,
#ext_menu-1b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1b .link:hover,
#ext_menu-1b .dropdown-item:hover,
#ext_menu-1b .link:focus,
#ext_menu-1b .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-1b .link[aria-expanded="true"],
#ext_menu-1b .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1b .nav-dropdown-sm .link:focus,
#ext_menu-1b .nav-dropdown-sm .link:hover,
#ext_menu-1b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1b .navbar,
#ext_menu-1b .nav-dropdown-sm,
#ext_menu-1b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1b .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1b .bg-color.transparent.opened .link:hover,
#ext_menu-1b .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-1b .link[aria-expanded="true"],
#ext_menu-1b .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-1b .btn {
  font-family: 'Merriweather', serif;
}
#content5-39 .mbr-section-title,
#content5-39 p {
  color: #fff;
}
#content5-39 .mbr-section-title {
  font-size: 46px;
}
#header3-7s .mbr-section-title,
#header3-7s .mbr-section-subtitle {
  text-align: center;
}
#header3-7s .mbr-section-title {
  color: #0a2d53;
}
#header3-6p .mbr-section-title,
#header3-6p .mbr-section-subtitle {
  text-align: center;
}
#header3-6p .mbr-section-title {
  color: #28324e;
}
#msg-box2-4e .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4e .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-4f .mbr-section-title,
#social-buttons4-4f .btn-social {
  color: #fff;
}
#social-buttons4-4f .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1h .navbar-caption {
  color: #ffffff;
}
#ext_menu-1h .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-1h .close-icon::before,
#ext_menu-1h .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-1h .link,
#ext_menu-1h .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-1h .link {
  font-size: 0.75rem;
}
#ext_menu-1h .dropdown-item,
#ext_menu-1h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1h .link:hover,
#ext_menu-1h .dropdown-item:hover,
#ext_menu-1h .link:focus,
#ext_menu-1h .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-1h .link[aria-expanded="true"],
#ext_menu-1h .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1h .nav-dropdown-sm .link:focus,
#ext_menu-1h .nav-dropdown-sm .link:hover,
#ext_menu-1h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1h .navbar,
#ext_menu-1h .nav-dropdown-sm,
#ext_menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1h .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1h .bg-color.transparent.opened .link:hover,
#ext_menu-1h .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-1h .link[aria-expanded="true"],
#ext_menu-1h .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-1h .btn {
  font-family: 'Merriweather', serif;
}
#content5-3f .mbr-section-title,
#content5-3f p {
  color: #fff;
}
#content5-3f .mbr-section-title {
  font-size: 36px;
}
#content2-3q BLOCKQUOTE {
  color: #082c54;
}
#header3-6r .mbr-section-title,
#header3-6r .mbr-section-subtitle {
  text-align: center;
}
#header3-6r .mbr-section-title {
  color: #28324e;
}
#msg-box2-4i .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4i .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-4j .mbr-section-title,
#social-buttons4-4j .btn-social {
  color: #fff;
}
#social-buttons4-4j .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-1k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1k .navbar-caption {
  color: #ffffff;
}
#ext_menu-1k .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-1k .close-icon::before,
#ext_menu-1k .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-1k .link,
#ext_menu-1k .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-1k .link {
  font-size: 0.75rem;
}
#ext_menu-1k .dropdown-item,
#ext_menu-1k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1k .link:hover,
#ext_menu-1k .dropdown-item:hover,
#ext_menu-1k .link:focus,
#ext_menu-1k .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1k .nav-dropdown-sm .link:focus,
#ext_menu-1k .nav-dropdown-sm .link:hover,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1k .navbar,
#ext_menu-1k .nav-dropdown-sm,
#ext_menu-1k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1k .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-1k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1k .bg-color.transparent.opened .link:hover,
#ext_menu-1k .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-1k .btn {
  font-family: 'Merriweather', serif;
}
#msg-box8-3e .mbr-section-title,
#msg-box8-3e p {
  color: #fff;
}
#msg-box8-3e .mbr-section-title {
  font-size: 30px;
  text-align: left;
}
#msg-box8-3e .lead P {
  text-align: left;
}
#msg-box2-4k .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4k .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-4m .mbr-section-title,
#social-buttons4-4m .btn-social {
  color: #fff;
}
#social-buttons4-4m .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-1q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1q .navbar-caption {
  color: #ffffff;
}
#ext_menu-1q .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-1q .close-icon::before,
#ext_menu-1q .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-1q .link,
#ext_menu-1q .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-1q .link {
  font-size: 0.75rem;
}
#ext_menu-1q .dropdown-item,
#ext_menu-1q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1q .link:hover,
#ext_menu-1q .dropdown-item:hover,
#ext_menu-1q .link:focus,
#ext_menu-1q .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1q .nav-dropdown-sm .link:focus,
#ext_menu-1q .nav-dropdown-sm .link:hover,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1q .navbar,
#ext_menu-1q .nav-dropdown-sm,
#ext_menu-1q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1q .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1q .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-1q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1q .bg-color.transparent.opened .link:hover,
#ext_menu-1q .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-1q .btn {
  font-family: 'Merriweather', serif;
}
#msg-box8-2k .mbr-section-title,
#msg-box8-2k p {
  color: #fff;
}
#msg-box8-2k .mbr-section-title {
  font-size: 30px;
  text-align: left;
}
#msg-box8-2k .lead P {
  text-align: left;
}
#content1-4y P {
  font-size: 20px;
  color: #082c54;
}
#content1-4y UL {
  color: #082c54;
}
#msg-box2-4n .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4n .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-2m .mbr-section-title,
#social-buttons3-2m .btn-social {
  color: #fff;
}
#social-buttons3-2m .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1t .navbar-caption {
  color: #ffffff;
}
#ext_menu-1t .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-1t .close-icon::before,
#ext_menu-1t .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-1t .link,
#ext_menu-1t .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-1t .link {
  font-size: 0.75rem;
}
#ext_menu-1t .dropdown-item,
#ext_menu-1t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1t .link:hover,
#ext_menu-1t .dropdown-item:hover,
#ext_menu-1t .link:focus,
#ext_menu-1t .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1t .nav-dropdown-sm .link:focus,
#ext_menu-1t .nav-dropdown-sm .link:hover,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1t .navbar,
#ext_menu-1t .nav-dropdown-sm,
#ext_menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1t .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1t .bg-color.transparent.opened .link:hover,
#ext_menu-1t .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-1t .btn {
  font-family: 'Merriweather', serif;
}
#msg-box8-2n .mbr-section-title,
#msg-box8-2n p {
  color: #fff;
}
#msg-box8-2n .mbr-section-title {
  font-size: 30px;
}
#msg-box8-2n .lead P {
  font-size: 20px;
}
#content1-4x P {
  font-size: 20px;
  color: #082c54;
}
#msg-box2-4o .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4o .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-4p .mbr-section-title,
#social-buttons4-4p .btn-social {
  color: #fff;
}
#social-buttons4-4p .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-1z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1z .navbar-caption {
  color: #ffffff;
}
#ext_menu-1z .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-1z .close-icon::before,
#ext_menu-1z .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-1z .link,
#ext_menu-1z .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-1z .link {
  font-size: 0.75rem;
}
#ext_menu-1z .dropdown-item,
#ext_menu-1z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1z .link:hover,
#ext_menu-1z .dropdown-item:hover,
#ext_menu-1z .link:focus,
#ext_menu-1z .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1z .nav-dropdown-sm .link:focus,
#ext_menu-1z .nav-dropdown-sm .link:hover,
#ext_menu-1z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1z .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1z .navbar,
#ext_menu-1z .nav-dropdown-sm,
#ext_menu-1z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1z .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1z .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-1z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1z .bg-color.transparent.opened .link:hover,
#ext_menu-1z .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-1z .btn {
  font-family: 'Merriweather', serif;
}
#extHeader1-3c H3 {
  font-size: 36px;
}
#form1-81 .form-control-label {
  color: #232323;
}
#form1-81 .mbr-section-title {
  color: #0a2d53;
}
#social-buttons3-3d .mbr-section-title,
#social-buttons3-3d .btn-social {
  color: #fff;
}
#social-buttons3-3d .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-22 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-22 .navbar-caption {
  color: #ffffff;
}
#ext_menu-22 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-22 .close-icon::before,
#ext_menu-22 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-22 .link,
#ext_menu-22 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-22 .link {
  font-size: 0.75rem;
}
#ext_menu-22 .dropdown-item,
#ext_menu-22 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-22 .link:hover,
#ext_menu-22 .dropdown-item:hover,
#ext_menu-22 .link:focus,
#ext_menu-22 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-22 .link[aria-expanded="true"],
#ext_menu-22 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-22 .nav-dropdown-sm .link:focus,
#ext_menu-22 .nav-dropdown-sm .link:hover,
#ext_menu-22 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-22 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-22 .navbar,
#ext_menu-22 .nav-dropdown-sm,
#ext_menu-22 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-22 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-22 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-22 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-22 .bg-color.transparent.opened .link:hover,
#ext_menu-22 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-22 .link[aria-expanded="true"],
#ext_menu-22 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-22 .btn {
  font-family: 'Merriweather', serif;
}
#extHeader9-3a H3 {
  font-size: 46px;
}
#form1-82 .form-control-label {
  color: #0a2d53;
}
#form1-82 .mbr-section-title {
  color: #0a2d53;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-3g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3g .navbar-caption {
  color: #ffffff;
}
#ext_menu-3g .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-3g .close-icon::before,
#ext_menu-3g .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-3g .link,
#ext_menu-3g .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-3g .link {
  font-size: 0.75rem;
}
#ext_menu-3g .dropdown-item,
#ext_menu-3g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3g .link:hover,
#ext_menu-3g .dropdown-item:hover,
#ext_menu-3g .link:focus,
#ext_menu-3g .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-3g .link[aria-expanded="true"],
#ext_menu-3g .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3g .nav-dropdown-sm .link:focus,
#ext_menu-3g .nav-dropdown-sm .link:hover,
#ext_menu-3g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3g .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3g .navbar,
#ext_menu-3g .nav-dropdown-sm,
#ext_menu-3g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3g .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3g .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-3g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3g .bg-color.transparent.opened .link:hover,
#ext_menu-3g .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-3g .link[aria-expanded="true"],
#ext_menu-3g .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-3g .btn {
  font-family: 'Merriweather', serif;
}
#msg-box8-3k .mbr-section-title,
#msg-box8-3k p {
  color: #fff;
}
#msg-box8-3k .mbr-section-title {
  font-size: 46px;
}
#msg-box8-3k .lead P {
  font-size: 20px;
}
#custom-html-7w div {
  padding-top: 50px;
  padding-bottom: 50px;
}
#msg-box2-5e .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-5e .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons3-3l .mbr-section-title,
#social-buttons3-3l .btn-social {
  color: #fff;
}
#social-buttons3-3l .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-3m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3m .navbar-caption {
  color: #ffffff;
}
#ext_menu-3m .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-3m .close-icon::before,
#ext_menu-3m .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-3m .link,
#ext_menu-3m .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-3m .link {
  font-size: 0.75rem;
}
#ext_menu-3m .dropdown-item,
#ext_menu-3m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3m .link:hover,
#ext_menu-3m .dropdown-item:hover,
#ext_menu-3m .link:focus,
#ext_menu-3m .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-3m .link[aria-expanded="true"],
#ext_menu-3m .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3m .nav-dropdown-sm .link:focus,
#ext_menu-3m .nav-dropdown-sm .link:hover,
#ext_menu-3m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3m .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3m .navbar,
#ext_menu-3m .nav-dropdown-sm,
#ext_menu-3m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3m .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3m .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-3m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3m .bg-color.transparent.opened .link:hover,
#ext_menu-3m .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-3m .link[aria-expanded="true"],
#ext_menu-3m .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-3m .btn {
  font-family: 'Merriweather', serif;
}
#content5-3p .mbr-section-title,
#content5-3p p {
  color: #fff;
}
#content5-3p .mbr-section-title {
  text-align: left;
}
#content5-3p P {
  text-align: left;
}
#msg-box2-4g .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-4g .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-4h .mbr-section-title,
#social-buttons4-4h .btn-social {
  color: #fff;
}
#social-buttons4-4h .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-6h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6h .navbar-caption {
  color: #ffffff;
}
#ext_menu-6h .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-6h .close-icon::before,
#ext_menu-6h .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-6h .link,
#ext_menu-6h .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-6h .link {
  font-size: 0.75rem;
}
#ext_menu-6h .dropdown-item,
#ext_menu-6h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6h .link:hover,
#ext_menu-6h .dropdown-item:hover,
#ext_menu-6h .link:focus,
#ext_menu-6h .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-6h .link[aria-expanded="true"],
#ext_menu-6h .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-6h .nav-dropdown-sm .link:focus,
#ext_menu-6h .nav-dropdown-sm .link:hover,
#ext_menu-6h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-6h .navbar,
#ext_menu-6h .nav-dropdown-sm,
#ext_menu-6h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-6h .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-6h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6h .bg-color.transparent.opened .link:hover,
#ext_menu-6h .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-6h .link[aria-expanded="true"],
#ext_menu-6h .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-6h .btn {
  font-family: 'Merriweather', serif;
}
#content5-6i .mbr-section-title,
#content5-6i p {
  color: #fff;
}
#content5-6i .mbr-section-title {
  font-size: 46px;
}
#msg-box2-6j .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-6j .mbr-section-subtitle {
  color: #a0a0a0;
}
#social-buttons4-6l .mbr-section-title,
#social-buttons4-6l .btn-social {
  color: #fff;
}
#social-buttons4-6l .mbr-section-title {
  font-size: 30px;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-73 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-73 .navbar-caption {
  color: #ffffff;
}
#ext_menu-73 .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-73 .close-icon::before,
#ext_menu-73 .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-73 .link,
#ext_menu-73 .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-73 .link {
  font-size: 0.75rem;
}
#ext_menu-73 .dropdown-item,
#ext_menu-73 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-73 .link:hover,
#ext_menu-73 .dropdown-item:hover,
#ext_menu-73 .link:focus,
#ext_menu-73 .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-73 .link[aria-expanded="true"],
#ext_menu-73 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-73 .nav-dropdown-sm .link:focus,
#ext_menu-73 .nav-dropdown-sm .link:hover,
#ext_menu-73 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-73 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-73 .navbar,
#ext_menu-73 .nav-dropdown-sm,
#ext_menu-73 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-73 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-73 .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-73 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-73 .bg-color.transparent.opened .link:hover,
#ext_menu-73 .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-73 .link[aria-expanded="true"],
#ext_menu-73 .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-73 .btn {
  font-family: 'Merriweather', serif;
}
#content5-76 .mbr-section-title,
#content5-76 p {
  color: #fff;
}
#contacts5-7x p,
#contacts5-7x .list-group-text,
#contacts5-7x .form-control-label {
  color: #000;
}
#contacts5-7x strong,
#contacts5-7x h4 {
  color: #7e9b9f;
}
#contacts5-7x form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7x .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7x .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7x P {
  color: #082c54;
}
#contacts5-7x H4 {
  color: #565656;
}
#contacts5-7x STRONG {
  color: #565656;
}
#footer1-84 P {
  color: #ffffff;
}


#ext_menu-8a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8a .navbar-caption {
  color: #ffffff;
}
#ext_menu-8a .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-8a .close-icon::before,
#ext_menu-8a .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-8a .link,
#ext_menu-8a .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-8a .link {
  font-size: 0.75rem;
}
#ext_menu-8a .dropdown-item,
#ext_menu-8a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-8a .link:hover,
#ext_menu-8a .dropdown-item:hover,
#ext_menu-8a .link:focus,
#ext_menu-8a .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-8a .link[aria-expanded="true"],
#ext_menu-8a .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-8a .nav-dropdown-sm .link:focus,
#ext_menu-8a .nav-dropdown-sm .link:hover,
#ext_menu-8a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8a .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-8a .navbar,
#ext_menu-8a .nav-dropdown-sm,
#ext_menu-8a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8a .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-8a .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-8a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8a .bg-color.transparent.opened .link:hover,
#ext_menu-8a .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-8a .link[aria-expanded="true"],
#ext_menu-8a .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-8a .btn {
  font-family: 'Merriweather', serif;
}
#undefined H3 {
  font-size: 46px;
}
#form1-8b .form-control-label {
  color: #0a2d53;
}
#form1-8b .mbr-section-title {
  color: #0a2d53;
}
#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 P {
  color: #082c54;
}
#contacts5-8d H4 {
  color: #565656;
}
#contacts5-8d STRONG {
  color: #565656;
}
#footer1-8e P {
  color: #ffffff;
}


#ext_menu-8f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8f .navbar-caption {
  color: #ffffff;
}
#ext_menu-8f .navbar-toggler {
  color: #0c1b5d;
}
#ext_menu-8f .close-icon::before,
#ext_menu-8f .close-icon::after {
  background-color: #0c1b5d;
}
#ext_menu-8f .link,
#ext_menu-8f .dropdown-item {
  color: #0c1b5d;
  font-family: 'Merriweather', serif;
}
#ext_menu-8f .link {
  font-size: 0.75rem;
}
#ext_menu-8f .dropdown-item,
#ext_menu-8f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-8f .link:hover,
#ext_menu-8f .dropdown-item:hover,
#ext_menu-8f .link:focus,
#ext_menu-8f .dropdown-item:focus {
  color: #0c1b5d;
}
#ext_menu-8f .link[aria-expanded="true"],
#ext_menu-8f .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-8f .nav-dropdown-sm .link:focus,
#ext_menu-8f .nav-dropdown-sm .link:hover,
#ext_menu-8f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8f .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-8f .navbar,
#ext_menu-8f .nav-dropdown-sm,
#ext_menu-8f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8f .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-8f .bg-color.transparent .link {
  color: #0c1b5d;
  transition: none;
}
#ext_menu-8f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8f .bg-color.transparent.opened .link:hover,
#ext_menu-8f .bg-color.transparent.opened .link:focus {
  color: #0c1b5d;
}
#ext_menu-8f .link[aria-expanded="true"],
#ext_menu-8f .dropdown-item[aria-expanded="true"] {
  color: #0c1b5d!important;
}
#ext_menu-8f .btn {
  font-family: 'Merriweather', serif;
}
#undefined H3 {
  font-size: 46px;
}
#form1-8g .form-control-label {
  color: #0a2d53;
}
#form1-8g .mbr-section-title {
  color: #0a2d53;
}
#contacts5-8i p,
#contacts5-8i .list-group-text,
#contacts5-8i .form-control-label {
  color: #000;
}
#contacts5-8i strong,
#contacts5-8i h4 {
  color: #7e9b9f;
}
#contacts5-8i form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-8i .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-8i .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-8i P {
  color: #082c54;
}
#contacts5-8i H4 {
  color: #565656;
}
#contacts5-8i STRONG {
  color: #565656;
}
#footer1-8j P {
  color: #ffffff;
}
