@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans: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 {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.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: 'Fira Sans Extra Condensed', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0ea73b !important;
}
.bg-info {
  background-color: #6191bf !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #134e90 !important;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary {
  background-color: #ef1515;
  border-color: #ef1515;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ac0c0c;
  border-color: #ac0c0c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ac0c0c !important;
  border-color: #ac0c0c !important;
}
.btn-info {
  background-color: #6191bf;
  border-color: #6191bf;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #3d6b97;
  border-color: #3d6b97;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d6b97 !important;
  border-color: #3d6b97 !important;
}
.btn-success {
  background-color: #0ea73b;
  border-color: #0ea73b;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #086022;
  border-color: #086022;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #086022 !important;
  border-color: #086022 !important;
}
.btn-warning {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger {
  background-color: #134e90;
  border-color: #134e90;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #0a294c;
  border-color: #0a294c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a294c !important;
  border-color: #0a294c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #940a0a;
  color: #940a0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ef1515;
  border-color: #ef1515;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef1515 !important;
  border-color: #ef1515 !important;
}
.btn-info-outline {
  background: none;
  border-color: #365e84;
  color: #365e84;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #6191bf;
  border-color: #6191bf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6191bf !important;
  border-color: #6191bf !important;
}
.btn-success-outline {
  background: none;
  border-color: #06491a;
  color: #06491a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0ea73b;
  border-color: #0ea73b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0ea73b !important;
  border-color: #0ea73b !important;
}
.btn-warning-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline {
  background: none;
  border-color: #071d36;
  color: #071d36;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #134e90;
  border-color: #134e90;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #134e90 !important;
  border-color: #134e90 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-success {
  color: #0ea73b !important;
}
.text-info {
  color: #6191bf !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #134e90 !important;
}
.alert-success {
  background-color: #0ea73b;
}
.alert-info {
  background-color: #6191bf;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #134e90;
}
.btn-social {
  border-color: #ffffff;
}
.btn-social:hover {
  background: #ffffff;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ffffff;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.lead a,
.lead a:hover {
  color: #ffffff;
}
.lead blockquote {
  border-color: #ffffff;
}
.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: #45ef77;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bcd0e4;
}
.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: #3d8de5;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #ffffff;
}
.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;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.9rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #0d3663;
}
#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: #114782!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: #134e90;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  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: #ffffff;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-3r .mbr-section-title,
#msg-box8-3r .lead {
  color: #fff;
}
#msg-box8-3r .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-3r .btn {
  font-size: 14px;
}
#msg-box8-3r .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-3r .lead P {
  font-size: 20px;
}
#header2-3o .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-3o .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-3o .btn {
  font-size: 14px;
}
#msg-box3-35 .mbr-section-title,
#msg-box3-35 .lead {
  color: #000;
}
#msg-box3-35 .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-10 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-10 .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-10 .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-10 .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-q .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-q .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-q .mbr-section-text B {
  font-size: 25px;
}
#header2-q .btn {
  font-size: 14px;
}
#features3-6 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-6 P {
  font-size: 18px;
}
#form1-g .form-control-label {
  color: #134e90;
}
#form1-g SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-g .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-g B {
  font-size: 25px;
}
#form1-g .btn {
  font-size: 16px;
}
#form1-g .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-v .mbr-section-title,
#header3-v .mbr-section-subtitle {
  text-align: center;
}
#header3-v H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-v SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-v .mbr-section-title {
  color: #134e90;
}
#header3-v .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#contacts1-i SPAN {
  color: #2b0680;
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
}
#contacts1-i STRONG {
  color: #cccccc;
}
#contacts1-i B {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 19px;
}
#contacts1-i P {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
}
#content1-2r P {
  text-align: left;
  font-size: 15px;
}
#content1-2r DIV {
  color: #92aac4;
}
#footer1-l P {
  color: #ffffff;
}









