@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);



body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Open Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Open Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #2969b0 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7c706b !important;
}
.bg-warning {
  background-color: #ffd700 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #2969b0;
  border-color: #2969b0;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #1b4472;
  border-color: #1b4472;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b4472 !important;
  border-color: #1b4472 !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: #7c706b;
  border-color: #7c706b;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #534b48;
  border-color: #534b48;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534b48 !important;
  border-color: #534b48 !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: #ffd700;
  border-color: #ffd700;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #b39700;
  border-color: #b39700;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b39700 !important;
  border-color: #b39700 !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: #16385d;
  color: #16385d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2969b0;
  border-color: #2969b0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2969b0 !important;
  border-color: #2969b0 !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: #453f3c;
  color: #453f3c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7c706b;
  border-color: #7c706b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7c706b !important;
  border-color: #7c706b !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: #998100;
  color: #998100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffd700;
  border-color: #ffd700;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !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: #2969b0 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7c706b !important;
}
.text-warning {
  color: #ffd700 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7c706b;
}
.alert-warning {
  background-color: #ffd700;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #2969b0;
}
.btn-social:hover {
  background: #2969b0;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2969b0;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2969b0;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2969b0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2969b0;
}
.lead a,
.lead a:hover {
  color: #2969b0;
}
.lead blockquote {
  border-color: #2969b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #79aae0;
}
.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: #b9b1ae;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff7cc;
}
.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: #2969b0;
}
.scrollToTop_wraper {
  display: none;
}
.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;
}
#menu-3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#menu-3 .navbar-toggler {
  color: #323232;
}
#menu-3 .link,
#menu-3 .dropdown-item {
  color: #323232;
  font-family: 'Open Sans Condensed', sans-serif;
}
#menu-3 .link {
  font-size: 1rem;
}
#menu-3 .dropdown-item,
#menu-3 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-3 .link:hover,
#menu-3 .dropdown-item:hover,
#menu-3 .link:focus,
#menu-3 .dropdown-item:focus {
  color: #2969b0;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-menu {
  background: #e6e6e6;
}
#menu-3 .nav-dropdown-sm .link:focus,
#menu-3 .nav-dropdown-sm .link:hover,
#menu-3 .nav-dropdown-sm .dropdown-item:focus,
#menu-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3 .navbar,
#menu-3 .nav-dropdown-sm,
#menu-3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3 .bg-color.transparent .link {
  color: #323232;
  transition: none;
}
#menu-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3 .bg-color.transparent.opened .link:hover,
#menu-3 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#menu-3.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3 .close-icon::before,
#menu-3 .close-icon::after {
  background-color: #323232;
}
#slider-2q P {
  text-align: center;
  font-size: 14px;
}
#slider-2q H2 {
  text-align: left;
  font-size: 48px;
}
#slider-2q .btn {
  font-size: 12px;
}
#features1-18 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features1-18 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features1-18 .mbr-cards-col:nth-child(odd) .card-text {
  text-align: left;
  font-size: 14px;
}
#custom-html-4f {
  /* Type valid CSS here */
}
#custom-html-4f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4f p {
  font-size: 60px;
  color: #777;
}
#footer1-4 P {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: center;
}







#menu-27 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-27 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#menu-27 .navbar-toggler {
  color: #323232;
}
#menu-27 .link,
#menu-27 .dropdown-item {
  color: #323232;
  font-family: 'Open Sans Condensed', sans-serif;
}
#menu-27 .link {
  font-size: 1rem;
}
#menu-27 .dropdown-item,
#menu-27 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-27 .link:hover,
#menu-27 .dropdown-item:hover,
#menu-27 .link:focus,
#menu-27 .dropdown-item:focus {
  color: #2969b0;
}
#menu-27 .link[aria-expanded="true"],
#menu-27 .dropdown-menu {
  background: #e6e6e6;
}
#menu-27 .nav-dropdown-sm .link:focus,
#menu-27 .nav-dropdown-sm .link:hover,
#menu-27 .nav-dropdown-sm .dropdown-item:focus,
#menu-27 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-27 .navbar,
#menu-27 .nav-dropdown-sm,
#menu-27 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-27 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-27 .bg-color.transparent .link {
  color: #323232;
  transition: none;
}
#menu-27 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-27 .bg-color.transparent.opened .link:hover,
#menu-27 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-27 .link[aria-expanded="true"],
#menu-27 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#menu-27.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-27 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-27 .close-icon::before,
#menu-27 .close-icon::after {
  background-color: #323232;
}
#extTable1-38 .mbr-section-title SPAN {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#extTable1-38 .mbr-section-title {
  font-size: 14px;
}
#extTable1-38 TD {
  font-size: 12px;
  color: #2969b0;
}
#extTable1-38 TH {
  font-size: 12px;
}
#extTable1-38 TABLE {
  text-align: left;
}
#extTable1-38 .info,
#extTable1-38 .dataTables_info {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 9px;
}
#extTable1-38 .dataTables_filter p,
#extTable1-38 .dataTables_filter label {
  font-size: 14px;
}
#extTable1-39 .mbr-section-title SPAN {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
}
#extTable1-39 .mbr-section-title {
  font-size: 14px;
}
#extTable1-39 TD {
  font-size: 12px;
  color: #2969b0;
}
#extTable1-39 TH {
  font-size: 12px;
}
#extTable1-39 TABLE {
  text-align: left;
}
#extTable1-39 .info,
#extTable1-39 .dataTables_info {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 9px;
}
#extTable1-39 .dataTables_filter p,
#extTable1-39 .dataTables_filter label {
  font-size: 14px;
}
#footer1-28 P {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: center;
}
#footer1-28 A {
  color: #f3c649;
}






