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

body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #41a85f !important;
}
.bg-info {
  background-color: #553982 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #90a878 !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: #553982;
  border-color: #553982;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #32224d;
  border-color: #32224d;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #32224d !important;
  border-color: #32224d !important;
}
.btn-success {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-warning {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !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: #271a3b;
  color: #271a3b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #553982;
  border-color: #553982;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #553982 !important;
  border-color: #553982 !important;
}
.btn-success-outline {
  background: none;
  border-color: #255e35;
  color: #255e35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #41a85f !important;
}
.text-info {
  color: #553982 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #90a878 !important;
}
.alert-success {
  background-color: #41a85f;
}
.alert-info {
  background-color: #553982;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #90a878;
}
.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: #93d5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9477c3;
}
.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: #d0dac6;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.features6 .description {
  font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
  font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #c0a375;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Lora', serif;
}
.extHeader5 .container label {
  font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #c0a375;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #c0a375;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #c0a375;
}
.extCounters2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #c0a375;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #c0a375;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #c0a375;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #c0a375;
}
.extAccordion1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #c0a375;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #c0a375;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #c0a375;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #c0a375;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #c0a375 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #c0a375;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #c0a375;
}
.theme-border {
  border: 1px solid #c0a375;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#header1-0 H1 {
  font-size: 48px;
  color: #d14841;
}
#header1-0 P {
  font-size: 20px;
  color: #efefef;
}
#content1-0 P {
  color: #2b0680;
  font-size: 15px;
}
#slider-0 H2 {
  font-size: 48px;
  color: #5391e2;
}
#slider-0 P {
  color: #efefef;
  font-size: 20px;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}
























#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#msg-box2-0 .mbr-section-title {
  color: #efefef;
}
#msg-box2-0 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-0 .btn {
  font-size: 10px;
}
#extMsg-box4-53 P {
  color: #28324e;
}
#extMsg-box4-53 SPAN {
  color: #232323;
  font-size: 20px;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-0 .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1 .lead P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#msg-box3-1 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-4 .mbr-section-title,
#msg-box3-4 p {
  color: #000;
}
#msg-box3-4 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-4 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#msg-box3-2 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-4s .mbr-section-title,
#msg-box3-4s p {
  color: #000;
}
#msg-box3-4s .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-4s .lead P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#msg-box3-4s .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-3 .lead P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#msg-box3-3 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-5 .mbr-section-title,
#msg-box3-5 p {
  color: #000;
}
#msg-box3-5 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-5 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box4-55 H3 {
  font-size: 20px;
}
#msg-box4-55 P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#msg-box4-4x H3 {
  font-size: 20px;
}
#msg-box4-4x P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-4y .mbr-section-title,
#msg-box3-4y p {
  color: #000;
}
#msg-box3-4y .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-6 .mbr-section-title,
#msg-box3-6 p {
  color: #000;
}
#msg-box3-6 .mbr-section-title {
  font-size: 17px;
  color: #28324e;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-6 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#features1-1 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1 H4 {
  color: #c0a375;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#features1-1 H5 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #000000;
  text-align: left;
}
#features1-1 P {
  color: #000000;
  font-size: 15px;
  text-align: left;
}
#features1-0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-0 H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #c0a375;
}
#features1-0 H5 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #000000;
  text-align: left;
}
#features1-0 P {
  text-align: left;
  font-size: 15px;
  color: #000000;
}
#features1-2 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2 H4 {
  color: #c0a375;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#features1-2 H5 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #c0a375;
  text-align: center;
}
#features1-2 P {
  font-size: 15px;
  color: #000000;
  text-align: left;
}
#features3-0 H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #c0a375;
}
#features3-0 H5 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #c0a375;
}
#features3-0 P {
  font-size: 15px;
  text-align: left;
}
#msg-box2-1 .mbr-section-title {
  color: #fff;
}
#msg-box2-1 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}