#ext_menu-4n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4n .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-4n .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4n .close-icon::before,
#ext_menu-4n .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4n .link,
#ext_menu-4n .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-4n .link {
  font-size: 0.9rem;
}
#ext_menu-4n .dropdown-item,
#ext_menu-4n .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-4n .link:hover,
#ext_menu-4n .dropdown-item:hover,
#ext_menu-4n .link:focus,
#ext_menu-4n .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-4n .link[aria-expanded="true"],
#ext_menu-4n .dropdown-menu {
  background: #0d3663;
}
#ext_menu-4n .nav-dropdown-sm .link:focus,
#ext_menu-4n .nav-dropdown-sm .link:hover,
#ext_menu-4n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4n .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-4n .navbar,
#ext_menu-4n .nav-dropdown-sm,
#ext_menu-4n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4n .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-4n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4n .bg-color.transparent.opened .link:hover,
#ext_menu-4n .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-4n .link[aria-expanded="true"],
#ext_menu-4n .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box6-52 h3,
#msg-box6-52 p {
  color: #fff;
}
#msg-box6-52 DIV {
  text-align: center;
}
#msg-box6-52 H3 {
  text-align: center;
  font-size: 36px;
}
#msg-box6-52 P {
  font-size: 24px;
}
#msg-box6-52 .btn {
  font-size: 14px;
}
#msg-box6-53 h3,
#msg-box6-53 p {
  color: #fff;
}
#msg-box6-53 H3 {
  color: #134e90;
  text-align: center;
  font-size: 36px;
}
#msg-box6-53 P {
  color: #134e90;
  font-size: 22px;
  text-align: center;
}
#features3-55 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-55 P {
  font-size: 18px;
}
#features3-56 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-56 P {
  font-size: 18px;
}
#form1-4v .form-control-label {
  color: #134e90;
}
#form1-4v SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-4v .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-4v B {
  font-size: 25px;
}
#form1-4v .btn {
  font-size: 16px;
}
#form1-4v .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-4w .mbr-section-title,
#header3-4w .mbr-section-subtitle {
  text-align: center;
}
#header3-4w H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-4w SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-4w .mbr-section-title {
  color: #134e90;
}
#header3-4w .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#contacts1-4y SPAN {
  color: #2b0680;
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
}
#contacts1-4y STRONG {
  color: #cccccc;
}
#contacts1-4y B {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 19px;
}
#contacts1-4y P {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
}
#content1-50 P {
  text-align: center;
  font-size: 15px;
}
#content1-50 DIV {
  color: #92aac4;
}
#footer1-51 P {
  color: #ffffff;
}









