@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);





body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Montserrat', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Roboto', 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: 'Roboto', 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: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Roboto', sans-serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Roboto', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #999999 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #c94400 !important;
}
.btn-primary {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #737373;
  border-color: #737373;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !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: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #c94400;
  border-color: #c94400;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #7d2a00;
  border-color: #7d2a00;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7d2a00 !important;
  border-color: #7d2a00 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #666666;
  color: #666666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #632100;
  color: #632100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c94400;
  border-color: #c94400;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c94400 !important;
  border-color: #c94400 !important;
}
.text-primary {
  color: #999999 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #c94400 !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #c94400;
}
.btn-social {
  border-color: #999999;
}
.btn-social:hover {
  background: #999999;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #999999;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #999999;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #999999;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #999999;
}
.lead a,
.lead a:hover {
  color: #999999;
}
.lead blockquote {
  border-color: #999999;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffba96;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #999999;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1 .navbar-caption {
  color: #ffffff;
}
#menu-1 .navbar-toggler {
  color: #ffffff;
}
#menu-1 .close-icon::before,
#menu-1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1 .link,
#menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-1 .link {
  font-size: 1.05rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-1 .link:hover,
#menu-1 .dropdown-item:hover,
#menu-1 .link:focus,
#menu-1 .dropdown-item:focus {
  color: #999999;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-menu {
  background: #000000;
}
#menu-1 .nav-dropdown-sm .link:focus,
#menu-1 .nav-dropdown-sm .link:hover,
#menu-1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1 .navbar,
#menu-1 .nav-dropdown-sm,
#menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1 .bg-color.transparent.opened .link:hover,
#menu-1 .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-1 .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}


#menu-4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4 .navbar-caption {
  color: #ffffff;
}
#menu-4 .navbar-toggler {
  color: #ffffff;
}
#menu-4 .close-icon::before,
#menu-4 .close-icon::after {
  background-color: #ffffff;
}
#menu-4 .link,
#menu-4 .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-4 .link {
  font-size: 1.05rem;
}
#menu-4 .dropdown-item,
#menu-4 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-4 .link:hover,
#menu-4 .dropdown-item:hover,
#menu-4 .link:focus,
#menu-4 .dropdown-item:focus {
  color: #999999;
}
#menu-4 .link[aria-expanded="true"],
#menu-4 .dropdown-menu {
  background: #000000;
}
#menu-4 .nav-dropdown-sm .link:focus,
#menu-4 .nav-dropdown-sm .link:hover,
#menu-4 .nav-dropdown-sm .dropdown-item:focus,
#menu-4 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-4 .navbar,
#menu-4 .nav-dropdown-sm,
#menu-4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4 .bg-color.transparent.opened .link:hover,
#menu-4 .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-4 .link[aria-expanded="true"],
#menu-4 .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-4 .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#msg-box8-1b .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1b .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1d H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-1d P {
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-1e .mbr-section-title,
#msg-box8-1e p {
  color: #fff;
}
#msg-box8-1e .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1e .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1j H3 {
  font-size: 16px;
  text-align: left;
  color: #c94400;
}
#msg-box5-1j P {
  font-size: 14px;
  text-align: left;
  color: #c1c1c1;
}
#msg-box8-1l .mbr-section-title,
#msg-box8-1l p {
  color: #fff;
}
#msg-box8-1l .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1l .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1k H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-1k P {
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-1n .mbr-section-title,
#msg-box8-1n p {
  color: #fff;
}
#msg-box8-1n .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1n .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1o H3 {
  font-size: 16px;
  color: #c94400;
  text-align: left;
}
#msg-box5-1o P {
  font-size: 14px;
  color: #c1c1c1;
  text-align: left;
}
#msg-box8-1q .mbr-section-title,
#msg-box8-1q p {
  color: #fff;
}
#msg-box8-1q .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1q .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1r H3 {
  text-align: left;
  font-size: 16px;
  color: #c94400;
}
#msg-box5-1r P {
  color: #c1c1c1;
  font-size: 14px;
}
#msg-box8-1s .mbr-section-title,
#msg-box8-1s p {
  color: #fff;
}
#msg-box8-1s .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1s .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1t H3 {
  text-align: left;
  font-size: 16px;
  color: #c94400;
}
#msg-box5-1t P {
  text-align: left;
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-1w .mbr-section-title,
#msg-box8-1w p {
  color: #fff;
}
#msg-box8-1w .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1w .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1x H3 {
  text-align: left;
  font-size: 16px;
  color: #c94400;
}
#msg-box5-1x P {
  text-align: left;
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-1y .mbr-section-title,
#msg-box8-1y p {
  color: #fff;
}
#msg-box8-1y .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-1y .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-1z H3 {
  text-align: left;
  font-size: 16px;
  color: #c94400;
}
#msg-box5-1z P {
  text-align: left;
  color: #c1c1c1;
  font-size: 14px;
}
#msg-box8-20 .mbr-section-title,
#msg-box8-20 p {
  color: #fff;
}
#msg-box8-20 .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-20 .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-21 H3 {
  text-align: left;
  font-size: 16px;
  color: #c94400;
}
#msg-box5-21 P {
  text-align: left;
  font-size: 14px;
  color: #c1c1c1;
}


