@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap);











body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Arimo', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Arimo', 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: 'Arimo', 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: 'Arimo', 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: 'Arimo', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arimo', sans-serif;
}
.mbr-author-desc {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arimo', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #efefef !important;
}
.bg-success {
  background-color: #8c8c8c !important;
}
.bg-info {
  background-color: #90a878 !important;
}
.bg-warning {
  background-color: #c0a375 !important;
}
.bg-danger {
  background-color: #553982 !important;
}
.btn-primary {
  background-color: #efefef;
  border-color: #efefef;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.btn-info {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-success {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-warning {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-danger {
  background-color: #553982;
  border-color: #553982;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #32224d;
  border-color: #32224d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #32224d !important;
  border-color: #32224d !important;
}
.btn-primary-outline {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #6d6d6d;
  color: #6d6d6d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !important;
}
.btn-info-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-success-outline {
  background: none;
  border-color: #595959;
  color: #595959;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #271a3b;
  color: #271a3b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #553982;
  border-color: #553982;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #553982 !important;
  border-color: #553982 !important;
}
.text-primary {
  color: #efefef !important;
}
.text-success {
  color: #8c8c8c !important;
}
.text-info {
  color: #90a878 !important;
}
.text-warning {
  color: #c0a375 !important;
}
.text-danger {
  color: #553982 !important;
}
.alert-success {
  background-color: #8c8c8c;
}
.alert-info {
  background-color: #90a878;
}
.alert-warning {
  background-color: #c0a375;
}
.alert-danger {
  background-color: #553982;
}
.btn-social {
  border-color: #efefef;
}
.btn-social:hover {
  background: #efefef;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #efefef;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #efefef;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #efefef;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #efefef;
}
.lead a,
.lead a:hover {
  color: #efefef;
}
.lead blockquote {
  border-color: #efefef;
}
.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: #cccccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9477c3;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #efefef;
}
.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-13 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-13 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#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: 'Arimo', sans-serif;
}
#ext_menu-13 .link {
  font-size: 0.8rem;
}
#ext_menu-13 .dropdown-item,
#ext_menu-13 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-13 .link:hover,
#ext_menu-13 .dropdown-item:hover,
#ext_menu-13 .link:focus,
#ext_menu-13 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-13 .link[aria-expanded="true"],
#ext_menu-13 .dropdown-menu {
  background: #000000;
}
#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: #000000!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: #000000;
}
#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: #efefef;
}
#ext_menu-13 .link[aria-expanded="true"],
#ext_menu-13 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-13 .btn {
  font-family: 'Arimo', sans-serif;
}
#header1-15 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 60px;
}
#header1-15 .mbr-section-lead {
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  color: #cccccc;
}
#header1-15 .btn {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
}
#header1-15 .mbr-section-lead SPAN {
  color: #ffffff;
  font-size: 16px;
}
#social-buttons4-8v .mbr-section-title,
#social-buttons4-8v .btn-social {
  color: #fff;
}
#social-buttons4-8v .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8v .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}