#ext_menu-3t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3t .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-3t .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3t .close-icon::before,
#ext_menu-3t .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3t .link,
#ext_menu-3t .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-3t .link {
  font-size: 0.9rem;
}
#ext_menu-3t .dropdown-item,
#ext_menu-3t .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-3t .link:hover,
#ext_menu-3t .dropdown-item:hover,
#ext_menu-3t .link:focus,
#ext_menu-3t .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-3t .link[aria-expanded="true"],
#ext_menu-3t .dropdown-menu {
  background: #0d3663;
}
#ext_menu-3t .nav-dropdown-sm .link:focus,
#ext_menu-3t .nav-dropdown-sm .link:hover,
#ext_menu-3t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3t .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-3t .navbar,
#ext_menu-3t .nav-dropdown-sm,
#ext_menu-3t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3t .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-3t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3t .bg-color.transparent.opened .link:hover,
#ext_menu-3t .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-3t .link[aria-expanded="true"],
#ext_menu-3t .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box6-4a h3,
#msg-box6-4a p {
  color: #fff;
}
#msg-box6-4a DIV {
  text-align: center;
}
#msg-box6-4a H3 {
  text-align: center;
}
#msg-box6-4a P {
  font-size: 24px;
}
#msg-box6-4a .btn {
  font-size: 14px;
}
#header3-4b .mbr-section-title,
#header3-4b .mbr-section-subtitle {
  text-align: center;
}
#header3-4b .mbr-section-title {
  color: #134e90;
  font-size: 30px;
}
#features3-40 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-40 P {
  font-size: 18px;
}
#header3-4f .mbr-section-title,
#header3-4f .mbr-section-subtitle {
  text-align: center;
}
#header3-4f .mbr-section-title {
  color: #134e90;
  font-size: 30px;
}
#features3-41 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-41 P {
  font-size: 18px;
}
#features3-4k H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-4k P {
  font-size: 18px;
}
#header3-4h .mbr-section-title,
#header3-4h .mbr-section-subtitle {
  text-align: center;
}
#header3-4h .mbr-section-title {
  color: #134e90;
  font-size: 30px;
}
#features3-4g H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-4g P {
  font-size: 18px;
}
#header3-4j .mbr-section-title,
#header3-4j .mbr-section-subtitle {
  text-align: center;
}
#header3-4j .mbr-section-title {
  color: #134e90;
  font-size: 30px;
}
#header3-4m .mbr-section-title,
#header3-4m .mbr-section-subtitle {
  text-align: center;
}
#header3-4m .mbr-section-title {
  font-size: 32px;
  color: #134e90;
}
#buttons1-4l .btn {
  font-size: 15px;
}
#form1-42 .form-control-label {
  color: #134e90;
}
#form1-42 SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-42 .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-42 B {
  font-size: 25px;
}
#form1-42 .btn {
  font-size: 16px;
}
#form1-42 .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-43 .mbr-section-title,
#header3-43 .mbr-section-subtitle {
  text-align: center;
}
#header3-43 H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-43 SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-43 .mbr-section-title {
  color: #134e90;
}
#header3-43 .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#contacts1-45 SPAN {
  color: #2b0680;
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
}
#contacts1-45 STRONG {
  color: #cccccc;
}
#contacts1-45 B {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 19px;
}
#contacts1-45 P {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
}
#content1-47 P {
  text-align: center;
  font-size: 15px;
}
#content1-47 DIV {
  color: #92aac4;
}
#footer1-48 P {
  color: #ffffff;
}







#ext_menu-5r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5r .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-5r .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5r .close-icon::before,
#ext_menu-5r .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5r .link,
#ext_menu-5r .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-5r .link {
  font-size: 0.9rem;
}
#ext_menu-5r .dropdown-item,
#ext_menu-5r .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-5r .link:hover,
#ext_menu-5r .dropdown-item:hover,
#ext_menu-5r .link:focus,
#ext_menu-5r .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-5r .link[aria-expanded="true"],
#ext_menu-5r .dropdown-menu {
  background: #0d3663;
}
#ext_menu-5r .nav-dropdown-sm .link:focus,
#ext_menu-5r .nav-dropdown-sm .link:hover,
#ext_menu-5r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5r .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-5r .navbar,
#ext_menu-5r .nav-dropdown-sm,
#ext_menu-5r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5r .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-5r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5r .bg-color.transparent.opened .link:hover,
#ext_menu-5r .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-5r .link[aria-expanded="true"],
#ext_menu-5r .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-5s .mbr-section-title,
#msg-box8-5s .lead {
  color: #fff;
}
#msg-box8-5s .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-5s .btn {
  font-size: 14px;
}
#msg-box8-5s .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-5s .lead P {
  font-size: 20px;
}
#header2-5t .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-5t .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-5t .btn {
  font-size: 14px;
}
#msg-box3-5u .mbr-section-title,
#msg-box3-5u .lead {
  color: #000;
}
#msg-box3-5u .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-5v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-5v .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-5v .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-5v .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-5w .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-5w .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-5w .mbr-section-text B {
  font-size: 25px;
}
#header2-5w .btn {
  font-size: 14px;
}
#features3-5x H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-5x P {
  font-size: 18px;
}
#form1-5z .form-control-label {
  color: #134e90;
}
#form1-5z SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-5z .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-5z B {
  font-size: 25px;
}
#form1-5z .btn {
  font-size: 16px;
}
#form1-5z .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-60 .mbr-section-title,
#header3-60 .mbr-section-subtitle {
  text-align: center;
}
#header3-60 H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-60 SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-60 .mbr-section-title {
  color: #134e90;
}
#header3-60 .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-62 .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-62 .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-62 .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-63 P {
  text-align: left;
  font-size: 15px;
}
#content1-63 DIV {
  color: #92aac4;
}
#footer1-64 P {
  color: #ffffff;
}