#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #ffffff;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #ffffff;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-7 .link {
  font-size: 1.05rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #999999;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #000000;
}
#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: #000000!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: #000000;
}
#menu-7 .bg-color.transparent .link {
  color: #ffffff;
  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: #999999;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-7 .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider-22 H2 {
  font-size: 46px;
}
#gallery1-26 .mbr-gallery-item > div > span {
  color: #c1c1c1;
}
#content7-8o P {
  font-size: 14px;
  color: #c1c1c1;
  text-align: left;
}
#content7-8o DIV {
  color: #c1c1c1;
  font-size: 14px;
}












#msg-box8-a .mbr-section-title,
#msg-box8-a p {
  color: #fff;
}
#msg-box8-a .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-a .mbr-section-title SPAN {
  color: #c94400;
}
#menu-3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3 .navbar-caption {
  color: #ffffff;
}
#menu-3 .navbar-toggler {
  color: #ffffff;
}
#menu-3 .close-icon::before,
#menu-3 .close-icon::after {
  background-color: #ffffff;
}
#menu-3 .link,
#menu-3 .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-3 .link {
  font-size: 1.05rem;
}
#menu-3 .dropdown-item,
#menu-3 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-3 .link:hover,
#menu-3 .dropdown-item:hover,
#menu-3 .link:focus,
#menu-3 .dropdown-item:focus {
  color: #999999;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-menu {
  background: #000000;
}
#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: #000000!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: #000000;
}
#menu-3 .bg-color.transparent .link {
  color: #ffffff;
  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: #999999;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-3 .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box5-9 H3 {
  text-align: left;
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-9 P {
  color: #c1c1c1;
  text-align: left;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
#msg-box8-d .mbr-section-title,
#msg-box8-d p {
  color: #fff;
}
#msg-box8-d .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-d .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-b H3 {
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-b SPAN {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #c1c1c1;
}
#msg-box5-b P {
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-e .mbr-section-title,
#msg-box8-e p {
  color: #fff;
}
#msg-box8-e .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-e .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-g H3 {
  color: #c94400;
  font-size: 16px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-g P {
  color: #c1c1c1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: left;
}
#msg-box8-h .mbr-section-title,
#msg-box8-h p {
  color: #fff;
}
#msg-box8-h .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-h .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-14 H3 {
  text-align: left;
  color: #c94400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#msg-box5-14 P {
  text-align: left;
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-p .mbr-section-title,
#msg-box8-p p {
  color: #fff;
}
#msg-box8-p .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-p .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-16 H3 {
  text-align: left;
  font-size: 16px;
  color: #c94400;
}
#msg-box5-16 P {
  font-size: 14px;
  color: #c1c1c1;
  text-align: left;
}
#msg-box8-r .mbr-section-title,
#msg-box8-r p {
  color: #fff;
}
#msg-box8-r .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-r .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-17 H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-17 P {
  font-size: 14px;
  color: #c1c1c1;
  text-align: left;
}
#msg-box5-17 SPAN {
  text-align: right;
}
#msg-box8-t .mbr-section-title,
#msg-box8-t p {
  color: #fff;
}
#msg-box8-t .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-t .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-18 H3 {
  font-size: 16px;
  color: #c94400;
  text-align: left;
}
#msg-box5-18 SPAN {
  color: #c1c1c1;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#msg-box5-18 P {
  font-size: 14px;
  text-align: left;
  color: #c1c1c1;
}
#msg-box8-v .mbr-section-title,
#msg-box8-v p {
  color: #fff;
}
#msg-box8-v .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-v .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-19 H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-19 SPAN {
  text-align: left;
}
#msg-box5-19 P {
  text-align: left;
  color: #c1c1c1;
  font-size: 14px;
}
#msg-box8-x .mbr-section-title,
#msg-box8-x p {
  color: #fff;
}
#msg-box8-x .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-x .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-y H3 {
  color: #c94400;
  font-size: 16px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-y P {
  color: #c1c1c1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: left;
}



