@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);


body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Ubuntu', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Ubuntu', 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: 'Ubuntu', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-author-desc {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #000e51 !important;
}
.bg-success {
  background-color: #ff9900 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #ffbc00 !important;
}
.bg-danger {
  background-color: #68af07 !important;
}
.btn-primary {
  background-color: #000e51;
  border-color: #000e51;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #000104;
  border-color: #000104;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000104 !important;
  border-color: #000104 !important;
}
.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #b36b00;
  border-color: #b36b00;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b36b00 !important;
  border-color: #b36b00 !important;
}
.btn-warning {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #b38400;
  border-color: #b38400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-danger {
  background-color: #68af07;
  border-color: #68af07;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #3c6504;
  border-color: #3c6504;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3c6504 !important;
  border-color: #3c6504 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000e51;
  border-color: #000e51;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000e51 !important;
  border-color: #000e51 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #995c00;
  color: #995c00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #997100;
  color: #997100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #2e4d03;
  color: #2e4d03;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #68af07;
  border-color: #68af07;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #68af07 !important;
  border-color: #68af07 !important;
}
.text-primary {
  color: #000e51 !important;
}
.text-success {
  color: #ff9900 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #ffbc00 !important;
}
.text-danger {
  color: #68af07 !important;
}
.alert-success {
  background-color: #ff9900;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #ffbc00;
}
.alert-danger {
  background-color: #68af07;
}
.btn-social {
  border-color: #000e51;
}
.btn-social:hover {
  background: #000e51;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #000e51;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #000e51;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000e51;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000e51;
}
.lead a,
.lead a:hover {
  color: #000e51;
}
.lead blockquote {
  border-color: #000e51;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #385aff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffebcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a9f73e;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #000e51;
}
.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;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Ubuntu', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Ubuntu', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'Ubuntu', sans-serif;
}
.features6 .description {
  font-family: 'Ubuntu', sans-serif;
}
.count,
.counter-title {
  font-family: 'Ubuntu', sans-serif;
}
.counter-subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #000e51;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader13 .number {
  font-family: 'Ubuntu', sans-serif;
}
.extHeader13 .period {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'Ubuntu', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Ubuntu', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'Ubuntu', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #000e51;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'Ubuntu', sans-serif;
}
.extForm2 .container p {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #000e51;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #000e51;
}
.extCounters2 h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'Ubuntu', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Ubuntu', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #000e51;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #000e51;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #000e51;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Ubuntu', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Ubuntu', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #000e51;
}
.extAccordion1 .panel-heading a {
  font-family: 'Ubuntu', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #000e51;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Ubuntu', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #000e51;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #000e51;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #000e51;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'Ubuntu', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'Ubuntu', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Ubuntu', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Ubuntu', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #000e51 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #000e51;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #000e51;
}
.theme-border {
  border: 1px solid #000e51;
}
#ext_menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-k .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-k .close-icon::before,
#ext_menu-k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-k .link,
#ext_menu-k .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-k .link {
  font-size: 1.1rem;
}
#ext_menu-k .dropdown-item,
#ext_menu-k .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-k .link:hover,
#ext_menu-k .dropdown-item:hover,
#ext_menu-k .link:focus,
#ext_menu-k .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-menu {
  background: #ea5400;
}
#ext_menu-k .nav-dropdown-sm .link:focus,
#ext_menu-k .nav-dropdown-sm .link:hover,
#ext_menu-k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #ff650f!important;
}
#ext_menu-k .navbar,
#ext_menu-k .nav-dropdown-sm,
#ext_menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-k .nav-dropdown-sm .dropdown-menu {
  background: #ff6f1e;
}
#ext_menu-k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-k .bg-color.transparent.opened .link:hover,
#ext_menu-k .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-item[aria-expanded="true"] {
  color: #000e51!important;
}
#ext_menu-k .btn {
  font-size: 18px;
}
#ext_menu-k A {
  font-family: 'Oswald', sans-serif;
}
#msg-box1-br .btn {
  font-size: 16px;
}
#header3-7e .mbr-section-title,
#header3-7e .mbr-section-subtitle {
  text-align: center;
}
#header3-7e H3 {
  color: #ffffff;
}
#header3-7e SMALL {
  font-size: 24px;
}
#header3-7e .mbr-section-title {
  text-align: center;
}
#features3-bb H5 {
  color: #faaf40;
  font-size: 20px;
}
#features3-bb H4 {
  color: #151515;
  font-size: 22px;
}
#msg-box1-bh .btn {
  font-size: 16px;
}
#msg-box1-bh H2 {
  font-size: 20px;
  color: #000e51;
}
#msg-box1-bh H3 {
  color: #ffbc00;
}
#header3-66 .mbr-section-title,
#header3-66 .mbr-section-subtitle {
  text-align: center;
}
#header3-66 .mbr-section-title {
  color: #ffffff;
}
#features3-c9 H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-c9 H4 {
  color: #151515;
  font-size: 22px;
}
#msg-box1-bj .btn {
  font-size: 16px;
}
#msg-box1-bj H2 {
  font-size: 20px;
  color: #000e51;
}
#msg-box1-bj H3 {
  color: #7c706b;
}
#buttons1-3r .btn {
  font-size: 18px;
}
#msg-box3-5c .mbr-section-title,
#msg-box3-5c p {
  color: #000;
}
#msg-box3-5c .mbr-section-title {
  color: #28324e;
}
#header3-ca .mbr-section-title,
#header3-ca .mbr-section-subtitle {
  text-align: center;
}
#buttons1-3t .btn {
  font-size: 24px;
}
#social-buttons2-6d .mbr-section-title,
#social-buttons2-6d .btn-social {
  color: #232323;
}
#social-buttons2-6d .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons2-6d .mbr-section-title {
  color: #050c25;
}
#footer1-51 P {
  color: #ffffff;
}
#contacts1-7 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-7 STRONG {
  font-size: 18px;
}