#ext_menu-65 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-65 .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-65 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-65 .close-icon::before,
#ext_menu-65 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-65 .link,
#ext_menu-65 .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-65 .link {
  font-size: 0.9rem;
}
#ext_menu-65 .dropdown-item,
#ext_menu-65 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-65 .link:hover,
#ext_menu-65 .dropdown-item:hover,
#ext_menu-65 .link:focus,
#ext_menu-65 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-65 .link[aria-expanded="true"],
#ext_menu-65 .dropdown-menu {
  background: #0d3663;
}
#ext_menu-65 .nav-dropdown-sm .link:focus,
#ext_menu-65 .nav-dropdown-sm .link:hover,
#ext_menu-65 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-65 .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-65 .navbar,
#ext_menu-65 .nav-dropdown-sm,
#ext_menu-65 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-65 .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-65 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-65 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-65 .bg-color.transparent.opened .link:hover,
#ext_menu-65 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-65 .link[aria-expanded="true"],
#ext_menu-65 .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-66 .mbr-section-title,
#msg-box8-66 .lead {
  color: #fff;
}
#msg-box8-66 .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-66 .btn {
  font-size: 14px;
}
#msg-box8-66 .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-66 .lead P {
  font-size: 20px;
}
#header2-67 .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-67 .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-67 .btn {
  font-size: 14px;
}
#msg-box3-68 .mbr-section-title,
#msg-box3-68 .lead {
  color: #000;
}
#msg-box3-68 .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-69 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-69 .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-69 .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-69 .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-6a .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-6a .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-6a .mbr-section-text B {
  font-size: 25px;
}
#header2-6a .btn {
  font-size: 14px;
}
#features3-6b H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-6b P {
  font-size: 18px;
}
#form1-6d .form-control-label {
  color: #134e90;
}
#form1-6d SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-6d .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-6d B {
  font-size: 25px;
}
#form1-6d .btn {
  font-size: 16px;
}
#form1-6d .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-6e .mbr-section-title,
#header3-6e .mbr-section-subtitle {
  text-align: center;
}
#header3-6e H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-6e SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-6e .mbr-section-title {
  color: #134e90;
}
#header3-6e .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-6g .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-6g .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-6g .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-6h P {
  text-align: left;
  font-size: 15px;
}
#content1-6h DIV {
  color: #92aac4;
}
#footer1-6i P {
  color: #ffffff;
}







#ext_menu-6j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6j .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-6j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6j .close-icon::before,
#ext_menu-6j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6j .link,
#ext_menu-6j .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-6j .link {
  font-size: 0.9rem;
}
#ext_menu-6j .dropdown-item,
#ext_menu-6j .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-6j .link:hover,
#ext_menu-6j .dropdown-item:hover,
#ext_menu-6j .link:focus,
#ext_menu-6j .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-6j .link[aria-expanded="true"],
#ext_menu-6j .dropdown-menu {
  background: #0d3663;
}
#ext_menu-6j .nav-dropdown-sm .link:focus,
#ext_menu-6j .nav-dropdown-sm .link:hover,
#ext_menu-6j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6j .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-6j .navbar,
#ext_menu-6j .nav-dropdown-sm,
#ext_menu-6j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6j .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-6j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6j .bg-color.transparent.opened .link:hover,
#ext_menu-6j .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-6j .link[aria-expanded="true"],
#ext_menu-6j .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-6k .mbr-section-title,
#msg-box8-6k .lead {
  color: #fff;
}
#msg-box8-6k .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-6k .btn {
  font-size: 14px;
}
#msg-box8-6k .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-6k .lead P {
  font-size: 20px;
}
#header2-6l .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-6l .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-6l .btn {
  font-size: 14px;
}
#msg-box3-6m .mbr-section-title,
#msg-box3-6m .lead {
  color: #000;
}
#msg-box3-6m .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-6n .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-6n .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-6n .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-6n .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-6o .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-6o .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-6o .mbr-section-text B {
  font-size: 25px;
}
#header2-6o .btn {
  font-size: 14px;
}
#features3-6p H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-6p P {
  font-size: 18px;
}
#form1-6r .form-control-label {
  color: #134e90;
}
#form1-6r SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-6r .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-6r B {
  font-size: 25px;
}
#form1-6r .btn {
  font-size: 16px;
}
#form1-6r .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-6s .mbr-section-title,
#header3-6s .mbr-section-subtitle {
  text-align: center;
}
#header3-6s H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-6s SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-6s .mbr-section-title {
  color: #134e90;
}
#header3-6s .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-6u .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-6u .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-6u .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-6v P {
  text-align: left;
  font-size: 15px;
}
#content1-6v DIV {
  color: #92aac4;
}
#footer1-6w P {
  color: #ffffff;
}







