@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto: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: 'Raleway', 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: 'Raleway', 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: 'Raleway', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Raleway', sans-serif;
}
.mbr-author-desc {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Raleway', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f3c649 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #f3c649 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #f3c649;
}
.btn-social:hover {
  background: #f3c649;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f3c649;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f3c649;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f3c649;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f3c649;
}
.lead a,
.lead a:hover {
  color: #f3c649;
}
.lead blockquote {
  border-color: #f3c649;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #f3c649;
}
#menu-cs .hide-buttons .nav-btn {
  display: none !important;
}
#menu-cs .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-cs .navbar-toggler {
  color: #6f7d8c;
}
#menu-cs .close-icon::before,
#menu-cs .close-icon::after {
  background-color: #6f7d8c;
}
#menu-cs .link,
#menu-cs .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-cs .link {
  font-size: 0.85rem;
}
#menu-cs .dropdown-item,
#menu-cs .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-cs .link:hover,
#menu-cs .dropdown-item:hover,
#menu-cs .link:focus,
#menu-cs .dropdown-item:focus {
  color: #f3c649;
}
#menu-cs .link[aria-expanded="true"],
#menu-cs .dropdown-menu {
  background: #e6e6e6;
}
#menu-cs .nav-dropdown-sm .link:focus,
#menu-cs .nav-dropdown-sm .link:hover,
#menu-cs .nav-dropdown-sm .dropdown-item:focus,
#menu-cs .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-cs .navbar,
#menu-cs .nav-dropdown-sm,
#menu-cs .nav-dropdown-sm .link[aria-expanded="true"],
#menu-cs .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-cs .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-cs .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-cs .bg-color.transparent.opened .link:hover,
#menu-cs .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-cs .link[aria-expanded="true"],
#menu-cs .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#header3-d0 .mbr-section-title,
#header3-d0 .mbr-section-subtitle {
  text-align: center;
}
#header3-d0 H3 {
  text-align: right;
  color: #ffffff;
}
#header3-d0 SMALL {
  color: #ffffff;
}
#content6-d2 P {
  text-align: left;
}
#features6-dw P {
  color: #ffffff;
}
#features6-dw H4 {
  color: #ffffff;
}
#footer1-cx P {
  color: #ffffff;
}

#menu-d3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-d3 .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-d3 .navbar-toggler {
  color: #6f7d8c;
}
#menu-d3 .close-icon::before,
#menu-d3 .close-icon::after {
  background-color: #6f7d8c;
}
#menu-d3 .link,
#menu-d3 .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-d3 .link {
  font-size: 0.85rem;
}
#menu-d3 .dropdown-item,
#menu-d3 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-d3 .link:hover,
#menu-d3 .dropdown-item:hover,
#menu-d3 .link:focus,
#menu-d3 .dropdown-item:focus {
  color: #f3c649;
}
#menu-d3 .link[aria-expanded="true"],
#menu-d3 .dropdown-menu {
  background: #e6e6e6;
}
#menu-d3 .nav-dropdown-sm .link:focus,
#menu-d3 .nav-dropdown-sm .link:hover,
#menu-d3 .nav-dropdown-sm .dropdown-item:focus,
#menu-d3 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-d3 .navbar,
#menu-d3 .nav-dropdown-sm,
#menu-d3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-d3 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-d3 .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-d3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-d3 .bg-color.transparent.opened .link:hover,
#menu-d3 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-d3 .link[aria-expanded="true"],
#menu-d3 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#header3-d4 .mbr-section-title,
#header3-d4 .mbr-section-subtitle {
  text-align: center;
}
#header3-d4 H3 {
  text-align: right;
  color: #ffffff;
}
#header3-d4 SMALL {
  color: #ffffff;
}
#content6-d7 P {
  text-align: left;
}
#features6-dy P {
  color: #ffffff;
}
#features6-dy H4 {
  color: #ffffff;
}
#footer1-d9 P {
  color: #ffffff;
}

#menu-db .hide-buttons .nav-btn {
  display: none !important;
}
#menu-db .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-db .navbar-toggler {
  color: #6f7d8c;
}
#menu-db .close-icon::before,
#menu-db .close-icon::after {
  background-color: #6f7d8c;
}
#menu-db .link,
#menu-db .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-db .link {
  font-size: 0.85rem;
}
#menu-db .dropdown-item,
#menu-db .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-db .link:hover,
#menu-db .dropdown-item:hover,
#menu-db .link:focus,
#menu-db .dropdown-item:focus {
  color: #f3c649;
}
#menu-db .link[aria-expanded="true"],
#menu-db .dropdown-menu {
  background: #e6e6e6;
}
#menu-db .nav-dropdown-sm .link:focus,
#menu-db .nav-dropdown-sm .link:hover,
#menu-db .nav-dropdown-sm .dropdown-item:focus,
#menu-db .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-db .navbar,
#menu-db .nav-dropdown-sm,
#menu-db .nav-dropdown-sm .link[aria-expanded="true"],
#menu-db .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-db .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-db .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-db .bg-color.transparent.opened .link:hover,
#menu-db .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-db .link[aria-expanded="true"],
#menu-db .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#header3-dc .mbr-section-title,
#header3-dc .mbr-section-subtitle {
  text-align: center;
}
#header3-dc H3 {
  text-align: right;
  color: #ffffff;
}
#header3-dc SMALL {
  color: #ffffff;
}
#content6-df P {
  text-align: left;
}
#features6-dx P {
  color: #ffffff;
}
#features6-dx H4 {
  color: #ffffff;
}
#footer1-dh P {
  color: #ffffff;
}