#ext_menu-l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-l .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-l .navbar-toggler {
  color: #000000;
}
#ext_menu-l .close-icon::before,
#ext_menu-l .close-icon::after {
  background-color: #000000;
}
#ext_menu-l .link,
#ext_menu-l .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-l .link {
  font-size: 0.95rem;
}
#ext_menu-l .dropdown-item,
#ext_menu-l .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-l .link:hover,
#ext_menu-l .dropdown-item:hover,
#ext_menu-l .link:focus,
#ext_menu-l .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-l .link[aria-expanded="true"],
#ext_menu-l .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-l .nav-dropdown-sm .link:focus,
#ext_menu-l .nav-dropdown-sm .link:hover,
#ext_menu-l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-l .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-l .navbar,
#ext_menu-l .nav-dropdown-sm,
#ext_menu-l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-l .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-l .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-l .bg-color.transparent.opened .link:hover,
#ext_menu-l .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-l .link[aria-expanded="true"],
#ext_menu-l .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-l .btn {
  font-size: 18px;
}
#ext_menu-l A {
  font-family: 'Oswald', sans-serif;
}
#header3-r .mbr-section-title,
#header3-r .mbr-section-subtitle {
  text-align: center;
}
#header3-r H3 {
  color: #f97352;
}
#header3-r SMALL {
  font-size: 24px;
}
#buttons1-33 .btn {
  font-size: 24px;
}
#image1-q DIV {
  color: #ffffff;
}
#msg-box3-y .mbr-section-title,
#msg-box3-y p {
  color: #000;
}
#msg-box3-y .btn {
  font-size: 18px;
}
#social-buttons4-2h .mbr-section-title,
#social-buttons4-2h .btn-social {
  color: #fff;
}
#contacts1-7 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-7 STRONG {
  font-size: 18px;
}
#footer1-u P {
  color: #ffffff;
}