#ext_menu-59 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-59 .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-59 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-59 .close-icon::before,
#ext_menu-59 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-59 .link,
#ext_menu-59 .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-59 .link {
  font-size: 0.9rem;
}
#ext_menu-59 .dropdown-item,
#ext_menu-59 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-59 .link:hover,
#ext_menu-59 .dropdown-item:hover,
#ext_menu-59 .link:focus,
#ext_menu-59 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-59 .link[aria-expanded="true"],
#ext_menu-59 .dropdown-menu {
  background: #0d3663;
}
#ext_menu-59 .nav-dropdown-sm .link:focus,
#ext_menu-59 .nav-dropdown-sm .link:hover,
#ext_menu-59 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-59 .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-59 .navbar,
#ext_menu-59 .nav-dropdown-sm,
#ext_menu-59 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-59 .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-59 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-59 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-59 .bg-color.transparent.opened .link:hover,
#ext_menu-59 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-59 .link[aria-expanded="true"],
#ext_menu-59 .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-5a .mbr-section-title,
#msg-box8-5a .lead {
  color: #fff;
}
#msg-box8-5a .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-5a .btn {
  font-size: 14px;
}
#msg-box8-5a .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-5a .lead P {
  font-size: 20px;
}
#header2-5b .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-5b .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-5b .btn {
  font-size: 14px;
}
#msg-box3-5c .mbr-section-title,
#msg-box3-5c .lead {
  color: #000;
}
#msg-box3-5c .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-5d .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-5d .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-5d .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-5d .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-5e .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-5e .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-5e .mbr-section-text B {
  font-size: 25px;
}
#header2-5e .btn {
  font-size: 14px;
}
#features3-5f H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-5f P {
  font-size: 18px;
}
#form1-5h .form-control-label {
  color: #134e90;
}
#form1-5h SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-5h .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-5h B {
  font-size: 25px;
}
#form1-5h .btn {
  font-size: 16px;
}
#form1-5h .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-5i .mbr-section-title,
#header3-5i .mbr-section-subtitle {
  text-align: center;
}
#header3-5i H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-5i SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-5i .mbr-section-title {
  color: #134e90;
}
#header3-5i .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-5q .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-5q .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-5q .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-5m P {
  text-align: left;
  font-size: 15px;
}
#content1-5m DIV {
  color: #92aac4;
}
#footer1-5n P {
  color: #ffffff;
}