#menu-5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#menu-5 .navbar-toggler {
  color: #323232;
}
#menu-5 .link,
#menu-5 .dropdown-item {
  color: #323232;
  font-family: 'Open Sans Condensed', sans-serif;
}
#menu-5 .link {
  font-size: 1rem;
}
#menu-5 .dropdown-item,
#menu-5 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-5 .link:hover,
#menu-5 .dropdown-item:hover,
#menu-5 .link:focus,
#menu-5 .dropdown-item:focus {
  color: #2969b0;
}
#menu-5 .link[aria-expanded="true"],
#menu-5 .dropdown-menu {
  background: #e6e6e6;
}
#menu-5 .nav-dropdown-sm .link:focus,
#menu-5 .nav-dropdown-sm .link:hover,
#menu-5 .nav-dropdown-sm .dropdown-item:focus,
#menu-5 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5 .navbar,
#menu-5 .nav-dropdown-sm,
#menu-5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-5 .bg-color.transparent .link {
  color: #323232;
  transition: none;
}
#menu-5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5 .bg-color.transparent.opened .link:hover,
#menu-5 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-5 .link[aria-expanded="true"],
#menu-5 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#menu-5.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5 .close-icon::before,
#menu-5 .close-icon::after {
  background-color: #323232;
}
#header3-p .mbr-section-title,
#header3-p .mbr-section-subtitle {
  text-align: center;
}
#header3-p .mbr-section-title {
  font-size: 24px;
}
#content2-r DIV {
  text-align: center;
}
#content2-r SPAN {
  font-family: 'Open Sans Condensed', sans-serif;
}
#content2-r BLOCKQUOTE {
  font-family: 'Open Sans Condensed', sans-serif;
}
#msg-box1-t H2 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: right;
}
#content1-43 P {
  text-align: center;
}
#custom-html-3z {
  /* Type valid CSS here */
}
#custom-html-3z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3z p {
  font-size: 60px;
  color: #777;
}
#footer1-6 P {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: center;
}
#footer1-6 A {
  color: #f3c649;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#menu-7 .navbar-toggler {
  color: #323232;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #323232;
  font-family: 'Open Sans Condensed', sans-serif;
}
#menu-7 .link {
  font-size: 1rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #2969b0;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #323232;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#menu-7.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-7 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #323232;
}
#footer1-8 P {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: center;
}
#footer1-8 A {
  color: #f3c649;
}
#header3-o .mbr-section-title,
#header3-o .mbr-section-subtitle {
  text-align: center;
}
#header3-o .mbr-section-title {
  font-size: 24px;
}



#menu-9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9 .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#menu-9 .navbar-toggler {
  color: #323232;
}
#menu-9 .link,
#menu-9 .dropdown-item {
  color: #323232;
  font-family: 'Open Sans Condensed', sans-serif;
}
#menu-9 .link {
  font-size: 1rem;
}
#menu-9 .dropdown-item,
#menu-9 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-9 .link:hover,
#menu-9 .dropdown-item:hover,
#menu-9 .link:focus,
#menu-9 .dropdown-item:focus {
  color: #2969b0;
}
#menu-9 .link[aria-expanded="true"],
#menu-9 .dropdown-menu {
  background: #e6e6e6;
}
#menu-9 .nav-dropdown-sm .link:focus,
#menu-9 .nav-dropdown-sm .link:hover,
#menu-9 .nav-dropdown-sm .dropdown-item:focus,
#menu-9 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-9 .navbar,
#menu-9 .nav-dropdown-sm,
#menu-9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-9 .bg-color.transparent .link {
  color: #323232;
  transition: none;
}
#menu-9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9 .bg-color.transparent.opened .link:hover,
#menu-9 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-9 .link[aria-expanded="true"],
#menu-9 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#menu-9.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-9 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-9 .close-icon::before,
#menu-9 .close-icon::after {
  background-color: #323232;
}
#msg-box1-35 H3 {
  font-size: 24px;
}
#footer1-a P {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: center;
}
#footer1-a A {
  color: #f3c649;
}










#menu-4j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4j .navbar-caption {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#menu-4j .navbar-toggler {
  color: #323232;
}
#menu-4j .link,
#menu-4j .dropdown-item {
  color: #323232;
  font-family: 'Open Sans Condensed', sans-serif;
}
#menu-4j .link {
  font-size: 1rem;
}
#menu-4j .dropdown-item,
#menu-4j .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-4j .link:hover,
#menu-4j .dropdown-item:hover,
#menu-4j .link:focus,
#menu-4j .dropdown-item:focus {
  color: #2969b0;
}
#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: #323232;
  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: #2969b0;
}
#menu-4j .link[aria-expanded="true"],
#menu-4j .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#menu-4j.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-4j .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-4j .close-icon::before,
#menu-4j .close-icon::after {
  background-color: #323232;
}
#header3-4p .mbr-section-title,
#header3-4p .mbr-section-subtitle {
  text-align: center;
}
#header3-4p .mbr-section-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 32px;
}
#features3-4o H5 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#features3-4o H4 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#features3-4q H5 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#features3-4q H4 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#features3-4r H5 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#features3-4r H4 {
  font-family: 'Open Sans Condensed', sans-serif;
}
#footer1-4n P {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: center;
}
#footer1-4n A {
  color: #f3c649;
}
