@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
























body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Roboto', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Roboto', 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: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Roboto', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Roboto', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #fac51c !important;
}
.bg-danger {
  background-color: #41a85f !important;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning {
  background-color: #fac51c;
  border-color: #fac51c;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #c59704;
  border-color: #c59704;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c59704 !important;
  border-color: #c59704 !important;
}
.btn-danger {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !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: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ac8404;
  color: #ac8404;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fac51c;
  border-color: #fac51c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fac51c !important;
  border-color: #fac51c !important;
}
.btn-danger-outline {
  background: none;
  border-color: #255e35;
  color: #255e35;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #fac51c !important;
}
.text-danger {
  color: #41a85f !important;
}
.alert-success {
  background-color: #000000;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #fac51c;
}
.alert-danger {
  background-color: #41a85f;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fef8e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #93d5a6;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.scrollToTop_wraper {
  display: none;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-0 .navbar-toggler {
  color: #fac51c;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-0 .link {
  font-size: 1.1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #000000;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-0 .bg-color.transparent .link {
  color: #fac51c;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #fac51c;
}
#header1-1 .mbr-section-title {
  color: #ffffff;
  font-size: 48px;
}
#header1-1 .mbr-section-lead {
  color: #efefef;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
}
#header1-1 .mbr-section-lead SPAN {
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#header1-1 .mbr-section-lead B {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
#header1-1 .btn {
  font-family: 'Roboto', sans-serif;
}
#header1-1 .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-2 P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#content5-2e .mbr-section-title,
#content5-2e p {
  color: #fff;
}
#content5-2e P {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#content5-2e .mbr-section-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#msg-box2-2f .mbr-section-title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
#msg-box2-2f .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-2f .mbr-section-subtitle SPAN {
  font-family: 'Roboto', sans-serif;
}
#msg-box2-2f .btn {
  font-family: 'Roboto', sans-serif;
}
#slider-0 H2 {
  font-family: 'Roboto', sans-serif;
}
#slider-0 P {
  font-family: 'Arimo', sans-serif;
}
#header3-19 .mbr-section-title,
#header3-19 .mbr-section-subtitle {
  text-align: center;
}
#header3-19 H3 {
  color: #000000;
}
#header3-19 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#header3-17 .mbr-section-title,
#header3-17 .mbr-section-subtitle {
  text-align: center;
}
#header3-17 H3 {
  color: #000000;
}
#header3-17 .mbr-section-subtitle {
  font-family: 'Roboto', sans-serif;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#header3-2 H3 {
  color: #000000;
}
#header3-2 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#features3-5 H4 {
  font-family: 'Arimo', sans-serif;
  color: #000000;
  font-size: 24px;
}
#features3-5 P {
  font-family: 'Roboto Condensed', sans-serif;
}
#contacts1-8 STRONG {
  font-family: 'Arimo', sans-serif;
  color: #000000;
  font-size: 15px;
}
#contacts1-8 P {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #28324e;
}
#contacts1-8 A {
  color: #28324e;
}







#menu-p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-p .navbar-toggler {
  color: #fac51c;
}
#menu-p .link,
#menu-p .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-p .link {
  font-size: 1.1rem;
}
#menu-p .dropdown-item,
#menu-p .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-p .link:hover,
#menu-p .dropdown-item:hover,
#menu-p .link:focus,
#menu-p .dropdown-item:focus {
  color: #c0a375;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-menu {
  background: #000000;
}
#menu-p .nav-dropdown-sm .link:focus,
#menu-p .nav-dropdown-sm .link:hover,
#menu-p .nav-dropdown-sm .dropdown-item:focus,
#menu-p .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-p .navbar,
#menu-p .nav-dropdown-sm,
#menu-p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-p .bg-color.transparent .link {
  color: #fac51c;
  transition: none;
}
#menu-p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p .bg-color.transparent.opened .link:hover,
#menu-p .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-p.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-p .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-p .close-icon::before,
#menu-p .close-icon::after {
  background-color: #fac51c;
}
#footer1-q P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#msg-box8-r .mbr-section-title,
#msg-box8-r p {
  color: #fff;
}
#header3-s .mbr-section-title,
#header3-s .mbr-section-subtitle {
  text-align: center;
}
#header3-s H3 {
  color: #000000;
}
#header3-s .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#content1-t P {
  font-family: 'Roboto', sans-serif;
}
#image2-u DIV {
  font-family: 'Roboto', sans-serif;
}
#header3-w .mbr-section-title,
#header3-w .mbr-section-subtitle {
  text-align: center;
}
#header3-w H3 {
  color: #000000;
}
#header3-w .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}