#ext_menu-6x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6x .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-6x .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6x .close-icon::before,
#ext_menu-6x .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6x .link,
#ext_menu-6x .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-6x .link {
  font-size: 0.9rem;
}
#ext_menu-6x .dropdown-item,
#ext_menu-6x .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-6x .link:hover,
#ext_menu-6x .dropdown-item:hover,
#ext_menu-6x .link:focus,
#ext_menu-6x .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-6x .link[aria-expanded="true"],
#ext_menu-6x .dropdown-menu {
  background: #0d3663;
}
#ext_menu-6x .nav-dropdown-sm .link:focus,
#ext_menu-6x .nav-dropdown-sm .link:hover,
#ext_menu-6x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6x .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-6x .navbar,
#ext_menu-6x .nav-dropdown-sm,
#ext_menu-6x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6x .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-6x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6x .bg-color.transparent.opened .link:hover,
#ext_menu-6x .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-6x .link[aria-expanded="true"],
#ext_menu-6x .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-6y .mbr-section-title,
#msg-box8-6y .lead {
  color: #fff;
}
#msg-box8-6y .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-6y .btn {
  font-size: 14px;
}
#msg-box8-6y .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-6y .lead P {
  font-size: 20px;
}
#header2-6z .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-6z .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-6z .btn {
  font-size: 14px;
}
#msg-box3-70 .mbr-section-title,
#msg-box3-70 .lead {
  color: #000;
}
#msg-box3-70 .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-71 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-71 .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-71 .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-71 .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-72 .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-72 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-72 .mbr-section-text B {
  font-size: 25px;
}
#header2-72 .btn {
  font-size: 14px;
}
#features3-73 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-73 P {
  font-size: 18px;
}
#form1-75 .form-control-label {
  color: #134e90;
}
#form1-75 SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-75 .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-75 B {
  font-size: 25px;
}
#form1-75 .btn {
  font-size: 16px;
}
#form1-75 .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-76 .mbr-section-title,
#header3-76 .mbr-section-subtitle {
  text-align: center;
}
#header3-76 H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-76 SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-76 .mbr-section-title {
  color: #134e90;
}
#header3-76 .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-78 .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-78 .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-78 .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-79 P {
  text-align: left;
  font-size: 15px;
}
#content1-79 DIV {
  color: #92aac4;
}
#footer1-7a P {
  color: #ffffff;
}







#ext_menu-7b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7b .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-7b .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7b .close-icon::before,
#ext_menu-7b .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7b .link,
#ext_menu-7b .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-7b .link {
  font-size: 0.9rem;
}
#ext_menu-7b .dropdown-item,
#ext_menu-7b .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-7b .link:hover,
#ext_menu-7b .dropdown-item:hover,
#ext_menu-7b .link:focus,
#ext_menu-7b .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-7b .link[aria-expanded="true"],
#ext_menu-7b .dropdown-menu {
  background: #0d3663;
}
#ext_menu-7b .nav-dropdown-sm .link:focus,
#ext_menu-7b .nav-dropdown-sm .link:hover,
#ext_menu-7b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7b .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-7b .navbar,
#ext_menu-7b .nav-dropdown-sm,
#ext_menu-7b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7b .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-7b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7b .bg-color.transparent.opened .link:hover,
#ext_menu-7b .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-7b .link[aria-expanded="true"],
#ext_menu-7b .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-7c .mbr-section-title,
#msg-box8-7c .lead {
  color: #fff;
}
#msg-box8-7c .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-7c .btn {
  font-size: 14px;
}
#msg-box8-7c .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-7c .lead P {
  font-size: 20px;
}
#header2-7d .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-7d .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-7d .btn {
  font-size: 14px;
}
#msg-box3-7e .mbr-section-title,
#msg-box3-7e .lead {
  color: #000;
}
#msg-box3-7e .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-7f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-7f .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-7f .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-7f .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-7g .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-7g .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-7g .mbr-section-text B {
  font-size: 25px;
}
#header2-7g .btn {
  font-size: 14px;
}
#features3-7h H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-7h P {
  font-size: 18px;
}
#form1-7j .form-control-label {
  color: #134e90;
}
#form1-7j SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-7j .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-7j B {
  font-size: 25px;
}
#form1-7j .btn {
  font-size: 16px;
}
#form1-7j .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-7k .mbr-section-title,
#header3-7k .mbr-section-subtitle {
  text-align: center;
}
#header3-7k H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-7k SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-7k .mbr-section-title {
  color: #134e90;
}
#header3-7k .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-7m .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-7m .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-7m .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-7n P {
  text-align: left;
  font-size: 15px;
}
#content1-7n DIV {
  color: #92aac4;
}
#footer1-7o P {
  color: #ffffff;
}







