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




body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  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: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #28324e !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #475577 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #28324e;
  border-color: #28324e;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #0e121b;
  border-color: #0e121b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e121b !important;
  border-color: #0e121b !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: #475577;
  border-color: #475577;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #2a3347;
  border-color: #2a3347;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a3347 !important;
  border-color: #2a3347 !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: #05070b;
  color: #05070b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #28324e;
  border-color: #28324e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #28324e !important;
  border-color: #28324e !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: #212737;
  color: #212737;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #475577;
  border-color: #475577;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #475577 !important;
  border-color: #475577 !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: #28324e !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #475577 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #475577;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #28324e;
}
.btn-social:hover {
  background: #28324e;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #28324e;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #28324e;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #28324e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #28324e;
}
.lead a,
.lead a:hover {
  color: #28324e;
}
.lead blockquote {
  border-color: #28324e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #94a1c8;
}
.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: #8695b7;
}
.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: #28324e;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #28324e;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #28324e;
}
#menu-0 .link {
  font-size: 0.85rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #28324e;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #d6d6d6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #e2e2e2;
}
#menu-0 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #28324e;
}
#slider-n P {
  text-align: center;
  /* font-family: 'Lora', serif; */
  color: #efefef;
  font-size: 25px;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#header3-2 H3 {
  color: #28324e;
  font-size: 46px;
}
#header3-4 .mbr-section-title,
#header3-4 .mbr-section-subtitle {
  text-align: center;
}
#header3-4 H3 {
  font-size: 20px;
  color: #b8312f;
}
#content1-5 P {
  text-align: center;
  color: #232323;
}
#header3-9 .mbr-section-title,
#header3-9 .mbr-section-subtitle {
  text-align: center;
}
#header3-9 H3 {
  font-size: 32px;
  color: #475577;
}
#features4-7 .card-subtitle {
  color: #bcbcbc;
}
#features4-7 .iconbox {
  background-color: #28324e;
  border-color: #28324e;
}
#features3-m H4 {
  font-size: 16px;
}
#menu-o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-o .navbar-caption {
  color: #ffffff;
}
#menu-o .navbar-toggler {
  color: #28324e;
}
#menu-o .link,
#menu-o .dropdown-item {
  color: #28324e;
}
#menu-o .link {
  font-size: 0.85rem;
}
#menu-o .dropdown-item,
#menu-o .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-o .link:hover,
#menu-o .dropdown-item:hover,
#menu-o .link:focus,
#menu-o .dropdown-item:focus {
  color: #28324e;
}
#menu-o .link[aria-expanded="true"],
#menu-o .dropdown-menu {
  background: #d6d6d6;
}
#menu-o .nav-dropdown-sm .link:focus,
#menu-o .nav-dropdown-sm .link:hover,
#menu-o .nav-dropdown-sm .dropdown-item:focus,
#menu-o .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-o .navbar,
#menu-o .nav-dropdown-sm,
#menu-o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-o .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-o .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-o .bg-color.transparent.opened .link:hover,
#menu-o .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-o .link[aria-expanded="true"],
#menu-o .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-o.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-o .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-o .close-icon::before,
#menu-o .close-icon::after {
  background-color: #28324e;
}
#menu-u .hide-buttons .nav-btn {
  display: none !important;
}
#menu-u .navbar-caption {
  color: #ffffff;
}
#menu-u .navbar-toggler {
  color: #28324e;
}
#menu-u .link,
#menu-u .dropdown-item {
  color: #28324e;
}
#menu-u .link {
  font-size: 0.85rem;
}
#menu-u .dropdown-item,
#menu-u .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-u .link:hover,
#menu-u .dropdown-item:hover,
#menu-u .link:focus,
#menu-u .dropdown-item:focus {
  color: #28324e;
}
#menu-u .link[aria-expanded="true"],
#menu-u .dropdown-menu {
  background: #d6d6d6;
}
#menu-u .nav-dropdown-sm .link:focus,
#menu-u .nav-dropdown-sm .link:hover,
#menu-u .nav-dropdown-sm .dropdown-item:focus,
#menu-u .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-u .navbar,
#menu-u .nav-dropdown-sm,
#menu-u .nav-dropdown-sm .link[aria-expanded="true"],
#menu-u .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-u .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-u .bg-color.transparent.opened .link:hover,
#menu-u .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-u .link[aria-expanded="true"],
#menu-u .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-u.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-u .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-u .close-icon::before,
#menu-u .close-icon::after {
  background-color: #28324e;
}
#form1-w .form-control-label {
  color: #232323;
}
#content5-10 .mbr-section-title,
#content5-10 p {
  color: #fff;
}
#content5-10 DIV {
  color: #efefef;
}
#content2-12 B {
  color: #b8312f;
}
#menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-x .navbar-caption {
  color: #ffffff;
}
#menu-x .navbar-toggler {
  color: #28324e;
}
#menu-x .link,
#menu-x .dropdown-item {
  color: #28324e;
}
#menu-x .link {
  font-size: 0.85rem;
}
#menu-x .dropdown-item,
#menu-x .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-x .link:hover,
#menu-x .dropdown-item:hover,
#menu-x .link:focus,
#menu-x .dropdown-item:focus {
  color: #28324e;
}
#menu-x .link[aria-expanded="true"],
#menu-x .dropdown-menu {
  background: #d6d6d6;
}
#menu-x .nav-dropdown-sm .link:focus,
#menu-x .nav-dropdown-sm .link:hover,
#menu-x .nav-dropdown-sm .dropdown-item:focus,
#menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-x .navbar,
#menu-x .nav-dropdown-sm,
#menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-x .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-x .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-x .bg-color.transparent.opened .link:hover,
#menu-x .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-x .link[aria-expanded="true"],
#menu-x .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-x.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-x .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-x .close-icon::before,
#menu-x .close-icon::after {
  background-color: #28324e;
}
#content1-11 P {
  color: #232323;
}
#contacts1-13 STRONG {
  color: #424242;
}
#content5-14 .mbr-section-title,
#content5-14 p {
  color: #fff;
}
#content5-14 DIV {
  color: #efefef;
}
#menu-16 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16 .navbar-caption {
  color: #ffffff;
}
#menu-16 .navbar-toggler {
  color: #28324e;
}
#menu-16 .link,
#menu-16 .dropdown-item {
  color: #28324e;
}
#menu-16 .link {
  font-size: 0.85rem;
}
#menu-16 .dropdown-item,
#menu-16 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-16 .link:hover,
#menu-16 .dropdown-item:hover,
#menu-16 .link:focus,
#menu-16 .dropdown-item:focus {
  color: #28324e;
}
#menu-16 .link[aria-expanded="true"],
#menu-16 .dropdown-menu {
  background: #d6d6d6;
}
#menu-16 .nav-dropdown-sm .link:focus,
#menu-16 .nav-dropdown-sm .link:hover,
#menu-16 .nav-dropdown-sm .dropdown-item:focus,
#menu-16 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16 .navbar,
#menu-16 .nav-dropdown-sm,
#menu-16 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-16 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16 .bg-color.transparent.opened .link:hover,
#menu-16 .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-16 .link[aria-expanded="true"],
#menu-16 .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-16.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16 .close-icon::before,
#menu-16 .close-icon::after {
  background-color: #28324e;
}
#contacts1-19 STRONG {
  color: #424242;
}
#content5-1e .mbr-section-title,
#content5-1e p {
  color: #fff;
}
#content5-1e DIV {
  color: #efefef;
}
#menu-1f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1f .navbar-caption {
  color: #ffffff;
}
#menu-1f .navbar-toggler {
  color: #28324e;
}
#menu-1f .link,
#menu-1f .dropdown-item {
  color: #28324e;
}
#menu-1f .link {
  font-size: 0.85rem;
}
#menu-1f .dropdown-item,
#menu-1f .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1f .link:hover,
#menu-1f .dropdown-item:hover,
#menu-1f .link:focus,
#menu-1f .dropdown-item:focus {
  color: #28324e;
}
#menu-1f .link[aria-expanded="true"],
#menu-1f .dropdown-menu {
  background: #d6d6d6;
}
#menu-1f .nav-dropdown-sm .link:focus,
#menu-1f .nav-dropdown-sm .link:hover,
#menu-1f .nav-dropdown-sm .dropdown-item:focus,
#menu-1f .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-1f .navbar,
#menu-1f .nav-dropdown-sm,
#menu-1f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1f .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-1f .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1f .bg-color.transparent.opened .link:hover,
#menu-1f .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-1f .link[aria-expanded="true"],
#menu-1f .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-1f.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1f .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1f .close-icon::before,
#menu-1f .close-icon::after {
  background-color: #28324e;
}
#header3-1m .mbr-section-title,
#header3-1m .mbr-section-subtitle {
  text-align: center;
}
#contacts1-1k STRONG {
  color: #424242;
}
#content5-1n .mbr-section-title,
#content5-1n p {
  color: #fff;
}
#content5-1n DIV {
  color: #efefef;
}
#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
}
#menu-1p .navbar-toggler {
  color: #28324e;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #28324e;
}
#menu-1p .link {
  font-size: 0.85rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #28324e;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: #d6d6d6;
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-1p .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-1p.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1p .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #28324e;
}
#content1-1r P {
  color: #232323;
}
#contacts1-1s STRONG {
  color: #424242;
}
#menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1t .navbar-caption {
  color: #ffffff;
}
#menu-1t .navbar-toggler {
  color: #28324e;
}
#menu-1t .link,
#menu-1t .dropdown-item {
  color: #28324e;
}
#menu-1t .link {
  font-size: 0.85rem;
}
#menu-1t .dropdown-item,
#menu-1t .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1t .link:hover,
#menu-1t .dropdown-item:hover,
#menu-1t .link:focus,
#menu-1t .dropdown-item:focus {
  color: #28324e;
}
#menu-1t .link[aria-expanded="true"],
#menu-1t .dropdown-menu {
  background: #d6d6d6;
}
#menu-1t .nav-dropdown-sm .link:focus,
#menu-1t .nav-dropdown-sm .link:hover,
#menu-1t .nav-dropdown-sm .dropdown-item:focus,
#menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-1t .navbar,
#menu-1t .nav-dropdown-sm,
#menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-1t .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1t .bg-color.transparent.opened .link:hover,
#menu-1t .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-1t .link[aria-expanded="true"],
#menu-1t .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-1t.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1t .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1t .close-icon::before,
#menu-1t .close-icon::after {
  background-color: #28324e;
}
#content5-1x .mbr-section-title,
#content5-1x p {
  color: #fff;
}
#content5-1x DIV {
  color: #efefef;
}
#form1-1v .form-control-label {
  color: #232323;
}
#contacts1-1s STRONG {
  color: #424242;
}
#menu-1z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1z .navbar-caption {
  color: #ffffff;
}
#menu-1z .navbar-toggler {
  color: #28324e;
}
#menu-1z .link,
#menu-1z .dropdown-item {
  color: #28324e;
}
#menu-1z .link {
  font-size: 0.85rem;
}
#menu-1z .dropdown-item,
#menu-1z .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1z .link:hover,
#menu-1z .dropdown-item:hover,
#menu-1z .link:focus,
#menu-1z .dropdown-item:focus {
  color: #28324e;
}
#menu-1z .link[aria-expanded="true"],
#menu-1z .dropdown-menu {
  background: #d6d6d6;
}
#menu-1z .nav-dropdown-sm .link:focus,
#menu-1z .nav-dropdown-sm .link:hover,
#menu-1z .nav-dropdown-sm .dropdown-item:focus,
#menu-1z .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-1z .navbar,
#menu-1z .nav-dropdown-sm,
#menu-1z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1z .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-1z .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-1z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1z .bg-color.transparent.opened .link:hover,
#menu-1z .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-1z .link[aria-expanded="true"],
#menu-1z .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-1z.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1z .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1z .close-icon::before,
#menu-1z .close-icon::after {
  background-color: #28324e;
}
#content5-21 .mbr-section-title,
#content5-21 p {
  color: #fff;
}
#content5-21 DIV {
  color: #efefef;
}
#header3-24 .mbr-section-title,
#header3-24 .mbr-section-subtitle {
  text-align: center;
}
#header3-24 H3 {
  font-size: 17px;
  text-align: right;
}
#menu-25 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-25 .navbar-caption {
  color: #ffffff;
}
#menu-25 .navbar-toggler {
  color: #28324e;
}
#menu-25 .link,
#menu-25 .dropdown-item {
  color: #28324e;
}
#menu-25 .link {
  font-size: 0.85rem;
}
#menu-25 .dropdown-item,
#menu-25 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-25 .link:hover,
#menu-25 .dropdown-item:hover,
#menu-25 .link:focus,
#menu-25 .dropdown-item:focus {
  color: #28324e;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-menu {
  background: #d6d6d6;
}
#menu-25 .nav-dropdown-sm .link:focus,
#menu-25 .nav-dropdown-sm .link:hover,
#menu-25 .nav-dropdown-sm .dropdown-item:focus,
#menu-25 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-25 .navbar,
#menu-25 .nav-dropdown-sm,
#menu-25 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-25 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-25 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-25 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-25 .bg-color.transparent.opened .link:hover,
#menu-25 .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-25.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-25 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-25 .close-icon::before,
#menu-25 .close-icon::after {
  background-color: #28324e;
}
#content5-29 .mbr-section-title,
#content5-29 p {
  color: #fff;
}
#content5-29 DIV {
  color: #efefef;
}
#menu-2j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2j .navbar-caption {
  color: #ffffff;
}
#menu-2j .navbar-toggler {
  color: #28324e;
}
#menu-2j .link,
#menu-2j .dropdown-item {
  color: #28324e;
}
#menu-2j .link {
  font-size: 0.85rem;
}
#menu-2j .dropdown-item,
#menu-2j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2j .link:hover,
#menu-2j .dropdown-item:hover,
#menu-2j .link:focus,
#menu-2j .dropdown-item:focus {
  color: #28324e;
}
#menu-2j .link[aria-expanded="true"],
#menu-2j .dropdown-menu {
  background: #d6d6d6;
}
#menu-2j .nav-dropdown-sm .link:focus,
#menu-2j .nav-dropdown-sm .link:hover,
#menu-2j .nav-dropdown-sm .dropdown-item:focus,
#menu-2j .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-2j .navbar,
#menu-2j .nav-dropdown-sm,
#menu-2j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2j .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-2j .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2j .bg-color.transparent.opened .link:hover,
#menu-2j .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-2j .link[aria-expanded="true"],
#menu-2j .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-2j.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2j .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2j .close-icon::before,
#menu-2j .close-icon::after {
  background-color: #28324e;
}
#menu-2l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2l .navbar-caption {
  color: #ffffff;
}
#menu-2l .navbar-toggler {
  color: #28324e;
}
#menu-2l .link,
#menu-2l .dropdown-item {
  color: #28324e;
}
#menu-2l .link {
  font-size: 0.85rem;
}
#menu-2l .dropdown-item,
#menu-2l .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2l .link:hover,
#menu-2l .dropdown-item:hover,
#menu-2l .link:focus,
#menu-2l .dropdown-item:focus {
  color: #28324e;
}
#menu-2l .link[aria-expanded="true"],
#menu-2l .dropdown-menu {
  background: #d6d6d6;
}
#menu-2l .nav-dropdown-sm .link:focus,
#menu-2l .nav-dropdown-sm .link:hover,
#menu-2l .nav-dropdown-sm .dropdown-item:focus,
#menu-2l .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-2l .navbar,
#menu-2l .nav-dropdown-sm,
#menu-2l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2l .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-2l .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2l .bg-color.transparent.opened .link:hover,
#menu-2l .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-2l .link[aria-expanded="true"],
#menu-2l .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-2l.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2l .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2l .close-icon::before,
#menu-2l .close-icon::after {
  background-color: #28324e;
}
#menu-2n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2n .navbar-caption {
  color: #ffffff;
}
#menu-2n .navbar-toggler {
  color: #28324e;
}
#menu-2n .link,
#menu-2n .dropdown-item {
  color: #28324e;
}
#menu-2n .link {
  font-size: 0.85rem;
}
#menu-2n .dropdown-item,
#menu-2n .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2n .link:hover,
#menu-2n .dropdown-item:hover,
#menu-2n .link:focus,
#menu-2n .dropdown-item:focus {
  color: #28324e;
}
#menu-2n .link[aria-expanded="true"],
#menu-2n .dropdown-menu {
  background: #d6d6d6;
}
#menu-2n .nav-dropdown-sm .link:focus,
#menu-2n .nav-dropdown-sm .link:hover,
#menu-2n .nav-dropdown-sm .dropdown-item:focus,
#menu-2n .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-2n .navbar,
#menu-2n .nav-dropdown-sm,
#menu-2n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2n .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-2n .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2n .bg-color.transparent.opened .link:hover,
#menu-2n .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-2n .link[aria-expanded="true"],
#menu-2n .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-2n.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2n .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2n .close-icon::before,
#menu-2n .close-icon::after {
  background-color: #28324e;
}
#menu-2p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2p .navbar-caption {
  color: #ffffff;
}
#menu-2p .navbar-toggler {
  color: #28324e;
}
#menu-2p .link,
#menu-2p .dropdown-item {
  color: #28324e;
}
#menu-2p .link {
  font-size: 0.85rem;
}
#menu-2p .dropdown-item,
#menu-2p .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2p .link:hover,
#menu-2p .dropdown-item:hover,
#menu-2p .link:focus,
#menu-2p .dropdown-item:focus {
  color: #28324e;
}
#menu-2p .link[aria-expanded="true"],
#menu-2p .dropdown-menu {
  background: #d6d6d6;
}
#menu-2p .nav-dropdown-sm .link:focus,
#menu-2p .nav-dropdown-sm .link:hover,
#menu-2p .nav-dropdown-sm .dropdown-item:focus,
#menu-2p .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-2p .navbar,
#menu-2p .nav-dropdown-sm,
#menu-2p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2p .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-2p .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2p .bg-color.transparent.opened .link:hover,
#menu-2p .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-2p .link[aria-expanded="true"],
#menu-2p .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-2p.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2p .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2p .close-icon::before,
#menu-2p .close-icon::after {
  background-color: #28324e;
}
#menu-2r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2r .navbar-caption {
  color: #ffffff;
}
#menu-2r .navbar-toggler {
  color: #28324e;
}
#menu-2r .link,
#menu-2r .dropdown-item {
  color: #28324e;
}
#menu-2r .link {
  font-size: 0.85rem;
}
#menu-2r .dropdown-item,
#menu-2r .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2r .link:hover,
#menu-2r .dropdown-item:hover,
#menu-2r .link:focus,
#menu-2r .dropdown-item:focus {
  color: #28324e;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-menu {
  background: #d6d6d6;
}
#menu-2r .nav-dropdown-sm .link:focus,
#menu-2r .nav-dropdown-sm .link:hover,
#menu-2r .nav-dropdown-sm .dropdown-item:focus,
#menu-2r .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-2r .navbar,
#menu-2r .nav-dropdown-sm,
#menu-2r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2r .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-2r .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2r .bg-color.transparent.opened .link:hover,
#menu-2r .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-2r.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2r .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2r .close-icon::before,
#menu-2r .close-icon::after {
  background-color: #28324e;
}
#social-buttons4-2x .mbr-section-title,
#social-buttons4-2x .btn-social {
  color: #fff;
}
#menu-2t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2t .navbar-caption {
  color: #ffffff;
}
#menu-2t .navbar-toggler {
  color: #28324e;
}
#menu-2t .link,
#menu-2t .dropdown-item {
  color: #28324e;
}
#menu-2t .link {
  font-size: 0.85rem;
}
#menu-2t .dropdown-item,
#menu-2t .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-2t .link:hover,
#menu-2t .dropdown-item:hover,
#menu-2t .link:focus,
#menu-2t .dropdown-item:focus {
  color: #28324e;
}
#menu-2t .link[aria-expanded="true"],
#menu-2t .dropdown-menu {
  background: #d6d6d6;
}
#menu-2t .nav-dropdown-sm .link:focus,
#menu-2t .nav-dropdown-sm .link:hover,
#menu-2t .nav-dropdown-sm .dropdown-item:focus,
#menu-2t .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-2t .navbar,
#menu-2t .nav-dropdown-sm,
#menu-2t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2t .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-2t .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-2t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2t .bg-color.transparent.opened .link:hover,
#menu-2t .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-2t .link[aria-expanded="true"],
#menu-2t .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-2t.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2t .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2t .close-icon::before,
#menu-2t .close-icon::after {
  background-color: #28324e;
}
#content5-2y .mbr-section-title,
#content5-2y p {
  color: #fff;
}
#content5-2y DIV {
  color: #efefef;
}
#menu-3c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3c .navbar-caption {
  color: #ffffff;
}
#menu-3c .navbar-toggler {
  color: #28324e;
}
#menu-3c .link,
#menu-3c .dropdown-item {
  color: #28324e;
}
#menu-3c .link {
  font-size: 0.85rem;
}
#menu-3c .dropdown-item,
#menu-3c .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-3c .link:hover,
#menu-3c .dropdown-item:hover,
#menu-3c .link:focus,
#menu-3c .dropdown-item:focus {
  color: #28324e;
}
#menu-3c .link[aria-expanded="true"],
#menu-3c .dropdown-menu {
  background: #d6d6d6;
}
#menu-3c .nav-dropdown-sm .link:focus,
#menu-3c .nav-dropdown-sm .link:hover,
#menu-3c .nav-dropdown-sm .dropdown-item:focus,
#menu-3c .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-3c .navbar,
#menu-3c .nav-dropdown-sm,
#menu-3c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3c .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-3c .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-3c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3c .bg-color.transparent.opened .link:hover,
#menu-3c .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-3c .link[aria-expanded="true"],
#menu-3c .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-3c.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3c .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3c .close-icon::before,
#menu-3c .close-icon::after {
  background-color: #28324e;
}
#content5-3h .mbr-section-title,
#content5-3h p {
  color: #fff;
}
#content5-3h DIV {
  color: #efefef;
}
#contacts1-1s STRONG {
  color: #424242;
}
#menu-3i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3i .navbar-caption {
  color: #ffffff;
}
#menu-3i .navbar-toggler {
  color: #28324e;
}
#menu-3i .link,
#menu-3i .dropdown-item {
  color: #28324e;
}
#menu-3i .link {
  font-size: 0.85rem;
}
#menu-3i .dropdown-item,
#menu-3i .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-3i .link:hover,
#menu-3i .dropdown-item:hover,
#menu-3i .link:focus,
#menu-3i .dropdown-item:focus {
  color: #28324e;
}
#menu-3i .link[aria-expanded="true"],
#menu-3i .dropdown-menu {
  background: #d6d6d6;
}
#menu-3i .nav-dropdown-sm .link:focus,
#menu-3i .nav-dropdown-sm .link:hover,
#menu-3i .nav-dropdown-sm .dropdown-item:focus,
#menu-3i .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-3i .navbar,
#menu-3i .nav-dropdown-sm,
#menu-3i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3i .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-3i .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#menu-3i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3i .bg-color.transparent.opened .link:hover,
#menu-3i .bg-color.transparent.opened .link:focus {
  color: #28324e;
}
#menu-3i .link[aria-expanded="true"],
#menu-3i .dropdown-item[aria-expanded="true"] {
  color: #28324e!important;
}
#menu-3i.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3i .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3i .close-icon::before,
#menu-3i .close-icon::after {
  background-color: #28324e;
}