#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#msg-box2-2 .mbr-section-title {
  color: #c0a375;
}
#msg-box2-2 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-2 .btn {
  font-size: 10px;
}
#msg-box3-5 .mbr-section-title,
#msg-box3-5 p {
  color: #000;
}
#msg-box3-5 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-5 .lead P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-0 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #28324e;
}
#msg-box3-0 .lead SPAN {
  font-size: 15px;
  text-align: left;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  color: #28324e;
  font-size: 20px;
}
#msg-box3-1 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: left;
}
#msg-box3-1 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: left;
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#msg-box3-2 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-3 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #28324e;
}
#features4-1 .card-subtitle {
  color: #232323;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#features4-1 .iconbox {
  background-color: #ffffff;
  border-color: #ffffff;
}
#features4-1 H4 {
  font-size: 17px;
  color: #c0a375;
  font-family: 'Roboto', sans-serif;
}
#features4-0 .card-subtitle {
  color: #000000;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#features4-0 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-0 H4 {
  font-size: 17px;
  color: #c0a375;
  font-family: 'Roboto', sans-serif;
}
#features4-2 .card-subtitle {
  color: #232323;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#features4-2 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-2 H4 {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #c0a375;
}
#msg-box3-4 .mbr-section-title,
#msg-box3-4 p {
  color: #000;
}
#msg-box3-4 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-4 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box2-1 .mbr-section-title {
  color: #fff;
}
#msg-box2-1 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}













#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#msg-box2-0 .mbr-section-title {
  color: #efefef;
}
#msg-box2-0 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-0 .btn {
  font-size: 10px;
}
#msg-box3-6 .mbr-section-title,
#msg-box3-6 p {
  color: #000;
}
#msg-box3-6 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-6 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#msg-box3-2 .mbr-section-title {
  color: #28324e;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box5-0 H3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#msg-box5-0 P {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  color: #28324e;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-1 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-0 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#msg-box3-0 .lead UL {
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #28324e;
}
#msg-box3-3 .lead P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#msg-box2-1 .mbr-section-title {
  color: #fff;
}
#msg-box2-1 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}






#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #c0a375;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #c0a375;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #c0a375;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #c0a375;
  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 .btn {
  font-size: 14px;
}
#content5-0 .mbr-section-title,
#content5-0 p {
  color: #fff;
}
#content5-0 .mbr-section-title {
  color: #d2c3f5;
}
#msg-box3-7 .mbr-section-title,
#msg-box3-7 p {
  color: #000;
}
#msg-box3-7 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #28324e;
}
#msg-box3-7 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #28324e;
}
#msg-box3-0 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#msg-box3-0 .lead UL {
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#msg-box2-1 .mbr-section-title {
  color: #fff;
}
#msg-box2-1 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}


















#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#msg-box1-1 H3 {
  color: #efefef;
}
#msg-box1-1 .btn {
  font-size: 10px;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  color: #28324e;
  font-size: 20px;
}
#msg-box3-1 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-1 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#msg-box3-2 .mbr-section-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #28324e;
}
#msg-box3-2 .lead P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-0 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-0 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: right;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  color: #28324e;
  font-size: 20px;
}
#msg-box3-3 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-4 .mbr-section-title,
#msg-box3-4 p {
  color: #000;
}
#msg-box3-4 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-4 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box2-0 .mbr-section-title {
  color: #fff;
}
#msg-box2-0 .mbr-section-subtitle {
  color: #a0a0a0;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  font-size: 20px;
  color: #28324e;
  font-family: 'Lora', serif;
}
#content1-0 P {
  font-size: 15px;
  font-family: 'Lora', serif;
  color: #232323;
}
#header3-1 .mbr-section-title,
#header3-1 .mbr-section-subtitle {
  text-align: center;
}
#header3-1 H3 {
  font-family: 'Lora', serif;
  font-size: 20px;
}
#content2-0 BLOCKQUOTE {
  text-align: center;
}
#content1-1 P {
  font-family: 'Lora', serif;
  font-size: 15px;
}
#content1-2 P {
  font-family: 'Lora', serif;
  font-size: 15px;
  text-align: right;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}





#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#content5-1 .mbr-section-title,
#content5-1 p {
  color: #fff;
}
#content5-1 .mbr-section-title {
  color: #ffffff;
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#msg-box3-2 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#msg-box3-2 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  color: #28324e;
  font-size: 20px;
}
#msg-box3-3 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box2-0 .mbr-section-title {
  color: #fff;
}
#msg-box2-0 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}









#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#content5-1 .mbr-section-title,
#content5-1 p {
  color: #fff;
}
#content5-1 .mbr-section-title {
  color: #f7da64;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #28324e;
}
#msg-box3-1 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #28324e;
}
#msg-box3-0 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-0 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#msg-box3-2 .lead P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-2 .mbr-section-title {
  color: #28324e;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2 .lead UL {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box2-0 .mbr-section-title {
  color: #fff;
}
#msg-box2-0 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}

