@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #69aaf2 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #69aaf2;
  border-color: #69aaf2;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #2382ec;
  border-color: #2382ec;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2382ec !important;
  border-color: #2382ec !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #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: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #1475e1;
  color: #1475e1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #69aaf2;
  border-color: #69aaf2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #69aaf2 !important;
  border-color: #69aaf2 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #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: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #69aaf2 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #69aaf2;
}
.btn-social:hover {
  background: #69aaf2;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #69aaf2;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #69aaf2;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #69aaf2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #69aaf2;
}
.lead a,
.lead a:hover {
  color: #69aaf2;
}
.lead blockquote {
  border-color: #69aaf2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #69aaf2;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #28324e;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #28324e;
}
#ext_menu-0 .link {
  font-size: 0.9rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #69aaf2;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #0a0a0a;
}
#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: #1b1b1b!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: #232323;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #28324e;
  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: #69aaf2;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 A {
  font-size: 14px;
}
#content1-19 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-19 DIV {
  text-align: center;
  color: #ffffff;
}
#content1-19 B {
  font-size: 19px;
}
#slider3-4e H2 {
  font-size: 60px;
}
#header3-1c .mbr-section-title,
#header3-1c .mbr-section-subtitle {
  text-align: center;
}
#header3-1c .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#content1-1 DIV {
  color: #ebf6ee;
}
#content1-1 P {
  font-size: 18px;
}
#footer1-6 P {
  color: #000000;
}
#ext_menu-1y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1y .navbar-caption {
  color: #ffffff;
}
#ext_menu-1y .navbar-toggler {
  color: #28324e;
}
#ext_menu-1y .close-icon::before,
#ext_menu-1y .close-icon::after {
  background-color: #28324e;
}
#ext_menu-1y .link,
#ext_menu-1y .dropdown-item {
  color: #28324e;
}
#ext_menu-1y .link {
  font-size: 0.75rem;
}
#ext_menu-1y .dropdown-item,
#ext_menu-1y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1y .link:hover,
#ext_menu-1y .dropdown-item:hover,
#ext_menu-1y .link:focus,
#ext_menu-1y .dropdown-item:focus {
  color: #69aaf2;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-menu {
  background: #373535;
}
#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: #494646!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: #514e4e;
}
#ext_menu-1y .bg-color.transparent .link {
  color: #28324e;
  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: #69aaf2;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-item[aria-expanded="true"] {
  color: #69aaf2!important;
}
#ext_menu-1y A {
  font-size: 14px;
}
#content1-1r P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-1r DIV {
  text-align: center;
}
#header3-1z .mbr-section-title,
#header3-1z .mbr-section-subtitle {
  text-align: center;
}
#header3-1z .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
}
#testimonials3-4n .mbr-section-title {
  color: #efefef;
}
#testimonials3-4n .mbr-author-name {
  color: #ccc;
}
#testimonials3-4n .card-block P {
  text-align: left;
}
#testimonials3-4n .card-block {
  color: #292626;
}
#testimonials3-59 .mbr-section-title {
  color: #efefef;
}
#testimonials3-59 .mbr-author-name {
  color: #ccc;
}
#testimonials3-59 .card-block P {
  text-align: left;
}
#testimonials3-59 .card-block {
  color: #292626;
}
#header3-1w .mbr-section-title,
#header3-1w .mbr-section-subtitle {
  text-align: center;
}
#header3-1w .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 25px;
}
#header3-2c .mbr-section-title,
#header3-2c .mbr-section-subtitle {
  text-align: center;
}
#header3-2c .mbr-section-title {
  font-size: 15px;
}
#header3-2c .mbr-section-title DIV {
  text-align: left;
  font-size: 24px;
}
#header3-2c .mbr-section-subtitle {
  font-size: 18px;
  text-align: left;
  color: #ffffff;
}
#footer1-22 P {
  color: #000000;
}