#ext_menu-7p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7p .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-7p .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7p .close-icon::before,
#ext_menu-7p .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7p .link,
#ext_menu-7p .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-7p .link {
  font-size: 0.9rem;
}
#ext_menu-7p .dropdown-item,
#ext_menu-7p .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-7p .link:hover,
#ext_menu-7p .dropdown-item:hover,
#ext_menu-7p .link:focus,
#ext_menu-7p .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-7p .link[aria-expanded="true"],
#ext_menu-7p .dropdown-menu {
  background: #0d3663;
}
#ext_menu-7p .nav-dropdown-sm .link:focus,
#ext_menu-7p .nav-dropdown-sm .link:hover,
#ext_menu-7p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7p .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-7p .navbar,
#ext_menu-7p .nav-dropdown-sm,
#ext_menu-7p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7p .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-7p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7p .bg-color.transparent.opened .link:hover,
#ext_menu-7p .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-7p .link[aria-expanded="true"],
#ext_menu-7p .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-7q .mbr-section-title,
#msg-box8-7q .lead {
  color: #fff;
}
#msg-box8-7q .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-7q .btn {
  font-size: 14px;
}
#msg-box8-7q .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-7q .lead P {
  font-size: 20px;
}
#header2-7r .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-7r .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-7r .btn {
  font-size: 14px;
}
#msg-box3-7s .mbr-section-title,
#msg-box3-7s .lead {
  color: #000;
}
#msg-box3-7s .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-7t .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-7t .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-7t .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-7t .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-7u .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-7u .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-7u .mbr-section-text B {
  font-size: 25px;
}
#header2-7u .btn {
  font-size: 14px;
}
#features3-7v H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-7v P {
  font-size: 18px;
}
#form1-7x .form-control-label {
  color: #134e90;
}
#form1-7x SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-7x .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-7x B {
  font-size: 25px;
}
#form1-7x .btn {
  font-size: 16px;
}
#form1-7x .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-7y .mbr-section-title,
#header3-7y .mbr-section-subtitle {
  text-align: center;
}
#header3-7y H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-7y SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-7y .mbr-section-title {
  color: #134e90;
}
#header3-7y .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-80 .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-80 .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-80 .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-81 P {
  text-align: left;
  font-size: 15px;
}
#content1-81 DIV {
  color: #92aac4;
}
#footer1-82 P {
  color: #ffffff;
}







#ext_menu-83 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-83 .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-83 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-83 .close-icon::before,
#ext_menu-83 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-83 .link,
#ext_menu-83 .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-83 .link {
  font-size: 0.9rem;
}
#ext_menu-83 .dropdown-item,
#ext_menu-83 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-83 .link:hover,
#ext_menu-83 .dropdown-item:hover,
#ext_menu-83 .link:focus,
#ext_menu-83 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-83 .link[aria-expanded="true"],
#ext_menu-83 .dropdown-menu {
  background: #0d3663;
}
#ext_menu-83 .nav-dropdown-sm .link:focus,
#ext_menu-83 .nav-dropdown-sm .link:hover,
#ext_menu-83 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-83 .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-83 .navbar,
#ext_menu-83 .nav-dropdown-sm,
#ext_menu-83 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-83 .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-83 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-83 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-83 .bg-color.transparent.opened .link:hover,
#ext_menu-83 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-83 .link[aria-expanded="true"],
#ext_menu-83 .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-84 .mbr-section-title,
#msg-box8-84 .lead {
  color: #fff;
}
#msg-box8-84 .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-84 .btn {
  font-size: 14px;
}
#msg-box8-84 .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-84 .lead P {
  font-size: 20px;
}
#header2-85 .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-85 .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-85 .btn {
  font-size: 14px;
}
#msg-box3-86 .mbr-section-title,
#msg-box3-86 .lead {
  color: #000;
}
#msg-box3-86 .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-87 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-87 .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-87 .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-87 .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-88 .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-88 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-88 .mbr-section-text B {
  font-size: 25px;
}
#header2-88 .btn {
  font-size: 14px;
}
#features3-89 H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-89 P {
  font-size: 18px;
}
#form1-8b .form-control-label {
  color: #134e90;
}
#form1-8b SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-8b .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-8b B {
  font-size: 25px;
}
#form1-8b .btn {
  font-size: 16px;
}
#form1-8b .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-8c .mbr-section-title,
#header3-8c .mbr-section-subtitle {
  text-align: center;
}
#header3-8c H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-8c SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-8c .mbr-section-title {
  color: #134e90;
}
#header3-8c .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-8e .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-8e .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-8e .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-8f P {
  text-align: left;
  font-size: 15px;
}
#content1-8f DIV {
  color: #92aac4;
}
#footer1-8g P {
  color: #ffffff;
}