#ext_menu-1f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1f .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-1f .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1f .close-icon::before,
#ext_menu-1f .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1f .link,
#ext_menu-1f .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-1f .link {
  font-size: 0.8rem;
}
#ext_menu-1f .dropdown-item,
#ext_menu-1f .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1f .link:hover,
#ext_menu-1f .dropdown-item:hover,
#ext_menu-1f .link:focus,
#ext_menu-1f .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-1f .link[aria-expanded="true"],
#ext_menu-1f .dropdown-menu {
  background: #000000;
}
#ext_menu-1f .nav-dropdown-sm .link:focus,
#ext_menu-1f .nav-dropdown-sm .link:hover,
#ext_menu-1f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1f .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1f .navbar,
#ext_menu-1f .nav-dropdown-sm,
#ext_menu-1f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1f .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1f .bg-color.transparent.opened .link:hover,
#ext_menu-1f .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-1f .link[aria-expanded="true"],
#ext_menu-1f .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-1f .btn {
  font-family: 'Arimo', sans-serif;
}
#header1-1g .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 60px;
}
#header1-1g .mbr-section-lead {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
}
#header1-1g .btn {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
}
#header1-1g .mbr-section-lead B {
  color: #8c8c8c;
}
#features1-2a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #000000;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-family: 'Arimo', sans-serif;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  font-family: 'Arimo', sans-serif;
  color: #979797;
  font-size: 14px;
}
#features1-2a .btn {
  font-family: 'Arimo', sans-serif;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title {
  color: #ffffff;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-text {
  color: #cccccc;
  font-size: 12px;
  text-align: left;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #979797;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 12px;
  text-align: left;
  color: #cccccc;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #979797;
}
#features1-7j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #000000;
}
#features1-7j .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-family: 'Arimo', sans-serif;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  font-family: 'Arimo', sans-serif;
  color: #979797;
  font-size: 14px;
}
#features1-7j .btn {
  font-family: 'Arimo', sans-serif;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-title {
  color: #ffffff;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-text {
  color: #cccccc;
  font-size: 12px;
  text-align: left;
}
#features1-7j .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #979797;
}
#features1-7j .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 12px;
  text-align: center;
  color: #cccccc;
}
#features1-7j .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #979797;
}
#social-buttons4-8x .mbr-section-title,
#social-buttons4-8x .btn-social {
  color: #fff;
}
#social-buttons4-8x .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8x .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-5a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-5a .mbr-section-text {
  color: #cccccc;
  text-align: center;
  font-size: 15px;
}
#ext_menu-49 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-49 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-49 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-49 .close-icon::before,
#ext_menu-49 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-49 .link,
#ext_menu-49 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-49 .link {
  font-size: 0.8rem;
}
#ext_menu-49 .dropdown-item,
#ext_menu-49 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-49 .link:hover,
#ext_menu-49 .dropdown-item:hover,
#ext_menu-49 .link:focus,
#ext_menu-49 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-49 .link[aria-expanded="true"],
#ext_menu-49 .dropdown-menu {
  background: #000000;
}
#ext_menu-49 .nav-dropdown-sm .link:focus,
#ext_menu-49 .nav-dropdown-sm .link:hover,
#ext_menu-49 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-49 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-49 .navbar,
#ext_menu-49 .nav-dropdown-sm,
#ext_menu-49 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-49 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-49 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-49 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-49 .bg-color.transparent.opened .link:hover,
#ext_menu-49 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-49 .link[aria-expanded="true"],
#ext_menu-49 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-49 .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-8y .mbr-section-title,
#social-buttons4-8y .btn-social {
  color: #fff;
}
#social-buttons4-8y .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8y .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-59 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-59 .mbr-section-text {
  color: #cccccc;
  text-align: center;
  font-size: 15px;
}
#ext_menu-45 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-45 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-45 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-45 .close-icon::before,
#ext_menu-45 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-45 .link,
#ext_menu-45 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-45 .link {
  font-size: 0.8rem;
}
#ext_menu-45 .dropdown-item,
#ext_menu-45 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-45 .link:hover,
#ext_menu-45 .dropdown-item:hover,
#ext_menu-45 .link:focus,
#ext_menu-45 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-45 .link[aria-expanded="true"],
#ext_menu-45 .dropdown-menu {
  background: #000000;
}
#ext_menu-45 .nav-dropdown-sm .link:focus,
#ext_menu-45 .nav-dropdown-sm .link:hover,
#ext_menu-45 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-45 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-45 .navbar,
#ext_menu-45 .nav-dropdown-sm,
#ext_menu-45 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-45 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-45 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-45 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-45 .bg-color.transparent.opened .link:hover,
#ext_menu-45 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-45 .link[aria-expanded="true"],
#ext_menu-45 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-45 .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-8z .mbr-section-title,
#social-buttons4-8z .btn-social {
  color: #fff;
}
#social-buttons4-8z .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8z .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-5c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-5c .mbr-section-text {
  color: #cccccc;
  text-align: center;
  font-size: 15px;
}
#ext_menu-47 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-47 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-47 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-47 .close-icon::before,
#ext_menu-47 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-47 .link,
#ext_menu-47 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-47 .link {
  font-size: 0.8rem;
}
#ext_menu-47 .dropdown-item,
#ext_menu-47 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-47 .link:hover,
#ext_menu-47 .dropdown-item:hover,
#ext_menu-47 .link:focus,
#ext_menu-47 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-47 .link[aria-expanded="true"],
#ext_menu-47 .dropdown-menu {
  background: #000000;
}
#ext_menu-47 .nav-dropdown-sm .link:focus,
#ext_menu-47 .nav-dropdown-sm .link:hover,
#ext_menu-47 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-47 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-47 .navbar,
#ext_menu-47 .nav-dropdown-sm,
#ext_menu-47 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-47 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-47 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-47 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-47 .bg-color.transparent.opened .link:hover,
#ext_menu-47 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-47 .link[aria-expanded="true"],
#ext_menu-47 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-47 .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-90 .mbr-section-title,
#social-buttons4-90 .btn-social {
  color: #fff;
}
#social-buttons4-90 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-90 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-5d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-5d .mbr-section-text {
  color: #cccccc;
  text-align: center;
  font-size: 15px;
}
#ext_menu-4d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4d .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-4d .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4d .close-icon::before,
#ext_menu-4d .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4d .link,
#ext_menu-4d .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-4d .link {
  font-size: 0.8rem;
}
#ext_menu-4d .dropdown-item,
#ext_menu-4d .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-4d .link:hover,
#ext_menu-4d .dropdown-item:hover,
#ext_menu-4d .link:focus,
#ext_menu-4d .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-4d .link[aria-expanded="true"],
#ext_menu-4d .dropdown-menu {
  background: #000000;
}
#ext_menu-4d .nav-dropdown-sm .link:focus,
#ext_menu-4d .nav-dropdown-sm .link:hover,
#ext_menu-4d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4d .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-4d .navbar,
#ext_menu-4d .nav-dropdown-sm,
#ext_menu-4d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4d .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-4d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4d .bg-color.transparent.opened .link:hover,
#ext_menu-4d .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-4d .link[aria-expanded="true"],
#ext_menu-4d .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-4d .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-91 .mbr-section-title,
#social-buttons4-91 .btn-social {
  color: #fff;
}
#social-buttons4-91 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-91 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-5b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-5b .mbr-section-text {
  color: #cccccc;
  text-align: center;
  font-size: 15px;
}
#ext_menu-4b .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4b .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-4b .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4b .close-icon::before,
#ext_menu-4b .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4b .link,
#ext_menu-4b .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-4b .link {
  font-size: 0.8rem;
}
#ext_menu-4b .dropdown-item,
#ext_menu-4b .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-4b .link:hover,
#ext_menu-4b .dropdown-item:hover,
#ext_menu-4b .link:focus,
#ext_menu-4b .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-4b .link[aria-expanded="true"],
#ext_menu-4b .dropdown-menu {
  background: #000000;
}
#ext_menu-4b .nav-dropdown-sm .link:focus,
#ext_menu-4b .nav-dropdown-sm .link:hover,
#ext_menu-4b .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4b .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-4b .navbar,
#ext_menu-4b .nav-dropdown-sm,
#ext_menu-4b .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4b .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-4b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4b .bg-color.transparent.opened .link:hover,
#ext_menu-4b .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-4b .link[aria-expanded="true"],
#ext_menu-4b .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-4b .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-92 .mbr-section-title,
#social-buttons4-92 .btn-social {
  color: #fff;
}
#social-buttons4-92 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-92 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}