#ext_menu-1n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1n .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-1n .navbar-toggler {
  color: #000000;
}
#ext_menu-1n .close-icon::before,
#ext_menu-1n .close-icon::after {
  background-color: #000000;
}
#ext_menu-1n .link,
#ext_menu-1n .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-1n .link {
  font-size: 0.95rem;
}
#ext_menu-1n .dropdown-item,
#ext_menu-1n .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1n .link:hover,
#ext_menu-1n .dropdown-item:hover,
#ext_menu-1n .link:focus,
#ext_menu-1n .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-1n .link[aria-expanded="true"],
#ext_menu-1n .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1n .nav-dropdown-sm .link:focus,
#ext_menu-1n .nav-dropdown-sm .link:hover,
#ext_menu-1n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1n .navbar,
#ext_menu-1n .nav-dropdown-sm,
#ext_menu-1n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1n .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-1n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1n .bg-color.transparent.opened .link:hover,
#ext_menu-1n .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-1n .link[aria-expanded="true"],
#ext_menu-1n .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-1n .btn {
  font-size: 18px;
}
#ext_menu-1n A {
  font-family: 'Oswald', sans-serif;
}
#header3-1o .mbr-section-title,
#header3-1o .mbr-section-subtitle {
  text-align: center;
}
#header3-1o H3 {
  color: #f97352;
}
#header3-1o SMALL {
  font-size: 24px;
}
#header3-1o .mbr-section-title {
  color: #0087ff;
}
#buttons1-35 .btn {
  font-size: 24px;
}
#image1-1p DIV {
  color: #ffffff;
}
#msg-box3-1q .mbr-section-title,
#msg-box3-1q p {
  color: #000;
}
#msg-box3-1q .btn {
  font-size: 18px;
}
#social-buttons4-30 .mbr-section-title,
#social-buttons4-30 .btn-social {
  color: #fff;
}
#contacts1-7 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-7 STRONG {
  font-size: 18px;
}


#ext_menu-39 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-39 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-39 .navbar-toggler {
  color: #000000;
}
#ext_menu-39 .close-icon::before,
#ext_menu-39 .close-icon::after {
  background-color: #000000;
}
#ext_menu-39 .link,
#ext_menu-39 .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-39 .link {
  font-size: 0.95rem;
}
#ext_menu-39 .dropdown-item,
#ext_menu-39 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-39 .link:hover,
#ext_menu-39 .dropdown-item:hover,
#ext_menu-39 .link:focus,
#ext_menu-39 .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-39 .link[aria-expanded="true"],
#ext_menu-39 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-39 .nav-dropdown-sm .link:focus,
#ext_menu-39 .nav-dropdown-sm .link:hover,
#ext_menu-39 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-39 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-39 .navbar,
#ext_menu-39 .nav-dropdown-sm,
#ext_menu-39 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-39 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-39 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-39 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-39 .bg-color.transparent.opened .link:hover,
#ext_menu-39 .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-39 .link[aria-expanded="true"],
#ext_menu-39 .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-39 .btn {
  font-size: 18px;
}
#ext_menu-39 A {
  font-family: 'Oswald', sans-serif;
}
#header3-2f .mbr-section-title,
#header3-2f .mbr-section-subtitle {
  text-align: center;
}
#header3-2f H3 {
  color: #f97352;
}
#header3-2f SMALL {
  font-size: 24px;
}
#msg-box6-2g .mbr-section-title,
#msg-box6-2g .lead p {
  color: #fff;
}
#msg-box6-2l .mbr-section-title,
#msg-box6-2l .lead p {
  color: #fff;
}
#msg-box6-2m .mbr-section-title,
#msg-box6-2m .lead p {
  color: #fff;
}
#msg-box6-2n .mbr-section-title,
#msg-box6-2n .lead p {
  color: #fff;
}
#msg-box6-2o .mbr-section-title,
#msg-box6-2o .lead p {
  color: #fff;
}
#msg-box6-4b .mbr-section-title,
#msg-box6-4b .lead p {
  color: #fff;
}
#msg-box6-8j .mbr-section-title,
#msg-box6-8j .lead p {
  color: #fff;
}
#buttons1-37 .btn {
  font-size: 24px;
}
#social-buttons2-6j .mbr-section-title,
#social-buttons2-6j .btn-social {
  color: #232323;
}
#social-buttons2-6j .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons2-6j .mbr-section-title {
  color: #ffffff;
}
#contacts1-7 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-7 STRONG {
  font-size: 18px;
}
#footer1-2e P {
  color: #ffffff;
}


