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

.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Lora', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Lora', 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: 'Oxygen', 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: 'Oxygen', 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;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #2969b0 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #848484 !important;
}
.bg-warning {
  background-color: #a38f84 !important;
}
.bg-danger {
  background-color: #68564c !important;
}
.btn-primary {
  background-color: #2969b0;
  border-color: #2969b0;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #1b4472;
  border-color: #1b4472;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b4472 !important;
  border-color: #1b4472 !important;
}
.btn-secondary {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-info {
  background-color: #848484;
  border-color: #848484;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !important;
}
.btn-success {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning {
  background-color: #a38f84;
  border-color: #a38f84;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #7d695d;
  border-color: #7d695d;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7d695d !important;
  border-color: #7d695d !important;
}
.btn-danger {
  background-color: #68564c;
  border-color: #68564c;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #3c312c;
  border-color: #3c312c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3c312c !important;
  border-color: #3c312c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #16385d;
  color: #16385d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2969b0;
  border-color: #2969b0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2969b0 !important;
  border-color: #2969b0 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-info-outline {
  background: none;
  border-color: #515151;
  color: #515151;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #848484;
  border-color: #848484;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #848484 !important;
  border-color: #848484 !important;
}
.btn-success-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #6e5c53;
  color: #6e5c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a38f84;
  border-color: #a38f84;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a38f84 !important;
  border-color: #a38f84 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #2d2521;
  color: #2d2521;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #68564c;
  border-color: #68564c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #68564c !important;
  border-color: #68564c !important;
}
.text-primary {
  color: #2969b0 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #848484 !important;
}
.text-warning {
  color: #a38f84 !important;
}
.text-danger {
  color: #68564c !important;
}
.alert-success {
  background-color: #000000;
}
.alert-info {
  background-color: #848484;
}
.alert-warning {
  background-color: #a38f84;
}
.alert-danger {
  background-color: #68564c;
}
.btn-social {
  border-color: #2969b0;
}
.btn-social:hover {
  background: #2969b0;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2969b0;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2969b0;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2969b0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2969b0;
}
.lead a,
.lead a:hover {
  color: #2969b0;
}
.lead blockquote {
  border-color: #2969b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #79aae0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dad1cd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #aa958a;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #2969b0;
}
.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-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box6-o9 h3,
#msg-box6-o9 p {
  color: #fff;
}
#testimonials1-hx .mbr-section-title {
  color: #2969b0;
}
#testimonials1-hx .mbr-author-name {
  color: #2969b0;
}
#features4-3 .card-subtitle {
  color: #000000;
}
#features4-3 .iconbox {
  background-color: #efefef;
  border-color: #efefef;
}
#features4-3 H4 {
  color: #2969b0;
}
#features4-3 I {
  font-size: 18px;
}
#features4-3 P {
  text-align: center;
  font-size: 18px;
}
#msg-box2-4 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-4 .mbr-section-subtitle {
  color: #2969b0;
}
#social-buttons1-b .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#testimonials3-f8 .mbr-section-title {
  color: #2969b0;
}
#testimonials3-f8 .mbr-author-name {
  color: #ccc;
}
#testimonials3-f8 .card-footer > div {
  color: #2969b0;
}
#msg-box3-7 .mbr-section-title,
#msg-box3-7 p {
  color: #000;
}
#msg-box3-7 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#msg-box3-7 .lead P {
  font-size: 18px;
}
#content2-2j DIV {
  text-align: center;
}
#social-buttons4-8 .mbr-section-title,
#social-buttons4-8 .btn-social {
  color: #fff;
}
#social-buttons4-8 .mbr-section-title {
  font-size: 36px;
}
#contacts5-9 p,
#contacts5-9 .list-group-text,
#contacts5-9 .form-control-label {
  color: #000;
}
#contacts5-9 strong,
#contacts5-9 h4 {
  color: #7e9b9f;
}
#contacts5-9 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-9 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-9 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-9 H4 {
  color: #2969b0;
}
#contacts5-9 STRONG {
  color: #2969b0;
}
#contacts5-9 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-9 SPAN {
  font-size: 13px;
}
#contacts5-9 .list-group-text {
  color: #2969b0;
}
#footer1-a P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#header1-12 .mbr-section-title {
  font-size: 46px;
  color: #2969b0;
}
#header1-12 .mbr-section-lead {
  color: #2969b0;
}
#header1-12 .btn {
  font-size: 13px;
}
#features4-3n .card-subtitle {
  color: #000000;
}
#features4-3n .iconbox {
  background-color: #efefef;
  border-color: #efefef;
}
#features4-3n H4 {
  color: #2969b0;
}
#features4-3n I {
  font-size: 18px;
}
#testimonials1-2m .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-na .mbr-section-title,
#social-buttons4-na .btn-social {
  color: #fff;
}
#social-buttons4-na .mbr-section-title {
  font-size: 36px;
}
#social-buttons1-15 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#content2-2k DIV {
  text-align: center;
}
#contacts5-e p,
#contacts5-e .list-group-text,
#contacts5-e .form-control-label {
  color: #000;
}
#contacts5-e strong,
#contacts5-e h4 {
  color: #7e9b9f;
}
#contacts5-e form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-e .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-e .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-e H4 {
  color: #2969b0;
}
#contacts5-e STRONG {
  color: #2969b0;
}
#contacts5-e B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-e SPAN {
  font-size: 13px;
}
#contacts5-e .list-group-text {
  color: #2969b0;
}
#footer1-f P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#header1-19 .mbr-section-title {
  font-size: 46px;
  color: #2969b0;
}
#header1-19 .mbr-section-lead {
  color: #232323;
}
#header1-19 .btn {
  font-size: 13px;
}
#msg-box3-1u .mbr-section-title,
#msg-box3-1u p {
  color: #000;
}
#msg-box3-1u .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#msg-box3-1u .lead P {
  font-size: 18px;
}
#extHeader17-1e H3 {
  font-size: 30px;
  color: #2969b0;
  text-align: center;
}
#extHeader17-1e SPAN {
  text-align: left;
}
#extHeader17-1e P {
  color: #553982;
}
#form1-1c .form-control-label {
  color: #232323;
}
#form1-1c .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-1c SMALL {
  color: #000000;
}
#header1-jb .mbr-section-title {
  color: #3d8eb9;
  font-size: 48px;
}
#header1-jb .mbr-section-lead {
  color: #000000;
  font-size: 24px;
}
#social-buttons1-1b .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#contacts5-k p,
#contacts5-k .list-group-text,
#contacts5-k .form-control-label {
  color: #000;
}
#contacts5-k strong,
#contacts5-k h4 {
  color: #7e9b9f;
}
#contacts5-k form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-k .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-k .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-k H4 {
  color: #2969b0;
}
#contacts5-k STRONG {
  color: #2969b0;
}
#contacts5-k B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-k SPAN {
  font-size: 13px;
}
#contacts5-k .list-group-text {
  color: #2969b0;
}
#footer1-l P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-1j H3 {
  color: #2969b0;
  font-size: 46px;
}
#msg-box5-1j I {
  font-size: 20px;
}
#features1-fl .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2969b0;
}
#features1-dc .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2969b0;
}
#features1-dc .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-dc .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-ak .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2969b0;
}
#features1-ak .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-8g .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2969b0;
}
#features1-8g .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-6n .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2969b0;
}
#features1-6n .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-4f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2969b0;
}
#features1-4f .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#social-buttons4-3f .mbr-section-title,
#social-buttons4-3f .btn-social {
  color: #fff;
}
#social-buttons4-3f .mbr-section-title {
  font-size: 36px;
}
#content2-2i DIV {
  text-align: center;
}
#msg-box2-1l .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-1l .mbr-section-subtitle {
  color: #2969b0;
}
#social-buttons1-1m .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#contacts5-n p,
#contacts5-n .list-group-text,
#contacts5-n .form-control-label {
  color: #000;
}
#contacts5-n strong,
#contacts5-n h4 {
  color: #7e9b9f;
}
#contacts5-n form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-n .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-n .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-n H4 {
  color: #2969b0;
}
#contacts5-n STRONG {
  color: #2969b0;
}
#contacts5-n B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-n SPAN {
  font-size: 13px;
}
#contacts5-n .list-group-text {
  color: #2969b0;
}
#footer1-o P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#extTestimonials2-1o .mbr-section-title {
  color: #2969b0;
  font-size: 46px;
}
#extTestimonials2-1o .mbr-section-subtitle {
  color: #2d2d2d;
}
#extTestimonials2-1o .card-block P {
  font-size: 20px;
}
#slider-js H2 {
  font-size: 46px;
  color: #000000;
}
#slider-js P {
  font-size: 18px;
  color: #000000;
}
#form1-3r .form-control-label {
  color: #232323;
}
#form1-3r .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#features4-ni .card-subtitle {
  color: #000000;
}
#features4-ni .iconbox {
  background-color: #efefef;
  border-color: #efefef;
}
#features4-ni H4 {
  color: #2969b0;
}
#features4-ni I {
  font-size: 18px;
}
#social-buttons4-3h .mbr-section-title,
#social-buttons4-3h .btn-social {
  color: #fff;
}
#social-buttons4-3h .mbr-section-title {
  font-size: 36px;
}
#msg-box2-1p .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-1p .mbr-section-subtitle {
  color: #2969b0;
}
#social-buttons1-1q .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#contacts5-q p,
#contacts5-q .list-group-text,
#contacts5-q .form-control-label {
  color: #000;
}
#contacts5-q strong,
#contacts5-q h4 {
  color: #7e9b9f;
}
#contacts5-q form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-q .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-q .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-q H4 {
  color: #2969b0;
}
#contacts5-q STRONG {
  color: #2969b0;
}
#contacts5-q B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-q SPAN {
  font-size: 13px;
}
#contacts5-q .list-group-text {
  color: #2969b0;
}
#footer1-r P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#extHeader1-2p H3 {
  color: #2969b0;
  font-size: 32px;
}
#extHeader1-2p P {
  color: #000000;
}
#social-buttons1-2o .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#contacts5-t p,
#contacts5-t .list-group-text,
#contacts5-t .form-control-label {
  color: #000;
}
#contacts5-t strong,
#contacts5-t h4 {
  color: #7e9b9f;
}
#contacts5-t form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-t .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-t .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-t H4 {
  color: #2969b0;
}
#contacts5-t STRONG {
  color: #2969b0;
}
#contacts5-t B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-t SPAN {
  font-size: 13px;
}
#contacts5-t .list-group-text {
  color: #2969b0;
}
#footer1-u P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box3-2r .mbr-section-title,
#msg-box3-2r p {
  color: #000;
}
#msg-box3-2r .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#contacts5-w p,
#contacts5-w .list-group-text,
#contacts5-w .form-control-label {
  color: #000;
}
#contacts5-w strong,
#contacts5-w h4 {
  color: #7e9b9f;
}
#contacts5-w form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-w .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-w .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-w H4 {
  color: #2969b0;
}
#contacts5-w STRONG {
  color: #2969b0;
}
#contacts5-w B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-w SPAN {
  font-size: 13px;
}
#contacts5-w .list-group-text {
  color: #2969b0;
}
#footer1-x P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#header1-od .mbr-section-title {
  color: #2969b0;
}
#header1-od .mbr-section-lead {
  color: #000000;
}
.cid-uzM8eSCHpN {
  z-index: 1;
}
#testimonials3-jz .mbr-section-title {
  color: #2969b0;
}
#testimonials3-jz .mbr-author-name {
  color: #2969b0;
}
#msg-box5-2n H3 {
  color: #2969b0;
  font-size: 36px;
}
#testimonials1-hv .mbr-section-title {
  color: #2969b0;
}
#testimonials1-hv .mbr-author-name {
  color: #2969b0;
}
#social-buttons4-3g .mbr-section-title,
#social-buttons4-3g .btn-social {
  color: #fff;
}
#social-buttons4-3g .mbr-section-title {
  font-size: 36px;
}
#msg-box2-3a .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-3a .mbr-section-subtitle {
  color: #2969b0;
}
#social-buttons1-39 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#contacts5-z p,
#contacts5-z .list-group-text,
#contacts5-z .form-control-label {
  color: #000;
}
#contacts5-z strong,
#contacts5-z h4 {
  color: #7e9b9f;
}
#contacts5-z form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-z .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-z .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-z H4 {
  color: #2969b0;
}
#contacts5-z STRONG {
  color: #2969b0;
}
#contacts5-z B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-z SPAN {
  font-size: 13px;
}
#contacts5-z .list-group-text {
  color: #2969b0;
}
#footer1-10 P {
  color: #efefef;
}
.cid-uzM4UN045w {
  z-index: 1;
}
.cid-uzY9rpmIqF.popup-builder {
  background-color: #ffffff;
}
.cid-uzY9rpmIqF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzY9rpmIqF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzY9rpmIqF .modal-content,
.cid-uzY9rpmIqF .modal-dialog {
  height: auto;
}
.cid-uzY9rpmIqF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzY9rpmIqF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzY9rpmIqF .form-wrapper .mbr-form .form-group,
  .cid-uzY9rpmIqF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzY9rpmIqF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzY9rpmIqF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzY9rpmIqF .mbr-text {
  text-align: center;
}
.cid-uzY9rpmIqF .pt-0 {
  padding-top: 0 !important;
}
.cid-uzY9rpmIqF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzY9rpmIqF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzY9rpmIqF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzY9rpmIqF .modal-open {
  overflow: hidden;
}
.cid-uzY9rpmIqF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzY9rpmIqF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzY9rpmIqF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzY9rpmIqF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzY9rpmIqF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzY9rpmIqF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzY9rpmIqF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzY9rpmIqF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzY9rpmIqF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzY9rpmIqF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzY9rpmIqF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzY9rpmIqF .modal-backdrop.show {
  opacity: .5;
}
.cid-uzY9rpmIqF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzY9rpmIqF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzY9rpmIqF .modal-header {
    padding: 1rem;
  }
}
.cid-uzY9rpmIqF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzY9rpmIqF .modal-header .close svg {
  fill: #353535;
}
.cid-uzY9rpmIqF .modal-header .close:hover {
  opacity: 1;
}
.cid-uzY9rpmIqF .modal-header .close:focus {
  outline: none;
}
.cid-uzY9rpmIqF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzY9rpmIqF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzY9rpmIqF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzY9rpmIqF .modal-body {
    padding: 1rem;
  }
}
.cid-uzY9rpmIqF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzY9rpmIqF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzY9rpmIqF .modal-footer {
    padding: 1rem;
  }
}
.cid-uzY9rpmIqF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzY9rpmIqF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzY9rpmIqF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzY9rpmIqF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzY9rpmIqF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzY9rpmIqF .modal-lg,
  .cid-uzY9rpmIqF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzY9rpmIqF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzY9rpmIqF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzY9rpmIqF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzY9rpmIqF .form-group {
  margin-bottom: 1rem;
}
.cid-uzY9rpmIqF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzY9rpmIqF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzY9rpmIqF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzY9rpmIqF .mbr-section-btn {
  margin: 0;
}
.cid-uzY9rpmIqF .mbr-section-btn .btn {
  margin: 0;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-23 H3 {
  font-size: 30px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-23 P {
  text-align: left;
}
#social-buttons1-2x .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-2v .form-control-label {
  color: #232323;
}
#form1-2v .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-3j .mbr-section-title,
#social-buttons4-3j .btn-social {
  color: #fff;
}
#social-buttons4-3j .mbr-section-title {
  font-size: 36px;
}
#msg-box2-2y .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-2y .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-21 p,
#contacts5-21 .list-group-text,
#contacts5-21 .form-control-label {
  color: #000;
}
#contacts5-21 strong,
#contacts5-21 h4 {
  color: #7e9b9f;
}
#contacts5-21 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-21 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-21 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-21 H4 {
  color: #2969b0;
}
#contacts5-21 STRONG {
  color: #2969b0;
}
#contacts5-21 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-21 SPAN {
  font-size: 13px;
}
#contacts5-21 .list-group-text {
  color: #2969b0;
}
#footer1-22 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-2b H3 {
  font-size: 30px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-2b P {
  text-align: left;
}
#social-buttons1-32 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-30 .form-control-label {
  color: #232323;
}
#form1-30 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-3k .mbr-section-title,
#social-buttons4-3k .btn-social {
  color: #fff;
}
#social-buttons4-3k .mbr-section-title {
  font-size: 36px;
}
#msg-box2-31 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-31 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-26 p,
#contacts5-26 .list-group-text,
#contacts5-26 .form-control-label {
  color: #000;
}
#contacts5-26 strong,
#contacts5-26 h4 {
  color: #7e9b9f;
}
#contacts5-26 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-26 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-26 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-26 H4 {
  color: #2969b0;
}
#contacts5-26 STRONG {
  color: #2969b0;
}
#contacts5-26 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-26 SPAN {
  font-size: 13px;
}
#contacts5-26 .list-group-text {
  color: #2969b0;
}
#footer1-27 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-2f H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-2f P {
  text-align: left;
}
#social-buttons1-33 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-36 .form-control-label {
  color: #232323;
}
#form1-36 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-3l .mbr-section-title,
#social-buttons4-3l .btn-social {
  color: #fff;
}
#social-buttons4-3l .mbr-section-title {
  font-size: 36px;
}
#msg-box2-34 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-34 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-2d p,
#contacts5-2d .list-group-text,
#contacts5-2d .form-control-label {
  color: #000;
}
#contacts5-2d strong,
#contacts5-2d h4 {
  color: #7e9b9f;
}
#contacts5-2d form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-2d .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-2d .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-2d H4 {
  color: #2969b0;
}
#contacts5-2d STRONG {
  color: #2969b0;
}
#contacts5-2d B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-2d SPAN {
  font-size: 13px;
}
#contacts5-2d .list-group-text {
  color: #2969b0;
}
#footer1-2e P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-4a H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-4a P {
  text-align: left;
}
#content6-4b P {
  text-align: right;
}
#content6-4b .lead P {
  text-align: left;
}
#form1-7g .form-control-label {
  color: #232323;
}
#form1-7g .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-4e .mbr-section-title,
#social-buttons4-4e .btn-social {
  color: #fff;
}
#social-buttons4-4e .mbr-section-title {
  font-size: 36px;
}
#contacts5-48 p,
#contacts5-48 .list-group-text,
#contacts5-48 .form-control-label {
  color: #000;
}
#contacts5-48 strong,
#contacts5-48 h4 {
  color: #7e9b9f;
}
#contacts5-48 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-48 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-48 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-48 H4 {
  color: #2969b0;
}
#contacts5-48 STRONG {
  color: #2969b0;
}
#contacts5-48 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-48 SPAN {
  font-size: 13px;
}
#contacts5-48 .list-group-text {
  color: #2969b0;
}
#footer1-49 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-4j H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-4j P {
  text-align: left;
}
#content6-4k P {
  text-align: right;
}
#content6-4k .lead P {
  text-align: left;
}
#social-buttons1-4p .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#testimonials2-50 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#form1-7f .form-control-label {
  color: #232323;
}
#form1-7f .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-4n .mbr-section-title,
#social-buttons4-4n .btn-social {
  color: #fff;
}
#social-buttons4-4n .mbr-section-title {
  font-size: 36px;
}
#msg-box2-4o .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-4o .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-4h p,
#contacts5-4h .list-group-text,
#contacts5-4h .form-control-label {
  color: #000;
}
#contacts5-4h strong,
#contacts5-4h h4 {
  color: #7e9b9f;
}
#contacts5-4h form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-4h .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-4h .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-4h H4 {
  color: #2969b0;
}
#contacts5-4h STRONG {
  color: #2969b0;
}
#contacts5-4h B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-4h SPAN {
  font-size: 13px;
}
#contacts5-4h .list-group-text {
  color: #2969b0;
}
#footer1-4i P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-4r H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-4r P {
  text-align: left;
}
#content6-4s P {
  text-align: right;
}
#content6-4s .lead P {
  text-align: left;
}
#social-buttons1-4x .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#testimonials2-5c .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#form1-7e .form-control-label {
  color: #232323;
}
#form1-7e .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-4v .mbr-section-title,
#social-buttons4-4v .btn-social {
  color: #fff;
}
#social-buttons4-4v .mbr-section-title {
  font-size: 36px;
}
#msg-box2-4w .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-4w .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-4y p,
#contacts5-4y .list-group-text,
#contacts5-4y .form-control-label {
  color: #000;
}
#contacts5-4y strong,
#contacts5-4y h4 {
  color: #7e9b9f;
}
#contacts5-4y form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-4y .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-4y .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-4y H4 {
  color: #2969b0;
}
#contacts5-4y STRONG {
  color: #2969b0;
}
#contacts5-4y B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-4y SPAN {
  font-size: 13px;
}
#contacts5-4y .list-group-text {
  color: #2969b0;
}
#footer1-4z P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-53 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-53 P {
  text-align: left;
}
#content6-54 P {
  text-align: right;
}
#content6-54 .lead P {
  text-align: left;
}
#social-buttons1-59 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#testimonials2-5o .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#form1-7d .form-control-label {
  color: #232323;
}
#form1-7d .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-57 .mbr-section-title,
#social-buttons4-57 .btn-social {
  color: #fff;
}
#social-buttons4-57 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-58 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-58 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-5a p,
#contacts5-5a .list-group-text,
#contacts5-5a .form-control-label {
  color: #000;
}
#contacts5-5a strong,
#contacts5-5a h4 {
  color: #7e9b9f;
}
#contacts5-5a form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-5a .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-5a .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-5a H4 {
  color: #2969b0;
}
#contacts5-5a STRONG {
  color: #2969b0;
}
#contacts5-5a B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-5a SPAN {
  font-size: 13px;
}
#contacts5-5a .list-group-text {
  color: #2969b0;
}
#footer1-5b P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-5f H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-5f P {
  text-align: left;
}
#content6-5g P {
  text-align: right;
}
#content6-5g .lead P {
  text-align: left;
}
#social-buttons1-5l .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-7c .form-control-label {
  color: #232323;
}
#form1-7c .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-7r .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-5j .mbr-section-title,
#social-buttons4-5j .btn-social {
  color: #fff;
}
#social-buttons4-5j .mbr-section-title {
  font-size: 36px;
}
#msg-box2-5k .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-5k .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-5m p,
#contacts5-5m .list-group-text,
#contacts5-5m .form-control-label {
  color: #000;
}
#contacts5-5m strong,
#contacts5-5m h4 {
  color: #7e9b9f;
}
#contacts5-5m form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-5m .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-5m .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-5m H4 {
  color: #2969b0;
}
#contacts5-5m STRONG {
  color: #2969b0;
}
#contacts5-5m B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-5m SPAN {
  font-size: 13px;
}
#contacts5-5m .list-group-text {
  color: #2969b0;
}
#footer1-5n P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-5r H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-5r P {
  text-align: left;
}
#content6-5s P {
  text-align: right;
}
#content6-5s .lead P {
  text-align: left;
}
#social-buttons1-5x .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-7b .form-control-label {
  color: #232323;
}
#form1-7b .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-7u .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-5v .mbr-section-title,
#social-buttons4-5v .btn-social {
  color: #fff;
}
#social-buttons4-5v .mbr-section-title {
  font-size: 36px;
}
#msg-box2-5w .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-5w .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-5y p,
#contacts5-5y .list-group-text,
#contacts5-5y .form-control-label {
  color: #000;
}
#contacts5-5y strong,
#contacts5-5y h4 {
  color: #7e9b9f;
}
#contacts5-5y form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-5y .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-5y .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-5y H4 {
  color: #2969b0;
}
#contacts5-5y STRONG {
  color: #2969b0;
}
#contacts5-5y B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-5y SPAN {
  font-size: 13px;
}
#contacts5-5y .list-group-text {
  color: #2969b0;
}
#footer1-5z P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-62 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-62 P {
  text-align: left;
}
#content6-63 P {
  text-align: right;
}
#content6-63 .lead P {
  text-align: left;
}
#social-buttons1-68 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-7a .form-control-label {
  color: #232323;
}
#form1-7a .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-66 .mbr-section-title,
#social-buttons4-66 .btn-social {
  color: #fff;
}
#social-buttons4-66 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-67 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-67 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-69 p,
#contacts5-69 .list-group-text,
#contacts5-69 .form-control-label {
  color: #000;
}
#contacts5-69 strong,
#contacts5-69 h4 {
  color: #7e9b9f;
}
#contacts5-69 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-69 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-69 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-69 H4 {
  color: #2969b0;
}
#contacts5-69 STRONG {
  color: #2969b0;
}
#contacts5-69 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-69 SPAN {
  font-size: 13px;
}
#contacts5-69 .list-group-text {
  color: #2969b0;
}
#footer1-6a P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-6e H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-6e P {
  text-align: left;
}
#content6-6f P {
  text-align: right;
}
#content6-6f .lead P {
  text-align: left;
}
#social-buttons1-6k .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#testimonials2-gb .mbr-section-title {
  color: #2969b0;
}
#testimonials2-gb .card-footer > div {
  color: #2969b0;
}
#form1-79 .form-control-label {
  color: #232323;
}
#form1-79 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-6i .mbr-section-title,
#social-buttons4-6i .btn-social {
  color: #fff;
}
#social-buttons4-6i .mbr-section-title {
  font-size: 36px;
}
#msg-box2-6j .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-6j .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-6l p,
#contacts5-6l .list-group-text,
#contacts5-6l .form-control-label {
  color: #000;
}
#contacts5-6l strong,
#contacts5-6l h4 {
  color: #7e9b9f;
}
#contacts5-6l form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-6l .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-6l .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-6l H4 {
  color: #2969b0;
}
#contacts5-6l STRONG {
  color: #2969b0;
}
#contacts5-6l B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-6l SPAN {
  font-size: 13px;
}
#contacts5-6l .list-group-text {
  color: #2969b0;
}
#footer1-6m P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-6p H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-6p P {
  text-align: left;
}
#content6-6q P {
  text-align: right;
}
#content6-6q .lead P {
  text-align: left;
}
#social-buttons1-6v .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-78 .form-control-label {
  color: #232323;
}
#form1-78 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-7y .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-6t .mbr-section-title,
#social-buttons4-6t .btn-social {
  color: #fff;
}
#social-buttons4-6t .mbr-section-title {
  font-size: 36px;
}
#msg-box2-6u .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-6u .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-6w p,
#contacts5-6w .list-group-text,
#contacts5-6w .form-control-label {
  color: #000;
}
#contacts5-6w strong,
#contacts5-6w h4 {
  color: #7e9b9f;
}
#contacts5-6w form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-6w .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-6w .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-6w H4 {
  color: #2969b0;
}
#contacts5-6w STRONG {
  color: #2969b0;
}
#contacts5-6w B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-6w SPAN {
  font-size: 13px;
}
#contacts5-6w .list-group-text {
  color: #2969b0;
}
#footer1-6x P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-6z H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-6z P {
  text-align: left;
}
#content6-70 P {
  text-align: right;
}
#content6-70 .lead P {
  text-align: left;
}
#social-buttons1-75 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-72 .form-control-label {
  color: #232323;
}
#form1-72 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-80 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-73 .mbr-section-title,
#social-buttons4-73 .btn-social {
  color: #fff;
}
#social-buttons4-73 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-74 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-74 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-76 p,
#contacts5-76 .list-group-text,
#contacts5-76 .form-control-label {
  color: #000;
}
#contacts5-76 strong,
#contacts5-76 h4 {
  color: #7e9b9f;
}
#contacts5-76 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-76 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-76 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-76 H4 {
  color: #2969b0;
}
#contacts5-76 STRONG {
  color: #2969b0;
}
#contacts5-76 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-76 SPAN {
  font-size: 13px;
}
#contacts5-76 .list-group-text {
  color: #2969b0;
}
#footer1-77 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-7i H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-7i P {
  text-align: left;
}
#content6-7j P {
  text-align: right;
}
#content6-7j .lead P {
  text-align: left;
}
#social-buttons1-7o .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-7l .form-control-label {
  color: #232323;
}
#form1-7l .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-81 .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-7m .mbr-section-title,
#social-buttons4-7m .btn-social {
  color: #fff;
}
#social-buttons4-7m .mbr-section-title {
  font-size: 36px;
}
#msg-box2-7n .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-7n .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-7p p,
#contacts5-7p .list-group-text,
#contacts5-7p .form-control-label {
  color: #000;
}
#contacts5-7p strong,
#contacts5-7p h4 {
  color: #7e9b9f;
}
#contacts5-7p form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-7p .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-7p .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-7p H4 {
  color: #2969b0;
}
#contacts5-7p STRONG {
  color: #2969b0;
}
#contacts5-7p B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-7p SPAN {
  font-size: 13px;
}
#contacts5-7p .list-group-text {
  color: #2969b0;
}
#footer1-7q P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-84 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-84 P {
  text-align: left;
}
#content6-85 P {
  text-align: right;
}
#content6-85 .lead P {
  text-align: left;
}
#social-buttons1-8c .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-87 .form-control-label {
  color: #232323;
}
#form1-87 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-8a .mbr-section-title,
#social-buttons4-8a .btn-social {
  color: #fff;
}
#social-buttons4-8a .mbr-section-title {
  font-size: 36px;
}
#msg-box2-8b .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-8b .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-8d p,
#contacts5-8d .list-group-text,
#contacts5-8d .form-control-label {
  color: #000;
}
#contacts5-8d strong,
#contacts5-8d h4 {
  color: #7e9b9f;
}
#contacts5-8d form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-8d .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-8d .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-8d H4 {
  color: #2969b0;
}
#contacts5-8d STRONG {
  color: #2969b0;
}
#contacts5-8d B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-8d SPAN {
  font-size: 13px;
}
#contacts5-8d .list-group-text {
  color: #2969b0;
}
#footer1-8e P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-1y H3 {
  font-size: 30px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-1y P {
  text-align: left;
}
#social-buttons1-38 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-2s .form-control-label {
  color: #232323;
}
#form1-2s .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-3i .mbr-section-title,
#social-buttons4-3i .btn-social {
  color: #fff;
}
#social-buttons4-3i .mbr-section-title {
  font-size: 36px;
}
#msg-box2-2u .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-2u .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-1w p,
#contacts5-1w .list-group-text,
#contacts5-1w .form-control-label {
  color: #000;
}
#contacts5-1w strong,
#contacts5-1w h4 {
  color: #7e9b9f;
}
#contacts5-1w form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-1w .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-1w .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-1w H4 {
  color: #2969b0;
}
#contacts5-1w STRONG {
  color: #2969b0;
}
#contacts5-1w B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-1w SPAN {
  font-size: 13px;
}
#contacts5-1w .list-group-text {
  color: #2969b0;
}
#footer1-1x P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-8i H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-8i P {
  text-align: left;
}
#content6-8j P {
  text-align: right;
}
#content6-8j .lead P {
  text-align: left;
}
#social-buttons1-8o .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-8l .form-control-label {
  color: #232323;
}
#form1-8l .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-8m .mbr-section-title,
#social-buttons4-8m .btn-social {
  color: #fff;
}
#social-buttons4-8m .mbr-section-title {
  font-size: 36px;
}
#msg-box2-8n .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-8n .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-8p p,
#contacts5-8p .list-group-text,
#contacts5-8p .form-control-label {
  color: #000;
}
#contacts5-8p strong,
#contacts5-8p h4 {
  color: #7e9b9f;
}
#contacts5-8p form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-8p .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-8p .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-8p H4 {
  color: #2969b0;
}
#contacts5-8p STRONG {
  color: #2969b0;
}
#contacts5-8p B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-8p SPAN {
  font-size: 13px;
}
#contacts5-8p .list-group-text {
  color: #2969b0;
}
#footer1-8q P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-8s H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-8s P {
  text-align: left;
}
#content6-8t P {
  text-align: right;
}
#content6-8t .lead P {
  text-align: left;
}
#social-buttons1-8y .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-8v .form-control-label {
  color: #232323;
}
#form1-8v .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-91 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-8w .mbr-section-title,
#social-buttons4-8w .btn-social {
  color: #fff;
}
#social-buttons4-8w .mbr-section-title {
  font-size: 36px;
}
#msg-box2-8x .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-8x .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-8z p,
#contacts5-8z .list-group-text,
#contacts5-8z .form-control-label {
  color: #000;
}
#contacts5-8z strong,
#contacts5-8z h4 {
  color: #7e9b9f;
}
#contacts5-8z form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-8z .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-8z .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-8z H4 {
  color: #2969b0;
}
#contacts5-8z STRONG {
  color: #2969b0;
}
#contacts5-8z B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-8z SPAN {
  font-size: 13px;
}
#contacts5-8z .list-group-text {
  color: #2969b0;
}
#footer1-90 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-94 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-94 P {
  text-align: left;
}
#content6-95 P {
  text-align: right;
}
#content6-95 .lead P {
  text-align: left;
}
#social-buttons1-9c .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-97 .form-control-label {
  color: #232323;
}
#form1-97 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-9f .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-9a .mbr-section-title,
#social-buttons4-9a .btn-social {
  color: #fff;
}
#social-buttons4-9a .mbr-section-title {
  font-size: 36px;
}
#msg-box2-9b .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-9b .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-9d p,
#contacts5-9d .list-group-text,
#contacts5-9d .form-control-label {
  color: #000;
}
#contacts5-9d strong,
#contacts5-9d h4 {
  color: #7e9b9f;
}
#contacts5-9d form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-9d .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-9d .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-9d H4 {
  color: #2969b0;
}
#contacts5-9d STRONG {
  color: #2969b0;
}
#contacts5-9d B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-9d SPAN {
  font-size: 13px;
}
#contacts5-9d .list-group-text {
  color: #2969b0;
}
#footer1-9e P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-9i H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-9i P {
  text-align: left;
}
#content6-9j P {
  text-align: right;
}
#content6-9j .lead P {
  text-align: left;
}
#social-buttons1-9q .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-9n .form-control-label {
  color: #232323;
}
#form1-9n .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-a3 .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-9o .mbr-section-title,
#social-buttons4-9o .btn-social {
  color: #fff;
}
#social-buttons4-9o .mbr-section-title {
  font-size: 36px;
}
#msg-box2-9p .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-9p .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-9r p,
#contacts5-9r .list-group-text,
#contacts5-9r .form-control-label {
  color: #000;
}
#contacts5-9r strong,
#contacts5-9r h4 {
  color: #7e9b9f;
}
#contacts5-9r form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-9r .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-9r .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-9r H4 {
  color: #2969b0;
}
#contacts5-9r STRONG {
  color: #2969b0;
}
#contacts5-9r B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-9r SPAN {
  font-size: 13px;
}
#contacts5-9r .list-group-text {
  color: #2969b0;
}
#footer1-9s P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-9u H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-9u P {
  text-align: left;
}
#content6-9v P {
  text-align: right;
}
#content6-9v .lead P {
  text-align: left;
}
#social-buttons1-a0 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-9x .form-control-label {
  color: #232323;
}
#form1-9x .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-a5 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-9y .mbr-section-title,
#social-buttons4-9y .btn-social {
  color: #fff;
}
#social-buttons4-9y .mbr-section-title {
  font-size: 36px;
}
#msg-box2-9z .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-9z .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-a1 p,
#contacts5-a1 .list-group-text,
#contacts5-a1 .form-control-label {
  color: #000;
}
#contacts5-a1 strong,
#contacts5-a1 h4 {
  color: #7e9b9f;
}
#contacts5-a1 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-a1 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-a1 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-a1 H4 {
  color: #2969b0;
}
#contacts5-a1 STRONG {
  color: #2969b0;
}
#contacts5-a1 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-a1 SPAN {
  font-size: 13px;
}
#contacts5-a1 .list-group-text {
  color: #2969b0;
}
#footer1-a2 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-a8 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-a8 P {
  text-align: left;
}
#content6-a9 P {
  text-align: right;
}
#content6-a9 .lead P {
  text-align: left;
}
#social-buttons1-ag .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-ad .form-control-label {
  color: #232323;
}
#form1-ad .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-al .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-ae .mbr-section-title,
#social-buttons4-ae .btn-social {
  color: #fff;
}
#social-buttons4-ae .mbr-section-title {
  font-size: 36px;
}
#msg-box2-af .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-af .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-ah p,
#contacts5-ah .list-group-text,
#contacts5-ah .form-control-label {
  color: #000;
}
#contacts5-ah strong,
#contacts5-ah h4 {
  color: #7e9b9f;
}
#contacts5-ah form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-ah .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-ah .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-ah H4 {
  color: #2969b0;
}
#contacts5-ah STRONG {
  color: #2969b0;
}
#contacts5-ah B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-ah SPAN {
  font-size: 13px;
}
#contacts5-ah .list-group-text {
  color: #2969b0;
}
#footer1-ai P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-ao H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-ao P {
  text-align: left;
}
#content6-ap P {
  text-align: right;
}
#content6-ap .lead P {
  text-align: left;
}
#social-buttons1-aw .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-at .form-control-label {
  color: #232323;
}
#form1-at .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-b9 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-au .mbr-section-title,
#social-buttons4-au .btn-social {
  color: #fff;
}
#social-buttons4-au .mbr-section-title {
  font-size: 36px;
}
#msg-box2-av .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-av .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-ax p,
#contacts5-ax .list-group-text,
#contacts5-ax .form-control-label {
  color: #000;
}
#contacts5-ax strong,
#contacts5-ax h4 {
  color: #7e9b9f;
}
#contacts5-ax form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-ax .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-ax .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-ax H4 {
  color: #2969b0;
}
#contacts5-ax STRONG {
  color: #2969b0;
}
#contacts5-ax B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-ax SPAN {
  font-size: 13px;
}
#contacts5-ax .list-group-text {
  color: #2969b0;
}
#footer1-ay P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-b0 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-b0 P {
  text-align: left;
}
#content6-b1 P {
  text-align: right;
}
#content6-b1 .lead P {
  text-align: left;
}
#social-buttons1-b6 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-b3 .form-control-label {
  color: #232323;
}
#form1-b3 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-b4 .mbr-section-title,
#social-buttons4-b4 .btn-social {
  color: #fff;
}
#social-buttons4-b4 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-b5 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-b5 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-b7 p,
#contacts5-b7 .list-group-text,
#contacts5-b7 .form-control-label {
  color: #000;
}
#contacts5-b7 strong,
#contacts5-b7 h4 {
  color: #7e9b9f;
}
#contacts5-b7 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-b7 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-b7 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-b7 H4 {
  color: #2969b0;
}
#contacts5-b7 STRONG {
  color: #2969b0;
}
#contacts5-b7 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-b7 SPAN {
  font-size: 13px;
}
#contacts5-b7 .list-group-text {
  color: #2969b0;
}
#footer1-b8 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#image1-bm B {
  color: #90a878;
}
#social-buttons1-bi .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-bf .form-control-label {
  color: #232323;
}
#form1-bf .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-bg .mbr-section-title,
#social-buttons4-bg .btn-social {
  color: #fff;
}
#social-buttons4-bg .mbr-section-title {
  font-size: 36px;
}
#msg-box2-bh .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-bh .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-bj p,
#contacts5-bj .list-group-text,
#contacts5-bj .form-control-label {
  color: #000;
}
#contacts5-bj strong,
#contacts5-bj h4 {
  color: #7e9b9f;
}
#contacts5-bj form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-bj .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-bj .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-bj H4 {
  color: #2969b0;
}
#contacts5-bj STRONG {
  color: #2969b0;
}
#contacts5-bj B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-bj SPAN {
  font-size: 13px;
}
#contacts5-bj .list-group-text {
  color: #2969b0;
}
#footer1-bk P {
  color: #efefef;
}