#ext_menu-4o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4o .navbar-caption {
  color: #ffffff;
}
#ext_menu-4o .navbar-toggler {
  color: #28324e;
}
#ext_menu-4o .close-icon::before,
#ext_menu-4o .close-icon::after {
  background-color: #28324e;
}
#ext_menu-4o .link,
#ext_menu-4o .dropdown-item {
  color: #28324e;
}
#ext_menu-4o .link {
  font-size: 0.75rem;
}
#ext_menu-4o .dropdown-item,
#ext_menu-4o .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-4o .link:hover,
#ext_menu-4o .dropdown-item:hover,
#ext_menu-4o .link:focus,
#ext_menu-4o .dropdown-item:focus {
  color: #69aaf2;
}
#ext_menu-4o .link[aria-expanded="true"],
#ext_menu-4o .dropdown-menu {
  background: #302c2c;
}
#ext_menu-4o .nav-dropdown-sm .link:focus,
#ext_menu-4o .nav-dropdown-sm .link:hover,
#ext_menu-4o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4o .nav-dropdown-sm .dropdown-item:hover {
  background: #433d3d!important;
}
#ext_menu-4o .navbar,
#ext_menu-4o .nav-dropdown-sm,
#ext_menu-4o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4o .nav-dropdown-sm .dropdown-menu {
  background: #4b4444;
}
#ext_menu-4o .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-4o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4o .bg-color.transparent.opened .link:hover,
#ext_menu-4o .bg-color.transparent.opened .link:focus {
  color: #69aaf2;
}
#ext_menu-4o .link[aria-expanded="true"],
#ext_menu-4o .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-4o A {
  font-size: 14px;
}
#content1-4p P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-4p DIV {
  text-align: center;
}
#header3-4q .mbr-section-title,
#header3-4q .mbr-section-subtitle {
  text-align: center;
}
#header3-4q .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
}
#testimonials3-4r .mbr-section-title {
  color: #efefef;
}
#testimonials3-4r .mbr-author-name {
  color: #ccc;
}
#testimonials3-4r .card-block P {
  text-align: left;
}
#testimonials3-4r .card-block {
  color: #292626;
}
#header3-4t .mbr-section-title,
#header3-4t .mbr-section-subtitle {
  text-align: center;
}
#header3-4t .mbr-section-title {
  color: #1da344;
  font-size: 25px;
  text-align: left;
}
#testimonials1-4u .card-block P {
  text-align: left;
}
#testimonials1-4v .card-block P {
  text-align: left;
}
#header3-4w .mbr-section-title,
#header3-4w .mbr-section-subtitle {
  text-align: center;
}
#header3-4w .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 25px;
}
#header3-4x .mbr-section-title,
#header3-4x .mbr-section-subtitle {
  text-align: center;
}
#header3-4x .mbr-section-title {
  font-size: 15px;
}
#header3-4x .mbr-section-title DIV {
  text-align: left;
  font-size: 24px;
}
#header3-4x .mbr-section-subtitle {
  font-size: 18px;
  text-align: left;
  color: #ffffff;
}
#header3-4y .mbr-section-title,
#header3-4y .mbr-section-subtitle {
  text-align: center;
}
#header3-4y .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #14622b;
}
#header3-4z .mbr-section-title,
#header3-4z .mbr-section-subtitle {
  text-align: center;
}
#header3-4z .mbr-section-title {
  font-size: 18px;
}
#header3-4z .mbr-section-subtitle {
  color: #000000;
  font-family: 'Lora', serif;
  font-size: 18px;
  text-align: left;
}
#testimonials1-50 .card-block P {
  text-align: left;
}
#testimonials1-50 .card-block {
  color: #000000;
}
#testimonials1-51 .card-block P {
  text-align: left;
}
#testimonials1-52 .card-block P {
  text-align: left;
}
#testimonials1-52 .card-block {
  color: #000000;
}
#header3-54 .mbr-section-title,
#header3-54 .mbr-section-subtitle {
  text-align: center;
}
#header3-54 .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #1da344;
}
#features3-55 P {
  text-align: left;
}
#features3-55 H4 {
  text-align: left;
}
#footer1-56 P {
  color: #000000;
}
#contacts1-57 P {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
#social-buttons4-58 .mbr-section-title,
#social-buttons4-58 .btn-social {
  color: #fff;
}
#social-buttons4-58 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-58 .mbr-section-title {
  font-size: 22px;
}
#ext_menu-5a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5a .navbar-caption {
  color: #ffffff;
}
#ext_menu-5a .navbar-toggler {
  color: #28324e;
}
#ext_menu-5a .close-icon::before,
#ext_menu-5a .close-icon::after {
  background-color: #28324e;
}
#ext_menu-5a .link,
#ext_menu-5a .dropdown-item {
  color: #28324e;
}
#ext_menu-5a .link {
  font-size: 0.75rem;
}
#ext_menu-5a .dropdown-item,
#ext_menu-5a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5a .link:hover,
#ext_menu-5a .dropdown-item:hover,
#ext_menu-5a .link:focus,
#ext_menu-5a .dropdown-item:focus {
  color: #69aaf2;
}
#ext_menu-5a .link[aria-expanded="true"],
#ext_menu-5a .dropdown-menu {
  background: #373535;
}
#ext_menu-5a .nav-dropdown-sm .link:focus,
#ext_menu-5a .nav-dropdown-sm .link:hover,
#ext_menu-5a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5a .nav-dropdown-sm .dropdown-item:hover {
  background: #494646!important;
}
#ext_menu-5a .navbar,
#ext_menu-5a .nav-dropdown-sm,
#ext_menu-5a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5a .nav-dropdown-sm .dropdown-menu {
  background: #514e4e;
}
#ext_menu-5a .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-5a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5a .bg-color.transparent.opened .link:hover,
#ext_menu-5a .bg-color.transparent.opened .link:focus {
  color: #69aaf2;
}
#ext_menu-5a .link[aria-expanded="true"],
#ext_menu-5a .dropdown-item[aria-expanded="true"] {
  color: #69aaf2!important;
}
#ext_menu-5a A {
  font-size: 14px;
}
#content1-5b P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-5b DIV {
  text-align: center;
}
#header3-5c .mbr-section-title,
#header3-5c .mbr-section-subtitle {
  text-align: center;
}
#header3-5c .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
}
#header3-5c .mbr-section-subtitle {
  text-align: left;
  color: #efefef;
}
#features3-5j P {
  text-align: left;
}
#features3-5k P {
  text-align: left;
}
#footer1-5h P {
  color: #000000;
}
#ext_menu-5l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5l .navbar-caption {
  color: #ffffff;
}
#ext_menu-5l .navbar-toggler {
  color: #28324e;
}
#ext_menu-5l .close-icon::before,
#ext_menu-5l .close-icon::after {
  background-color: #28324e;
}
#ext_menu-5l .link,
#ext_menu-5l .dropdown-item {
  color: #28324e;
}
#ext_menu-5l .link {
  font-size: 0.75rem;
}
#ext_menu-5l .dropdown-item,
#ext_menu-5l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5l .link:hover,
#ext_menu-5l .dropdown-item:hover,
#ext_menu-5l .link:focus,
#ext_menu-5l .dropdown-item:focus {
  color: #69aaf2;
}
#ext_menu-5l .link[aria-expanded="true"],
#ext_menu-5l .dropdown-menu {
  background: #373535;
}
#ext_menu-5l .nav-dropdown-sm .link:focus,
#ext_menu-5l .nav-dropdown-sm .link:hover,
#ext_menu-5l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5l .nav-dropdown-sm .dropdown-item:hover {
  background: #494646!important;
}
#ext_menu-5l .navbar,
#ext_menu-5l .nav-dropdown-sm,
#ext_menu-5l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5l .nav-dropdown-sm .dropdown-menu {
  background: #514e4e;
}
#ext_menu-5l .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-5l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5l .bg-color.transparent.opened .link:hover,
#ext_menu-5l .bg-color.transparent.opened .link:focus {
  color: #69aaf2;
}
#ext_menu-5l .link[aria-expanded="true"],
#ext_menu-5l .dropdown-item[aria-expanded="true"] {
  color: #69aaf2!important;
}
#ext_menu-5l A {
  font-size: 14px;
}
#content1-5m P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-5m DIV {
  text-align: center;
}
#header3-5n .mbr-section-title,
#header3-5n .mbr-section-subtitle {
  text-align: center;
}
#header3-5n .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
}
#header3-5n .mbr-section-subtitle {
  text-align: left;
  color: #efefef;
}
#features3-5o P {
  text-align: left;
}
#footer1-5q P {
  color: #000000;
}