#ext_menu-3j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3j .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-3j .navbar-toggler {
  color: #000000;
}
#ext_menu-3j .close-icon::before,
#ext_menu-3j .close-icon::after {
  background-color: #000000;
}
#ext_menu-3j .link,
#ext_menu-3j .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-3j .link {
  font-size: 0.95rem;
}
#ext_menu-3j .dropdown-item,
#ext_menu-3j .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-3j .link:hover,
#ext_menu-3j .dropdown-item:hover,
#ext_menu-3j .link:focus,
#ext_menu-3j .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3j .nav-dropdown-sm .link:focus,
#ext_menu-3j .nav-dropdown-sm .link:hover,
#ext_menu-3j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3j .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3j .navbar,
#ext_menu-3j .nav-dropdown-sm,
#ext_menu-3j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3j .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3j .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-3j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3j .bg-color.transparent.opened .link:hover,
#ext_menu-3j .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-3j .btn {
  font-size: 18px;
}
#ext_menu-3j A {
  font-family: 'Oswald', sans-serif;
}
#header3-3l .mbr-section-title,
#header3-3l .mbr-section-subtitle {
  text-align: center;
}
#features3-3n .btn {
  font-size: 14px;
}
#header3-3m .mbr-section-title,
#header3-3m .mbr-section-subtitle {
  text-align: center;
}
#features3-3o H4 {
  color: #232323;
}
#social-buttons2-6k .mbr-section-title,
#social-buttons2-6k .btn-social {
  color: #232323;
}
#social-buttons2-6k .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons2-6k .mbr-section-title {
  color: #ffffff;
}
#contacts1-3k P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-3k STRONG {
  font-size: 18px;
}


#ext_menu-4e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4e .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-4e .navbar-toggler {
  color: #000000;
}
#ext_menu-4e .close-icon::before,
#ext_menu-4e .close-icon::after {
  background-color: #000000;
}
#ext_menu-4e .link,
#ext_menu-4e .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-4e .link {
  font-size: 0.95rem;
}
#ext_menu-4e .dropdown-item,
#ext_menu-4e .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-4e .link:hover,
#ext_menu-4e .dropdown-item:hover,
#ext_menu-4e .link:focus,
#ext_menu-4e .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-4e .link[aria-expanded="true"],
#ext_menu-4e .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-4e .nav-dropdown-sm .link:focus,
#ext_menu-4e .nav-dropdown-sm .link:hover,
#ext_menu-4e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-4e .navbar,
#ext_menu-4e .nav-dropdown-sm,
#ext_menu-4e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-4e .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-4e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4e .bg-color.transparent.opened .link:hover,
#ext_menu-4e .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-4e .link[aria-expanded="true"],
#ext_menu-4e .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-4e .btn {
  font-size: 18px;
}
#ext_menu-4e A {
  font-family: 'Oswald', sans-serif;
}
#header3-4h .mbr-section-title,
#header3-4h .mbr-section-subtitle {
  text-align: center;
}
#header3-4h .mbr-section-subtitle {
  font-size: 20px;
}
#header3-4h .mbr-section-title {
  color: #0087ff;
}
#msg-box1-9d .btn {
  font-size: 30px;
}
#msg-box1-9d H2 {
  text-align: center;
  font-size: 20px;
}
#msg-box1-9d H3 {
  text-align: center;
}
#social-buttons4-4i .mbr-section-title,
#social-buttons4-4i .btn-social {
  color: #fff;
}
#contacts1-4f P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-4f STRONG {
  font-size: 18px;
}