#menu-4j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4j .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-4j .navbar-toggler {
  color: #6f7d8c;
}
#menu-4j .close-icon::before,
#menu-4j .close-icon::after {
  background-color: #6f7d8c;
}
#menu-4j .link,
#menu-4j .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-4j .link {
  font-size: 0.85rem;
}
#menu-4j .dropdown-item,
#menu-4j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-4j .link:hover,
#menu-4j .dropdown-item:hover,
#menu-4j .link:focus,
#menu-4j .dropdown-item:focus {
  color: #f3c649;
}
#menu-4j .link[aria-expanded="true"],
#menu-4j .dropdown-menu {
  background: #e6e6e6;
}
#menu-4j .nav-dropdown-sm .link:focus,
#menu-4j .nav-dropdown-sm .link:hover,
#menu-4j .nav-dropdown-sm .dropdown-item:focus,
#menu-4j .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-4j .navbar,
#menu-4j .nav-dropdown-sm,
#menu-4j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4j .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-4j .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-4j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4j .bg-color.transparent.opened .link:hover,
#menu-4j .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-4j .link[aria-expanded="true"],
#menu-4j .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-4k .mbr-section-title,
#content5-4k p {
  color: #fff;
}
#content5-4k P {
  font-size: 36px;
  text-align: center;
}
#content5-4k .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-4k .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-4l .card-subtitle {
  color: #bcbcbc;
}
#features4-4l .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-56 .card-subtitle {
  color: #bcbcbc;
}
#features4-56 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-5x .mbr-section-title,
#msg-box8-5x p {
  color: #fff;
}
#msg-box8-5x .lead P {
  font-size: 17px;
}
#msg-box8-5p .mbr-section-title,
#msg-box8-5p p {
  color: #fff;
}
#msg-box8-5p .lead P {
  font-size: 17px;
}
#msg-box8-5v .mbr-section-title,
#msg-box8-5v p {
  color: #fff;
}
#msg-box8-5v .lead P {
  font-size: 17px;
}
#features1-5w .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-5w .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-5w .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-5w .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-5w .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-5w .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-5w .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-5z .mbr-section-title,
#msg-box8-5z p {
  color: #fff;
}
#msg-box8-5z .lead P {
  font-size: 17px;
}
#msg-box8-5z .lead {
  color: #ffffff;
}
#features1-60 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-60 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-60 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-60 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-60 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-60 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-60 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-61 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-61 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-61 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-61 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-61 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-61 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-61 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-62 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-59 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-59 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-59 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-59 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-59 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-59 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-59 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features6-dq P {
  color: #ffffff;
}
#features6-dq H4 {
  color: #ffffff;
}
#footer1-55 P {
  color: #ffffff;
}

#menu-e4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-e4 .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-e4 .navbar-toggler {
  color: #6f7d8c;
}
#menu-e4 .close-icon::before,
#menu-e4 .close-icon::after {
  background-color: #6f7d8c;
}
#menu-e4 .link,
#menu-e4 .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-e4 .link {
  font-size: 0.85rem;
}
#menu-e4 .dropdown-item,
#menu-e4 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-e4 .link:hover,
#menu-e4 .dropdown-item:hover,
#menu-e4 .link:focus,
#menu-e4 .dropdown-item:focus {
  color: #f3c649;
}
#menu-e4 .link[aria-expanded="true"],
#menu-e4 .dropdown-menu {
  background: #e6e6e6;
}
#menu-e4 .nav-dropdown-sm .link:focus,
#menu-e4 .nav-dropdown-sm .link:hover,
#menu-e4 .nav-dropdown-sm .dropdown-item:focus,
#menu-e4 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-e4 .navbar,
#menu-e4 .nav-dropdown-sm,
#menu-e4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-e4 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-e4 .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-e4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-e4 .bg-color.transparent.opened .link:hover,
#menu-e4 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-e4 .link[aria-expanded="true"],
#menu-e4 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#msg-box8-eb .mbr-section-title,
#msg-box8-eb p {
  color: #fff;
}
#msg-box8-eb .lead P {
  font-size: 17px;
}
#features1-ec .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-ec .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #6f7d8c;
}
#features1-ec .mbr-cards-col:nth-child(even) .card-title {
  color: #6f7d8c;
}
#features1-ec .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #6f7d8c;
}
#features1-ec .mbr-cards-col:nth-child(even) .card-text {
  color: #ffffff;
}
#features1-ec .mbr-cards-col:nth-child(odd) .card-text {
  color: #6f7d8c;
}
#features1-ec .mbr-cards-col:nth-child(odd) .card-title SPAN {
  color: #6f7d8c;
}
#features1-ec .mbr-cards-col:nth-child(odd) .card-title {
  color: #6f7d8c;
}
#features6-e9 P {
  color: #ffffff;
}
#features6-e9 H4 {
  color: #ffffff;
}
#footer1-ea P {
  color: #ffffff;
}

#menu-km .hide-buttons .nav-btn {
  display: none !important;
}
#menu-km .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-km .navbar-toggler {
  color: #6f7d8c;
}
#menu-km .close-icon::before,
#menu-km .close-icon::after {
  background-color: #6f7d8c;
}
#menu-km .link,
#menu-km .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-km .link {
  font-size: 0.85rem;
}
#menu-km .dropdown-item,
#menu-km .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-km .link:hover,
#menu-km .dropdown-item:hover,
#menu-km .link:focus,
#menu-km .dropdown-item:focus {
  color: #f3c649;
}
#menu-km .link[aria-expanded="true"],
#menu-km .dropdown-menu {
  background: #e6e6e6;
}
#menu-km .nav-dropdown-sm .link:focus,
#menu-km .nav-dropdown-sm .link:hover,
#menu-km .nav-dropdown-sm .dropdown-item:focus,
#menu-km .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-km .navbar,
#menu-km .nav-dropdown-sm,
#menu-km .nav-dropdown-sm .link[aria-expanded="true"],
#menu-km .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-km .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-km .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-km .bg-color.transparent.opened .link:hover,
#menu-km .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-km .link[aria-expanded="true"],
#menu-km .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-kn .mbr-section-title,
#content5-kn p {
  color: #fff;
}
#content5-kn P {
  font-size: 36px;
  text-align: center;
}
#content5-kn .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-kn .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-ko .card-subtitle {
  color: #bcbcbc;
}
#features4-ko .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-kp .mbr-section-title,
#msg-box8-kp p {
  color: #fff;
}
#msg-box8-kp .lead P {
  font-size: 17px;
}
#features1-kq .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-kq .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-kq .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-kq .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-kq .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-kq .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-kq .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-kr .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-kr .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-kr .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-kr .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-kr .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-kr .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-kr .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-ks .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-ks .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-ks .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-ks .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-ks .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-ks .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-ks .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-kt .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-kt .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-kt .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-kt .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-kt .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-kt .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-kt .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-ku .mbr-section-title,
#msg-box8-ku p {
  color: #fff;
}
#msg-box8-ku .lead P {
  font-size: 17px;
}
#features1-kv .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-kv .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-kv .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-kv .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-kv .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-kv .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-kv .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-kw .mbr-section-title,
#msg-box8-kw p {
  color: #fff;
}
#msg-box8-kw .lead P {
  font-size: 17px;
}
#features1-kx .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-kx .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-kx .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-kx .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-kx .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-kx .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-kx .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-ky .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-ky .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-ky .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-ky .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-ky .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-ky .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-ky .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-kz .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-kz .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-kz .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-kz .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-kz .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-kz .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-kz .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-l0 .mbr-section-title,
#msg-box8-l0 p {
  color: #fff;
}
#msg-box8-l0 .lead P {
  font-size: 17px;
}
#features1-l1 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-l1 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-l1 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-l1 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-l1 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-l1 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-l1 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-l2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-l2 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-l2 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-l2 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-l2 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-l2 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-l2 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-l3 .mbr-section-title,
#msg-box8-l3 p {
  color: #fff;
}
#msg-box8-l3 .lead P {
  font-size: 17px;
}
#features1-l4 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-l4 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-l4 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-l4 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-l4 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-l4 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-l4 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-l5 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-l5 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-l5 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-l5 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-l5 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-l5 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-l5 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-l6 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-l6 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-l6 .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-l6 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-l6 .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-l6 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-l6 .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features6-l8 P {
  color: #ffffff;
}
#features6-l8 H4 {
  color: #ffffff;
}
#footer1-l9 P {
  color: #ffffff;
}