#ext_menu-8h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8h .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#ext_menu-8h .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8h .close-icon::before,
#ext_menu-8h .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8h .link,
#ext_menu-8h .dropdown-item {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#ext_menu-8h .link {
  font-size: 0.9rem;
}
#ext_menu-8h .dropdown-item,
#ext_menu-8h .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-8h .link:hover,
#ext_menu-8h .dropdown-item:hover,
#ext_menu-8h .link:focus,
#ext_menu-8h .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-8h .link[aria-expanded="true"],
#ext_menu-8h .dropdown-menu {
  background: #0d3663;
}
#ext_menu-8h .nav-dropdown-sm .link:focus,
#ext_menu-8h .nav-dropdown-sm .link:hover,
#ext_menu-8h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8h .nav-dropdown-sm .dropdown-item:hover {
  background: #114782!important;
}
#ext_menu-8h .navbar,
#ext_menu-8h .nav-dropdown-sm,
#ext_menu-8h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8h .nav-dropdown-sm .dropdown-menu {
  background: #134e90;
}
#ext_menu-8h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8h .bg-color.transparent.opened .link:hover,
#ext_menu-8h .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-8h .link[aria-expanded="true"],
#ext_menu-8h .dropdown-item[aria-expanded="true"] {
  color: #134e90!important;
}
#msg-box8-8i .mbr-section-title,
#msg-box8-8i .lead {
  color: #fff;
}
#msg-box8-8i .lead {
  font-size: 22px;
  color: #134e90;
}
#msg-box8-8i .btn {
  font-size: 14px;
}
#msg-box8-8i .mbr-section-title {
  font-size: 36px;
  color: #134e90;
}
#msg-box8-8i .lead P {
  font-size: 20px;
}
#header2-8j .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-size: 46px;
}
#header2-8j .mbr-section-text {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
#header2-8j .btn {
  font-size: 14px;
}
#msg-box3-8k .mbr-section-title,
#msg-box3-8k .lead {
  color: #000;
}
#msg-box3-8k .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#features1-8l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #134e90;
}
#features1-8l .mbr-cards-col:nth-child(even) .card-title {
  color: #134e90;
  font-size: 20px;
}
#features1-8l .mbr-cards-col:nth-child(even) .card-text {
  color: #134e90;
  font-size: 20px;
}
#features1-8l .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 20px;
}
#header2-8m .mbr-section-text {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header2-8m .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
}
#header2-8m .mbr-section-text B {
  font-size: 25px;
}
#header2-8m .btn {
  font-size: 14px;
}
#features3-8n H4 {
  font-size: 22px;
  color: #2b0680;
}
#features3-8n P {
  font-size: 18px;
}
#form1-8p .form-control-label {
  color: #134e90;
}
#form1-8p SMALL {
  font-family: 'Roboto', sans-serif;
  color: #232323;
  font-size: 20px;
}
#form1-8p .mbr-section-title {
  color: #134e90;
  font-size: 46px;
}
#form1-8p B {
  font-size: 25px;
}
#form1-8p .btn {
  font-size: 16px;
}
#form1-8p .mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: #134e90;
}
#header3-8q .mbr-section-title,
#header3-8q .mbr-section-subtitle {
  text-align: center;
}
#header3-8q H3 {
  font-size: 46px;
  color: #b8312f;
}
#header3-8q SMALL {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header3-8q .mbr-section-title {
  color: #134e90;
}
#header3-8q .mbr-section-subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #134e90;
}
#msg-box2-8s .mbr-section-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#msg-box2-8s .mbr-section-subtitle {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
}
#msg-box2-8s .mbr-section-subtitle DIV {
  text-align: center;
}
#content1-8t P {
  text-align: left;
  font-size: 15px;
}
#content1-8t DIV {
  color: #92aac4;
}
#footer1-8u P {
  color: #ffffff;
}