#menu-2j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2j .navbar-caption {
  color: #ffffff;
}
#menu-2j .navbar-toggler {
  color: #ffffff;
}
#menu-2j .close-icon::before,
#menu-2j .close-icon::after {
  background-color: #ffffff;
}
#menu-2j .link,
#menu-2j .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-2j .link {
  font-size: 1.05rem;
}
#menu-2j .dropdown-item,
#menu-2j .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-2j .link:hover,
#menu-2j .dropdown-item:hover,
#menu-2j .link:focus,
#menu-2j .dropdown-item:focus {
  color: #999999;
}
#menu-2j .link[aria-expanded="true"],
#menu-2j .dropdown-menu {
  background: #000000;
}
#menu-2j .nav-dropdown-sm .link:focus,
#menu-2j .nav-dropdown-sm .link:hover,
#menu-2j .nav-dropdown-sm .dropdown-item:focus,
#menu-2j .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-2j .navbar,
#menu-2j .nav-dropdown-sm,
#menu-2j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2j .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-2j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2j .bg-color.transparent.opened .link:hover,
#menu-2j .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-2j .link[aria-expanded="true"],
#menu-2j .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-2j .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box8-2l .mbr-section-title,
#msg-box8-2l p {
  color: #fff;
}
#msg-box8-2l .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-2l .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-2m H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-2m P {
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-2n .mbr-section-title,
#msg-box8-2n p {
  color: #fff;
}
#msg-box8-2n .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-2n .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-2o H3 {
  font-size: 16px;
  text-align: left;
  color: #c94400;
}
#msg-box5-2o P {
  font-size: 14px;
  text-align: left;
  color: #c1c1c1;
  font-family: 'Montserrat', sans-serif;
}


#menu-33 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-33 .navbar-caption {
  color: #ffffff;
}
#menu-33 .navbar-toggler {
  color: #ffffff;
}
#menu-33 .close-icon::before,
#menu-33 .close-icon::after {
  background-color: #ffffff;
}
#menu-33 .link,
#menu-33 .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-33 .link {
  font-size: 1.05rem;
}
#menu-33 .dropdown-item,
#menu-33 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-33 .link:hover,
#menu-33 .dropdown-item:hover,
#menu-33 .link:focus,
#menu-33 .dropdown-item:focus {
  color: #999999;
}
#menu-33 .link[aria-expanded="true"],
#menu-33 .dropdown-menu {
  background: #000000;
}
#menu-33 .nav-dropdown-sm .link:focus,
#menu-33 .nav-dropdown-sm .link:hover,
#menu-33 .nav-dropdown-sm .dropdown-item:focus,
#menu-33 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-33 .navbar,
#menu-33 .nav-dropdown-sm,
#menu-33 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-33 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-33 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-33 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-33 .bg-color.transparent.opened .link:hover,
#menu-33 .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-33 .link[aria-expanded="true"],
#menu-33 .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-33 .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box8-35 .mbr-section-title,
#msg-box8-35 p {
  color: #fff;
}
#msg-box8-35 .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-35 .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-36 H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-36 P {
  font-size: 14px;
  color: #c1c1c1;
}
#msg-box8-39 .mbr-section-title,
#msg-box8-39 p {
  color: #fff;
}
#msg-box8-39 .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-39 .mbr-section-title SPAN {
  color: #c94400;
}
#msg-box5-3a H3 {
  font-size: 16px;
  color: #c94400;
}
#msg-box5-3a P {
  font-size: 14px;
  color: #c1c1c1;
  text-align: left;
}