#menu-1b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1b .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-1b .navbar-toggler {
  color: #fac51c;
}
#menu-1b .link,
#menu-1b .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-1b .link {
  font-size: 1.1rem;
}
#menu-1b .dropdown-item,
#menu-1b .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-1b .link:hover,
#menu-1b .dropdown-item:hover,
#menu-1b .link:focus,
#menu-1b .dropdown-item:focus {
  color: #c0a375;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-menu {
  background: #000000;
}
#menu-1b .nav-dropdown-sm .link:focus,
#menu-1b .nav-dropdown-sm .link:hover,
#menu-1b .nav-dropdown-sm .dropdown-item:focus,
#menu-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1b .navbar,
#menu-1b .nav-dropdown-sm,
#menu-1b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1b .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1b .bg-color.transparent .link {
  color: #fac51c;
  transition: none;
}
#menu-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1b .bg-color.transparent.opened .link:hover,
#menu-1b .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1b .close-icon::before,
#menu-1b .close-icon::after {
  background-color: #fac51c;
}
#footer1-1c P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#msg-box8-1d .mbr-section-title,
#msg-box8-1d p {
  color: #fff;
}
#header3-1e .mbr-section-title,
#header3-1e .mbr-section-subtitle {
  text-align: center;
}
#header3-1e H3 {
  color: #000000;
}
#header3-1e .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#content1-1f P {
  font-family: 'Roboto', sans-serif;
}
#image2-1g DIV {
  font-family: 'Roboto', sans-serif;
}
#header3-1h .mbr-section-title,
#header3-1h .mbr-section-subtitle {
  text-align: center;
}
#header3-1h H3 {
  color: #000000;
}
#header3-1h .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}







#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-1p .navbar-toggler {
  color: #fac51c;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-1p .link {
  font-size: 1.1rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #c0a375;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: #000000;
}
#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: #000000!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: #000000;
}
#menu-1p .bg-color.transparent .link {
  color: #fac51c;
  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: #c0a375;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1p.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1p .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #fac51c;
}
#footer1-1q P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#msg-box8-1r .mbr-section-title,
#msg-box8-1r p {
  color: #fff;
}
#header3-1s .mbr-section-title,
#header3-1s .mbr-section-subtitle {
  text-align: center;
}
#header3-1s H3 {
  color: #000000;
}
#header3-1s .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#content1-1t P {
  font-family: 'Roboto', sans-serif;
}
#image2-1u DIV {
  font-family: 'Roboto', sans-serif;
}
#header3-1v .mbr-section-title,
#header3-1v .mbr-section-subtitle {
  text-align: center;
}
#header3-1v H3 {
  color: #000000;
}
#header3-1v .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}







#menu-1i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1i .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-1i .navbar-toggler {
  color: #fac51c;
}
#menu-1i .link,
#menu-1i .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-1i .link {
  font-size: 1.1rem;
}
#menu-1i .dropdown-item,
#menu-1i .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-1i .link:hover,
#menu-1i .dropdown-item:hover,
#menu-1i .link:focus,
#menu-1i .dropdown-item:focus {
  color: #c0a375;
}
#menu-1i .link[aria-expanded="true"],
#menu-1i .dropdown-menu {
  background: #000000;
}
#menu-1i .nav-dropdown-sm .link:focus,
#menu-1i .nav-dropdown-sm .link:hover,
#menu-1i .nav-dropdown-sm .dropdown-item:focus,
#menu-1i .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1i .navbar,
#menu-1i .nav-dropdown-sm,
#menu-1i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1i .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1i .bg-color.transparent .link {
  color: #fac51c;
  transition: none;
}
#menu-1i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1i .bg-color.transparent.opened .link:hover,
#menu-1i .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1i .link[aria-expanded="true"],
#menu-1i .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1i.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1i .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1i .close-icon::before,
#menu-1i .close-icon::after {
  background-color: #fac51c;
}
#footer1-1j P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#msg-box8-1k .mbr-section-title,
#msg-box8-1k p {
  color: #fff;
}
#header3-1l .mbr-section-title,
#header3-1l .mbr-section-subtitle {
  text-align: center;
}
#header3-1l H3 {
  color: #000000;
}
#header3-1l .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#content1-1m P {
  font-family: 'Roboto', sans-serif;
}
#image2-1n DIV {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#header3-1o .mbr-section-title,
#header3-1o .mbr-section-subtitle {
  text-align: center;
}
#header3-1o H3 {
  color: #000000;
}
#header3-1o .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}