#menu-la .hide-buttons .nav-btn {
  display: none !important;
}
#menu-la .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-la .navbar-toggler {
  color: #6f7d8c;
}
#menu-la .close-icon::before,
#menu-la .close-icon::after {
  background-color: #6f7d8c;
}
#menu-la .link,
#menu-la .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-la .link {
  font-size: 0.85rem;
}
#menu-la .dropdown-item,
#menu-la .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-la .link:hover,
#menu-la .dropdown-item:hover,
#menu-la .link:focus,
#menu-la .dropdown-item:focus {
  color: #f3c649;
}
#menu-la .link[aria-expanded="true"],
#menu-la .dropdown-menu {
  background: #e6e6e6;
}
#menu-la .nav-dropdown-sm .link:focus,
#menu-la .nav-dropdown-sm .link:hover,
#menu-la .nav-dropdown-sm .dropdown-item:focus,
#menu-la .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-la .navbar,
#menu-la .nav-dropdown-sm,
#menu-la .nav-dropdown-sm .link[aria-expanded="true"],
#menu-la .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-la .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-la .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-la .bg-color.transparent.opened .link:hover,
#menu-la .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-la .link[aria-expanded="true"],
#menu-la .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-lb .mbr-section-title,
#content5-lb p {
  color: #fff;
}
#content5-lb P {
  font-size: 36px;
  text-align: center;
}
#content5-lb .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-lb .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-lc .card-subtitle {
  color: #bcbcbc;
}
#features4-lc .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-ld .mbr-section-title,
#msg-box8-ld p {
  color: #fff;
}
#msg-box8-ld .lead P {
  font-size: 17px;
}
#features1-le .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-le .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-le .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-le .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-le .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-le .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-le .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lf .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-lf .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lf .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lf .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lf .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lf .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lf .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lg .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-lg .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lg .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lg .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lg .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lg .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lg .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-lh .mbr-section-title,
#msg-box8-lh p {
  color: #fff;
}
#msg-box8-lh .lead P {
  font-size: 17px;
}
#features1-li .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-li .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-li .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-li .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-li .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-li .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-li .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lj .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-lj .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lj .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lj .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lj .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lj .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lj .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lk .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-lk .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lk .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lk .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lk .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lk .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lk .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-ll .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-ll .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-ll .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-ll .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-ll .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-ll .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-ll .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-lm .mbr-section-title,
#msg-box8-lm p {
  color: #fff;
}
#msg-box8-lm .lead P {
  font-size: 17px;
}
#features1-ln .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-ln .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-ln .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-ln .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-ln .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-ln .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-ln .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#msg-box8-lo .mbr-section-title,
#msg-box8-lo p {
  color: #fff;
}
#msg-box8-lo .lead P {
  font-size: 17px;
}
#features1-lp .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-lp .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lp .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lp .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lp .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lp .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lp .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lq .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-lq .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lq .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lq .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lq .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lq .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lq .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lr .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-lr .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lr .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lr .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lr .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lr .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lr .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-ls .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-ls .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-ls .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-ls .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-ls .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-ls .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-ls .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lt .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-lt .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lt .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lt .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lt .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lt .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lt .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-lu .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-lu .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-lu .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-lu .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
}
#features1-lu .mbr-cards-col:nth-child(even) .card-text {
  color: #000000;
}
#features1-lu .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-lu .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features6-lw P {
  color: #ffffff;
}
#features6-lw H4 {
  color: #ffffff;
}
#footer1-lx P {
  color: #ffffff;
}