#msg-box8-3p .mbr-section-title,
#msg-box8-3p p {
  color: #fff;
}
#msg-box8-3p .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-3p .mbr-section-title SPAN {
  color: #c94400;
}
#menu-3q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3q .navbar-caption {
  color: #ffffff;
}
#menu-3q .navbar-toggler {
  color: #ffffff;
}
#menu-3q .close-icon::before,
#menu-3q .close-icon::after {
  background-color: #ffffff;
}
#menu-3q .link,
#menu-3q .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-3q .link {
  font-size: 1.05rem;
}
#menu-3q .dropdown-item,
#menu-3q .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-3q .link:hover,
#menu-3q .dropdown-item:hover,
#menu-3q .link:focus,
#menu-3q .dropdown-item:focus {
  color: #999999;
}
#menu-3q .link[aria-expanded="true"],
#menu-3q .dropdown-menu {
  background: #000000;
}
#menu-3q .nav-dropdown-sm .link:focus,
#menu-3q .nav-dropdown-sm .link:hover,
#menu-3q .nav-dropdown-sm .dropdown-item:focus,
#menu-3q .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-3q .navbar,
#menu-3q .nav-dropdown-sm,
#menu-3q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3q .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-3q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3q .bg-color.transparent.opened .link:hover,
#menu-3q .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-3q .link[aria-expanded="true"],
#menu-3q .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-3q .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box5-3r H3 {
  text-align: left;
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-3r P {
  color: #c1c1c1;
  text-align: left;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-3r DIV {
  color: #c1c1c1;
}
#msg-box5-3r SPAN {
  color: #c1c1c1;
}










#msg-box8-4b .mbr-section-title,
#msg-box8-4b p {
  color: #fff;
}
#msg-box8-4b .mbr-section-title {
  text-align: left;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
#msg-box8-4b .mbr-section-title SPAN {
  font-family: 'Roboto', sans-serif;
}
#menu-4c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4c .navbar-caption {
  color: #ffffff;
}
#menu-4c .navbar-toggler {
  color: #ffffff;
}
#menu-4c .close-icon::before,
#menu-4c .close-icon::after {
  background-color: #ffffff;
}
#menu-4c .link,
#menu-4c .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-4c .link {
  font-size: 1.05rem;
}
#menu-4c .dropdown-item,
#menu-4c .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-4c .link:hover,
#menu-4c .dropdown-item:hover,
#menu-4c .link:focus,
#menu-4c .dropdown-item:focus {
  color: #999999;
}
#menu-4c .link[aria-expanded="true"],
#menu-4c .dropdown-menu {
  background: #000000;
}
#menu-4c .nav-dropdown-sm .link:focus,
#menu-4c .nav-dropdown-sm .link:hover,
#menu-4c .nav-dropdown-sm .dropdown-item:focus,
#menu-4c .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-4c .navbar,
#menu-4c .nav-dropdown-sm,
#menu-4c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4c .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-4c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4c .bg-color.transparent.opened .link:hover,
#menu-4c .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-4c .link[aria-expanded="true"],
#menu-4c .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-4c .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box5-4d H3 {
  text-align: left;
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-4d P {
  color: #c94400;
  text-align: left;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
#msg-box8-4e .mbr-section-title,
#msg-box8-4e p {
  color: #fff;
}
#msg-box8-4e .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box5-4f H3 {
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box8-4g .mbr-section-title,
#msg-box8-4g p {
  color: #fff;
}
#msg-box8-4g .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box5-4h H3 {
  color: #c94400;
  font-size: 16px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-4h P {
  color: #c1c1c1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: left;
}
#msg-box8-4i .mbr-section-title,
#msg-box8-4i p {
  color: #fff;
}
#msg-box8-4i .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box5-4j H3 {
  text-align: left;
  color: #c94400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#msg-box5-4j P {
  text-align: left;
  font-size: 14px;
  color: #c1c1c1;
}