#ext_menu-53 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-53 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-53 .navbar-toggler {
  color: #000000;
}
#ext_menu-53 .close-icon::before,
#ext_menu-53 .close-icon::after {
  background-color: #000000;
}
#ext_menu-53 .link,
#ext_menu-53 .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-53 .link {
  font-size: 0.95rem;
}
#ext_menu-53 .dropdown-item,
#ext_menu-53 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-53 .link:hover,
#ext_menu-53 .dropdown-item:hover,
#ext_menu-53 .link:focus,
#ext_menu-53 .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-53 .link[aria-expanded="true"],
#ext_menu-53 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-53 .nav-dropdown-sm .link:focus,
#ext_menu-53 .nav-dropdown-sm .link:hover,
#ext_menu-53 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-53 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-53 .navbar,
#ext_menu-53 .nav-dropdown-sm,
#ext_menu-53 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-53 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-53 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-53 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-53 .bg-color.transparent.opened .link:hover,
#ext_menu-53 .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-53 .link[aria-expanded="true"],
#ext_menu-53 .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-53 .btn {
  font-size: 18px;
}
#ext_menu-53 A {
  font-family: 'Oswald', sans-serif;
}
#header3-54 .mbr-section-title,
#header3-54 .mbr-section-subtitle {
  text-align: center;
}
#header3-54 H3 {
  color: #f97352;
}
#header3-54 SMALL {
  font-size: 24px;
}
#msg-box3-57 .mbr-section-title,
#msg-box3-57 p {
  color: #000;
}
#msg-box3-57 .btn {
  font-size: 18px;
}
#social-buttons4-58 .mbr-section-title,
#social-buttons4-58 .btn-social {
  color: #fff;
}
#contacts1-59 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-59 STRONG {
  font-size: 18px;
}
#footer1-5a P {
  color: #ffffff;
}


#ext_menu-5n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5n .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-5n .navbar-toggler {
  color: #000000;
}
#ext_menu-5n .close-icon::before,
#ext_menu-5n .close-icon::after {
  background-color: #000000;
}
#ext_menu-5n .link,
#ext_menu-5n .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-5n .link {
  font-size: 0.95rem;
}
#ext_menu-5n .dropdown-item,
#ext_menu-5n .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-5n .link:hover,
#ext_menu-5n .dropdown-item:hover,
#ext_menu-5n .link:focus,
#ext_menu-5n .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-5n .link[aria-expanded="true"],
#ext_menu-5n .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-5n .nav-dropdown-sm .link:focus,
#ext_menu-5n .nav-dropdown-sm .link:hover,
#ext_menu-5n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-5n .navbar,
#ext_menu-5n .nav-dropdown-sm,
#ext_menu-5n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-5n .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-5n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5n .bg-color.transparent.opened .link:hover,
#ext_menu-5n .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-5n .link[aria-expanded="true"],
#ext_menu-5n .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-5n .btn {
  font-size: 18px;
}
#ext_menu-5n A {
  font-family: 'Oswald', sans-serif;
}
#header3-5q .mbr-section-title,
#header3-5q .mbr-section-subtitle {
  text-align: center;
}
#features3-5r H4 {
  color: #232323;
}
#social-buttons2-6l .mbr-section-title,
#social-buttons2-6l .btn-social {
  color: #232323;
}
#social-buttons2-6l .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons2-6l .mbr-section-title {
  color: #ffffff;
}
#contacts1-5s P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-5s STRONG {
  font-size: 18px;
}


