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






body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Montserrat', 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: 'Oswald', 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: 'Oswald', 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: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oswald', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oswald', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #7c706b !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #d0ff7d !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #7c706b;
  border-color: #7c706b;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #534b48;
  border-color: #534b48;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #534b48 !important;
  border-color: #534b48 !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: #d0ff7d;
  border-color: #d0ff7d;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #b4ff31;
  border-color: #b4ff31;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b4ff31 !important;
  border-color: #b4ff31 !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: #453f3c;
  color: #453f3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7c706b;
  border-color: #7c706b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7c706b !important;
  border-color: #7c706b !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: #abff17;
  color: #abff17;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d0ff7d;
  border-color: #d0ff7d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d0ff7d !important;
  border-color: #d0ff7d !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: #7c706b !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #d0ff7d !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #d0ff7d;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #7c706b;
}
.btn-social:hover {
  background: #7c706b;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #7c706b;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #7c706b;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7c706b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7c706b;
}
.lead a,
.lead a:hover {
  color: #7c706b;
}
.lead blockquote {
  border-color: #7c706b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9b1ae;
}
.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: #7c706b;
}
#msg-box5-37 H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #000000;
}
#msg-box5-37 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-37 B {
  color: #000000;
}
#ext_menu-2z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2z .navbar-caption {
  color: #ffffff;
}
#ext_menu-2z .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-2z .close-icon::before,
#ext_menu-2z .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-2z .link,
#ext_menu-2z .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-2z .link {
  font-size: 1rem;
}
#ext_menu-2z .dropdown-item,
#ext_menu-2z .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-2z .link:hover,
#ext_menu-2z .dropdown-item:hover,
#ext_menu-2z .link:focus,
#ext_menu-2z .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-2z .link[aria-expanded="true"],
#ext_menu-2z .dropdown-menu {
  background: #beff4a;
}
#ext_menu-2z .nav-dropdown-sm .link:focus,
#ext_menu-2z .nav-dropdown-sm .link:hover,
#ext_menu-2z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2z .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-2z .navbar,
#ext_menu-2z .nav-dropdown-sm,
#ext_menu-2z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2z .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-2z .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-2z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2z .bg-color.transparent.opened .link:hover,
#ext_menu-2z .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-2z .link[aria-expanded="true"],
#ext_menu-2z .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}







#ext_menu-44 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-44 .navbar-caption {
  color: #ffffff;
}
#ext_menu-44 .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-44 .close-icon::before,
#ext_menu-44 .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-44 .link,
#ext_menu-44 .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-44 .link {
  font-size: 1rem;
}
#ext_menu-44 .dropdown-item,
#ext_menu-44 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-44 .link:hover,
#ext_menu-44 .dropdown-item:hover,
#ext_menu-44 .link:focus,
#ext_menu-44 .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-44 .link[aria-expanded="true"],
#ext_menu-44 .dropdown-menu {
  background: #beff4a;
}
#ext_menu-44 .nav-dropdown-sm .link:focus,
#ext_menu-44 .nav-dropdown-sm .link:hover,
#ext_menu-44 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-44 .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-44 .navbar,
#ext_menu-44 .nav-dropdown-sm,
#ext_menu-44 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-44 .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-44 .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-44 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-44 .bg-color.transparent.opened .link:hover,
#ext_menu-44 .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-44 .link[aria-expanded="true"],
#ext_menu-44 .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#msg-box5-46 H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2e2e2e;
}
#msg-box5-46 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-47 H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2e2e2e;
}
#msg-box5-47 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-48 H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2e2e2e;
}
#msg-box5-48 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}