#content5-bj .mbr-section-title,
#content5-bj p {
  color: #fff;
}
#content5-bj P {
  font-size: 22px;
}
#features1-bk .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #6f7d8c;
}
#features1-bk .mbr-cards-col:nth-child(even) .card-title {
  color: #6f7d8c;
}
#features1-bk .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #6f7d8c;
}
#features1-bk .mbr-cards-col:nth-child(even) .card-text {
  color: #ffffff;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-text {
  color: #6f7d8c;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-title SPAN {
  color: #6f7d8c;
}
#features1-bk .mbr-cards-col:nth-child(odd) .card-title {
  color: #6f7d8c;
}
#msg-box1-bl H3 {
  color: #ffffff;
  font-size: 36px;
  text-align: left;
}
#form2-bo .mbr-section-title {
  color: #fff;
}
#form2-bo .mbr-section-subtitle {
  color: #ffffff;
}
#contacts1-bp P {
  color: #ffffff;
}
#contacts1-bp STRONG {
  color: #ffffff;
}
#msg-box8-bq .mbr-section-title,
#msg-box8-bq p {
  color: #fff;
}
#msg-box8-bq .lead P {
  text-align: left;
  font-size: 16px;
}
#msg-box8-bq .mbr-section-title {
  text-align: left;
}
#header1-br .mbr-section-lead {
  font-size: 22px;
  color: #ffffff;
}
#header1-br .mbr-section-title {
  font-size: 48px;
}
#header1-br .mbr-section-lead SPAN {
  font-size: 22px;
}
#msg-box5-bt H3 {
  color: #ffffff;
  font-size: 46px;
  text-align: right;
}
#msg-box5-bt P {
  color: #ffffff;
  font-size: 20px;
  text-align: right;
}
#msg-box5-bt SPAN {
  text-align: right;
}
#header3-bu .mbr-section-title,
#header3-bu .mbr-section-subtitle {
  text-align: center;
}
#header3-bv .mbr-section-title,
#header3-bv .mbr-section-subtitle {
  text-align: center;
}
#menu-bw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-bw .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-bw .navbar-toggler {
  color: #6f7d8c;
}
#menu-bw .close-icon::before,
#menu-bw .close-icon::after {
  background-color: #6f7d8c;
}
#menu-bw .link,
#menu-bw .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-bw .link {
  font-size: 0.85rem;
}
#menu-bw .dropdown-item,
#menu-bw .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-bw .link:hover,
#menu-bw .dropdown-item:hover,
#menu-bw .link:focus,
#menu-bw .dropdown-item:focus {
  color: #f3c649;
}
#menu-bw .link[aria-expanded="true"],
#menu-bw .dropdown-menu {
  background: #e6e6e6;
}
#menu-bw .nav-dropdown-sm .link:focus,
#menu-bw .nav-dropdown-sm .link:hover,
#menu-bw .nav-dropdown-sm .dropdown-item:focus,
#menu-bw .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-bw .navbar,
#menu-bw .nav-dropdown-sm,
#menu-bw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-bw .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-bw .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-bw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-bw .bg-color.transparent.opened .link:hover,
#menu-bw .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-bw .link[aria-expanded="true"],
#menu-bw .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#footer1-bx P {
  color: #ffffff;
}

#menu-gk .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gk .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-gk .navbar-toggler {
  color: #6f7d8c;
}
#menu-gk .close-icon::before,
#menu-gk .close-icon::after {
  background-color: #6f7d8c;
}
#menu-gk .link,
#menu-gk .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-gk .link {
  font-size: 0.85rem;
}
#menu-gk .dropdown-item,
#menu-gk .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-gk .link:hover,
#menu-gk .dropdown-item:hover,
#menu-gk .link:focus,
#menu-gk .dropdown-item:focus {
  color: #f3c649;
}
#menu-gk .link[aria-expanded="true"],
#menu-gk .dropdown-menu {
  background: #e6e6e6;
}
#menu-gk .nav-dropdown-sm .link:focus,
#menu-gk .nav-dropdown-sm .link:hover,
#menu-gk .nav-dropdown-sm .dropdown-item:focus,
#menu-gk .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-gk .navbar,
#menu-gk .nav-dropdown-sm,
#menu-gk .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gk .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-gk .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-gk .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gk .bg-color.transparent.opened .link:hover,
#menu-gk .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-gk .link[aria-expanded="true"],
#menu-gk .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-gl .mbr-section-title,
#content5-gl p {
  color: #fff;
}
#content5-gl P {
  font-size: 36px;
  text-align: center;
}
#content5-gl .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-gl .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-i2 .card-subtitle {
  color: #bcbcbc;
}
#features4-i2 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-go .mbr-section-title,
#msg-box8-go p {
  color: #fff;
}
#msg-box8-go .lead P {
  font-size: 17px;
  color: #ffffff;
}
#msg-box8-go .mbr-section-title {
  color: #ffffff;
}
#msg-box5-ng H3 {
  font-size: 36px;
}
#msg-box5-hs H3 {
  font-size: 36px;
}
#msg-box5-np H3 {
  font-size: 36px;
}
#msg-box5-no H3 {
  font-size: 36px;
}
#msg-box8-hx .mbr-section-title,
#msg-box8-hx p {
  color: #fff;
}
#msg-box8-hx .lead P {
  font-size: 17px;
  color: #ffffff;
}
#msg-box8-hx .mbr-section-title {
  color: #ffffff;
}
#msg-box5-hy H3 {
  font-size: 36px;
}
#msg-box5-hy P {
  font-size: 17px;
}
#msg-box8-hu .mbr-section-title,
#msg-box8-hu p {
  color: #fff;
}
#msg-box8-hu .lead P {
  font-size: 17px;
  color: #ffffff;
}
#msg-box8-hu .mbr-section-title {
  color: #ffffff;
}
#msg-box5-gq H3 {
  font-size: 36px;
}
#msg-box5-hz H3 {
  font-size: 36px;
}
#msg-box8-i0 .mbr-section-title,
#msg-box8-i0 p {
  color: #fff;
}
#msg-box8-i0 .lead P {
  font-size: 17px;
  color: #ffffff;
}
#msg-box8-i0 .mbr-section-title {
  color: #ffffff;
}
#msg-box5-gr H3 {
  font-size: 36px;
}
#msg-box5-i1 H3 {
  font-size: 36px;
}
#msg-box5-i1 P {
  font-size: 17px;
}
#msg-box8-h1 .mbr-section-title,
#msg-box8-h1 p {
  color: #fff;
}
#msg-box8-h1 .lead P {
  font-size: 17px;
  color: #ffffff;
}
#msg-box8-h1 .mbr-section-title SPAN {
  color: #ffffff;
}
#msg-box5-h2 H3 {
  font-size: 36px;
}
#msg-box5-nd H3 {
  font-size: 36px;
}
#msg-box8-h4 .mbr-section-title,
#msg-box8-h4 p {
  color: #fff;
}
#msg-box8-h4 .lead P {
  font-size: 17px;
  color: #ffffff;
}
#msg-box8-h4 .mbr-section-title SPAN {
  color: #ffffff;
}
#msg-box5-h5 H3 {
  font-size: 36px;
}
#msg-box5-h6 H3 {
  font-size: 36px;
}
#features6-hq P {
  color: #ffffff;
}
#features6-hq H4 {
  color: #ffffff;
}
#footer1-hr P {
  color: #ffffff;
}