#msg-box8-1z .mbr-section-title,
#msg-box8-1z p {
  color: #fff;
}
#msg-box8-1z .mbr-section-title {
  font-size: 100px;
}
#menu-1x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1x .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-1x .navbar-toggler {
  color: #fac51c;
}
#menu-1x .link,
#menu-1x .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-1x .link {
  font-size: 1.1rem;
}
#menu-1x .dropdown-item,
#menu-1x .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-1x .link:hover,
#menu-1x .dropdown-item:hover,
#menu-1x .link:focus,
#menu-1x .dropdown-item:focus {
  color: #c0a375;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-menu {
  background: #000000;
}
#menu-1x .nav-dropdown-sm .link:focus,
#menu-1x .nav-dropdown-sm .link:hover,
#menu-1x .nav-dropdown-sm .dropdown-item:focus,
#menu-1x .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1x .navbar,
#menu-1x .nav-dropdown-sm,
#menu-1x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1x .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1x .bg-color.transparent .link {
  color: #fac51c;
  transition: none;
}
#menu-1x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1x .bg-color.transparent.opened .link:hover,
#menu-1x .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1x.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1x .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1x .close-icon::before,
#menu-1x .close-icon::after {
  background-color: #fac51c;
}
#msg-box5-20 .btn {
  font-family: 'Arimo', sans-serif;
}
#msg-box5-20 P {
  font-family: 'Arimo', sans-serif;
  color: #2b0680;
}
#msg-box5-20 H3 {
  color: #000000;
}
#msg-box5-21 H3 {
  color: #000000;
}
#msg-box5-21 P {
  color: #2b0680;
  font-family: 'Arimo', sans-serif;
}
#msg-box5-21 .btn {
  font-family: 'Arimo', sans-serif;
}
#msg-box5-22 P {
  color: #2b0680;
  font-family: 'Arimo', sans-serif;
}
#msg-box5-22 .btn {
  font-family: 'Arimo', sans-serif;
}
#msg-box5-22 H3 {
  color: #000000;
}
#msg-box5-23 H3 {
  color: #000000;
}
#msg-box5-23 P {
  color: #2b0680;
  font-family: 'Arimo', sans-serif;
}
#msg-box5-23 .btn {
  font-family: 'Arimo', sans-serif;
}
#footer1-1y P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}









#menu-27 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-27 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-27 .navbar-toggler {
  color: #fac51c;
}
#menu-27 .link,
#menu-27 .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-27 .link {
  font-size: 1.1rem;
}
#menu-27 .dropdown-item,
#menu-27 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-27 .link:hover,
#menu-27 .dropdown-item:hover,
#menu-27 .link:focus,
#menu-27 .dropdown-item:focus {
  color: #c0a375;
}
#menu-27 .link[aria-expanded="true"],
#menu-27 .dropdown-menu {
  background: #000000;
}
#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: #000000!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: #000000;
}
#menu-27 .bg-color.transparent .link {
  color: #fac51c;
  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: #c0a375;
}
#menu-27 .link[aria-expanded="true"],
#menu-27 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!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: #fac51c;
}
#footer1-28 P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#content5-2a .mbr-section-title,
#content5-2a p {
  color: #fff;
}
#content5-2a .mbr-section-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#content5-2a P {
  text-align: center;
}
#msg-box3-2b .mbr-section-title,
#msg-box3-2b p {
  color: #000;
}
#msg-box3-2b .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2b .lead P {
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2b .btn {
  font-family: 'Roboto', sans-serif;
}
#slider2-2c .mbr-section-title,
#slider2-2c .mbr-section-lead {
  color: #fff;
}
#contacts1-29 STRONG {
  font-family: 'Arimo', sans-serif;
  color: #000000;
  font-size: 15px;
}
#contacts1-29 P {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #28324e;
}
#contacts1-29 A {
  color: #28324e;
}














#header1-2h .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#header3-2k .mbr-section-title,
#header3-2k .mbr-section-subtitle {
  text-align: center;
}
#header3-2k .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#header3-2k .mbr-section-subtitle {
  font-family: 'Roboto', sans-serif;
}
#content1-2i P {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#content1-2i DIV {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  color: #000000;
}
#menu-24 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-24 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#menu-24 .navbar-toggler {
  color: #fac51c;
}
#menu-24 .link,
#menu-24 .dropdown-item {
  color: #fac51c;
  font-family: 'Arimo', sans-serif;
}
#menu-24 .link {
  font-size: 1.1rem;
}
#menu-24 .dropdown-item,
#menu-24 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-24 .link:hover,
#menu-24 .dropdown-item:hover,
#menu-24 .link:focus,
#menu-24 .dropdown-item:focus {
  color: #c0a375;
}
#menu-24 .link[aria-expanded="true"],
#menu-24 .dropdown-menu {
  background: #000000;
}
#menu-24 .nav-dropdown-sm .link:focus,
#menu-24 .nav-dropdown-sm .link:hover,
#menu-24 .nav-dropdown-sm .dropdown-item:focus,
#menu-24 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-24 .navbar,
#menu-24 .nav-dropdown-sm,
#menu-24 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-24 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-24 .bg-color.transparent .link {
  color: #fac51c;
  transition: none;
}
#menu-24 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-24 .bg-color.transparent.opened .link:hover,
#menu-24 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-24 .link[aria-expanded="true"],
#menu-24 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-24.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-24 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-24 .close-icon::before,
#menu-24 .close-icon::after {
  background-color: #fac51c;
}
#footer1-25 P {
  font-family: 'Arimo', sans-serif;
  color: #ffffff;
}
#features4-2l .card-subtitle {
  color: #bcbcbc;
}
#features4-2l .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-2l H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #000000;
}
#msg-box3-2j .mbr-section-title,
#msg-box3-2j p {
  color: #000;
}
#msg-box3-2j .mbr-section-title {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2j .lead P {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2j .btn {
  font-family: 'Roboto', sans-serif;
}
#contacts1-26 STRONG {
  font-family: 'Arimo', sans-serif;
  color: #000000;
  font-size: 15px;
}
#contacts1-26 P {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #28324e;
}
#contacts1-26 A {
  color: #28324e;
}