#ext_menu-33 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-33 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-33 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-33 .close-icon::before,
#ext_menu-33 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-33 .link,
#ext_menu-33 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-33 .link {
  font-size: 0.8rem;
}
#ext_menu-33 .dropdown-item,
#ext_menu-33 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-33 .link:hover,
#ext_menu-33 .dropdown-item:hover,
#ext_menu-33 .link:focus,
#ext_menu-33 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-33 .link[aria-expanded="true"],
#ext_menu-33 .dropdown-menu {
  background: #000000;
}
#ext_menu-33 .nav-dropdown-sm .link:focus,
#ext_menu-33 .nav-dropdown-sm .link:hover,
#ext_menu-33 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-33 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-33 .navbar,
#ext_menu-33 .nav-dropdown-sm,
#ext_menu-33 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-33 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-33 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-33 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-33 .bg-color.transparent.opened .link:hover,
#ext_menu-33 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-33 .link[aria-expanded="true"],
#ext_menu-33 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-33 .btn {
  font-family: 'Arimo', sans-serif;
}
#form1-36 .form-control-label {
  color: #ffffff;
}
#form1-36 .mbr-section-title {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 36px;
}
#form1-36 SMALL {
  font-family: 'Arimo', sans-serif;
}
#form1-36 .btn {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
}
#form1-36 SPAN {
  color: #8c8c8c;
  font-size: 16px;
}
#form1-36 .mbr-section-subtitle {
  color: #553982;
}
#social-buttons4-95 .mbr-section-title,
#social-buttons4-95 .btn-social {
  color: #fff;
}
#social-buttons4-95 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-95 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}