#ext_menu-4a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4a .navbar-caption {
  color: #ffffff;
}
#ext_menu-4a .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-4a .close-icon::before,
#ext_menu-4a .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-4a .link,
#ext_menu-4a .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-4a .link {
  font-size: 1rem;
}
#ext_menu-4a .dropdown-item,
#ext_menu-4a .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-4a .link:hover,
#ext_menu-4a .dropdown-item:hover,
#ext_menu-4a .link:focus,
#ext_menu-4a .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-4a .link[aria-expanded="true"],
#ext_menu-4a .dropdown-menu {
  background: #beff4a;
}
#ext_menu-4a .nav-dropdown-sm .link:focus,
#ext_menu-4a .nav-dropdown-sm .link:hover,
#ext_menu-4a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4a .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-4a .navbar,
#ext_menu-4a .nav-dropdown-sm,
#ext_menu-4a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4a .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-4a .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-4a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4a .bg-color.transparent.opened .link:hover,
#ext_menu-4a .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-4a .link[aria-expanded="true"],
#ext_menu-4a .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#header2-4b .mbr-section-title {
  text-align: center;
}
#header2-4b .mbr-section-text {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#header2-4b .mbr-section-title SPAN {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #2e2e2e;
}
#header2-4b .mbr-section-text SPAN {
  font-family: 'Roboto', sans-serif;
  text-align: right;
  color: #2e2e2e;
}
#header2-4b .btn {
  font-family: 'Roboto', sans-serif;
}
#header2-4c .mbr-section-title {
  text-align: center;
}
#header2-4c .mbr-section-text {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
#header2-4c .mbr-section-title SPAN {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #000000;
}
#header2-4c .mbr-section-text SPAN {
  font-family: 'Roboto', sans-serif;
  text-align: right;
  color: #000000;
}
#header2-4c .btn {
  font-family: 'Roboto', sans-serif;
}















#ext_menu-3e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3e .navbar-caption {
  color: #ffffff;
}
#ext_menu-3e .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-3e .close-icon::before,
#ext_menu-3e .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-3e .link,
#ext_menu-3e .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-3e .link {
  font-size: 1rem;
}
#ext_menu-3e .dropdown-item,
#ext_menu-3e .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-3e .link:hover,
#ext_menu-3e .dropdown-item:hover,
#ext_menu-3e .link:focus,
#ext_menu-3e .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-3e .link[aria-expanded="true"],
#ext_menu-3e .dropdown-menu {
  background: #beff4a;
}
#ext_menu-3e .nav-dropdown-sm .link:focus,
#ext_menu-3e .nav-dropdown-sm .link:hover,
#ext_menu-3e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3e .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-3e .navbar,
#ext_menu-3e .nav-dropdown-sm,
#ext_menu-3e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3e .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-3e .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-3e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3e .bg-color.transparent.opened .link:hover,
#ext_menu-3e .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-3e .link[aria-expanded="true"],
#ext_menu-3e .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#msg-box5-3g H3 {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
  color: #2e2e2e;
}
#msg-box5-3g P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5k P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5l P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5m P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5n P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5o P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5p P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5q P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-5r P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-3s H3 {
  font-family: 'Oswald', sans-serif;
  color: #2e2e2e;
}
#msg-box5-3s P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}
#msg-box5-3t P {
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-3u P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
}







#ext_menu-3x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3x .navbar-caption {
  color: #ffffff;
}
#ext_menu-3x .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-3x .close-icon::before,
#ext_menu-3x .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-3x .link,
#ext_menu-3x .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-3x .link {
  font-size: 1rem;
}
#ext_menu-3x .dropdown-item,
#ext_menu-3x .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-3x .link:hover,
#ext_menu-3x .dropdown-item:hover,
#ext_menu-3x .link:focus,
#ext_menu-3x .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-3x .link[aria-expanded="true"],
#ext_menu-3x .dropdown-menu {
  background: #beff4a;
}
#ext_menu-3x .nav-dropdown-sm .link:focus,
#ext_menu-3x .nav-dropdown-sm .link:hover,
#ext_menu-3x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3x .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-3x .navbar,
#ext_menu-3x .nav-dropdown-sm,
#ext_menu-3x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3x .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-3x .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-3x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3x .bg-color.transparent.opened .link:hover,
#ext_menu-3x .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-3x .link[aria-expanded="true"],
#ext_menu-3x .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#msg-box5-3z H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #000000;
}
#msg-box5-3z P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-40 H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #000000;
}
#msg-box5-40 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-41 H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #000000;
}
#msg-box5-41 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}