#ext_menu-81 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-81 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-81 .navbar-toggler {
  color: #000000;
}
#ext_menu-81 .close-icon::before,
#ext_menu-81 .close-icon::after {
  background-color: #000000;
}
#ext_menu-81 .link,
#ext_menu-81 .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-81 .link {
  font-size: 0.95rem;
}
#ext_menu-81 .dropdown-item,
#ext_menu-81 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-81 .link:hover,
#ext_menu-81 .dropdown-item:hover,
#ext_menu-81 .link:focus,
#ext_menu-81 .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-81 .link[aria-expanded="true"],
#ext_menu-81 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-81 .nav-dropdown-sm .link:focus,
#ext_menu-81 .nav-dropdown-sm .link:hover,
#ext_menu-81 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-81 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-81 .navbar,
#ext_menu-81 .nav-dropdown-sm,
#ext_menu-81 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-81 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-81 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-81 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-81 .bg-color.transparent.opened .link:hover,
#ext_menu-81 .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-81 .link[aria-expanded="true"],
#ext_menu-81 .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-81 .btn {
  font-size: 18px;
}
#ext_menu-81 A {
  font-family: 'Oswald', sans-serif;
}
#header3-87 .mbr-section-title,
#header3-87 .mbr-section-subtitle {
  text-align: center;
}
#header3-87 .mbr-section-title {
  color: #000000;
}
#header3-7u .mbr-section-title,
#header3-7u .mbr-section-subtitle {
  text-align: center;
}
#header3-7u H3 {
  color: #ffffff;
}
#header3-7u SMALL {
  font-size: 24px;
}
#header3-7u .mbr-section-title {
  text-align: center;
}
#features3-af H5 {
  color: #faaf40;
  font-size: 20px;
}
#features3-af H4 {
  color: #151515;
  font-size: 22px;
}
#features3-ag H5 {
  color: #faaf40;
  font-size: 20px;
}
#features3-ag H4 {
  color: #151515;
  font-size: 22px;
}
#header3-7w .mbr-section-title,
#header3-7w .mbr-section-subtitle {
  text-align: center;
}
#header3-7w .mbr-section-title {
  color: #ffffff;
}
#features3-ah H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-ah H4 {
  color: #151515;
  font-size: 22px;
}
#features3-ak H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-ak H4 {
  color: #151515;
  font-size: 22px;
}
#header3-85 .mbr-section-title,
#header3-85 .mbr-section-subtitle {
  text-align: center;
}
#header3-85 H3 {
  color: #ffffff;
}
#header3-85 SMALL {
  font-size: 24px;
}
#header3-85 .mbr-section-title {
  text-align: center;
}
#features3-az H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-az H4 {
  color: #151515;
  font-size: 22px;
}
#features3-8k H5 {
  color: #000000;
  font-size: 20px;
}
#features3-8k H4 {
  color: #151515;
  font-size: 22px;
}
#features3-b0 H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-b0 H4 {
  color: #151515;
  font-size: 22px;
}
#features3-b1 H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-b1 H4 {
  color: #151515;
  font-size: 22px;
}
#features3-c7 H5 {
  color: #8c8c8c;
  font-size: 20px;
}
#features3-c7 H4 {
  color: #151515;
  font-size: 22px;
}
#header3-al .mbr-section-title,
#header3-al .mbr-section-subtitle {
  text-align: center;
}
#header3-al .mbr-section-title {
  color: #ffffff;
}
#features3-at H5 {
  color: #ff9900;
  font-size: 20px;
}
#features3-at H4 {
  color: #151515;
  font-size: 22px;
}
#features3-an H5 {
  color: #ff9900;
  font-size: 20px;
}
#features3-an H4 {
  color: #151515;
  font-size: 22px;
}
#features3-bu H5 {
  color: #ff9900;
  font-size: 20px;
}
#features3-bu H4 {
  color: #151515;
  font-size: 22px;
}
#header3-c4 .mbr-section-title,
#header3-c4 .mbr-section-subtitle {
  text-align: center;
}
#header3-c4 .mbr-section-title {
  text-align: center;
}
#features3-c5 H5 {
  color: #ff9900;
  font-size: 20px;
}
#features3-c5 H4 {
  color: #151515;
  font-size: 22px;
}
#msg-box3-86 .mbr-section-title,
#msg-box3-86 p {
  color: #000;
}
#msg-box3-86 .btn {
  font-size: 18px;
}
#social-buttons2-82 .mbr-section-title,
#social-buttons2-82 .btn-social {
  color: #232323;
}
#social-buttons2-82 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons2-82 .mbr-section-title {
  color: #050c25;
}
#footer1-83 P {
  color: #ffffff;
}
#contacts1-84 P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-84 STRONG {
  font-size: 18px;
}