#header3-12 .mbr-section-title,
#header3-12 .mbr-section-subtitle {
  text-align: center;
}
#header3-12 .mbr-section-subtitle {
  color: #553982;
}
#header3-12 .mbr-section-title {
  color: #cccccc;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}
#header3-12 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
}
#image1-3w DIV {
  color: #000000;
}
#header3-9h .mbr-section-title,
#header3-9h .mbr-section-subtitle {
  text-align: center;
}
#header3-9h .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#header3-9h .mbr-section-subtitle {
  font-size: 15px;
}
#ext_menu-f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-f .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-f .navbar-toggler {
  color: #ffffff;
}
#ext_menu-f .close-icon::before,
#ext_menu-f .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-f .link,
#ext_menu-f .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-f .link {
  font-size: 0.8rem;
}
#ext_menu-f .dropdown-item,
#ext_menu-f .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-f .link:hover,
#ext_menu-f .dropdown-item:hover,
#ext_menu-f .link:focus,
#ext_menu-f .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-f .link[aria-expanded="true"],
#ext_menu-f .dropdown-menu {
  background: #000000;
}
#ext_menu-f .nav-dropdown-sm .link:focus,
#ext_menu-f .nav-dropdown-sm .link:hover,
#ext_menu-f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-f .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-f .navbar,
#ext_menu-f .nav-dropdown-sm,
#ext_menu-f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-f .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-f .bg-color.transparent.opened .link:hover,
#ext_menu-f .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-f .link[aria-expanded="true"],
#ext_menu-f .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-f .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-3 .mbr-section-title,
#social-buttons4-3 .btn-social {
  color: #fff;
}
#social-buttons4-3 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-3 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}