#menu-j0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-j0 .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-j0 .navbar-toggler {
  color: #6f7d8c;
}
#menu-j0 .close-icon::before,
#menu-j0 .close-icon::after {
  background-color: #6f7d8c;
}
#menu-j0 .link,
#menu-j0 .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-j0 .link {
  font-size: 0.85rem;
}
#menu-j0 .dropdown-item,
#menu-j0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-j0 .link:hover,
#menu-j0 .dropdown-item:hover,
#menu-j0 .link:focus,
#menu-j0 .dropdown-item:focus {
  color: #f3c649;
}
#menu-j0 .link[aria-expanded="true"],
#menu-j0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-j0 .nav-dropdown-sm .link:focus,
#menu-j0 .nav-dropdown-sm .link:hover,
#menu-j0 .nav-dropdown-sm .dropdown-item:focus,
#menu-j0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-j0 .navbar,
#menu-j0 .nav-dropdown-sm,
#menu-j0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-j0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-j0 .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-j0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-j0 .bg-color.transparent.opened .link:hover,
#menu-j0 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-j0 .link[aria-expanded="true"],
#menu-j0 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-j1 .mbr-section-title,
#content5-j1 p {
  color: #fff;
}
#content5-j1 P {
  font-size: 36px;
  text-align: center;
}
#content5-j1 .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-j1 .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-j3 .card-subtitle {
  color: #bcbcbc;
}
#features4-j3 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-jb .mbr-section-title,
#msg-box8-jb p {
  color: #fff;
}
#msg-box8-jb .lead P {
  font-size: 17px;
}
#msg-box5-jn H3 {
  font-size: 36px;
}
#msg-box5-jm H3 {
  font-size: 36px;
}
#msg-box5-jp H3 {
  font-size: 36px;
}
#msg-box5-jl H3 {
  font-size: 36px;
}
#msg-box5-jo H3 {
  font-size: 36px;
}
#msg-box8-j6 .mbr-section-title,
#msg-box8-j6 p {
  color: #fff;
}
#msg-box8-j6 .lead P {
  font-size: 17px;
}
#msg-box5-j7 H3 {
  font-size: 36px;
}
#msg-box5-j8 H3 {
  font-size: 36px;
}
#msg-box5-ja H3 {
  font-size: 36px;
}
#msg-box5-j9 H3 {
  font-size: 36px;
}
#msg-box8-jd .mbr-section-title,
#msg-box8-jd p {
  color: #fff;
}
#msg-box8-jd .lead P {
  font-size: 17px;
}
#msg-box8-jd .lead {
  color: #ffffff;
}
#msg-box5-jt H3 {
  font-size: 36px;
}
#msg-box5-ju H3 {
  font-size: 36px;
}
#msg-box5-jr H3 {
  font-size: 36px;
}
#msg-box5-js H3 {
  font-size: 36px;
}
#msg-box5-jv H3 {
  font-size: 36px;
}
#msg-box5-jw H3 {
  font-size: 36px;
}
#features6-jj P {
  color: #ffffff;
}
#features6-jj H4 {
  color: #ffffff;
}
#footer1-jk P {
  color: #ffffff;
}

#menu-8a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8a .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-8a .navbar-toggler {
  color: #6f7d8c;
}
#menu-8a .close-icon::before,
#menu-8a .close-icon::after {
  background-color: #6f7d8c;
}
#menu-8a .link,
#menu-8a .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-8a .link {
  font-size: 0.85rem;
}
#menu-8a .dropdown-item,
#menu-8a .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-8a .link:hover,
#menu-8a .dropdown-item:hover,
#menu-8a .link:focus,
#menu-8a .dropdown-item:focus {
  color: #f3c649;
}
#menu-8a .link[aria-expanded="true"],
#menu-8a .dropdown-menu {
  background: #e6e6e6;
}
#menu-8a .nav-dropdown-sm .link:focus,
#menu-8a .nav-dropdown-sm .link:hover,
#menu-8a .nav-dropdown-sm .dropdown-item:focus,
#menu-8a .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8a .navbar,
#menu-8a .nav-dropdown-sm,
#menu-8a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8a .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8a .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-8a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8a .bg-color.transparent.opened .link:hover,
#menu-8a .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-8a .link[aria-expanded="true"],
#menu-8a .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-8b .mbr-section-title,
#content5-8b p {
  color: #fff;
}
#content5-8b P {
  font-size: 36px;
  text-align: center;
}
#content5-8b .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-8b .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-k7 .card-subtitle {
  color: #bcbcbc;
}
#features4-k7 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-k8 .mbr-section-title,
#msg-box8-k8 p {
  color: #fff;
}
#msg-box5-k4 H3 {
  font-size: 36px;
}
#msg-box5-n6 H3 {
  font-size: 36px;
}
#msg-box8-k9 .mbr-section-title,
#msg-box8-k9 p {
  color: #fff;
}
#msg-box5-kg H3 {
  font-size: 36px;
}
#msg-box5-kg P {
  font-size: 17px;
}
#msg-box5-kh H3 {
  font-size: 36px;
}
#msg-box5-ki H3 {
  font-size: 36px;
}
#msg-box5-kk H3 {
  font-size: 36px;
}
#msg-box5-kj H3 {
  font-size: 36px;
}
#msg-box5-kl H3 {
  font-size: 36px;
}
#features6-dr P {
  color: #ffffff;
}
#features6-dr H4 {
  color: #ffffff;
}
#footer1-8f P {
  color: #ffffff;
}