#msg-box8-4x .mbr-section-title,
#msg-box8-4x p {
  color: #fff;
}
#msg-box8-4x .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-4x .mbr-section-title SPAN {
  color: #c94400;
}
#menu-4y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4y .navbar-caption {
  color: #ffffff;
}
#menu-4y .navbar-toggler {
  color: #ffffff;
}
#menu-4y .close-icon::before,
#menu-4y .close-icon::after {
  background-color: #ffffff;
}
#menu-4y .link,
#menu-4y .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-4y .link {
  font-size: 1.05rem;
}
#menu-4y .dropdown-item,
#menu-4y .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-4y .link:hover,
#menu-4y .dropdown-item:hover,
#menu-4y .link:focus,
#menu-4y .dropdown-item:focus {
  color: #999999;
}
#menu-4y .link[aria-expanded="true"],
#menu-4y .dropdown-menu {
  background: #000000;
}
#menu-4y .nav-dropdown-sm .link:focus,
#menu-4y .nav-dropdown-sm .link:hover,
#menu-4y .nav-dropdown-sm .dropdown-item:focus,
#menu-4y .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-4y .navbar,
#menu-4y .nav-dropdown-sm,
#menu-4y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4y .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-4y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4y .bg-color.transparent.opened .link:hover,
#menu-4y .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-4y .link[aria-expanded="true"],
#menu-4y .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-4y .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#content1-bd P {
  color: #c1c1c1;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#content1-bd DIV {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #c94400;
}
#msg-box5-b7 P {
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #c1c1c1;
}
#msg-box5-b8 P {
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #c1c1c1;
}
#msg-box5-b9 P {
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #c1c1c1;
}
#msg-box5-ba P {
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #c1c1c1;
}
#content7-8r P {
  font-size: 14px;
  color: #c1c1c1;
  text-align: left;
}
#content7-8r DIV {
  color: #c1c1c1;
  font-size: 14px;
}


#msg-box8-5j .mbr-section-title,
#msg-box8-5j p {
  color: #fff;
}
#msg-box8-5j .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#menu-5k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5k .navbar-caption {
  color: #ffffff;
}
#menu-5k .navbar-toggler {
  color: #ffffff;
}
#menu-5k .close-icon::before,
#menu-5k .close-icon::after {
  background-color: #ffffff;
}
#menu-5k .link,
#menu-5k .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-5k .link {
  font-size: 1.05rem;
}
#menu-5k .dropdown-item,
#menu-5k .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-5k .link:hover,
#menu-5k .dropdown-item:hover,
#menu-5k .link:focus,
#menu-5k .dropdown-item:focus {
  color: #999999;
}
#menu-5k .link[aria-expanded="true"],
#menu-5k .dropdown-menu {
  background: #000000;
}
#menu-5k .nav-dropdown-sm .link:focus,
#menu-5k .nav-dropdown-sm .link:hover,
#menu-5k .nav-dropdown-sm .dropdown-item:focus,
#menu-5k .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-5k .navbar,
#menu-5k .nav-dropdown-sm,
#menu-5k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5k .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-5k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5k .bg-color.transparent.opened .link:hover,
#menu-5k .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-5k .link[aria-expanded="true"],
#menu-5k .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-5k .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box2-8w .mbr-section-title {
  color: #fff;
}
#msg-box2-8w .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-8w .btn {
  font-size: 14px;
}
#msg-box2-8x .mbr-section-title {
  color: #fff;
}
#msg-box2-8x .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-8y .mbr-section-title {
  color: #fff;
}
#msg-box2-8y .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-8z .mbr-section-title {
  color: #fff;
}
#msg-box2-8z .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-90 .mbr-section-title {
  color: #fff;
}
#msg-box2-90 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-94 .mbr-section-title {
  color: #fff;
}
#msg-box2-94 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-95 .mbr-section-title {
  color: #fff;
}
#msg-box2-95 .mbr-section-subtitle {
  color: #a0a0a0;
}