#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-0 .link {
  font-size: 1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#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: #ffffff;
  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 .btn {
  font-size: 14px;
}
#slider-1 H2 {
  font-size: 48px;
  color: #5391e2;
}
#slider-1 P {
  font-size: 20px;
}
#slider-1 SPAN {
  color: #d14841;
}
#content1-0 P {
  color: #2b0680;
  font-size: 15px;
}
#contacts1-0 P {
  color: #7e9b9f;
}
#footer1-0 P {
  text-align: right;
}
























#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: 'Noto Sans', sans-serif;
}
#menu-1 .link {
  font-size: 1rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1 .link:hover,
#menu-1 .dropdown-item:hover,
#menu-1 .link:focus,
#menu-1 .dropdown-item:focus {
  color: #c0a375;
}
#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: #c0a375;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1 .btn {
  font-size: 14px;
}
#msg-box2-c .mbr-section-title {
  color: #d6e6ef;
}
#msg-box2-c .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-c .btn {
  font-size: 10px;
}
#features7-k .card-subtitle {
  color: #bcbcbc;
}
#features7-k .iconbox {
  background-color: #c0a375;
  border-color: #c0a375;
}
#features7-k H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #28324e;
}
#features7-k P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-d .mbr-section-title,
#msg-box3-d p {
  color: #000;
}
#msg-box3-d .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-d .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-f .mbr-section-title,
#header3-f .mbr-section-subtitle {
  text-align: center;
}
#header3-f H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-f SMALL {
  color: #475577;
}
#msg-box3-e .mbr-section-title,
#msg-box3-e p {
  color: #000;
}
#msg-box3-e .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-e .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2n .mbr-section-title,
#header3-2n .mbr-section-subtitle {
  text-align: center;
}
#header3-2n H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2n SMALL {
  color: #475577;
}
#msg-box3-2o .mbr-section-title,
#msg-box3-2o p {
  color: #000;
}
#msg-box3-2o .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2o .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1 .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-3 .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-6 .mbr-section-title,
#msg-box3-6 p {
  color: #000;
}
#msg-box3-6 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-6 .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-4 .mbr-section-title,
#header3-4 .mbr-section-subtitle {
  text-align: center;
}
#header3-4 H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-4 SMALL {
  color: #475577;
}
#msg-box3-5 .mbr-section-title,
#msg-box3-5 p {
  color: #000;
}
#msg-box3-5 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-5 .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2d .mbr-section-title,
#header3-2d .mbr-section-subtitle {
  text-align: center;
}
#header3-2d H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2d SMALL {
  color: #475577;
}
#msg-box3-2e .mbr-section-title,
#msg-box3-2e p {
  color: #000;
}
#msg-box3-2e .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2e .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2f .mbr-section-title,
#header3-2f .mbr-section-subtitle {
  text-align: center;
}
#header3-2f H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2f SMALL {
  color: #475577;
}
#msg-box3-2g .mbr-section-title,
#msg-box3-2g p {
  color: #000;
}
#msg-box3-2g .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2g .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2h .mbr-section-title,
#header3-2h .mbr-section-subtitle {
  text-align: center;
}
#header3-2h H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2h SMALL {
  color: #475577;
}
#msg-box3-2i .mbr-section-title,
#msg-box3-2i p {
  color: #000;
}
#msg-box3-2i .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2i .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2j .mbr-section-title,
#header3-2j .mbr-section-subtitle {
  text-align: center;
}
#header3-2j H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2j SMALL {
  color: #475577;
}
#msg-box3-2k .mbr-section-title,
#msg-box3-2k p {
  color: #000;
}
#msg-box3-2k .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2k .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2l .mbr-section-title,
#header3-2l .mbr-section-subtitle {
  text-align: center;
}
#header3-2l H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2l SMALL {
  color: #475577;
}
#msg-box3-2m .mbr-section-title,
#msg-box3-2m p {
  color: #000;
}
#msg-box3-2m .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2m .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2s .mbr-section-title,
#header3-2s .mbr-section-subtitle {
  text-align: center;
}
#header3-2s H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2s SMALL {
  color: #475577;
}
#msg-box3-2u .mbr-section-title,
#msg-box3-2u p {
  color: #000;
}
#msg-box3-2u .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2u .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-2p .mbr-section-title,
#msg-box3-2p p {
  color: #000;
}
#msg-box3-2p .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2p .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2v .mbr-section-title,
#header3-2v .mbr-section-subtitle {
  text-align: center;
}
#header3-2v H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2v SMALL {
  color: #475577;
}
#msg-box3-2x .mbr-section-title,
#msg-box3-2x p {
  color: #000;
}
#msg-box3-2x .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-2x .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-2y .mbr-section-title,
#header3-2y .mbr-section-subtitle {
  text-align: center;
}
#header3-2y H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-2y SMALL {
  color: #475577;
}
#extTable1-32 TD {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#extTable1-32 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 17px;
  color: #28324e;
}
#extTable1-35 TD {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#extTable1-35 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 17px;
  color: #28324e;
}
#extTable1-4k TD {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#extTable1-4k .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 17px;
  color: #28324e;
}
#msg-box2-9 .mbr-section-title {
  color: #fff;
}
#msg-box2-9 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-a P {
  color: #7e9b9f;
}
#footer1-b P {
  text-align: right;
}