#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#content8-bo .mbr-section-title,
#content8-bo p {
  text-align: right;
  color: #fff;
}
#content8-bo .mbr-section-title {
  color: #000000;
}
#content8-bo P {
  color: #553982;
  font-size: 22px;
  font-family: 'Lora', serif;
}
#content8-bo .mbr-section-title SPAN {
  color: #2969b0;
}
#features1-3y .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #cccccc;
}
#features1-3y .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-3y .mbr-cards-col:nth-child(even) .card-title {
  color: #2969b0;
}
#features1-3y .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-3y .mbr-cards-col:nth-child(odd) .card-title {
  color: #ffffff;
}
#social-buttons4-3z .mbr-section-title,
#social-buttons4-3z .btn-social {
  color: #fff;
}
#social-buttons4-3z .mbr-section-title {
  font-size: 36px;
}
#msg-box2-41 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-41 .mbr-section-subtitle {
  color: #2969b0;
}
#social-buttons1-42 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#contacts5-43 p,
#contacts5-43 .list-group-text,
#contacts5-43 .form-control-label {
  color: #000;
}
#contacts5-43 strong,
#contacts5-43 h4 {
  color: #7e9b9f;
}
#contacts5-43 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-43 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-43 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-43 H4 {
  color: #2969b0;
}
#contacts5-43 STRONG {
  color: #2969b0;
}
#contacts5-43 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-43 SPAN {
  font-size: 13px;
}
#contacts5-43 .list-group-text {
  color: #2969b0;
}
#footer1-44 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-by H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-by P {
  text-align: left;
}
#content6-bz P {
  text-align: right;
}
#content6-bz .lead P {
  text-align: left;
}
#social-buttons1-c4 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-c1 .form-control-label {
  color: #232323;
}
#form1-c1 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-c2 .mbr-section-title,
#social-buttons4-c2 .btn-social {
  color: #fff;
}
#social-buttons4-c2 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-c3 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-c3 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-c5 p,
#contacts5-c5 .list-group-text,
#contacts5-c5 .form-control-label {
  color: #000;
}
#contacts5-c5 strong,
#contacts5-c5 h4 {
  color: #7e9b9f;
}
#contacts5-c5 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-c5 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-c5 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-c5 H4 {
  color: #2969b0;
}
#contacts5-c5 STRONG {
  color: #2969b0;
}
#contacts5-c5 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-c5 SPAN {
  font-size: 13px;
}
#contacts5-c5 .list-group-text {
  color: #2969b0;
}
#footer1-c6 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-cd H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-cd P {
  text-align: left;
}
#content6-ce P {
  text-align: right;
}
#content6-ce .lead P {
  text-align: left;
}
#social-buttons1-cj .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-cg .form-control-label {
  color: #232323;
}
#form1-cg .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-ch .mbr-section-title,
#social-buttons4-ch .btn-social {
  color: #fff;
}
#social-buttons4-ch .mbr-section-title {
  font-size: 36px;
}
#msg-box2-ci .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-ci .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-ck p,
#contacts5-ck .list-group-text,
#contacts5-ck .form-control-label {
  color: #000;
}
#contacts5-ck strong,
#contacts5-ck h4 {
  color: #7e9b9f;
}
#contacts5-ck form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-ck .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-ck .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-ck H4 {
  color: #2969b0;
}
#contacts5-ck STRONG {
  color: #2969b0;
}
#contacts5-ck B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-ck SPAN {
  font-size: 13px;
}
#contacts5-ck .list-group-text {
  color: #2969b0;
}
#footer1-cl P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-cn H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-cn P {
  text-align: left;
}
#content6-co P {
  text-align: right;
}
#content6-co .lead P {
  text-align: left;
}
#social-buttons1-ct .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-cq .form-control-label {
  color: #232323;
}
#form1-cq .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-cr .mbr-section-title,
#social-buttons4-cr .btn-social {
  color: #fff;
}
#social-buttons4-cr .mbr-section-title {
  font-size: 36px;
}
#msg-box2-cs .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-cs .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-cu p,
#contacts5-cu .list-group-text,
#contacts5-cu .form-control-label {
  color: #000;
}
#contacts5-cu strong,
#contacts5-cu h4 {
  color: #7e9b9f;
}
#contacts5-cu form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-cu .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-cu .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-cu H4 {
  color: #2969b0;
}
#contacts5-cu STRONG {
  color: #2969b0;
}
#contacts5-cu B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-cu SPAN {
  font-size: 13px;
}
#contacts5-cu .list-group-text {
  color: #2969b0;
}
#footer1-cv P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-d3 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-d3 P {
  text-align: left;
}
#content6-d4 P {
  text-align: right;
}
#content6-d4 .lead P {
  text-align: left;
}
#social-buttons1-d9 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-d6 .form-control-label {
  color: #232323;
}
#form1-d6 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-d7 .mbr-section-title,
#social-buttons4-d7 .btn-social {
  color: #fff;
}
#social-buttons4-d7 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-d8 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-d8 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-da p,
#contacts5-da .list-group-text,
#contacts5-da .form-control-label {
  color: #000;
}
#contacts5-da strong,
#contacts5-da h4 {
  color: #7e9b9f;
}
#contacts5-da form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-da .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-da .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-da H4 {
  color: #2969b0;
}
#contacts5-da STRONG {
  color: #2969b0;
}
#contacts5-da B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-da SPAN {
  font-size: 13px;
}
#contacts5-da .list-group-text {
  color: #2969b0;
}
#footer1-db P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-de H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-de P {
  text-align: left;
}
#content6-df P {
  text-align: right;
}
#content6-df DIV {
  text-align: right;
}
#content6-df .lead {
  text-align: left;
}
#content6-df .lead DIV {
  text-align: left;
}
#content6-df .lead P {
  text-align: left;
}
#social-buttons1-dk .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-dh .form-control-label {
  color: #232323;
}
#form1-dh .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-di .mbr-section-title,
#social-buttons4-di .btn-social {
  color: #fff;
}
#social-buttons4-di .mbr-section-title {
  font-size: 36px;
}
#msg-box2-dj .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-dj .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-dl p,
#contacts5-dl .list-group-text,
#contacts5-dl .form-control-label {
  color: #000;
}
#contacts5-dl strong,
#contacts5-dl h4 {
  color: #7e9b9f;
}
#contacts5-dl form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-dl .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-dl .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-dl H4 {
  color: #2969b0;
}
#contacts5-dl STRONG {
  color: #2969b0;
}
#contacts5-dl B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-dl SPAN {
  font-size: 13px;
}
#contacts5-dl .list-group-text {
  color: #2969b0;
}
#footer1-dm P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-do H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-do P {
  text-align: left;
}
#content6-dp P {
  text-align: right;
}
#content6-dp DIV {
  text-align: right;
}
#content6-dp .lead DIV {
  text-align: left;
}
#content6-dp .lead P {
  text-align: left;
}
#social-buttons1-du .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-dr .form-control-label {
  color: #232323;
}
#form1-dr .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-dy .mbr-section-title {
  color: #2969b0;
  font-size: 30px;
}
#social-buttons4-ds .mbr-section-title,
#social-buttons4-ds .btn-social {
  color: #fff;
}
#social-buttons4-ds .mbr-section-title {
  font-size: 36px;
}
#msg-box2-dt .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-dt .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-dv p,
#contacts5-dv .list-group-text,
#contacts5-dv .form-control-label {
  color: #000;
}
#contacts5-dv strong,
#contacts5-dv h4 {
  color: #7e9b9f;
}
#contacts5-dv form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-dv .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-dv .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-dv H4 {
  color: #2969b0;
}
#contacts5-dv STRONG {
  color: #2969b0;
}
#contacts5-dv B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-dv SPAN {
  font-size: 13px;
}
#contacts5-dv .list-group-text {
  color: #2969b0;
}
#footer1-dw P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-e0 H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-e0 P {
  text-align: left;
}
#content6-e1 P {
  text-align: right;
}
#content6-e1 DIV {
  text-align: right;
}
#content6-e1 .lead DIV {
  text-align: left;
}
#content6-e1 .lead P {
  text-align: left;
}
#social-buttons1-e8 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-e5 .form-control-label {
  color: #232323;
}
#form1-e5 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-e6 .mbr-section-title,
#social-buttons4-e6 .btn-social {
  color: #fff;
}
#social-buttons4-e6 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-e7 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-e7 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-e9 p,
#contacts5-e9 .list-group-text,
#contacts5-e9 .form-control-label {
  color: #000;
}
#contacts5-e9 strong,
#contacts5-e9 h4 {
  color: #7e9b9f;
}
#contacts5-e9 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-e9 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-e9 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-e9 H4 {
  color: #2969b0;
}
#contacts5-e9 STRONG {
  color: #2969b0;
}
#contacts5-e9 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-e9 SPAN {
  font-size: 13px;
}
#contacts5-e9 .list-group-text {
  color: #2969b0;
}
#footer1-ea P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-ec H3 {
  font-size: 32px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-ec P {
  text-align: left;
}
#content6-ed P {
  text-align: right;
}
#content6-ed DIV {
  text-align: right;
}
#content6-ed .lead DIV {
  text-align: left;
}
#content6-ed .lead P {
  text-align: left;
}
#social-buttons1-ei .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-ef .form-control-label {
  color: #232323;
}
#form1-ef .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-en .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-eg .mbr-section-title,
#social-buttons4-eg .btn-social {
  color: #fff;
}
#social-buttons4-eg .mbr-section-title {
  font-size: 36px;
}
#msg-box2-eh .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-eh .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-ej p,
#contacts5-ej .list-group-text,
#contacts5-ej .form-control-label {
  color: #000;
}
#contacts5-ej strong,
#contacts5-ej h4 {
  color: #7e9b9f;
}
#contacts5-ej form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-ej .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-ej .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-ej H4 {
  color: #2969b0;
}
#contacts5-ej STRONG {
  color: #2969b0;
}
#contacts5-ej B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-ej SPAN {
  font-size: 13px;
}
#contacts5-ej .list-group-text {
  color: #2969b0;
}
#footer1-ek P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-f1 H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-f1 P {
  text-align: left;
}
#social-buttons1-ey .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-ev .form-control-label {
  color: #232323;
}
#form1-ev .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-fe .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#social-buttons4-ew .mbr-section-title,
#social-buttons4-ew .btn-social {
  color: #fff;
}
#social-buttons4-ew .mbr-section-title {
  font-size: 36px;
}
#msg-box2-ex .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-ex .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-ez p,
#contacts5-ez .list-group-text,
#contacts5-ez .form-control-label {
  color: #000;
}
#contacts5-ez strong,
#contacts5-ez h4 {
  color: #7e9b9f;
}
#contacts5-ez form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-ez .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-ez .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-ez H4 {
  color: #2969b0;
}
#contacts5-ez STRONG {
  color: #2969b0;
}
#contacts5-ez B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-ez SPAN {
  font-size: 13px;
}
#contacts5-ez .list-group-text {
  color: #2969b0;
}
#footer1-f0 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box8-fi .mbr-section-title,
#msg-box8-fi p {
  color: #fff;
}
#msg-box8-fi .mbr-section-title {
  color: #2969b0;
}
#msg-box8-fi .lead P {
  color: #000000;
}
#msg-box4-o2 H3 {
  color: #ffffff;
}
#msg-box4-i0 H3 {
  color: #2969b0;
}
#msg-box4-hz H3 {
  color: #ffffff;
}
#msg-box4-hy H3 {
  color: #2969b0;
}
#msg-box4-h6 H3 {
  color: #ffffff;
}
#msg-box4-h5 H3 {
  color: #2969b0;
}
#msg-box4-h4 H3 {
  color: #ffffff;
}
#msg-box4-h3 H3 {
  color: #2969b0;
}
#msg-box4-h2 H3 {
  color: #ffffff;
}
#msg-box4-h1 H3 {
  color: #2969b0;
}
#msg-box4-h0 H3 {
  color: #ffffff;
}
#msg-box4-gz H3 {
  color: #2969b0;
}
#msg-box4-gy H3 {
  color: #ffffff;
}
#msg-box4-gm H3 {
  color: #2969b0;
}
#msg-box4-gn H3 {
  color: #ffffff;
}
#msg-box4-go H3 {
  color: #2969b0;
}
#msg-box4-gp H3 {
  color: #ffffff;
}
#msg-box4-gs H3 {
  color: #2969b0;
}
#msg-box4-gt H3 {
  color: #ffffff;
}
#msg-box4-gu H3 {
  color: #2969b0;
}
#msg-box4-gv H3 {
  color: #ffffff;
}
#msg-box4-gw H3 {
  color: #2969b0;
}
#msg-box4-gx H3 {
  color: #ffffff;
}
#contacts5-fg p,
#contacts5-fg .list-group-text,
#contacts5-fg .form-control-label {
  color: #000;
}
#contacts5-fg strong,
#contacts5-fg h4 {
  color: #7e9b9f;
}
#contacts5-fg form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-fg .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-fg .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-fg H4 {
  color: #2969b0;
}
#contacts5-fg STRONG {
  color: #2969b0;
}
#contacts5-fg B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-fg SPAN {
  font-size: 13px;
}
#contacts5-fg .list-group-text {
  color: #2969b0;
}
#footer1-fh P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-fm H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-fm P {
  text-align: left;
}
#social-buttons1-fu .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-fr .form-control-label {
  color: #232323;
}
#form1-fr .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-fx .mbr-section-title {
  color: #2969b0;
}
#social-buttons4-fs .mbr-section-title,
#social-buttons4-fs .btn-social {
  color: #fff;
}
#social-buttons4-fs .mbr-section-title {
  font-size: 36px;
}
#msg-box2-ft .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-ft .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-fv p,
#contacts5-fv .list-group-text,
#contacts5-fv .form-control-label {
  color: #000;
}
#contacts5-fv strong,
#contacts5-fv h4 {
  color: #7e9b9f;
}
#contacts5-fv form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-fv .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-fv .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-fv H4 {
  color: #2969b0;
}
#contacts5-fv STRONG {
  color: #2969b0;
}
#contacts5-fv B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-fv SPAN {
  font-size: 13px;
}
#contacts5-fv .list-group-text {
  color: #2969b0;
}
#footer1-fw P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-fy H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-fy P {
  text-align: left;
}
#social-buttons1-g6 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-g3 .form-control-label {
  color: #232323;
}
#form1-g3 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#testimonials2-g9 .mbr-section-title {
  color: #2969b0;
  font-size: 36px;
}
#testimonials2-g9 .mbr-section-title SPAN {
  font-size: 36px;
}
#testimonials2-g9 .card-footer > div {
  color: #2969b0;
}
#social-buttons4-g4 .mbr-section-title,
#social-buttons4-g4 .btn-social {
  color: #fff;
}
#social-buttons4-g4 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-g5 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-g5 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-g7 p,
#contacts5-g7 .list-group-text,
#contacts5-g7 .form-control-label {
  color: #000;
}
#contacts5-g7 strong,
#contacts5-g7 h4 {
  color: #7e9b9f;
}
#contacts5-g7 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-g7 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-g7 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-g7 H4 {
  color: #2969b0;
}
#contacts5-g7 STRONG {
  color: #2969b0;
}
#contacts5-g7 B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-g7 SPAN {
  font-size: 13px;
}
#contacts5-g7 .list-group-text {
  color: #2969b0;
}
#footer1-g8 P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-h7 H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-h7 P {
  text-align: left;
}
#social-buttons1-hg .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-hd .form-control-label {
  color: #232323;
}
#form1-hd .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-he .mbr-section-title,
#social-buttons4-he .btn-social {
  color: #fff;
}
#social-buttons4-he .mbr-section-title {
  font-size: 36px;
}
#msg-box2-hf .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-hf .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-hh p,
#contacts5-hh .list-group-text,
#contacts5-hh .form-control-label {
  color: #000;
}
#contacts5-hh strong,
#contacts5-hh h4 {
  color: #7e9b9f;
}
#contacts5-hh form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-hh .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-hh .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-hh H4 {
  color: #2969b0;
}
#contacts5-hh STRONG {
  color: #2969b0;
}
#contacts5-hh B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-hh SPAN {
  font-size: 13px;
}
#contacts5-hh .list-group-text {
  color: #2969b0;
}
#footer1-hi P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-hj H3 {
  color: #2969b0;
  font-size: 30px;
  text-align: left;
}
#msg-box5-hj P {
  text-align: left;
}
#social-buttons1-hq .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-hn .form-control-label {
  color: #232323;
}
#form1-hn .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-ho .mbr-section-title,
#social-buttons4-ho .btn-social {
  color: #fff;
}
#social-buttons4-ho .mbr-section-title {
  font-size: 36px;
}
#msg-box2-hp .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-hp .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-hr p,
#contacts5-hr .list-group-text,
#contacts5-hr .form-control-label {
  color: #000;
}
#contacts5-hr strong,
#contacts5-hr h4 {
  color: #7e9b9f;
}
#contacts5-hr form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-hr .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-hr .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-hr H4 {
  color: #2969b0;
}
#contacts5-hr STRONG {
  color: #2969b0;
}
#contacts5-hr B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-hr SPAN {
  font-size: 13px;
}
#contacts5-hr .list-group-text {
  color: #2969b0;
}
#footer1-hs P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-i3 H3 {
  font-size: 30px;
  color: #2969b0;
  text-align: left;
}
#msg-box5-i3 P {
  text-align: left;
}
#social-buttons1-i9 .mbr-section-title {
  font-size: 36px;
  color: #2969b0;
}
#form1-i6 .form-control-label {
  color: #232323;
}
#form1-i6 .mbr-section-title {
  font-size: 30px;
  color: #2969b0;
}
#social-buttons4-i7 .mbr-section-title,
#social-buttons4-i7 .btn-social {
  color: #fff;
}
#social-buttons4-i7 .mbr-section-title {
  font-size: 36px;
}
#msg-box2-i8 .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-i8 .mbr-section-subtitle {
  color: #2969b0;
}
#contacts5-ia p,
#contacts5-ia .list-group-text,
#contacts5-ia .form-control-label {
  color: #000;
}
#contacts5-ia strong,
#contacts5-ia h4 {
  color: #7e9b9f;
}
#contacts5-ia form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-ia .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-ia .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-ia H4 {
  color: #2969b0;
}
#contacts5-ia STRONG {
  color: #2969b0;
}
#contacts5-ia B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-ia SPAN {
  font-size: 13px;
}
#contacts5-ia .list-group-text {
  color: #2969b0;
}
#footer1-ib P {
  color: #efefef;
}