#ext_menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-19 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-19 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-19 .close-icon::before,
#ext_menu-19 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-19 .link,
#ext_menu-19 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-19 .link {
  font-size: 0.8rem;
}
#ext_menu-19 .dropdown-item,
#ext_menu-19 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-19 .link:hover,
#ext_menu-19 .dropdown-item:hover,
#ext_menu-19 .link:focus,
#ext_menu-19 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-menu {
  background: #000000;
}
#ext_menu-19 .nav-dropdown-sm .link:focus,
#ext_menu-19 .nav-dropdown-sm .link:hover,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-19 .navbar,
#ext_menu-19 .nav-dropdown-sm,
#ext_menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-19 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-19 .bg-color.transparent.opened .link:hover,
#ext_menu-19 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-19 .btn {
  font-family: 'Arimo', sans-serif;
}
#header1-1b .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 60px;
}
#header1-1b .mbr-section-lead {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  color: #cccccc;
}
#header1-1b .btn {
  font-family: 'Arimo', sans-serif;
}
#header1-1b .mbr-section-lead SPAN {
  color: #ffffff;
  font-size: 16px;
}
#social-buttons4-8w .mbr-section-title,
#social-buttons4-8w .btn-social {
  color: #fff;
}
#social-buttons4-8w .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8w .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-7n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-7n .mbr-section-text {
  color: #cccccc;
  text-align: center;
  font-size: 15px;
}
#ext_menu-7o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7o .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-7o .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7o .close-icon::before,
#ext_menu-7o .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7o .link,
#ext_menu-7o .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-7o .link {
  font-size: 0.8rem;
}
#ext_menu-7o .dropdown-item,
#ext_menu-7o .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-7o .link:hover,
#ext_menu-7o .dropdown-item:hover,
#ext_menu-7o .link:focus,
#ext_menu-7o .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-7o .link[aria-expanded="true"],
#ext_menu-7o .dropdown-menu {
  background: #000000;
}
#ext_menu-7o .nav-dropdown-sm .link:focus,
#ext_menu-7o .nav-dropdown-sm .link:hover,
#ext_menu-7o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7o .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-7o .navbar,
#ext_menu-7o .nav-dropdown-sm,
#ext_menu-7o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7o .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-7o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7o .bg-color.transparent.opened .link:hover,
#ext_menu-7o .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-7o .link[aria-expanded="true"],
#ext_menu-7o .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-7o .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-94 .mbr-section-title,
#social-buttons4-94 .btn-social {
  color: #fff;
}
#social-buttons4-94 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-94 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#slider-7y H2 {
  text-align: center;
  font-size: 60px;
}
#slider-7y P {
  text-align: center;
  font-size: 15px;
  color: #cccccc;
}
#ext_menu-7u .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7u .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-7u .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7u .close-icon::before,
#ext_menu-7u .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7u .link,
#ext_menu-7u .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-7u .link {
  font-size: 0.8rem;
}
#ext_menu-7u .dropdown-item,
#ext_menu-7u .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-7u .link:hover,
#ext_menu-7u .dropdown-item:hover,
#ext_menu-7u .link:focus,
#ext_menu-7u .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-7u .link[aria-expanded="true"],
#ext_menu-7u .dropdown-menu {
  background: #000000;
}
#ext_menu-7u .nav-dropdown-sm .link:focus,
#ext_menu-7u .nav-dropdown-sm .link:hover,
#ext_menu-7u .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7u .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-7u .navbar,
#ext_menu-7u .nav-dropdown-sm,
#ext_menu-7u .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7u .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-7u .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7u .bg-color.transparent.opened .link:hover,
#ext_menu-7u .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-7u .link[aria-expanded="true"],
#ext_menu-7u .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-7u .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-7z .mbr-section-title,
#social-buttons4-7z .btn-social {
  color: #fff;
}
#social-buttons4-7z .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-7z .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header3-8c .mbr-section-title,
#header3-8c .mbr-section-subtitle {
  text-align: center;
}
#header3-8c .mbr-section-subtitle {
  color: #cccccc;
  font-size: 15px;
}
#header3-8c .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#ext_menu-87 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-87 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-87 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-87 .close-icon::before,
#ext_menu-87 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-87 .link,
#ext_menu-87 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-87 .link {
  font-size: 0.8rem;
}
#ext_menu-87 .dropdown-item,
#ext_menu-87 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-87 .link:hover,
#ext_menu-87 .dropdown-item:hover,
#ext_menu-87 .link:focus,
#ext_menu-87 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-87 .link[aria-expanded="true"],
#ext_menu-87 .dropdown-menu {
  background: #000000;
}
#ext_menu-87 .nav-dropdown-sm .link:focus,
#ext_menu-87 .nav-dropdown-sm .link:hover,
#ext_menu-87 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-87 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-87 .navbar,
#ext_menu-87 .nav-dropdown-sm,
#ext_menu-87 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-87 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-87 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-87 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-87 .bg-color.transparent.opened .link:hover,
#ext_menu-87 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-87 .link[aria-expanded="true"],
#ext_menu-87 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-87 .btn {
  font-family: 'Arimo', sans-serif;
}
#header2-8a .mbr-section-text {
  text-align: left;
  color: #cccccc;
}
#header2-8a .mbr-section-title {
  text-align: left;
}
#social-buttons4-8e .mbr-section-title,
#social-buttons4-8e .btn-social {
  color: #fff;
}
#social-buttons4-8e .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8e .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#ext_menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8k .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-8k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8k .close-icon::before,
#ext_menu-8k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8k .link,
#ext_menu-8k .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-8k .link {
  font-size: 0.8rem;
}
#ext_menu-8k .dropdown-item,
#ext_menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-8k .link:hover,
#ext_menu-8k .dropdown-item:hover,
#ext_menu-8k .link:focus,
#ext_menu-8k .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-8k .link[aria-expanded="true"],
#ext_menu-8k .dropdown-menu {
  background: #000000;
}
#ext_menu-8k .nav-dropdown-sm .link:focus,
#ext_menu-8k .nav-dropdown-sm .link:hover,
#ext_menu-8k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-8k .navbar,
#ext_menu-8k .nav-dropdown-sm,
#ext_menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-8k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8k .bg-color.transparent.opened .link:hover,
#ext_menu-8k .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-8k .link[aria-expanded="true"],
#ext_menu-8k .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-8k .btn {
  font-family: 'Arimo', sans-serif;
}
#content1-8m DIV {
  color: #cccccc;
}
#content1-8m P {
  font-size: 16px;
}
#social-buttons4-8n .mbr-section-title,
#social-buttons4-8n .btn-social {
  color: #fff;
}
#social-buttons4-8n .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-8n .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#header6-8p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#header6-8p .mbr-section-text {
  color: #cccccc;
  font-size: 15px;
  text-align: center;
}
#ext_menu-8q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8q .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-8q .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8q .close-icon::before,
#ext_menu-8q .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8q .link,
#ext_menu-8q .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-8q .link {
  font-size: 0.8rem;
}
#ext_menu-8q .dropdown-item,
#ext_menu-8q .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-8q .link:hover,
#ext_menu-8q .dropdown-item:hover,
#ext_menu-8q .link:focus,
#ext_menu-8q .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-8q .link[aria-expanded="true"],
#ext_menu-8q .dropdown-menu {
  background: #000000;
}
#ext_menu-8q .nav-dropdown-sm .link:focus,
#ext_menu-8q .nav-dropdown-sm .link:hover,
#ext_menu-8q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8q .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-8q .navbar,
#ext_menu-8q .nav-dropdown-sm,
#ext_menu-8q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8q .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-8q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8q .bg-color.transparent.opened .link:hover,
#ext_menu-8q .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-8q .link[aria-expanded="true"],
#ext_menu-8q .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-8q .btn {
  font-family: 'Arimo', sans-serif;
}
#social-buttons4-93 .mbr-section-title,
#social-buttons4-93 .btn-social {
  color: #fff;
}
#social-buttons4-93 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-93 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}