#menu-v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-v .navbar-caption {
  color: #ffffff;
}
#menu-v .navbar-toggler {
  color: #ffffff;
}
#menu-v .close-icon::before,
#menu-v .close-icon::after {
  background-color: #ffffff;
}
#menu-v .link,
#menu-v .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-v .link {
  font-size: 1rem;
}
#menu-v .dropdown-item,
#menu-v .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-v .link:hover,
#menu-v .dropdown-item:hover,
#menu-v .link:focus,
#menu-v .dropdown-item:focus {
  color: #c0a375;
}
#menu-v .link[aria-expanded="true"],
#menu-v .dropdown-menu {
  background: #000000;
}
#menu-v .nav-dropdown-sm .link:focus,
#menu-v .nav-dropdown-sm .link:hover,
#menu-v .nav-dropdown-sm .dropdown-item:focus,
#menu-v .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-v .navbar,
#menu-v .nav-dropdown-sm,
#menu-v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-v .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-v .bg-color.transparent.opened .link:hover,
#menu-v .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-v .link[aria-expanded="true"],
#menu-v .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-v .btn {
  font-size: 14px;
}
#msg-box2-w .mbr-section-title {
  color: #d6e6ef;
}
#msg-box2-w .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-w .btn {
  font-size: 10px;
}
#features7-x .card-subtitle {
  color: #bcbcbc;
}
#features7-x .iconbox {
  background-color: #c0a375;
  border-color: #c0a375;
}
#features7-x H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #28324e;
}
#features7-x P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-y .mbr-section-title,
#msg-box3-y p {
  color: #000;
}
#msg-box3-y .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-y .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-z .mbr-section-title,
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-z H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-z SMALL {
  color: #475577;
}
#msg-box3-10 .mbr-section-title,
#msg-box3-10 p {
  color: #000;
}
#msg-box3-10 .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-10 .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box2-18 .mbr-section-title {
  color: #fff;
}
#msg-box2-18 .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-19 P {
  color: #7e9b9f;
}
#footer1-1a P {
  text-align: right;
}








#menu-8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8 .navbar-caption {
  color: #ffffff;
}
#menu-8 .navbar-toggler {
  color: #ffffff;
}
#menu-8 .close-icon::before,
#menu-8 .close-icon::after {
  background-color: #ffffff;
}
#menu-8 .link,
#menu-8 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-8 .link {
  font-size: 1rem;
}
#menu-8 .dropdown-item,
#menu-8 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-8 .link:hover,
#menu-8 .dropdown-item:hover,
#menu-8 .link:focus,
#menu-8 .dropdown-item:focus {
  color: #c0a375;
}
#menu-8 .link[aria-expanded="true"],
#menu-8 .dropdown-menu {
  background: #000000;
}
#menu-8 .nav-dropdown-sm .link:focus,
#menu-8 .nav-dropdown-sm .link:hover,
#menu-8 .nav-dropdown-sm .dropdown-item:focus,
#menu-8 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-8 .navbar,
#menu-8 .nav-dropdown-sm,
#menu-8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8 .bg-color.transparent.opened .link:hover,
#menu-8 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-8 .link[aria-expanded="true"],
#menu-8 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-8 .btn {
  font-size: 14px;
}
#msg-box2-t .mbr-section-title {
  color: #d6e6ef;
}
#msg-box2-t .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-t .btn {
  font-size: 10px;
}
#features7-1b .card-subtitle {
  color: #bcbcbc;
}
#features7-1b .iconbox {
  background-color: #c0a375;
  border-color: #c0a375;
}
#features7-1b H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #28324e;
}
#features7-1b P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#header3-e .mbr-section-title,
#header3-e .mbr-section-subtitle {
  text-align: center;
}
#header3-e H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-e SMALL {
  color: #475577;
}
#msg-box3-f .mbr-section-title,
#msg-box3-f p {
  color: #000;
}
#msg-box3-f .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-f .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-g .mbr-section-title,
#msg-box3-g p {
  color: #000;
}
#msg-box3-g .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-g .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-h .mbr-section-title,
#msg-box3-h p {
  color: #000;
}
#msg-box3-h .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-h .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-i .mbr-section-title,
#msg-box3-i p {
  color: #000;
}
#msg-box3-i .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-i .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-j .mbr-section-title,
#header3-j .mbr-section-subtitle {
  text-align: center;
}
#header3-j H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-j SMALL {
  color: #475577;
}
#msg-box3-k .mbr-section-title,
#msg-box3-k p {
  color: #000;
}
#msg-box3-k .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-k .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box2-q .mbr-section-title {
  color: #fff;
}
#msg-box2-q .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-r P {
  color: #7e9b9f;
}
#footer1-s P {
  text-align: right;
}