#msg-box8-6r .mbr-section-title,
#msg-box8-6r p {
  color: #fff;
}
#msg-box8-6r .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-6r .mbr-section-title SPAN {
  color: #c94400;
}
#menu-6s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6s .navbar-caption {
  color: #ffffff;
}
#menu-6s .navbar-toggler {
  color: #ffffff;
}
#menu-6s .close-icon::before,
#menu-6s .close-icon::after {
  background-color: #ffffff;
}
#menu-6s .link,
#menu-6s .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-6s .link {
  font-size: 1.05rem;
}
#menu-6s .dropdown-item,
#menu-6s .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-6s .link:hover,
#menu-6s .dropdown-item:hover,
#menu-6s .link:focus,
#menu-6s .dropdown-item:focus {
  color: #999999;
}
#menu-6s .link[aria-expanded="true"],
#menu-6s .dropdown-menu {
  background: #000000;
}
#menu-6s .nav-dropdown-sm .link:focus,
#menu-6s .nav-dropdown-sm .link:hover,
#menu-6s .nav-dropdown-sm .dropdown-item:focus,
#menu-6s .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-6s .navbar,
#menu-6s .nav-dropdown-sm,
#menu-6s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6s .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-6s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6s .bg-color.transparent.opened .link:hover,
#menu-6s .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-6s .link[aria-expanded="true"],
#menu-6s .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-6s .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box5-6t H3 {
  text-align: left;
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-6t P {
  color: #c1c1c1;
  text-align: left;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-6t SPAN {
  color: #c1c1c1;
}




#msg-box8-7d .mbr-section-title,
#msg-box8-7d p {
  color: #fff;
}
#msg-box8-7d .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#menu-7e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7e .navbar-caption {
  color: #ffffff;
}
#menu-7e .navbar-toggler {
  color: #ffffff;
}
#menu-7e .close-icon::before,
#menu-7e .close-icon::after {
  background-color: #ffffff;
}
#menu-7e .link,
#menu-7e .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#menu-7e .link {
  font-size: 1.05rem;
}
#menu-7e .dropdown-item,
#menu-7e .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-7e .link:hover,
#menu-7e .dropdown-item:hover,
#menu-7e .link:focus,
#menu-7e .dropdown-item:focus {
  color: #999999;
}
#menu-7e .link[aria-expanded="true"],
#menu-7e .dropdown-menu {
  background: #000000;
}
#menu-7e .nav-dropdown-sm .link:focus,
#menu-7e .nav-dropdown-sm .link:hover,
#menu-7e .nav-dropdown-sm .dropdown-item:focus,
#menu-7e .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-7e .navbar,
#menu-7e .nav-dropdown-sm,
#menu-7e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7e .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-7e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7e .bg-color.transparent.opened .link:hover,
#menu-7e .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-7e .link[aria-expanded="true"],
#menu-7e .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-7e .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#msg-box5-7f H3 {
  text-align: left;
  color: #c94400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-7f P {
  color: #c1c1c1;
  text-align: left;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}


#msg-box8-7z .mbr-section-title,
#msg-box8-7z p {
  color: #fff;
}
#msg-box8-7z .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#msg-box8-7z .mbr-section-title SPAN {
  text-align: center;
  color: #c94400;
}
#menu-80 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-80 .navbar-caption {
  color: #ffffff;
}
#menu-80 .navbar-toggler {
  color: #ffffff;
}
#menu-80 .close-icon::before,
#menu-80 .close-icon::after {
  background-color: #ffffff;
}
#menu-80 .link,
#menu-80 .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-80 .link {
  font-size: 1.05rem;
}
#menu-80 .dropdown-item,
#menu-80 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-80 .link:hover,
#menu-80 .dropdown-item:hover,
#menu-80 .link:focus,
#menu-80 .dropdown-item:focus {
  color: #999999;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-menu {
  background: #000000;
}
#menu-80 .nav-dropdown-sm .link:focus,
#menu-80 .nav-dropdown-sm .link:hover,
#menu-80 .nav-dropdown-sm .dropdown-item:focus,
#menu-80 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-80 .navbar,
#menu-80 .nav-dropdown-sm,
#menu-80 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-80 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-80 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-80 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-80 .bg-color.transparent.opened .link:hover,
#menu-80 .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-80 .link[aria-expanded="true"],
#menu-80 .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-80 .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#content6-98 DIV {
  font-size: 20px;
  color: #c94400;
}
#content6-97 P {
  color: #c1c1c1;
}