#ext_menu-2o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2o .navbar-caption {
  color: #ffffff;
}
#ext_menu-2o .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-2o .close-icon::before,
#ext_menu-2o .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-2o .link,
#ext_menu-2o .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-2o .link {
  font-size: 1rem;
}
#ext_menu-2o .dropdown-item,
#ext_menu-2o .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-2o .link:hover,
#ext_menu-2o .dropdown-item:hover,
#ext_menu-2o .link:focus,
#ext_menu-2o .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-2o .link[aria-expanded="true"],
#ext_menu-2o .dropdown-menu {
  background: #beff4a;
}
#ext_menu-2o .nav-dropdown-sm .link:focus,
#ext_menu-2o .nav-dropdown-sm .link:hover,
#ext_menu-2o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-2o .navbar,
#ext_menu-2o .nav-dropdown-sm,
#ext_menu-2o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2o .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-2o .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2o .bg-color.transparent.opened .link:hover,
#ext_menu-2o .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-2o .link[aria-expanded="true"],
#ext_menu-2o .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#header2-50 .mbr-section-title {
  text-align: center;
}
#header2-50 .mbr-section-text {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#header2-50 .mbr-section-title SPAN {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #d0ff7d;
}
#header2-50 .mbr-section-text SPAN {
  font-family: 'Oswald', sans-serif;
  text-align: right;
  color: #d0ff7d;
  font-size: 48px;
}
#header2-50 .btn {
  font-family: 'Roboto', sans-serif;
}













#ext_menu-5a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5a .navbar-caption {
  color: #ffffff;
}
#ext_menu-5a .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-5a .close-icon::before,
#ext_menu-5a .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-5a .link,
#ext_menu-5a .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-5a .link {
  font-size: 1rem;
}
#ext_menu-5a .dropdown-item,
#ext_menu-5a .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-5a .link:hover,
#ext_menu-5a .dropdown-item:hover,
#ext_menu-5a .link:focus,
#ext_menu-5a .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-5a .link[aria-expanded="true"],
#ext_menu-5a .dropdown-menu {
  background: #beff4a;
}
#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: #caff6e!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: #d0ff7d;
}
#ext_menu-5a .bg-color.transparent .link {
  color: #2e2e2e;
  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: #7c706b;
}
#ext_menu-5a .link[aria-expanded="true"],
#ext_menu-5a .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#msg-box5-5c H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2e2e2e;
}
#msg-box5-5c P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-5d H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2969b0;
}
#msg-box5-5d P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-5e H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2969b0;
}
#msg-box5-5e P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-5g H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2e2e2e;
}
#msg-box5-5g P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-5i H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2969b0;
}
#msg-box5-5i P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}
#msg-box5-5h H3 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  color: #2969b0;
}
#msg-box5-5h P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color: #000000;
}

#ext_menu-5u .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5u .navbar-caption {
  color: #ffffff;
}
#ext_menu-5u .navbar-toggler {
  color: #2e2e2e;
}
#ext_menu-5u .close-icon::before,
#ext_menu-5u .close-icon::after {
  background-color: #2e2e2e;
}
#ext_menu-5u .link,
#ext_menu-5u .dropdown-item {
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-5u .link {
  font-size: 1rem;
}
#ext_menu-5u .dropdown-item,
#ext_menu-5u .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-5u .link:hover,
#ext_menu-5u .dropdown-item:hover,
#ext_menu-5u .link:focus,
#ext_menu-5u .dropdown-item:focus {
  color: #7c706b;
}
#ext_menu-5u .link[aria-expanded="true"],
#ext_menu-5u .dropdown-menu {
  background: #beff4a;
}
#ext_menu-5u .nav-dropdown-sm .link:focus,
#ext_menu-5u .nav-dropdown-sm .link:hover,
#ext_menu-5u .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5u .nav-dropdown-sm .dropdown-item:hover {
  background: #caff6e!important;
}
#ext_menu-5u .navbar,
#ext_menu-5u .nav-dropdown-sm,
#ext_menu-5u .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5u .nav-dropdown-sm .dropdown-menu {
  background: #d0ff7d;
}
#ext_menu-5u .bg-color.transparent .link {
  color: #2e2e2e;
  transition: none;
}
#ext_menu-5u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5u .bg-color.transparent.opened .link:hover,
#ext_menu-5u .bg-color.transparent.opened .link:focus {
  color: #7c706b;
}
#ext_menu-5u .link[aria-expanded="true"],
#ext_menu-5u .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
