@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora: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-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: #cccccc !important;
}
.bg-success {
  background-color: #64c5c1 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !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: #64c5c1;
  border-color: #64c5c1;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #3ca09c;
  border-color: #3ca09c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3ca09c !important;
  border-color: #3ca09c !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: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !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: #358e8a;
  color: #358e8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #64c5c1;
  border-color: #64c5c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #64c5c1 !important;
  border-color: #64c5c1 !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: #cccccc !important;
}
.text-success {
  color: #64c5c1 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #64c5c1;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #cccccc;
}
.btn-social:hover {
  background: #cccccc;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #cccccc;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #cccccc;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
.lead a,
.lead a:hover {
  color: #cccccc;
}
.lead blockquote {
  border-color: #cccccc;
}
.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: #c1e8e6;
}
.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: #cccccc;
}
#ext_menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1 .navbar-caption {
  color: #ffffff;
}
#ext_menu-1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1 .close-icon::before,
#ext_menu-1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1 .link,
#ext_menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1 .link {
  font-size: 0.75rem;
}
#ext_menu-1 .dropdown-item,
#ext_menu-1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1 .link:hover,
#ext_menu-1 .dropdown-item:hover,
#ext_menu-1 .link:focus,
#ext_menu-1 .dropdown-item:focus {
  color: #cccccc;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-menu {
  background: #161616;
}
#ext_menu-1 .nav-dropdown-sm .link:focus,
#ext_menu-1 .nav-dropdown-sm .link:hover,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #282828!important;
}
#ext_menu-1 .navbar,
#ext_menu-1 .nav-dropdown-sm,
#ext_menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #303030;
}
#ext_menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1 .bg-color.transparent.opened .link:hover,
#ext_menu-1 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#header1-p .mbr-section-title {
  text-align: left;
}
#header1-p .mbr-section-lead {
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box8-12 .mbr-section-title,
#msg-box8-12 p {
  color: #fff;
}
#msg-box8-12 .lead {
  color: #ffffff;
}
#features3-4e H4 {
  color: #5b5b5b;
}
#features3-4e P {
  color: #5b5b5b;
  text-align: center;
}
#features3-4e H5 {
  color: #5b5b5b;
  text-align: center;
}
#header5-v .mbr-section-title {
  color: #efefef;
}
#header5-v .mbr-section-lead {
  color: #9c9a9a;
}
#header3-33 .mbr-section-title,
#header3-33 .mbr-section-subtitle {
  text-align: center;
}
#header3-33 H3 {
  color: #d14841;
}
#header3-33 SMALL {
  font-family: 'Roboto', sans-serif;
  color: #d14841;
}
#social-buttons4-o .mbr-section-title,
#social-buttons4-o .btn-social {
  color: #fff;
}
#social-buttons4-o .mbr-section-title {
  font-size: 48px;
}


#ext_menu-13 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-13 .navbar-caption {
  color: #ffffff;
}
#ext_menu-13 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-13 .close-icon::before,
#ext_menu-13 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-13 .link,
#ext_menu-13 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-13 .link {
  font-size: 0.75rem;
}
#ext_menu-13 .dropdown-item,
#ext_menu-13 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-13 .link:hover,
#ext_menu-13 .dropdown-item:hover,
#ext_menu-13 .link:focus,
#ext_menu-13 .dropdown-item:focus {
  color: #cccccc;
}
#ext_menu-13 .link[aria-expanded="true"],
#ext_menu-13 .dropdown-menu {
  background: #161616;
}
#ext_menu-13 .nav-dropdown-sm .link:focus,
#ext_menu-13 .nav-dropdown-sm .link:hover,
#ext_menu-13 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-13 .nav-dropdown-sm .dropdown-item:hover {
  background: #282828!important;
}
#ext_menu-13 .navbar,
#ext_menu-13 .nav-dropdown-sm,
#ext_menu-13 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-13 .nav-dropdown-sm .dropdown-menu {
  background: #303030;
}
#ext_menu-13 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-13 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-13 .bg-color.transparent.opened .link:hover,
#ext_menu-13 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#ext_menu-13 .link[aria-expanded="true"],
#ext_menu-13 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#header5-18 .mbr-section-title {
  color: #ffffff;
}
#header5-18 .mbr-section-lead {
  color: #efefef;
}
#header5-1i .mbr-section-title {
  color: #ffffff;
}
#header5-1i .mbr-section-lead {
  color: #efefef;
}
#header5-1j .mbr-section-title {
  color: #ffffff;
  font-size: 72px;
}
#header5-1j .mbr-section-lead {
  color: #efefef;
}
#header5-1k .mbr-section-title {
  color: #ffffff;
  font-size: 72px;
}
#header5-1k .mbr-section-lead {
  color: #efefef;
}
#header3-1p .mbr-section-title,
#header3-1p .mbr-section-subtitle {
  text-align: center;
}
#header3-1p H3 {
  color: #ffffff;
}
#header3-1p SMALL {
  color: #ffffff;
}
#features3-15 P {
  font-family: 'Roboto', sans-serif;
  color: #b8312f;
}
#features3-15 H4 {
  color: #5b5b5b;
}
#features3-15 H5 {
  color: #5b5b5b;
}