#menu-1c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1c .navbar-caption {
  color: #ffffff;
}
#menu-1c .navbar-toggler {
  color: #ffffff;
}
#menu-1c .close-icon::before,
#menu-1c .close-icon::after {
  background-color: #ffffff;
}
#menu-1c .link,
#menu-1c .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-1c .link {
  font-size: 1rem;
}
#menu-1c .dropdown-item,
#menu-1c .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1c .link:hover,
#menu-1c .dropdown-item:hover,
#menu-1c .link:focus,
#menu-1c .dropdown-item:focus {
  color: #c0a375;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-menu {
  background: #000000;
}
#menu-1c .nav-dropdown-sm .link:focus,
#menu-1c .nav-dropdown-sm .link:hover,
#menu-1c .nav-dropdown-sm .dropdown-item:focus,
#menu-1c .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1c .navbar,
#menu-1c .nav-dropdown-sm,
#menu-1c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1c .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1c .bg-color.transparent.opened .link:hover,
#menu-1c .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1c .btn {
  font-size: 14px;
}
#msg-box2-1d .mbr-section-title {
  color: #d6e6ef;
}
#msg-box2-1d .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-1d .btn {
  font-size: 10px;
}
#features7-1e .card-subtitle {
  color: #bcbcbc;
}
#features7-1e .iconbox {
  background-color: #c0a375;
  border-color: #c0a375;
}
#features7-1e H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #28324e;
}
#features7-1e P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
}
#msg-box3-1f .mbr-section-title,
#msg-box3-1f p {
  color: #000;
}
#msg-box3-1f .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1f .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-1g .mbr-section-title,
#header3-1g .mbr-section-subtitle {
  text-align: center;
}
#header3-1g H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-1g SMALL {
  color: #475577;
}
#msg-box3-1h .mbr-section-title,
#msg-box3-1h p {
  color: #000;
}
#msg-box3-1h .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1h .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#extTabs1-2c P {
  text-align: left;
}
#header3-1i .mbr-section-title,
#header3-1i .mbr-section-subtitle {
  text-align: center;
}
#header3-1i H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-1i SMALL {
  color: #475577;
}
#msg-box3-1j .mbr-section-title,
#msg-box3-1j p {
  color: #000;
}
#msg-box3-1j .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1j .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-1k .mbr-section-title,
#msg-box3-1k p {
  color: #000;
}
#msg-box3-1k .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1k .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-1l .mbr-section-title,
#msg-box3-1l p {
  color: #000;
}
#msg-box3-1l .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1l .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-1m .mbr-section-title,
#msg-box3-1m p {
  color: #000;
}
#msg-box3-1m .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1m .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n H3 {
  font-size: 20px;
  color: #28324e;
}
#header3-1n SMALL {
  color: #475577;
}
#msg-box3-1o .mbr-section-title,
#msg-box3-1o p {
  color: #000;
}
#msg-box3-1o .mbr-section-title {
  font-size: 20px;
  color: #28324e;
}
#msg-box3-1o .lead P {
  font-size: 15px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#msg-box2-1p .mbr-section-title {
  color: #fff;
}
#msg-box2-1p .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-1q P {
  color: #7e9b9f;
}
#footer1-1r P {
  text-align: right;
}