#menu-9b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9b .navbar-caption {
  color: #ffffff;
}
#menu-9b .navbar-toggler {
  color: #ffffff;
}
#menu-9b .close-icon::before,
#menu-9b .close-icon::after {
  background-color: #ffffff;
}
#menu-9b .link,
#menu-9b .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9b .link {
  font-size: 1.05rem;
}
#menu-9b .dropdown-item,
#menu-9b .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-9b .link:hover,
#menu-9b .dropdown-item:hover,
#menu-9b .link:focus,
#menu-9b .dropdown-item:focus {
  color: #999999;
}
#menu-9b .link[aria-expanded="true"],
#menu-9b .dropdown-menu {
  background: #000000;
}
#menu-9b .nav-dropdown-sm .link:focus,
#menu-9b .nav-dropdown-sm .link:hover,
#menu-9b .nav-dropdown-sm .dropdown-item:focus,
#menu-9b .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9b .navbar,
#menu-9b .nav-dropdown-sm,
#menu-9b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9b .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9b .bg-color.transparent.opened .link:hover,
#menu-9b .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-9b .link[aria-expanded="true"],
#menu-9b .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-9b .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider3-ai P {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
}
#slider3-ai H2 {
  color: #c94400;
  font-size: 36px;
}


#menu-9q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9q .navbar-caption {
  color: #ffffff;
}
#menu-9q .navbar-toggler {
  color: #ffffff;
}
#menu-9q .close-icon::before,
#menu-9q .close-icon::after {
  background-color: #ffffff;
}
#menu-9q .link,
#menu-9q .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9q .link {
  font-size: 1.05rem;
}
#menu-9q .dropdown-item,
#menu-9q .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-9q .link:hover,
#menu-9q .dropdown-item:hover,
#menu-9q .link:focus,
#menu-9q .dropdown-item:focus {
  color: #999999;
}
#menu-9q .link[aria-expanded="true"],
#menu-9q .dropdown-menu {
  background: #000000;
}
#menu-9q .nav-dropdown-sm .link:focus,
#menu-9q .nav-dropdown-sm .link:hover,
#menu-9q .nav-dropdown-sm .dropdown-item:focus,
#menu-9q .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9q .navbar,
#menu-9q .nav-dropdown-sm,
#menu-9q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9q .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9q .bg-color.transparent.opened .link:hover,
#menu-9q .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-9q .link[aria-expanded="true"],
#menu-9q .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-9q .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider3-aj P {
  text-align: left;
  font-size: 18px;
}
#slider3-aj H2 {
  color: #c94400;
  font-size: 36px;
}


#menu-9r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9r .navbar-caption {
  color: #ffffff;
}
#menu-9r .navbar-toggler {
  color: #ffffff;
}
#menu-9r .close-icon::before,
#menu-9r .close-icon::after {
  background-color: #ffffff;
}
#menu-9r .link,
#menu-9r .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9r .link {
  font-size: 1.05rem;
}
#menu-9r .dropdown-item,
#menu-9r .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-9r .link:hover,
#menu-9r .dropdown-item:hover,
#menu-9r .link:focus,
#menu-9r .dropdown-item:focus {
  color: #999999;
}
#menu-9r .link[aria-expanded="true"],
#menu-9r .dropdown-menu {
  background: #000000;
}
#menu-9r .nav-dropdown-sm .link:focus,
#menu-9r .nav-dropdown-sm .link:hover,
#menu-9r .nav-dropdown-sm .dropdown-item:focus,
#menu-9r .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9r .navbar,
#menu-9r .nav-dropdown-sm,
#menu-9r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9r .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9r .bg-color.transparent.opened .link:hover,
#menu-9r .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-9r .link[aria-expanded="true"],
#menu-9r .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-9r .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider3-a5 H2 {
  color: #c94400;
  font-size: 36px;
}
#slider3-a5 P {
  font-size: 18px;
  text-align: left;
}