#menu-8h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8h .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-8h .navbar-toggler {
  color: #6f7d8c;
}
#menu-8h .close-icon::before,
#menu-8h .close-icon::after {
  background-color: #6f7d8c;
}
#menu-8h .link,
#menu-8h .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-8h .link {
  font-size: 0.85rem;
}
#menu-8h .dropdown-item,
#menu-8h .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-8h .link:hover,
#menu-8h .dropdown-item:hover,
#menu-8h .link:focus,
#menu-8h .dropdown-item:focus {
  color: #f3c649;
}
#menu-8h .link[aria-expanded="true"],
#menu-8h .dropdown-menu {
  background: #e6e6e6;
}
#menu-8h .nav-dropdown-sm .link:focus,
#menu-8h .nav-dropdown-sm .link:hover,
#menu-8h .nav-dropdown-sm .dropdown-item:focus,
#menu-8h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-8h .navbar,
#menu-8h .nav-dropdown-sm,
#menu-8h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-8h .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-8h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8h .bg-color.transparent.opened .link:hover,
#menu-8h .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-8h .link[aria-expanded="true"],
#menu-8h .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-8i .mbr-section-title,
#content5-8i p {
  color: #fff;
}
#content5-8i P {
  font-size: 36px;
  text-align: center;
}
#content5-8i .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-8i .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box5-n7 H3 {
  font-size: 36px;
}
#msg-box5-k0 H3 {
  font-size: 36px;
}
#msg-box5-jz H3 {
  font-size: 36px;
}
#msg-box5-k2 H3 {
  font-size: 36px;
}
#msg-box5-k1 H3 {
  font-size: 36px;
}
#msg-box5-n8 H3 {
  font-size: 36px;
}
#msg-box5-k3 H3 {
  font-size: 36px;
}
#features6-dt P {
  color: #ffffff;
}
#features6-dt H4 {
  color: #ffffff;
}
#footer1-8m P {
  color: #ffffff;
}

#menu-30 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-30 .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-30 .navbar-toggler {
  color: #6f7d8c;
}
#menu-30 .close-icon::before,
#menu-30 .close-icon::after {
  background-color: #6f7d8c;
}
#menu-30 .link,
#menu-30 .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-30 .link {
  font-size: 0.85rem;
}
#menu-30 .dropdown-item,
#menu-30 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-30 .link:hover,
#menu-30 .dropdown-item:hover,
#menu-30 .link:focus,
#menu-30 .dropdown-item:focus {
  color: #f3c649;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-menu {
  background: #e6e6e6;
}
#menu-30 .nav-dropdown-sm .link:focus,
#menu-30 .nav-dropdown-sm .link:hover,
#menu-30 .nav-dropdown-sm .dropdown-item:focus,
#menu-30 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-30 .navbar,
#menu-30 .nav-dropdown-sm,
#menu-30 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-30 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-30 .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-30 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-30 .bg-color.transparent.opened .link:hover,
#menu-30 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-31 .mbr-section-title,
#content5-31 p {
  color: #fff;
}
#content5-31 P {
  font-size: 36px;
  text-align: center;
}
#content5-31 .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-31 .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-32 .card-subtitle {
  color: #bcbcbc;
}
#features4-32 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-33 .mbr-section-title,
#msg-box8-33 p {
  color: #fff;
}
#msg-box8-33 .lead P {
  font-size: 17px;
}
#msg-box5-ly H3 {
  font-size: 36px;
}
#msg-box5-m2 H3 {
  font-size: 36px;
}
#msg-box5-m0 H3 {
  font-size: 36px;
}
#msg-box5-m1 H3 {
  font-size: 36px;
}
#msg-box5-m3 H3 {
  font-size: 36px;
}
#msg-box5-lz H3 {
  font-size: 36px;
}
#msg-box8-m4 .mbr-section-title,
#msg-box8-m4 p {
  color: #fff;
}
#msg-box8-m4 .lead P {
  font-size: 17px;
}
#msg-box5-m5 H3 {
  font-size: 36px;
}
#msg-box5-m6 H3 {
  font-size: 36px;
}
#msg-box5-m7 H3 {
  font-size: 36px;
}
#msg-box5-m8 H3 {
  font-size: 36px;
}
#msg-box5-m9 H3 {
  font-size: 36px;
}
#msg-box5-ma H3 {
  font-size: 36px;
}
#msg-box8-37 .mbr-section-title,
#msg-box8-37 p {
  color: #fff;
}
#msg-box8-37 .lead P {
  font-size: 17px;
}
#msg-box5-mb H3 {
  font-size: 36px;
}
#msg-box5-me H3 {
  font-size: 36px;
}
#msg-box5-mf H3 {
  font-size: 36px;
}
#msg-box8-mg .mbr-section-title,
#msg-box8-mg p {
  color: #fff;
}
#msg-box8-mg .lead P {
  font-size: 17px;
}
#msg-box5-mh H3 {
  font-size: 36px;
}
#features6-dp P {
  color: #ffffff;
}
#features6-dp H4 {
  color: #ffffff;
}
#footer1-3i P {
  color: #ffffff;
}

#menu-ci .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ci .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-ci .navbar-toggler {
  color: #6f7d8c;
}
#menu-ci .close-icon::before,
#menu-ci .close-icon::after {
  background-color: #6f7d8c;
}
#menu-ci .link,
#menu-ci .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-ci .link {
  font-size: 0.85rem;
}
#menu-ci .dropdown-item,
#menu-ci .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ci .link:hover,
#menu-ci .dropdown-item:hover,
#menu-ci .link:focus,
#menu-ci .dropdown-item:focus {
  color: #f3c649;
}
#menu-ci .link[aria-expanded="true"],
#menu-ci .dropdown-menu {
  background: #e6e6e6;
}
#menu-ci .nav-dropdown-sm .link:focus,
#menu-ci .nav-dropdown-sm .link:hover,
#menu-ci .nav-dropdown-sm .dropdown-item:focus,
#menu-ci .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ci .navbar,
#menu-ci .nav-dropdown-sm,
#menu-ci .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ci .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ci .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-ci .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ci .bg-color.transparent.opened .link:hover,
#menu-ci .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-ci .link[aria-expanded="true"],
#menu-ci .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-cj .mbr-section-title,
#content5-cj p {
  color: #fff;
}
#content5-cj P {
  font-size: 36px;
  text-align: center;
}
#content5-cj .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-cj .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box2-f6 .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-f6 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-f8 .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-f8 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-f9 .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-f9 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-ni .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-ni .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-f7 .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-f7 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-fa .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-fa .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-fb .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-fb .mbr-section-subtitle {
  color: #a0a0a0;
}
#features6-du P {
  color: #ffffff;
}
#features6-du H4 {
  color: #ffffff;
}
#footer1-cr P {
  color: #ffffff;
}