#ext_menu-9s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9s .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-9s .navbar-toggler {
  color: #000000;
}
#ext_menu-9s .close-icon::before,
#ext_menu-9s .close-icon::after {
  background-color: #000000;
}
#ext_menu-9s .link,
#ext_menu-9s .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-9s .link {
  font-size: 0.95rem;
}
#ext_menu-9s .dropdown-item,
#ext_menu-9s .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-9s .link:hover,
#ext_menu-9s .dropdown-item:hover,
#ext_menu-9s .link:focus,
#ext_menu-9s .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-9s .link[aria-expanded="true"],
#ext_menu-9s .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-9s .nav-dropdown-sm .link:focus,
#ext_menu-9s .nav-dropdown-sm .link:hover,
#ext_menu-9s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9s .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-9s .navbar,
#ext_menu-9s .nav-dropdown-sm,
#ext_menu-9s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9s .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-9s .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-9s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9s .bg-color.transparent.opened .link:hover,
#ext_menu-9s .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-9s .link[aria-expanded="true"],
#ext_menu-9s .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-9s .btn {
  font-size: 18px;
}
#ext_menu-9s A {
  font-family: 'Oswald', sans-serif;
}
#header3-9t .mbr-section-title,
#header3-9t .mbr-section-subtitle {
  text-align: center;
}
#features3-9u H4 {
  color: #232323;
}
#social-buttons2-9v .mbr-section-title,
#social-buttons2-9v .btn-social {
  color: #232323;
}
#social-buttons2-9v .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons2-9v .mbr-section-title {
  color: #ffffff;
}
#contacts1-9w P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-9w STRONG {
  font-size: 18px;
}


#ext_menu-39 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-39 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
}
#ext_menu-39 .navbar-toggler {
  color: #000000;
}
#ext_menu-39 .close-icon::before,
#ext_menu-39 .close-icon::after {
  background-color: #000000;
}
#ext_menu-39 .link,
#ext_menu-39 .dropdown-item {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-39 .link {
  font-size: 0.95rem;
}
#ext_menu-39 .dropdown-item,
#ext_menu-39 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-39 .link:hover,
#ext_menu-39 .dropdown-item:hover,
#ext_menu-39 .link:focus,
#ext_menu-39 .dropdown-item:focus {
  color: #000e51;
}
#ext_menu-39 .link[aria-expanded="true"],
#ext_menu-39 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-39 .nav-dropdown-sm .link:focus,
#ext_menu-39 .nav-dropdown-sm .link:hover,
#ext_menu-39 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-39 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-39 .navbar,
#ext_menu-39 .nav-dropdown-sm,
#ext_menu-39 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-39 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-39 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-39 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-39 .bg-color.transparent.opened .link:hover,
#ext_menu-39 .bg-color.transparent.opened .link:focus {
  color: #000e51;
}
#ext_menu-39 .link[aria-expanded="true"],
#ext_menu-39 .dropdown-item[aria-expanded="true"] {
  color: #0087ff!important;
}
#ext_menu-39 .btn {
  font-size: 18px;
}
#ext_menu-39 A {
  font-family: 'Oswald', sans-serif;
}
#header3-3e .mbr-section-title,
#header3-3e .mbr-section-subtitle {
  text-align: center;
}
#header3-3e H3 {
  color: #f97352;
}
#header3-3e SMALL {
  font-size: 20px;
}
#header3-3e .mbr-section-title {
  color: #00be37;
}
#msg-box1-bz .btn {
  font-size: 16px;
}
#msg-box5-5d H3 {
  color: #00be37;
}
#msg-box5-5d .btn {
  font-size: 14px;
}
#msg-box5-50 H3 {
  color: #00be37;
}
#msg-box5-50 .btn {
  font-size: 14px;
}
#msg-box5-5e H3 {
  color: #00be37;
}
#msg-box5-5e .btn {
  font-size: 14px;
}
#msg-box5-93 H3 {
  color: #00be37;
}
#msg-box5-93 .btn {
  font-size: 14px;
}
#msg-box7-96 h3,
#msg-box7-96 p {
  color: #fff;
}
#msg-box7-96 H3 {
  color: #00be37;
}
#msg-box7-96 P {
  color: #000000;
}
#msg-box7-bt h3,
#msg-box7-bt p {
  color: #fff;
}
#msg-box7-bt H3 {
  color: #00be37;
}
#msg-box7-bt P {
  color: #000000;
}
#social-buttons4-52 .mbr-section-title,
#social-buttons4-52 .btn-social {
  color: #fff;
}
#contacts1-3a P {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-3a STRONG {
  font-size: 18px;
}