#ext_menu-1s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1s .navbar-caption {
  color: #ffffff;
}
#ext_menu-1s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1s .close-icon::before,
#ext_menu-1s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1s .link,
#ext_menu-1s .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1s .link {
  font-size: 0.75rem;
}
#ext_menu-1s .dropdown-item,
#ext_menu-1s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1s .link:hover,
#ext_menu-1s .dropdown-item:hover,
#ext_menu-1s .link:focus,
#ext_menu-1s .dropdown-item:focus {
  color: #cccccc;
}
#ext_menu-1s .link[aria-expanded="true"],
#ext_menu-1s .dropdown-menu {
  background: #161616;
}
#ext_menu-1s .nav-dropdown-sm .link:focus,
#ext_menu-1s .nav-dropdown-sm .link:hover,
#ext_menu-1s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1s .nav-dropdown-sm .dropdown-item:hover {
  background: #282828!important;
}
#ext_menu-1s .navbar,
#ext_menu-1s .nav-dropdown-sm,
#ext_menu-1s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1s .nav-dropdown-sm .dropdown-menu {
  background: #303030;
}
#ext_menu-1s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1s .bg-color.transparent.opened .link:hover,
#ext_menu-1s .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#ext_menu-1s .link[aria-expanded="true"],
#ext_menu-1s .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#header5-31 .mbr-section-title {
  color: #232323;
}
#header5-31 .mbr-section-lead {
  color: #ffffff;
}
#features3-4f H4 {
  color: #5b5b5b;
}
#features3-4f P {
  color: #5b5b5b;
  text-align: center;
}
#features3-4f H5 {
  color: #5b5b5b;
  text-align: center;
}
#msg-box5-59 H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-59 P {
  color: #5b5b5b;
}
#content1-5a P {
  color: #5b5b5b;
  text-align: left;
}
#msg-box5-57 H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#msg-box5-57 P {
  color: #5b5b5b;
}
#content1-58 P {
  color: #5b5b5b;
  text-align: left;
}
#msg-box5-54 H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#msg-box5-54 P {
  color: #5b5b5b;
}
#content1-55 P {
  color: #5b5b5b;
  text-align: left;
}
#msg-box5-5s H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-5s P {
  color: #5b5b5b;
}
#content1-5t P {
  color: #5b5b5b;
}
#msg-box5-5q H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-5q P {
  color: #5b5b5b;
}
#content1-5r P {
  color: #5b5b5b;
}
#msg-box5-5o H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-5o P {
  color: #5b5b5b;
}
#content1-5p P {
  color: #5b5b5b;
}
#msg-box5-5m H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-5m P {
  color: #5b5b5b;
}
#content1-5n P {
  color: #5b5b5b;
}
#msg-box5-5k H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#content1-5l P {
  color: #5b5b5b;
}
#msg-box5-5i H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-5i P {
  color: #5b5b5b;
}
#content1-5j P {
  color: #5b5b5b;
}
#msg-box5-5g H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-5g P {
  color: #5b5b5b;
}
#content1-5h P {
  color: #5b5b5b;
}
#msg-box5-4y H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#msg-box5-4y P {
  color: #5b5b5b;
}
#content1-50 P {
  color: #5b5b5b;
}
#msg-box5-4g H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#msg-box5-4j H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4k H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4n H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4o H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4r H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4s H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4v H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#msg-box5-4d H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#content1-46 P {
  color: #5b5b5b;
}
#msg-box5-4c H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#content1-45 P {
  color: #5b5b5b;
}
#msg-box5-4b H3 {
  color: #5b5b5b;
  font-size: 36px;
}
#content1-43 P {
  color: #5b5b5b;
}
#msg-box5-4a H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#content1-41 P {
  color: #5b5b5b;
}
#msg-box5-3w H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#msg-box5-3w P {
  color: #5b5b5b;
}
#content1-3x P {
  color: #5b5b5b;
}
#msg-box5-48 H3 {
  font-size: 36px;
  color: #5b5b5b;
}
#content1-49 P {
  color: #5b5b5b;
}
#content1-35 P {
  color: #5b5b5b;
  text-align: left;
}
#content1-34 P {
  color: #5b5b5b;
  text-align: left;
}
#content1-2t P {
  color: #5b5b5b;
  text-align: left;
}
#content1-2u P {
  color: #5b5b5b;
}
#content1-5e P {
  color: #5b5b5b;
  text-align: left;
}
#content1-5d P {
  color: #5b5b5b;
  text-align: left;
}
#content1-5c P {
  color: #5b5b5b;
  text-align: left;
}
#content1-5b P {
  color: #5b5b5b;
  text-align: left;
}