#ext_menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-jq .navbar-caption {
  color: #ffffff;
}
#ext_menu-jq .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#ext_menu-jq .navbar-toggler {
  color: #2969b0;
}
#ext_menu-jq .close-icon::before,
#ext_menu-jq .close-icon::after {
  background-color: #2969b0;
}
#ext_menu-jq .link,
#ext_menu-jq .dropdown-item {
  color: #2969b0;
}
#ext_menu-jq .link {
  font-size: 0.75rem;
}
#ext_menu-jq .dropdown-item,
#ext_menu-jq .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-jq .link:hover,
#ext_menu-jq .dropdown-item:hover,
#ext_menu-jq .link:focus,
#ext_menu-jq .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-jq .nav-dropdown-sm .link:focus,
#ext_menu-jq .nav-dropdown-sm .link:hover,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-jq .navbar,
#ext_menu-jq .nav-dropdown-sm,
#ext_menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-jq .bg-color.transparent .link {
  color: #2969b0;
  transition: none;
}
#ext_menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-jq .bg-color.transparent.opened .link:hover,
#ext_menu-jq .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-jq .link[aria-expanded="true"],
#ext_menu-jq .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box5-ju H3 {
  color: #2969b0;
}
#msg-box2-nl .mbr-section-title {
  color: #3d8eb9;
  font-size: 36px;
}
#msg-box2-nl .mbr-section-subtitle {
  color: #2969b0;
}
.cid-tXjzzBm0Uc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjzzBm0Uc iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjzzBm0Uc .container-fluid {
  padding: 0;
}
.cid-tXjzX4CoTF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjzX4CoTF iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjzX4CoTF .container-fluid {
  padding: 0;
}
.cid-tXjBoK4sIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjBoK4sIL iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjBoK4sIL .container-fluid {
  padding: 0;
}
.cid-tXjCqYg1qT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjCqYg1qT iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjCqYg1qT .container-fluid {
  padding: 0;
}
.cid-tXjDbuYVvT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjDbuYVvT iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjDbuYVvT .container-fluid {
  padding: 0;
}
.cid-tXjEEFsfEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjEEFsfEW iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjEEFsfEW .container-fluid {
  padding: 0;
}
.cid-tXjFk8WMl2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjFk8WMl2 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjFk8WMl2 .container-fluid {
  padding: 0;
}
.cid-tXjG0iRKYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjG0iRKYO iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjG0iRKYO .container-fluid {
  padding: 0;
}
.cid-tXjGRbjYt1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjGRbjYt1 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjGRbjYt1 .container-fluid {
  padding: 0;
}
.cid-tXjHCG9kQM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjHCG9kQM iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjHCG9kQM .container-fluid {
  padding: 0;
}
.cid-tXjItUG0h6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjItUG0h6 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjItUG0h6 .container-fluid {
  padding: 0;
}
.cid-tXjJkmUWUk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjJkmUWUk iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjJkmUWUk .container-fluid {
  padding: 0;
}
.cid-tXjKsp2nzB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjKsp2nzB iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjKsp2nzB .container-fluid {
  padding: 0;
}
.cid-tXjL8mrklc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjL8mrklc iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjL8mrklc .container-fluid {
  padding: 0;
}
.cid-tXjLFhSDtL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjLFhSDtL iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjLFhSDtL .container-fluid {
  padding: 0;
}
.cid-tXjMmwDAAC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjMmwDAAC iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjMmwDAAC .container-fluid {
  padding: 0;
}
.cid-tXjMYT4C1P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjMYT4C1P iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjMYT4C1P .container-fluid {
  padding: 0;
}
.cid-tXjNyYkoXz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjNyYkoXz iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjNyYkoXz .container-fluid {
  padding: 0;
}
.cid-tXjO8ONHWi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjO8ONHWi iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjO8ONHWi .container-fluid {
  padding: 0;
}
.cid-tXjOIJ8XcD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjOIJ8XcD iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjOIJ8XcD .container-fluid {
  padding: 0;
}
.cid-tXjPpB0VUQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjPpB0VUQ iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjPpB0VUQ .container-fluid {
  padding: 0;
}
.cid-tXjQhkd4hf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjQhkd4hf iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjQhkd4hf .container-fluid {
  padding: 0;
}
.cid-tXjQVsjocq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjQVsjocq iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjQVsjocq .container-fluid {
  padding: 0;
}
.cid-tXjRxoHLV5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjRxoHLV5 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjRxoHLV5 .container-fluid {
  padding: 0;
}
.cid-tXjT78G4ba {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjT78G4ba iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjT78G4ba .container-fluid {
  padding: 0;
}
.cid-tXjTRhlMCF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjTRhlMCF iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjTRhlMCF .container-fluid {
  padding: 0;
}
.cid-tXjUqicSi8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjUqicSi8 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjUqicSi8 .container-fluid {
  padding: 0;
}
.cid-tXjV2qTwvt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjV2qTwvt iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjV2qTwvt .container-fluid {
  padding: 0;
}
.cid-tXjVAsScM9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjVAsScM9 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjVAsScM9 .container-fluid {
  padding: 0;
}
.cid-tXjW5jptM0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjW5jptM0 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjW5jptM0 .container-fluid {
  padding: 0;
}
.cid-tXjWBPcgYv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjWBPcgYv iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjWBPcgYv .container-fluid {
  padding: 0;
}
.cid-tXjXahDVGD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjXahDVGD iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjXahDVGD .container-fluid {
  padding: 0;
}
.cid-tXjXEDgqOZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjXEDgqOZ iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjXEDgqOZ .container-fluid {
  padding: 0;
}
.cid-tXjYbxha8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjYbxha8q iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjYbxha8q .container-fluid {
  padding: 0;
}
.cid-tXjYJZFLRq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjYJZFLRq iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjYJZFLRq .container-fluid {
  padding: 0;
}
.cid-tXjZqfLVa3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXjZqfLVa3 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjZqfLVa3 .container-fluid {
  padding: 0;
}
.cid-tXjZWY5qge {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXjZWY5qge iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXjZWY5qge .container-fluid {
  padding: 0;
}
.cid-tXk0uIdKb9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXk0uIdKb9 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk0uIdKb9 .container-fluid {
  padding: 0;
}
.cid-tXk14Hu38y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXk14Hu38y iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk14Hu38y .container-fluid {
  padding: 0;
}
.cid-tXk1J1RNOQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXk1J1RNOQ iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk1J1RNOQ .container-fluid {
  padding: 0;
}
.cid-tXk2fT7Vzl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXk2fT7Vzl iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk2fT7Vzl .container-fluid {
  padding: 0;
}
.cid-tXk2MhpP90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXk2MhpP90 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk2MhpP90 .container-fluid {
  padding: 0;
}
.cid-tXk3qpiWdd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXk3qpiWdd iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk3qpiWdd .container-fluid {
  padding: 0;
}
.cid-tXk3XhX3a2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXk3XhX3a2 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk3XhX3a2 .container-fluid {
  padding: 0;
}
.cid-tXk4oeMf9U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXk4oeMf9U iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk4oeMf9U .container-fluid {
  padding: 0;
}
.cid-tXk52ANp1z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXk52ANp1z iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk52ANp1z .container-fluid {
  padding: 0;
}
.cid-tXk5xmhNvd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2969b0;
}
.cid-tXk5xmhNvd iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk5xmhNvd .container-fluid {
  padding: 0;
}
.cid-tXk65eJPCC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXk65eJPCC iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tXk65eJPCC .container-fluid {
  padding: 0;
}
#msg-box8-jv .mbr-section-title,
#msg-box8-jv .lead {
  color: #fff;
}
#msg-box8-jv .mbr-section-title {
  color: #2969b0;
  text-align: left;
}
#msg-box8-jv .lead {
  color: #000000;
}
#msg-box8-jv .lead P {
  text-align: left;
}
#contacts5-jn p,
#contacts5-jn .list-group-text,
#contacts5-jn .form-control-label {
  color: #000;
}
#contacts5-jn strong,
#contacts5-jn h4 {
  color: #7e9b9f;
}
#contacts5-jn form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-jn .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-jn .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-jn H4 {
  color: #2969b0;
}
#contacts5-jn STRONG {
  color: #2969b0;
}
#contacts5-jn B {
  color: #2969b0;
  font-family: 'Oxygen', sans-serif;
}
#contacts5-jn SPAN {
  font-size: 13px;
}
#contacts5-jn .list-group-text {
  color: #2969b0;
}
#footer1-jo P {
  color: #efefef;
}
