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



body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #22a5ea !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #3d8eb9 !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #22a5ea;
  border-color: #22a5ea;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #1178af;
  border-color: #1178af;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1178af !important;
  border-color: #1178af !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #0e6898;
  color: #0e6898;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #22a5ea;
  border-color: #22a5ea;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5ea !important;
  border-color: #22a5ea !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #22a5ea !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #3d8eb9 !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #3d8eb9;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #22a5ea;
}
.btn-social:hover {
  background: #22a5ea;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #22a5ea;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #22a5ea;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #22a5ea;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #22a5ea;
}
.lead a,
.lead a:hover {
  color: #22a5ea;
}
.lead blockquote {
  border-color: #22a5ea;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcf1fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #98c5dd;
}
.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: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #22a5ea;
}
#header3-37 .mbr-section-title,
#header3-37 .mbr-section-subtitle {
  text-align: center;
}
#header3-37 H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-37 SMALL {
  color: #000000;
}
#header3-37 .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-37 .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#header3-34 .mbr-section-title,
#header3-34 .mbr-section-subtitle {
  text-align: center;
}
#header3-34 H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-34 SMALL {
  color: #000000;
}
#header3-34 .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-34 .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#msg-box8-3a .mbr-section-title,
#msg-box8-3a p {
  color: #fff;
}
#msg-box8-3a .mbr-section-title {
  font-size: 36px;
}
#msg-box5-3 H3 {
  font-size: 36px;
  color: #2969b0;
}
#msg-box5-3 P {
  color: #000000;
}
#msg-box5-3l H3 {
  color: #2969b0;
  font-size: 30px;
}
#header2-u .mbr-section-title {
  font-size: 30px;
}
#header2-u .mbr-section-text {
  font-size: 18px;
}
#header3-t .mbr-section-title,
#header3-t .mbr-section-subtitle {
  text-align: center;
}
#header3-t H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-t SMALL {
  color: #000000;
}
#header3-t .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-t .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#contacts3-2 LI {
  color: #ffffff;
}
#contacts3-2 STRONG {
  color: #bcbcbc;
}
#contacts3-2 B {
  color: #faaf40;
}
#contacts3-2 P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-2 H4 {
  color: #cccccc;
}
#contacts3-2 SPAN {
  color: #ffffff;
}
#ext_menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7 .navbar-caption {
  color: #ffffff;
}
#ext_menu-7 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7 .close-icon::before,
#ext_menu-7 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7 .link,
#ext_menu-7 .dropdown-item {
  color: #ffffff;
}
#ext_menu-7 .link {
  font-size: 0.9rem;
}
#ext_menu-7 .dropdown-item,
#ext_menu-7 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-7 .link:hover,
#ext_menu-7 .dropdown-item:hover,
#ext_menu-7 .link:focus,
#ext_menu-7 .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-7 .nav-dropdown-sm .link:focus,
#ext_menu-7 .nav-dropdown-sm .link:hover,
#ext_menu-7 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-7 .navbar,
#ext_menu-7 .nav-dropdown-sm,
#ext_menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7 .bg-color.transparent.opened .link:hover,
#ext_menu-7 .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-1f .mbr-section-title,
#header3-1f .mbr-section-subtitle {
  text-align: center;
}
#header3-1f H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-1f SMALL {
  color: #000000;
}
#header3-1f .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-1f .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-3c .mbr-section-title,
#msg-box8-3c p {
  color: #fff;
}
#msg-box8-3c .mbr-section-title {
  font-size: 36px;
}
#msg-box5-1h H3 {
  font-size: 36px;
  color: #2969b0;
}
#msg-box2-1n .mbr-section-title {
  color: #fff;
}
#msg-box2-1n .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-1i LI {
  color: #ffffff;
}
#contacts3-1i STRONG {
  color: #bcbcbc;
}
#contacts3-1i B {
  color: #faaf40;
}
#contacts3-1i P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-1i H4 {
  color: #cccccc;
}
#contacts3-1i SPAN {
  color: #ffffff;
}
#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.9rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-2j .mbr-section-title,
#header3-2j .mbr-section-subtitle {
  text-align: center;
}
#header3-2j H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-2j SMALL {
  color: #000000;
}
#header3-2j .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-2j .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#msg-box8-2k .mbr-section-title,
#msg-box8-2k p {
  color: #fff;
}
#msg-box8-2k .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#msg-box8-2k .lead {
  font-size: 20px;
}
#msg-box8-2q .mbr-section-title,
#msg-box8-2q p {
  color: #fff;
}
#msg-box8-2q .mbr-section-title {
  font-size: 36px;
}
#form1-2l .form-control-label {
  color: #232323;
}
#form1-2l SMALL {
  color: #475577;
}
#msg-box8-2r .mbr-section-title,
#msg-box8-2r p {
  color: #fff;
}
#msg-box8-2r .mbr-section-title {
  font-size: 36px;
}
#form1-2s .form-control-label {
  color: #232323;
}
#header3-2t .mbr-section-title,
#header3-2t .mbr-section-subtitle {
  text-align: center;
}
#header3-2t H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-2t SMALL {
  color: #000000;
}
#header3-2t .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-2t .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#contacts3-2n LI {
  color: #ffffff;
}
#contacts3-2n STRONG {
  color: #bcbcbc;
}
#contacts3-2n B {
  color: #faaf40;
}
#contacts3-2n P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-2n H4 {
  color: #cccccc;
}
#contacts3-2n SPAN {
  color: #ffffff;
}
#ext_menu-2o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2o .navbar-caption {
  color: #ffffff;
}
#ext_menu-2o .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2o .close-icon::before,
#ext_menu-2o .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2o .link,
#ext_menu-2o .dropdown-item {
  color: #ffffff;
}
#ext_menu-2o .link {
  font-size: 0.9rem;
}
#ext_menu-2o .dropdown-item,
#ext_menu-2o .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-2o .link:hover,
#ext_menu-2o .dropdown-item:hover,
#ext_menu-2o .link:focus,
#ext_menu-2o .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-2o .link[aria-expanded="true"],
#ext_menu-2o .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-2o .nav-dropdown-sm .link:focus,
#ext_menu-2o .nav-dropdown-sm .link:hover,
#ext_menu-2o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-2o .navbar,
#ext_menu-2o .nav-dropdown-sm,
#ext_menu-2o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2o .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-2o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2o .bg-color.transparent.opened .link:hover,
#ext_menu-2o .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-2o .link[aria-expanded="true"],
#ext_menu-2o .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-3d .mbr-section-title,
#header3-3d .mbr-section-subtitle {
  text-align: center;
}
#header3-3d H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-3d SMALL {
  color: #000000;
}
#header3-3d .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-3d .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-3e .mbr-section-title,
#msg-box8-3e p {
  color: #fff;
}
#msg-box8-3e .mbr-section-title {
  font-size: 36px;
}
#msg-box5-3f H3 {
  font-size: 36px;
  color: #2969b0;
}
#features3-3k H5 {
  font-size: 16px;
}
#features3-3k H4 {
  color: #00a19a;
}
#msg-box2-3g .mbr-section-title {
  color: #fff;
}
#msg-box2-3g .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-3i LI {
  color: #ffffff;
}
#contacts3-3i STRONG {
  color: #bcbcbc;
}
#contacts3-3i B {
  color: #faaf40;
}
#contacts3-3i P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-3i H4 {
  color: #cccccc;
}
#contacts3-3i SPAN {
  color: #ffffff;
}
#ext_menu-3j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3j .navbar-caption {
  color: #ffffff;
}
#ext_menu-3j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3j .close-icon::before,
#ext_menu-3j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3j .link,
#ext_menu-3j .dropdown-item {
  color: #ffffff;
}
#ext_menu-3j .link {
  font-size: 0.9rem;
}
#ext_menu-3j .dropdown-item,
#ext_menu-3j .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-3j .link:hover,
#ext_menu-3j .dropdown-item:hover,
#ext_menu-3j .link:focus,
#ext_menu-3j .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-3j .nav-dropdown-sm .link:focus,
#ext_menu-3j .nav-dropdown-sm .link:hover,
#ext_menu-3j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3j .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-3j .navbar,
#ext_menu-3j .nav-dropdown-sm,
#ext_menu-3j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3j .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-3j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3j .bg-color.transparent.opened .link:hover,
#ext_menu-3j .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-3m .mbr-section-title,
#header3-3m .mbr-section-subtitle {
  text-align: center;
}
#header3-3m H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-3m SMALL {
  color: #000000;
}
#header3-3m .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-3m .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-3n .mbr-section-title,
#msg-box8-3n p {
  color: #fff;
}
#msg-box8-3n .mbr-section-title {
  font-size: 36px;
}
#msg-box5-3o H3 {
  font-size: 36px;
  color: #2969b0;
}
#features3-3p H5 {
  font-size: 16px;
}
#features3-3p H4 {
  color: #2969b0;
}
#msg-box2-3q .mbr-section-title {
  color: #fff;
}
#msg-box2-3q .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-3s LI {
  color: #ffffff;
}
#contacts3-3s STRONG {
  color: #bcbcbc;
}
#contacts3-3s B {
  color: #faaf40;
}
#contacts3-3s P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-3s H4 {
  color: #cccccc;
}
#contacts3-3s SPAN {
  color: #ffffff;
}
#ext_menu-3t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3t .navbar-caption {
  color: #ffffff;
}
#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;
}
#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: #22a5ea;
}
#ext_menu-3t .link[aria-expanded="true"],
#ext_menu-3t .dropdown-menu {
  background: #0f0a1f;
}
#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: #1c123a!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: #211646;
}
#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: #22a5ea;
}
#ext_menu-3t .link[aria-expanded="true"],
#ext_menu-3t .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-3u .mbr-section-title,
#header3-3u .mbr-section-subtitle {
  text-align: center;
}
#header3-3u H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-3u SMALL {
  color: #000000;
}
#header3-3u .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-3u .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-3v .mbr-section-title,
#msg-box8-3v p {
  color: #fff;
}
#msg-box8-3v .mbr-section-title {
  font-size: 36px;
}
#msg-box5-3w H3 {
  font-size: 36px;
  color: #2969b0;
}
#features3-3x H5 {
  font-size: 16px;
}
#features3-3x H4 {
  color: #2969b0;
}
#msg-box2-3y .mbr-section-title {
  color: #fff;
}
#msg-box2-3y .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-40 LI {
  color: #ffffff;
}
#contacts3-40 STRONG {
  color: #bcbcbc;
}
#contacts3-40 B {
  color: #faaf40;
}
#contacts3-40 P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-40 H4 {
  color: #cccccc;
}
#contacts3-40 SPAN {
  color: #ffffff;
}
#ext_menu-41 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-41 .navbar-caption {
  color: #ffffff;
}
#ext_menu-41 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-41 .close-icon::before,
#ext_menu-41 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-41 .link,
#ext_menu-41 .dropdown-item {
  color: #ffffff;
}
#ext_menu-41 .link {
  font-size: 0.9rem;
}
#ext_menu-41 .dropdown-item,
#ext_menu-41 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-41 .link:hover,
#ext_menu-41 .dropdown-item:hover,
#ext_menu-41 .link:focus,
#ext_menu-41 .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-41 .link[aria-expanded="true"],
#ext_menu-41 .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-41 .nav-dropdown-sm .link:focus,
#ext_menu-41 .nav-dropdown-sm .link:hover,
#ext_menu-41 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-41 .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-41 .navbar,
#ext_menu-41 .nav-dropdown-sm,
#ext_menu-41 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-41 .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-41 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-41 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-41 .bg-color.transparent.opened .link:hover,
#ext_menu-41 .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-41 .link[aria-expanded="true"],
#ext_menu-41 .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-42 .mbr-section-title,
#header3-42 .mbr-section-subtitle {
  text-align: center;
}
#header3-42 H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-42 SMALL {
  color: #000000;
}
#header3-42 .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-42 .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-43 .mbr-section-title,
#msg-box8-43 p {
  color: #fff;
}
#msg-box8-43 .mbr-section-title {
  font-size: 36px;
}
#msg-box5-44 H3 {
  font-size: 36px;
  color: #2969b0;
}
#features3-45 H5 {
  font-size: 16px;
}
#features3-45 H4 {
  color: #2969b0;
}
#msg-box2-46 .mbr-section-title {
  color: #fff;
}
#msg-box2-46 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-48 LI {
  color: #ffffff;
}
#contacts3-48 STRONG {
  color: #bcbcbc;
}
#contacts3-48 B {
  color: #faaf40;
}
#contacts3-48 P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-48 H4 {
  color: #cccccc;
}
#contacts3-48 SPAN {
  color: #ffffff;
}
#ext_menu-49 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-49 .navbar-caption {
  color: #ffffff;
}
#ext_menu-49 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-49 .close-icon::before,
#ext_menu-49 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-49 .link,
#ext_menu-49 .dropdown-item {
  color: #ffffff;
}
#ext_menu-49 .link {
  font-size: 0.9rem;
}
#ext_menu-49 .dropdown-item,
#ext_menu-49 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-49 .link:hover,
#ext_menu-49 .dropdown-item:hover,
#ext_menu-49 .link:focus,
#ext_menu-49 .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-49 .link[aria-expanded="true"],
#ext_menu-49 .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-49 .nav-dropdown-sm .link:focus,
#ext_menu-49 .nav-dropdown-sm .link:hover,
#ext_menu-49 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-49 .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-49 .navbar,
#ext_menu-49 .nav-dropdown-sm,
#ext_menu-49 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-49 .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-49 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-49 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-49 .bg-color.transparent.opened .link:hover,
#ext_menu-49 .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-49 .link[aria-expanded="true"],
#ext_menu-49 .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-4a .mbr-section-title,
#header3-4a .mbr-section-subtitle {
  text-align: center;
}
#header3-4a H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-4a SMALL {
  color: #000000;
}
#header3-4a .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-4a .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-4b .mbr-section-title,
#msg-box8-4b p {
  color: #fff;
}
#msg-box8-4b .mbr-section-title {
  font-size: 36px;
}
#msg-box5-4c H3 {
  font-size: 36px;
  color: #2969b0;
}
#features3-4d H5 {
  font-size: 16px;
}
#features3-4d H4 {
  color: #2969b0;
}
#msg-box2-4e .mbr-section-title {
  color: #fff;
}
#msg-box2-4e .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-4g LI {
  color: #ffffff;
}
#contacts3-4g STRONG {
  color: #bcbcbc;
}
#contacts3-4g B {
  color: #faaf40;
}
#contacts3-4g P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-4g H4 {
  color: #cccccc;
}
#contacts3-4g SPAN {
  color: #ffffff;
}
#ext_menu-4h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4h .navbar-caption {
  color: #ffffff;
}
#ext_menu-4h .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4h .close-icon::before,
#ext_menu-4h .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4h .link,
#ext_menu-4h .dropdown-item {
  color: #ffffff;
}
#ext_menu-4h .link {
  font-size: 0.9rem;
}
#ext_menu-4h .dropdown-item,
#ext_menu-4h .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-4h .link:hover,
#ext_menu-4h .dropdown-item:hover,
#ext_menu-4h .link:focus,
#ext_menu-4h .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-4h .link[aria-expanded="true"],
#ext_menu-4h .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-4h .nav-dropdown-sm .link:focus,
#ext_menu-4h .nav-dropdown-sm .link:hover,
#ext_menu-4h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4h .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-4h .navbar,
#ext_menu-4h .nav-dropdown-sm,
#ext_menu-4h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4h .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-4h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4h .bg-color.transparent.opened .link:hover,
#ext_menu-4h .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-4h .link[aria-expanded="true"],
#ext_menu-4h .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-4i .mbr-section-title,
#header3-4i .mbr-section-subtitle {
  text-align: center;
}
#header3-4i H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-4i SMALL {
  color: #000000;
}
#header3-4i .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#header3-4i .mbr-section-title SPAN {
  color: #cccccc;
}
#msg-box8-4j .mbr-section-title,
#msg-box8-4j p {
  color: #fff;
}
#msg-box8-4j .mbr-section-title {
  font-size: 36px;
}
#msg-box5-4k H3 {
  font-size: 36px;
  color: #2969b0;
}
#features3-4l H5 {
  font-size: 16px;
}
#features3-4l H4 {
  color: #2969b0;
}
#msg-box2-4m .mbr-section-title {
  color: #fff;
}
#msg-box2-4m .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts3-4o LI {
  color: #ffffff;
}
#contacts3-4o STRONG {
  color: #bcbcbc;
}
#contacts3-4o B {
  color: #faaf40;
}
#contacts3-4o P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-4o H4 {
  color: #cccccc;
}
#contacts3-4o SPAN {
  color: #ffffff;
}
#ext_menu-4p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4p .navbar-caption {
  color: #ffffff;
}
#ext_menu-4p .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4p .close-icon::before,
#ext_menu-4p .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4p .link,
#ext_menu-4p .dropdown-item {
  color: #ffffff;
}
#ext_menu-4p .link {
  font-size: 0.9rem;
}
#ext_menu-4p .dropdown-item,
#ext_menu-4p .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-4p .link:hover,
#ext_menu-4p .dropdown-item:hover,
#ext_menu-4p .link:focus,
#ext_menu-4p .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-4p .link[aria-expanded="true"],
#ext_menu-4p .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-4p .nav-dropdown-sm .link:focus,
#ext_menu-4p .nav-dropdown-sm .link:hover,
#ext_menu-4p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4p .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-4p .navbar,
#ext_menu-4p .nav-dropdown-sm,
#ext_menu-4p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4p .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-4p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4p .bg-color.transparent.opened .link:hover,
#ext_menu-4p .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-4p .link[aria-expanded="true"],
#ext_menu-4p .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-4q .mbr-section-title,
#header3-4q .mbr-section-subtitle {
  text-align: center;
}
#header3-4q H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-4q SMALL {
  color: #000000;
}
#header3-4q .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-4q .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#msg-box8-4r .mbr-section-title,
#msg-box8-4r p {
  color: #fff;
}
#msg-box8-4r .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#msg-box8-4r .lead {
  font-size: 20px;
}
#msg-box1-4s H3 {
  font-size: 36px;
}
#msg-box1-4s H2 {
  color: #000000;
  font-size: 22px;
}
#msg-box8-4t .mbr-section-title,
#msg-box8-4t p {
  color: #fff;
}
#msg-box8-4t .mbr-section-title {
  font-size: 36px;
}
#form1-4u .form-control-label {
  color: #232323;
}
#form1-4u SMALL {
  color: #475577;
}
#header3-4x .mbr-section-title,
#header3-4x .mbr-section-subtitle {
  text-align: center;
}
#header3-4x H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-4x SMALL {
  color: #000000;
}
#header3-4x .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-4x .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#contacts3-4z LI {
  color: #ffffff;
}
#contacts3-4z STRONG {
  color: #bcbcbc;
}
#contacts3-4z B {
  color: #faaf40;
}
#contacts3-4z P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-4z H4 {
  color: #cccccc;
}
#contacts3-4z SPAN {
  color: #ffffff;
}
#ext_menu-50 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-50 .navbar-caption {
  color: #ffffff;
}
#ext_menu-50 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-50 .close-icon::before,
#ext_menu-50 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-50 .link,
#ext_menu-50 .dropdown-item {
  color: #ffffff;
}
#ext_menu-50 .link {
  font-size: 0.9rem;
}
#ext_menu-50 .dropdown-item,
#ext_menu-50 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-50 .link:hover,
#ext_menu-50 .dropdown-item:hover,
#ext_menu-50 .link:focus,
#ext_menu-50 .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-50 .link[aria-expanded="true"],
#ext_menu-50 .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-50 .nav-dropdown-sm .link:focus,
#ext_menu-50 .nav-dropdown-sm .link:hover,
#ext_menu-50 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-50 .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-50 .navbar,
#ext_menu-50 .nav-dropdown-sm,
#ext_menu-50 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-50 .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-50 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-50 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-50 .bg-color.transparent.opened .link:hover,
#ext_menu-50 .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-50 .link[aria-expanded="true"],
#ext_menu-50 .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-51 .mbr-section-title,
#header3-51 .mbr-section-subtitle {
  text-align: center;
}
#header3-51 H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-51 SMALL {
  color: #000000;
}
#header3-51 .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-51 .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#msg-box8-52 .mbr-section-title,
#msg-box8-52 p {
  color: #fff;
}
#msg-box8-52 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#msg-box8-52 .lead {
  font-size: 20px;
}
#form1-53 .form-control-label {
  color: #232323;
}
#form1-53 SMALL {
  color: #475577;
}
#contacts3-55 LI {
  color: #ffffff;
}
#contacts3-55 STRONG {
  color: #bcbcbc;
}
#contacts3-55 B {
  color: #faaf40;
}
#contacts3-55 P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-55 H4 {
  color: #cccccc;
}
#contacts3-55 SPAN {
  color: #ffffff;
}
#ext_menu-56 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-56 .navbar-caption {
  color: #ffffff;
}
#ext_menu-56 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-56 .close-icon::before,
#ext_menu-56 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-56 .link,
#ext_menu-56 .dropdown-item {
  color: #ffffff;
}
#ext_menu-56 .link {
  font-size: 0.9rem;
}
#ext_menu-56 .dropdown-item,
#ext_menu-56 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-56 .link:hover,
#ext_menu-56 .dropdown-item:hover,
#ext_menu-56 .link:focus,
#ext_menu-56 .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-56 .link[aria-expanded="true"],
#ext_menu-56 .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-56 .nav-dropdown-sm .link:focus,
#ext_menu-56 .nav-dropdown-sm .link:hover,
#ext_menu-56 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-56 .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-56 .navbar,
#ext_menu-56 .nav-dropdown-sm,
#ext_menu-56 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-56 .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-56 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-56 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-56 .bg-color.transparent.opened .link:hover,
#ext_menu-56 .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-56 .link[aria-expanded="true"],
#ext_menu-56 .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
#header3-2h .mbr-section-title,
#header3-2h .mbr-section-subtitle {
  text-align: center;
}
#header3-2h H3 {
  color: #2969b0;
  font-size: 30px;
}
#header3-2h SMALL {
  color: #000000;
}
#header3-2h .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#header3-2h .mbr-section-title SPAN {
  color: #cccccc;
  font-size: 30px;
}
#msg-box8-2f .mbr-section-title,
#msg-box8-2f p {
  color: #fff;
}
#msg-box8-2f .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#msg-box8-2f .lead {
  font-size: 20px;
}
#header3-59 .mbr-section-title,
#header3-59 .mbr-section-subtitle {
  text-align: center;
}
#header3-59 .mbr-section-title {
  font-size: 30px;
}
#header3-59 .mbr-section-subtitle {
  color: #28324e;
  font-size: 19px;
}
#contacts3-2a LI {
  color: #ffffff;
}
#contacts3-2a STRONG {
  color: #bcbcbc;
}
#contacts3-2a B {
  color: #faaf40;
}
#contacts3-2a P {
  color: #ffffff;
  font-size: 13px;
}
#contacts3-2a H4 {
  color: #cccccc;
}
#contacts3-2a SPAN {
  color: #ffffff;
}
#ext_menu-2b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2b .navbar-caption {
  color: #ffffff;
}
#ext_menu-2b .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2b .close-icon::before,
#ext_menu-2b .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2b .link,
#ext_menu-2b .dropdown-item {
  color: #ffffff;
}
#ext_menu-2b .link {
  font-size: 0.9rem;
}
#ext_menu-2b .dropdown-item,
#ext_menu-2b .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-2b .link:hover,
#ext_menu-2b .dropdown-item:hover,
#ext_menu-2b .link:focus,
#ext_menu-2b .dropdown-item:focus {
  color: #22a5ea;
}
#ext_menu-2b .link[aria-expanded="true"],
#ext_menu-2b .dropdown-menu {
  background: #0f0a1f;
}
#ext_menu-2b .nav-dropdown-sm .link:focus,
#ext_menu-2b .nav-dropdown-sm .link:hover,
#ext_menu-2b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2b .nav-dropdown-sm .dropdown-item:hover {
  background: #1c123a!important;
}
#ext_menu-2b .navbar,
#ext_menu-2b .nav-dropdown-sm,
#ext_menu-2b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2b .nav-dropdown-sm .dropdown-menu {
  background: #211646;
}
#ext_menu-2b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2b .bg-color.transparent.opened .link:hover,
#ext_menu-2b .bg-color.transparent.opened .link:focus {
  color: #22a5ea;
}
#ext_menu-2b .link[aria-expanded="true"],
#ext_menu-2b .dropdown-item[aria-expanded="true"] {
  color: #22a5ea!important;
}