#ext_menu-2f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2f .navbar-caption {
  color: #ffffff;
}
#ext_menu-2f .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2f .close-icon::before,
#ext_menu-2f .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2f .link,
#ext_menu-2f .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-2f .link {
  font-size: 0.75rem;
}
#ext_menu-2f .dropdown-item,
#ext_menu-2f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2f .link:hover,
#ext_menu-2f .dropdown-item:hover,
#ext_menu-2f .link:focus,
#ext_menu-2f .dropdown-item:focus {
  color: #cccccc;
}
#ext_menu-2f .link[aria-expanded="true"],
#ext_menu-2f .dropdown-menu {
  background: #161616;
}
#ext_menu-2f .nav-dropdown-sm .link:focus,
#ext_menu-2f .nav-dropdown-sm .link:hover,
#ext_menu-2f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2f .nav-dropdown-sm .dropdown-item:hover {
  background: #282828!important;
}
#ext_menu-2f .navbar,
#ext_menu-2f .nav-dropdown-sm,
#ext_menu-2f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2f .nav-dropdown-sm .dropdown-menu {
  background: #303030;
}
#ext_menu-2f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2f .bg-color.transparent.opened .link:hover,
#ext_menu-2f .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#ext_menu-2f .link[aria-expanded="true"],
#ext_menu-2f .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#header5-2h .mbr-section-title {
  color: #ffffff;
}
#header5-2h .mbr-section-lead {
  color: #efefef;
}
#msg-box8-2p .mbr-section-title,
#msg-box8-2p p {
  color: #fff;
}
#msg-box8-2p .mbr-section-title {
  text-align: left;
  color: #666666;
}
#msg-box8-2p .lead P {
  text-align: left;
  color: #5b5b5b;
}
#msg-box8-2q .mbr-section-title,
#msg-box8-2q p {
  color: #fff;
}
#msg-box8-2q .lead P {
  text-align: left;
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#msg-box8-2q .mbr-section-title {
  text-align: left;
  color: #666666;
}
#msg-box8-2q .lead UL {
  text-align: left;
  color: #ffffff;
}
#msg-box8-2q .lead BLOCKQUOTE {
  color: #7e9b9f;
}
#msg-box8-2r .mbr-section-title,
#msg-box8-2r p {
  color: #fff;
}
#msg-box8-2r .mbr-section-title {
  text-align: left;
  color: #666666;
}
#msg-box8-2r .lead P {
  text-align: left;
  color: #000000;
}
#content1-2k DIV {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}






#ext_menu-3c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3c .navbar-caption {
  color: #ffffff;
}
#ext_menu-3c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3c .close-icon::before,
#ext_menu-3c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3c .link,
#ext_menu-3c .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-3c .link {
  font-size: 0.75rem;
}
#ext_menu-3c .dropdown-item,
#ext_menu-3c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3c .link:hover,
#ext_menu-3c .dropdown-item:hover,
#ext_menu-3c .link:focus,
#ext_menu-3c .dropdown-item:focus {
  color: #cccccc;
}
#ext_menu-3c .link[aria-expanded="true"],
#ext_menu-3c .dropdown-menu {
  background: #161616;
}
#ext_menu-3c .nav-dropdown-sm .link:focus,
#ext_menu-3c .nav-dropdown-sm .link:hover,
#ext_menu-3c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3c .nav-dropdown-sm .dropdown-item:hover {
  background: #282828!important;
}
#ext_menu-3c .navbar,
#ext_menu-3c .nav-dropdown-sm,
#ext_menu-3c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3c .nav-dropdown-sm .dropdown-menu {
  background: #303030;
}
#ext_menu-3c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3c .bg-color.transparent.opened .link:hover,
#ext_menu-3c .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#ext_menu-3c .link[aria-expanded="true"],
#ext_menu-3c .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#header5-3e .mbr-section-title {
  color: #232323;
}
#header5-3e .mbr-section-lead {
  color: #ffffff;
}
#content1-5w P {
  color: #5b5b5b;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
#content1-5u P {
  color: #5b5b5b;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
#content1-53 P {
  color: #5b5b5b;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
#content1-52 P {
  color: #5b5b5b;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
#content1-51 P {
  color: #5b5b5b;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
#content1-4x P {
  color: #5b5b5b;
}
#content1-4w SPAN {
  color: #5b5b5b;
}
#content1-4w B {
  color: #5b5b5b;
}
#content1-4w P {
  color: #5b5b5b;
}
#content1-4w DIV {
  color: #5b5b5b;
}
#content1-3f P {
  color: #5b5b5b;
  text-align: left;
}