#menu-36 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-36 .navbar-caption {
  color: #ffffff;
}
#menu-36 .navbar-toggler {
  color: #ffffff;
}
#menu-36 .close-icon::before,
#menu-36 .close-icon::after {
  background-color: #ffffff;
}
#menu-36 .link,
#menu-36 .dropdown-item {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
}
#menu-36 .link {
  font-size: 1rem;
}
#menu-36 .dropdown-item,
#menu-36 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-36 .link:hover,
#menu-36 .dropdown-item:hover,
#menu-36 .link:focus,
#menu-36 .dropdown-item:focus {
  color: #c0a375;
}
#menu-36 .link[aria-expanded="true"],
#menu-36 .dropdown-menu {
  background: #000000;
}
#menu-36 .nav-dropdown-sm .link:focus,
#menu-36 .nav-dropdown-sm .link:hover,
#menu-36 .nav-dropdown-sm .dropdown-item:focus,
#menu-36 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-36 .navbar,
#menu-36 .nav-dropdown-sm,
#menu-36 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-36 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-36 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-36 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-36 .bg-color.transparent.opened .link:hover,
#menu-36 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-36 .link[aria-expanded="true"],
#menu-36 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-36 .btn {
  font-size: 14px;
}
#msg-box2-37 .mbr-section-title {
  color: #efefef;
  text-align: right;
}
#msg-box2-37 .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-37 .btn {
  font-size: 10px;
}
#msg-box5-3h P {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#features4-3u .card-subtitle {
  color: #bcbcbc;
}
#features4-3u .iconbox {
  background-color: #efefef;
  border-color: #efefef;
}
#features4-3u H4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #2969b0;
}
#features4-3v .card-subtitle {
  color: #bcbcbc;
}
#features4-3v .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-3v H4 {
  font-family: 'Roboto', sans-serif;
  color: #2969b0;
}
#extFeatures7-3w .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-3w P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-3w H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-3z .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-3z P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-3z H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-40 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-40 P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-40 H5 {
  color: #28324e;
}
#extFeatures7-41 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-41 P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-41 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-42 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-42 P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-42 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-45 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-45 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-45 P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-44 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-44 P {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #232323;
}
#extFeatures7-44 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-46 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-46 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-46 P {
  color: #232323;
  text-align: left;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#extFeatures7-47 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-47 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-47 P {
  color: #232323;
  text-align: left;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#extFeatures7-48 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-48 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-48 P {
  text-align: left;
  color: #232323;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#extFeatures7-49 .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-49 H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-49 P {
  text-align: left;
  color: #232323;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#extFeatures7-4a .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-4a H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-4a P {
  text-align: left;
  color: #232323;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#header3-4b .mbr-section-title,
#header3-4b .mbr-section-subtitle {
  text-align: center;
}
#header3-4b H3 {
  font-family: 'Lora', serif;
  font-size: 20px;
}
#header3-4b SMALL {
  color: #232323;
}
#extFeatures7-4c .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-4c H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-4c P {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#header3-4e .mbr-section-title,
#header3-4e .mbr-section-subtitle {
  text-align: center;
}
#header3-4e H3 {
  font-size: 20px;
  font-family: 'Lora', serif;
}
#header3-4e SMALL {
  color: #232323;
  font-size: 17px;
  text-align: right;
}
#header3-4f .mbr-section-title,
#header3-4f .mbr-section-subtitle {
  text-align: center;
}
#header3-4f H3 {
  font-family: 'Lora', serif;
  font-size: 20px;
}
#header3-4f SMALL {
  color: #232323;
  text-align: right;
}
#extFeatures7-4d .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-4d H5 {
  font-size: 15px;
  color: #28324e;
}
#extFeatures7-4d P {
  color: #232323;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
#header3-4g .mbr-section-title,
#header3-4g .mbr-section-subtitle {
  text-align: center;
}
#header3-4g H3 {
  font-family: 'Lora', serif;
  font-size: 20px;
}
#header3-4g SMALL {
  color: #232323;
}
#extFeatures7-4h .mbr-section-title {
  font-size: 20px;
}
#extFeatures7-4h H5 {
  color: #28324e;
  font-size: 15px;
}
#extFeatures7-4h P {
  text-align: left;
  color: #232323;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#msg-box2-3e .mbr-section-title {
  color: #fff;
}
#msg-box2-3e .mbr-section-subtitle {
  color: #a0a0a0;
}
#contacts1-3f P {
  color: #7e9b9f;
}
#footer1-3g P {
  text-align: right;
}