#menu-9s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9s .navbar-caption {
  color: #ffffff;
}
#menu-9s .navbar-toggler {
  color: #ffffff;
}
#menu-9s .close-icon::before,
#menu-9s .close-icon::after {
  background-color: #ffffff;
}
#menu-9s .link,
#menu-9s .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9s .link {
  font-size: 1.05rem;
}
#menu-9s .dropdown-item,
#menu-9s .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-9s .link:hover,
#menu-9s .dropdown-item:hover,
#menu-9s .link:focus,
#menu-9s .dropdown-item:focus {
  color: #999999;
}
#menu-9s .link[aria-expanded="true"],
#menu-9s .dropdown-menu {
  background: #000000;
}
#menu-9s .nav-dropdown-sm .link:focus,
#menu-9s .nav-dropdown-sm .link:hover,
#menu-9s .nav-dropdown-sm .dropdown-item:focus,
#menu-9s .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9s .navbar,
#menu-9s .nav-dropdown-sm,
#menu-9s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9s .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9s .bg-color.transparent.opened .link:hover,
#menu-9s .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-9s .link[aria-expanded="true"],
#menu-9s .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-9s .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider3-a9 H2 {
  color: #c94400;
  font-size: 36px;
}
#slider3-a9 P {
  font-size: 18px;
  text-align: left;
}


#menu-9t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9t .navbar-caption {
  color: #ffffff;
}
#menu-9t .navbar-toggler {
  color: #ffffff;
}
#menu-9t .close-icon::before,
#menu-9t .close-icon::after {
  background-color: #ffffff;
}
#menu-9t .link,
#menu-9t .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9t .link {
  font-size: 1.05rem;
}
#menu-9t .dropdown-item,
#menu-9t .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-9t .link:hover,
#menu-9t .dropdown-item:hover,
#menu-9t .link:focus,
#menu-9t .dropdown-item:focus {
  color: #999999;
}
#menu-9t .link[aria-expanded="true"],
#menu-9t .dropdown-menu {
  background: #000000;
}
#menu-9t .nav-dropdown-sm .link:focus,
#menu-9t .nav-dropdown-sm .link:hover,
#menu-9t .nav-dropdown-sm .dropdown-item:focus,
#menu-9t .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9t .navbar,
#menu-9t .nav-dropdown-sm,
#menu-9t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9t .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9t .bg-color.transparent.opened .link:hover,
#menu-9t .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-9t .link[aria-expanded="true"],
#menu-9t .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-9t .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider3-ad H2 {
  font-size: 36px;
  color: #c94400;
}


#menu-9u .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9u .navbar-caption {
  color: #ffffff;
}
#menu-9u .navbar-toggler {
  color: #ffffff;
}
#menu-9u .close-icon::before,
#menu-9u .close-icon::after {
  background-color: #ffffff;
}
#menu-9u .link,
#menu-9u .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9u .link {
  font-size: 1.05rem;
}
#menu-9u .dropdown-item,
#menu-9u .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-9u .link:hover,
#menu-9u .dropdown-item:hover,
#menu-9u .link:focus,
#menu-9u .dropdown-item:focus {
  color: #999999;
}
#menu-9u .link[aria-expanded="true"],
#menu-9u .dropdown-menu {
  background: #000000;
}
#menu-9u .nav-dropdown-sm .link:focus,
#menu-9u .nav-dropdown-sm .link:hover,
#menu-9u .nav-dropdown-sm .dropdown-item:focus,
#menu-9u .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9u .navbar,
#menu-9u .nav-dropdown-sm,
#menu-9u .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9u .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9u .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9u .bg-color.transparent.opened .link:hover,
#menu-9u .bg-color.transparent.opened .link:focus {
  color: #999999;
}
#menu-9u .link[aria-expanded="true"],
#menu-9u .dropdown-item[aria-expanded="true"] {
  color: #999999!important;
}
#menu-9u .btn {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
}
#slider3-ah P {
  text-align: left;
  font-size: 18px;
}
#slider3-ah H2 {
  color: #c94400;
  font-size: 36px;
}
