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



body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'PT Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'PT Sans', 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: 'PT Sans', 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: 'PT Sans', 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: 'PT Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'PT Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'PT Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #1972d6 !important;
}
.bg-success {
  background-color: #41a85f !important;
}
.bg-info {
  background-color: #2b0680 !important;
}
.bg-warning {
  background-color: #22843f !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary {
  background-color: #1972d6;
  border-color: #1972d6;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #114e92;
  border-color: #114e92;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #114e92 !important;
  border-color: #114e92 !important;
}
.btn-secondary {
  background-color: #0d58ab;
  border-color: #0d58ab;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #083364;
  border-color: #083364;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #083364 !important;
  border-color: #083364 !important;
}
.btn-info {
  background-color: #2b0680;
  border-color: #2b0680;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #120337;
  border-color: #120337;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #120337 !important;
  border-color: #120337 !important;
}
.btn-success {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-warning {
  background-color: #22843f;
  border-color: #22843f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #124722;
  border-color: #124722;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #124722 !important;
  border-color: #124722 !important;
}
.btn-danger {
  background-color: #efefef;
  border-color: #efefef;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #0e417b;
  color: #0e417b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1972d6;
  border-color: #1972d6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1972d6 !important;
  border-color: #1972d6 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #06274c;
  color: #06274c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0d58ab;
  border-color: #0d58ab;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d58ab !important;
  border-color: #0d58ab !important;
}
.btn-info-outline {
  background: none;
  border-color: #0a011f;
  color: #0a011f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #2b0680;
  border-color: #2b0680;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0680 !important;
  border-color: #2b0680 !important;
}
.btn-success-outline {
  background: none;
  border-color: #255e35;
  color: #255e35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #0d3318;
  color: #0d3318;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #22843f;
  border-color: #22843f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #22843f !important;
  border-color: #22843f !important;
}
.btn-danger-outline {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #1972d6 !important;
}
.text-success {
  color: #41a85f !important;
}
.text-info {
  color: #2b0680 !important;
}
.text-warning {
  color: #22843f !important;
}
.text-danger {
  color: #efefef !important;
}
.alert-success {
  background-color: #41a85f;
}
.alert-info {
  background-color: #2b0680;
}
.alert-warning {
  background-color: #22843f;
}
.alert-danger {
  background-color: #efefef;
}
.btn-social {
  border-color: #1972d6;
}
.btn-social:hover {
  background: #1972d6;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #1972d6;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #1972d6;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1972d6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1972d6;
}
.lead a,
.lead a:hover {
  color: #1972d6;
}
.lead blockquote {
  border-color: #1972d6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3dcf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #93d5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5612f4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #53d379;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #1972d6;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'PT Sans', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'PT Sans', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'PT Sans', sans-serif;
}
.features6 .description {
  font-family: 'PT Sans', sans-serif;
}
.count,
.counter-title {
  font-family: 'PT Sans', sans-serif;
}
.counter-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #1972d6;
}
.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: 'PT Sans', 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: 'PT Sans', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'PT Sans', sans-serif;
}
.extHeader11 .container span {
  font-family: 'PT Sans', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'PT Sans', sans-serif;
}
.extHeader11 .container p {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'PT Sans', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'PT Sans', sans-serif;
}
.extHeader13 .number {
  font-family: 'PT Sans', sans-serif;
}
.extHeader13 .period {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'PT Sans', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'PT Sans', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'PT Sans', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'PT Sans', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #1972d6;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'PT Sans', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'PT Sans', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'PT Sans', sans-serif;
}
.extForm2 .container p {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #1972d6;
}
.extPricingTable1 .mbr-price small {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #1972d6;
}
.extCounters2 h4 {
  font-family: 'PT Sans', sans-serif;
}
.extCounters2 h5 {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'PT Sans', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'PT Sans', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #1972d6;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #1972d6;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #1972d6;
  }
}
.extProgressBar .title-wrap {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'PT Sans', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'PT Sans', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #1972d6;
}
.extAccordion1 .panel-heading a {
  font-family: 'PT Sans', 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: #1972d6;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'PT Sans', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #1972d6;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #1972d6;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #1972d6;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'PT Sans', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'PT Sans', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'PT Sans', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'PT Sans', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #1972d6 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #1972d6;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #1972d6;
}
.theme-border {
  border: 1px solid #1972d6;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-0 .link {
  font-size: 0.85rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-0 .btn {
  font-size: 15px;
}
#msg-box8-18 .mbr-section-title,
#msg-box8-18 p {
  color: #fff;
}
#features1-7 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #f4f4f4;
}
#features1-7 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #f4f4f4;
}
#features1-7 .mbr-cards-col:nth-child(odd) .card-title {
  color: #294575;
  text-align: left;
  font-size: 30px;
}
#features1-7 .mbr-cards-col:nth-child(even) .card-title {
  color: #294575;
  text-align: left;
  font-size: 30px;
}
#features1-7 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #7da54f;
  text-align: left;
  font-size: 20px;
}
#features1-7 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #7da54f;
  text-align: left;
  font-size: 20px;
}
#features1-7 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
  text-align: left;
}
#features1-7 .mbr-cards-col:nth-child(even) .card-text {
  text-align: left;
}
#content5-9 .mbr-section-title,
#content5-9 p {
  color: #fff;
}
#contacts3-j P {
  color: #cccccc;
}
#ext_menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-19 .navbar-caption {
  color: #ffffff;
}
#ext_menu-19 .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-19 .close-icon::before,
#ext_menu-19 .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-19 .link,
#ext_menu-19 .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-19 .link {
  font-size: 0.85rem;
}
#ext_menu-19 .dropdown-item,
#ext_menu-19 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-19 .link:hover,
#ext_menu-19 .dropdown-item:hover,
#ext_menu-19 .link:focus,
#ext_menu-19 .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-19 .nav-dropdown-sm .link:focus,
#ext_menu-19 .nav-dropdown-sm .link:hover,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-19 .navbar,
#ext_menu-19 .nav-dropdown-sm,
#ext_menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-19 .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-19 .bg-color.transparent.opened .link:hover,
#ext_menu-19 .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-19 .btn {
  font-size: 15px;
}
#msg-box8-1a .mbr-section-title,
#msg-box8-1a p {
  color: #fff;
}
#header3-1g .mbr-section-title,
#header3-1g .mbr-section-subtitle {
  text-align: center;
}
#header3-1g .mbr-section-title {
  color: #2969b0;
}
#features2-1h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features2-1h .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
  font-size: 25px;
}
#features2-1h .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
  font-size: 20px;
}
#features2-1h .mbr-cards-col:nth-child(even) .card-title {
  font-size: 25px;
}
#features2-1h .mbr-cards-col:nth-child(even) .card-text {
  font-size: 20px;
}
#form1-1k .form-control-label {
  color: #232323;
}
#content5-1d .mbr-section-title,
#content5-1d p {
  color: #fff;
}
#contacts3-1e P {
  color: #cccccc;
}
#ext_menu-1q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1q .navbar-caption {
  color: #ffffff;
}
#ext_menu-1q .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-1q .close-icon::before,
#ext_menu-1q .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-1q .link,
#ext_menu-1q .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-1q .link {
  font-size: 0.85rem;
}
#ext_menu-1q .dropdown-item,
#ext_menu-1q .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1q .link:hover,
#ext_menu-1q .dropdown-item:hover,
#ext_menu-1q .link:focus,
#ext_menu-1q .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1q .nav-dropdown-sm .link:focus,
#ext_menu-1q .nav-dropdown-sm .link:hover,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1q .navbar,
#ext_menu-1q .nav-dropdown-sm,
#ext_menu-1q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1q .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1q .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-1q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1q .bg-color.transparent.opened .link:hover,
#ext_menu-1q .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-1q .link[aria-expanded="true"],
#ext_menu-1q .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-1q .btn {
  font-size: 15px;
}
#msg-box8-1r .mbr-section-title,
#msg-box8-1r p {
  color: #fff;
}
#content5-1u .mbr-section-title,
#content5-1u p {
  color: #fff;
}
#contacts3-1v P {
  color: #cccccc;
}
#ext_menu-1y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1y .navbar-caption {
  color: #ffffff;
}
#ext_menu-1y .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-1y .close-icon::before,
#ext_menu-1y .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-1y .link,
#ext_menu-1y .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-1y .link {
  font-size: 0.85rem;
}
#ext_menu-1y .dropdown-item,
#ext_menu-1y .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1y .link:hover,
#ext_menu-1y .dropdown-item:hover,
#ext_menu-1y .link:focus,
#ext_menu-1y .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1y .nav-dropdown-sm .link:focus,
#ext_menu-1y .nav-dropdown-sm .link:hover,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1y .navbar,
#ext_menu-1y .nav-dropdown-sm,
#ext_menu-1y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1y .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1y .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-1y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1y .bg-color.transparent.opened .link:hover,
#ext_menu-1y .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-1y .btn {
  font-size: 15px;
}
#msg-box8-1z .mbr-section-title,
#msg-box8-1z p {
  color: #fff;
}
#content5-21 .mbr-section-title,
#content5-21 p {
  color: #fff;
}
#contacts3-22 P {
  color: #cccccc;
}
#ext_menu-29 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-29 .navbar-caption {
  color: #ffffff;
}
#ext_menu-29 .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-29 .close-icon::before,
#ext_menu-29 .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-29 .link,
#ext_menu-29 .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-29 .link {
  font-size: 0.85rem;
}
#ext_menu-29 .dropdown-item,
#ext_menu-29 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-29 .link:hover,
#ext_menu-29 .dropdown-item:hover,
#ext_menu-29 .link:focus,
#ext_menu-29 .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-29 .link[aria-expanded="true"],
#ext_menu-29 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-29 .nav-dropdown-sm .link:focus,
#ext_menu-29 .nav-dropdown-sm .link:hover,
#ext_menu-29 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-29 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-29 .navbar,
#ext_menu-29 .nav-dropdown-sm,
#ext_menu-29 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-29 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-29 .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-29 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-29 .bg-color.transparent.opened .link:hover,
#ext_menu-29 .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-29 .link[aria-expanded="true"],
#ext_menu-29 .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-29 .btn {
  font-size: 15px;
}
#msg-box8-2a .mbr-section-title,
#msg-box8-2a p {
  color: #fff;
}
#header3-2s .mbr-section-title,
#header3-2s .mbr-section-subtitle {
  text-align: center;
}
#features1-2r .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2r .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #262626;
}
#features1-2r .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #262626;
}
#header3-2q .mbr-section-title,
#header3-2q .mbr-section-subtitle {
  text-align: center;
}
#features1-2n .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2n .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #262626;
}
#features1-2n .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #262626;
}
#features1-2z .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2z .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #262626;
}
#features1-2z .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #262626;
}
#content5-2c .mbr-section-title,
#content5-2c p {
  color: #fff;
}
#contacts3-2d P {
  color: #cccccc;
}
#ext_menu-30 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-30 .navbar-caption {
  color: #ffffff;
}
#ext_menu-30 .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-30 .close-icon::before,
#ext_menu-30 .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-30 .link,
#ext_menu-30 .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-30 .link {
  font-size: 0.85rem;
}
#ext_menu-30 .dropdown-item,
#ext_menu-30 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-30 .link:hover,
#ext_menu-30 .dropdown-item:hover,
#ext_menu-30 .link:focus,
#ext_menu-30 .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-30 .link[aria-expanded="true"],
#ext_menu-30 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-30 .nav-dropdown-sm .link:focus,
#ext_menu-30 .nav-dropdown-sm .link:hover,
#ext_menu-30 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-30 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-30 .navbar,
#ext_menu-30 .nav-dropdown-sm,
#ext_menu-30 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-30 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-30 .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-30 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-30 .bg-color.transparent.opened .link:hover,
#ext_menu-30 .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-30 .link[aria-expanded="true"],
#ext_menu-30 .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-30 .btn {
  font-size: 15px;
}
#msg-box8-31 .mbr-section-title,
#msg-box8-31 p {
  color: #fff;
}
#msg-box5-36 H3 {
  color: #0d58ab;
}
#msg-box5-36 P {
  color: #000000;
}
#extHeader9-38 P {
  text-align: left;
  font-size: 25px;
}
#extHeader9-38 H3 {
  text-align: left;
}
#extHeader9-38 B {
  color: #3893f7;
}
#extHeader9-38 H4 {
  color: #ffffff;
  font-size: 48px;
}
#content5-33 .mbr-section-title,
#content5-33 p {
  color: #fff;
}
#contacts3-34 P {
  color: #cccccc;
}
#ext_menu-39 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-39 .navbar-caption {
  color: #ffffff;
}
#ext_menu-39 .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-39 .close-icon::before,
#ext_menu-39 .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-39 .link,
#ext_menu-39 .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-39 .link {
  font-size: 0.85rem;
}
#ext_menu-39 .dropdown-item,
#ext_menu-39 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-39 .link:hover,
#ext_menu-39 .dropdown-item:hover,
#ext_menu-39 .link:focus,
#ext_menu-39 .dropdown-item:focus {
  color: #1972d6;
}
#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: #8e8e8e;
  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: #1972d6;
}
#ext_menu-39 .link[aria-expanded="true"],
#ext_menu-39 .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-39 .btn {
  font-size: 15px;
}
#msg-box8-3a .mbr-section-title,
#msg-box8-3a p {
  color: #fff;
}
#header3-3i .mbr-section-title,
#header3-3i .mbr-section-subtitle {
  text-align: center;
}
#header3-3i .mbr-section-title {
  font-size: 36px;
}
#header3-3i .mbr-section-subtitle {
  font-size: 20px;
}
#content5-3d .mbr-section-title,
#content5-3d p {
  color: #fff;
}
#contacts3-3e P {
  color: #cccccc;
}
#ext_menu-3j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3j .navbar-caption {
  color: #ffffff;
}
#ext_menu-3j .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-3j .close-icon::before,
#ext_menu-3j .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-3j .link,
#ext_menu-3j .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-3j .link {
  font-size: 0.85rem;
}
#ext_menu-3j .dropdown-item,
#ext_menu-3j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-3j .link:hover,
#ext_menu-3j .dropdown-item:hover,
#ext_menu-3j .link:focus,
#ext_menu-3j .dropdown-item:focus {
  color: #1972d6;
}
#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: #8e8e8e;
  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: #1972d6;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-3j .btn {
  font-size: 15px;
}
#msg-box8-3k .mbr-section-title,
#msg-box8-3k p {
  color: #fff;
}
#header5-3q .mbr-section-title {
  color: #2969b0;
  font-size: 48px;
  text-align: left;
}
#header5-3q .mbr-section-lead {
  color: #000000;
  font-size: 20px;
}
#content5-3n .mbr-section-title,
#content5-3n p {
  color: #fff;
}
#contacts3-3o P {
  color: #cccccc;
}
#ext_menu-3r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3r .navbar-caption {
  color: #ffffff;
}
#ext_menu-3r .navbar-toggler {
  color: #8e8e8e;
}
#ext_menu-3r .close-icon::before,
#ext_menu-3r .close-icon::after {
  background-color: #8e8e8e;
}
#ext_menu-3r .link,
#ext_menu-3r .dropdown-item {
  color: #8e8e8e;
}
#ext_menu-3r .link {
  font-size: 0.85rem;
}
#ext_menu-3r .dropdown-item,
#ext_menu-3r .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-3r .link:hover,
#ext_menu-3r .dropdown-item:hover,
#ext_menu-3r .link:focus,
#ext_menu-3r .dropdown-item:focus {
  color: #1972d6;
}
#ext_menu-3r .link[aria-expanded="true"],
#ext_menu-3r .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3r .nav-dropdown-sm .link:focus,
#ext_menu-3r .nav-dropdown-sm .link:hover,
#ext_menu-3r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3r .navbar,
#ext_menu-3r .nav-dropdown-sm,
#ext_menu-3r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3r .bg-color.transparent .link {
  color: #8e8e8e;
  transition: none;
}
#ext_menu-3r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3r .bg-color.transparent.opened .link:hover,
#ext_menu-3r .bg-color.transparent.opened .link:focus {
  color: #1972d6;
}
#ext_menu-3r .link[aria-expanded="true"],
#ext_menu-3r .dropdown-item[aria-expanded="true"] {
  color: #1972d6!important;
}
#ext_menu-3r .btn {
  font-size: 15px;
}
#msg-box8-3s .mbr-section-title,
#msg-box8-3s p {
  color: #fff;
}
#msg-box4-3x DIV {
  font-size: 32px;
}
#msg-box5-3y H3 {
  text-align: left;
  font-size: 32px;
}
#msg-box5-3y P {
  text-align: left;
}
#msg-box5-40 H3 {
  font-size: 32px;
}
#msg-box5-40 P {
  text-align: left;
}
#msg-box5-41 H3 {
  text-align: left;
  font-size: 32px;
}
#msg-box5-41 P {
  text-align: left;
}
#msg-box5-42 H3 {
  font-size: 32px;
}
#msg-box5-43 H3 {
  text-align: left;
}
#msg-box5-43 P {
  text-align: left;
}
#msg-box5-45 H3 {
  font-size: 32px;
  text-align: left;
}
#msg-box5-45 P {
  text-align: left;
}
#content5-3u .mbr-section-title,
#content5-3u p {
  color: #fff;
}
#contacts3-3v P {
  color: #cccccc;
}