#ext_menu-96 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-96 .navbar-caption {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
}
#ext_menu-96 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-96 .close-icon::before,
#ext_menu-96 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-96 .link,
#ext_menu-96 .dropdown-item {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
}
#ext_menu-96 .link {
  font-size: 0.8rem;
}
#ext_menu-96 .dropdown-item,
#ext_menu-96 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-96 .link:hover,
#ext_menu-96 .dropdown-item:hover,
#ext_menu-96 .link:focus,
#ext_menu-96 .dropdown-item:focus {
  color: #efefef;
}
#ext_menu-96 .link[aria-expanded="true"],
#ext_menu-96 .dropdown-menu {
  background: #000000;
}
#ext_menu-96 .nav-dropdown-sm .link:focus,
#ext_menu-96 .nav-dropdown-sm .link:hover,
#ext_menu-96 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-96 .navbar,
#ext_menu-96 .nav-dropdown-sm,
#ext_menu-96 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-96 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-96 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-96 .bg-color.transparent.opened .link:hover,
#ext_menu-96 .bg-color.transparent.opened .link:focus {
  color: #efefef;
}
#ext_menu-96 .link[aria-expanded="true"],
#ext_menu-96 .dropdown-item[aria-expanded="true"] {
  color: #efefef!important;
}
#ext_menu-96 .btn {
  font-family: 'Arimo', sans-serif;
}
#header3-9k .mbr-section-title,
#header3-9k .mbr-section-subtitle {
  text-align: center;
}
#header3-9k .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#header3-9k .mbr-section-subtitle {
  font-size: 15px;
}
#social-buttons4-99 .mbr-section-title,
#social-buttons4-99 .btn-social {
  color: #fff;
}
#social-buttons4-99 .mbr-section-title {
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#social-buttons4-99 .mbr-section-title SPAN {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  color: #8c8c8c;
}