#menu-c1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-c1 .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-c1 .navbar-toggler {
  color: #6f7d8c;
}
#menu-c1 .close-icon::before,
#menu-c1 .close-icon::after {
  background-color: #6f7d8c;
}
#menu-c1 .link,
#menu-c1 .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-c1 .link {
  font-size: 0.85rem;
}
#menu-c1 .dropdown-item,
#menu-c1 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-c1 .link:hover,
#menu-c1 .dropdown-item:hover,
#menu-c1 .link:focus,
#menu-c1 .dropdown-item:focus {
  color: #f3c649;
}
#menu-c1 .link[aria-expanded="true"],
#menu-c1 .dropdown-menu {
  background: #e6e6e6;
}
#menu-c1 .nav-dropdown-sm .link:focus,
#menu-c1 .nav-dropdown-sm .link:hover,
#menu-c1 .nav-dropdown-sm .dropdown-item:focus,
#menu-c1 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-c1 .navbar,
#menu-c1 .nav-dropdown-sm,
#menu-c1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-c1 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-c1 .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-c1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-c1 .bg-color.transparent.opened .link:hover,
#menu-c1 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-c1 .link[aria-expanded="true"],
#menu-c1 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-c2 .mbr-section-title,
#content5-c2 p {
  color: #fff;
}
#content5-c2 P {
  font-size: 36px;
  text-align: center;
}
#content5-c2 .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-c2 .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box2-cd .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-cd .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-cc .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-cc .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-cg .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-cg .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-mp .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-mp .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-ce .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-ce .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-ch .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-ch .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-fc .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-fc .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-cf .mbr-section-title {
  color: #000000;
  font-size: 25px;
}
#msg-box2-cf .mbr-section-subtitle {
  color: #a0a0a0;
}
#features6-dv P {
  color: #ffffff;
}
#features6-dv H4 {
  color: #ffffff;
}
#footer1-c6 P {
  color: #ffffff;
}

#menu-em .hide-buttons .nav-btn {
  display: none !important;
}
#menu-em .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-em .navbar-toggler {
  color: #6f7d8c;
}
#menu-em .close-icon::before,
#menu-em .close-icon::after {
  background-color: #6f7d8c;
}
#menu-em .link,
#menu-em .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-em .link {
  font-size: 0.85rem;
}
#menu-em .dropdown-item,
#menu-em .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-em .link:hover,
#menu-em .dropdown-item:hover,
#menu-em .link:focus,
#menu-em .dropdown-item:focus {
  color: #f3c649;
}
#menu-em .link[aria-expanded="true"],
#menu-em .dropdown-menu {
  background: #e6e6e6;
}
#menu-em .nav-dropdown-sm .link:focus,
#menu-em .nav-dropdown-sm .link:hover,
#menu-em .nav-dropdown-sm .dropdown-item:focus,
#menu-em .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-em .navbar,
#menu-em .nav-dropdown-sm,
#menu-em .nav-dropdown-sm .link[aria-expanded="true"],
#menu-em .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-em .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-em .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-em .bg-color.transparent.opened .link:hover,
#menu-em .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-em .link[aria-expanded="true"],
#menu-em .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#form1-ey .form-control-label {
  color: #ffffff;
}
#form1-ey SMALL {
  color: #ffffff;
  font-size: 19px;
}
#form1-ey .mbr-section-title {
  color: #ffffff;
}
#footer1-ew P {
  color: #ffffff;
}

#menu-b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-b .navbar-toggler {
  color: #6f7d8c;
}
#menu-b .close-icon::before,
#menu-b .close-icon::after {
  background-color: #6f7d8c;
}
#menu-b .link,
#menu-b .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-b .link {
  font-size: 0.85rem;
}
#menu-b .dropdown-item,
#menu-b .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-b .link:hover,
#menu-b .dropdown-item:hover,
#menu-b .link:focus,
#menu-b .dropdown-item:focus {
  color: #f3c649;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-menu {
  background: #e6e6e6;
}
#menu-b .nav-dropdown-sm .link:focus,
#menu-b .nav-dropdown-sm .link:hover,
#menu-b .nav-dropdown-sm .dropdown-item:focus,
#menu-b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-b .navbar,
#menu-b .nav-dropdown-sm,
#menu-b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-b .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b .bg-color.transparent.opened .link:hover,
#menu-b .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-k .mbr-section-title,
#content5-k p {
  color: #fff;
}
#content5-k P {
  font-size: 36px;
  text-align: center;
}
#content5-k .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-k .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box5-mi H3 {
  font-size: 36px;
}
#msg-box5-mj H3 {
  font-size: 36px;
}
#msg-box5-ml H3 {
  font-size: 36px;
}
#msg-box5-mk H3 {
  font-size: 36px;
}
#msg-box5-mm H3 {
  font-size: 36px;
}
#msg-box5-mt H3 {
  font-size: 36px;
}
#msg-box5-mu H3 {
  font-size: 36px;
}
#msg-box5-mv H3 {
  font-size: 36px;
}
#msg-box5-mw H3 {
  font-size: 36px;
}
#msg-box5-mx H3 {
  font-size: 36px;
}
#features6-do P {
  color: #ffffff;
}
#features6-do H4 {
  color: #ffffff;
}
#footer1-j P {
  color: #ffffff;
}