#ext_menu-5s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5s .navbar-caption {
  color: #ffffff;
}
#ext_menu-5s .navbar-toggler {
  color: #28324e;
}
#ext_menu-5s .close-icon::before,
#ext_menu-5s .close-icon::after {
  background-color: #28324e;
}
#ext_menu-5s .link,
#ext_menu-5s .dropdown-item {
  color: #28324e;
}
#ext_menu-5s .link {
  font-size: 0.75rem;
}
#ext_menu-5s .dropdown-item,
#ext_menu-5s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5s .link:hover,
#ext_menu-5s .dropdown-item:hover,
#ext_menu-5s .link:focus,
#ext_menu-5s .dropdown-item:focus {
  color: #69aaf2;
}
#ext_menu-5s .link[aria-expanded="true"],
#ext_menu-5s .dropdown-menu {
  background: #373535;
}
#ext_menu-5s .nav-dropdown-sm .link:focus,
#ext_menu-5s .nav-dropdown-sm .link:hover,
#ext_menu-5s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5s .nav-dropdown-sm .dropdown-item:hover {
  background: #494646!important;
}
#ext_menu-5s .navbar,
#ext_menu-5s .nav-dropdown-sm,
#ext_menu-5s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5s .nav-dropdown-sm .dropdown-menu {
  background: #514e4e;
}
#ext_menu-5s .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-5s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5s .bg-color.transparent.opened .link:hover,
#ext_menu-5s .bg-color.transparent.opened .link:focus {
  color: #69aaf2;
}
#ext_menu-5s .link[aria-expanded="true"],
#ext_menu-5s .dropdown-item[aria-expanded="true"] {
  color: #69aaf2!important;
}
#ext_menu-5s A {
  font-size: 14px;
}
#content1-5t P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-5t DIV {
  text-align: center;
}
#header3-5u .mbr-section-title,
#header3-5u .mbr-section-subtitle {
  text-align: center;
}
#header3-5u .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
}
#header3-5u .mbr-section-subtitle {
  text-align: left;
  color: #efefef;
}
#form1-5y .form-control-label {
  color: #232323;
}
#form1-5y .mbr-section-subtitle {
  color: #000000;
}
#footer1-5w P {
  color: #000000;
}
#contacts1-5x P {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