#menu-i3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-i3 .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-i3 .navbar-toggler {
  color: #6f7d8c;
}
#menu-i3 .close-icon::before,
#menu-i3 .close-icon::after {
  background-color: #6f7d8c;
}
#menu-i3 .link,
#menu-i3 .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-i3 .link {
  font-size: 0.85rem;
}
#menu-i3 .dropdown-item,
#menu-i3 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-i3 .link:hover,
#menu-i3 .dropdown-item:hover,
#menu-i3 .link:focus,
#menu-i3 .dropdown-item:focus {
  color: #f3c649;
}
#menu-i3 .link[aria-expanded="true"],
#menu-i3 .dropdown-menu {
  background: #e6e6e6;
}
#menu-i3 .nav-dropdown-sm .link:focus,
#menu-i3 .nav-dropdown-sm .link:hover,
#menu-i3 .nav-dropdown-sm .dropdown-item:focus,
#menu-i3 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-i3 .navbar,
#menu-i3 .nav-dropdown-sm,
#menu-i3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-i3 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-i3 .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-i3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-i3 .bg-color.transparent.opened .link:hover,
#menu-i3 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-i3 .link[aria-expanded="true"],
#menu-i3 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#content5-i4 .mbr-section-title,
#content5-i4 p {
  color: #fff;
}
#content5-i4 P {
  font-size: 36px;
  text-align: center;
}
#content5-i4 .mbr-section-title {
  font-size: 46px;
  text-align: center;
}
#content5-i4 .mbr-section-title SPAN {
  font-size: 46px;
}
#features4-ix .card-subtitle {
  color: #bcbcbc;
}
#features4-ix .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#msg-box8-i7 .mbr-section-title,
#msg-box8-i7 p {
  color: #fff;
}
#msg-box8-i7 .lead P {
  font-size: 17px;
}
#msg-box8-i7 .mbr-section-title SPAN {
  color: #ffffff;
}
#msg-box5-i9 H3 {
  font-size: 36px;
}
#msg-box5-i8 H3 {
  font-size: 36px;
}
#msg-box8-iy .mbr-section-title,
#msg-box8-iy p {
  color: #fff;
}
#msg-box8-iy .lead P {
  font-size: 17px;
}
#msg-box8-iy .lead B {
  color: #ffffff;
}
#msg-box5-iz H3 {
  font-size: 36px;
}
#msg-box8-ia .mbr-section-title,
#msg-box8-ia p {
  color: #fff;
}
#msg-box8-ia .lead P {
  font-size: 17px;
}
#msg-box5-ib H3 {
  font-size: 36px;
}
#msg-box5-ic H3 {
  font-size: 36px;
}
#msg-box5-id H3 {
  font-size: 36px;
}
#msg-box5-ie H3 {
  font-size: 36px;
}
#features6-iv P {
  color: #ffffff;
}
#features6-iv H4 {
  color: #ffffff;
}
#footer1-iw P {
  color: #ffffff;
}


#content5-b9 .mbr-section-title,
#content5-b9 p {
  color: #fff;
}
#content5-b9 P {
  font-size: 22px;
}
#content5-b9 .mbr-section-title {
  font-size: 60px;
}
#content5-b9 .mbr-section-title SPAN {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
}
#header3-bz .mbr-section-title,
#header3-bz .mbr-section-subtitle {
  text-align: center;
}
#header3-bz H3 {
  color: #6f7d8c;
  font-size: 36px;
}
#header3-bz SMALL {
  color: #6f7d8c;
}
#features1-my .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-my .mbr-cards-col:nth-child(odd) .card-title {
  color: #28324e;
  font-size: 24px;
}
#features1-my .mbr-cards-col:nth-child(even) .card-title {
  font-size: 24px;
  color: #28324e;
}
#features1-my .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #28324e;
}
#features1-my .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #28324e;
}
#features1-mz .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-mz .mbr-cards-col:nth-child(odd) .card-title {
  color: #28324e;
  font-size: 24px;
}
#features1-mz .mbr-cards-col:nth-child(even) .card-title {
  font-size: 24px;
  color: #28324e;
}
#features1-mz .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #28324e;
}
#features1-mz .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #28324e;
}
#features1-n0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-n0 .mbr-cards-col:nth-child(odd) .card-title {
  color: #28324e;
  font-size: 24px;
}
#features1-n0 .mbr-cards-col:nth-child(even) .card-title {
  font-size: 24px;
  color: #28324e;
}
#features1-n0 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #28324e;
}
#features1-n0 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #28324e;
}
#msg-box8-n1 .mbr-section-title,
#msg-box8-n1 p {
  color: #fff;
}
#content6-n2 P {
  font-size: 17px;
}
#msg-box8-dz .mbr-section-title,
#msg-box8-dz p {
  color: #fff;
}
#form2-a .mbr-section-title {
  color: #fff;
}
#form2-a .mbr-section-subtitle {
  color: #ffffff;
}
#msg-box8-nb .mbr-section-title,
#msg-box8-nb p {
  color: #fff;
}
#features6-dm P {
  color: #ffffff;
}
#features6-dm H4 {
  color: #ffffff;
}
#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-1p .navbar-toggler {
  color: #6f7d8c;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #6f7d8c;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-1p .link {
  font-size: 0.85rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #f3c649;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: #e6e6e6;
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1p .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#footer1-5 P {
  color: #ffffff;
}

#menu-nj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-nj .navbar-caption {
  color: #ffffff;
  font-size: 16px;
}
#menu-nj .navbar-toggler {
  color: #6f7d8c;
}
#menu-nj .close-icon::before,
#menu-nj .close-icon::after {
  background-color: #6f7d8c;
}
#menu-nj .link,
#menu-nj .dropdown-item {
  color: #6f7d8c;
  font-family: 'Raleway', sans-serif;
}
#menu-nj .link {
  font-size: 0.85rem;
}
#menu-nj .dropdown-item,
#menu-nj .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-nj .link:hover,
#menu-nj .dropdown-item:hover,
#menu-nj .link:focus,
#menu-nj .dropdown-item:focus {
  color: #f3c649;
}
#menu-nj .link[aria-expanded="true"],
#menu-nj .dropdown-menu {
  background: #e6e6e6;
}
#menu-nj .nav-dropdown-sm .link:focus,
#menu-nj .nav-dropdown-sm .link:hover,
#menu-nj .nav-dropdown-sm .dropdown-item:focus,
#menu-nj .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-nj .navbar,
#menu-nj .nav-dropdown-sm,
#menu-nj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-nj .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-nj .bg-color.transparent .link {
  color: #6f7d8c;
  transition: none;
}
#menu-nj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-nj .bg-color.transparent.opened .link:hover,
#menu-nj .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-nj .link[aria-expanded="true"],
#menu-nj .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#footer1-nk P {
  color: #ffffff;
}
