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

















body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Open Sans', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Open Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Open Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #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: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #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: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #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: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #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;
}
#menu-0 .link {
  font-size: 0.9rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#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-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#header4-1 .mbr-section-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
#header4-1 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
}
#header4-1 .btn {
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-2 H3 {
  font-size: 30px;
  text-align: left;
  color: #8f8f8f;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-2 P {
  text-align: left;
}
#msg-box5-2 .btn {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-u H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-v H3 {
  font-size: 30px;
  text-align: left;
  color: #8f8f8f;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-v P {
  text-align: left;
}
#msg-box5-v .btn {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-w H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-x H3 {
  font-size: 30px;
  text-align: left;
  color: #8f8f8f;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-x P {
  text-align: left;
}
#msg-box5-x .btn {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
#features6-3 P {
  font-family: 'Open Sans', sans-serif;
}
#features6-3 .btn {
  font-size: 14px;
}
#slider-5 P {
  font-family: 'Open Sans', sans-serif;
}
#pricing-table2-h .mbr-plan-header,
#pricing-table2-h .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-h ul,
#pricing-table2-h .mbr-plan-title,
#pricing-table2-h .mbr-price-value,
#pricing-table2-h .mbr-price-figure,
#pricing-table2-h .mbr-price-term {
  color: #28262b;
}
#pricing-table2-h .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-h .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-h .mbr-section__container .mbr-section-title {
  color: #7c7c7c;
}
#pricing-table2-h .mbr-price-figure {
  font-size: 48px;
}
#features4-f .card-subtitle {
  color: #bcbcbc;
  font-size: 14px;
}
#features4-f .iconbox {
  background-color: #90a878;
  border-color: #90a878;
}
#features4-f P {
  text-align: center;
  font-size: 13px;
}
#msg-box5-j H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-j P {
  text-align: left;
}
#msg-box5-n H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-n P {
  text-align: left;
}
#msg-box5-o H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-o P {
  text-align: left;
}
#msg-box5-p H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-p P {
  text-align: left;
}
#msg-box5-r H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-r P {
  text-align: left;
}
#msg-box5-s H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-s P {
  text-align: left;
}
#msg-box5-t H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-t P {
  text-align: left;
}
#msg-box5-15 H3 {
  font-size: 20px;
  text-align: left;
}
#msg-box5-15 P {
  text-align: left;
}
#form1-13 .form-control-label {
  color: #232323;
}
#form1-13 .btn {
  font-size: 14px;
}
#form1-13 .mbr-section-title {
  color: #7c7c7c;
}
#contacts5-b p,
#contacts5-b .list-group-text,
#contacts5-b .form-control-label {
  color: #000;
}
#contacts5-b strong,
#contacts5-b h4 {
  color: #7e9b9f;
}
#contacts5-b form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-b .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-b .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#social-buttons2-d .mbr-section-title,
#social-buttons2-d .btn-social {
  color: #232323;
}

#menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-y .navbar-caption {
  color: #ffffff;
}
#menu-y .navbar-toggler {
  color: #ffffff;
}
#menu-y .close-icon::before,
#menu-y .close-icon::after {
  background-color: #ffffff;
}
#menu-y .link,
#menu-y .dropdown-item {
  color: #ffffff;
}
#menu-y .link {
  font-size: 0.9rem;
}
#menu-y .dropdown-item,
#menu-y .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-y .link:hover,
#menu-y .dropdown-item:hover,
#menu-y .link:focus,
#menu-y .dropdown-item:focus {
  color: #c0a375;
}
#menu-y .link[aria-expanded="true"],
#menu-y .dropdown-menu {
  background: #000000;
}
#menu-y .nav-dropdown-sm .link:focus,
#menu-y .nav-dropdown-sm .link:hover,
#menu-y .nav-dropdown-sm .dropdown-item:focus,
#menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-y .navbar,
#menu-y .nav-dropdown-sm,
#menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-y .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-y .bg-color.transparent.opened .link:hover,
#menu-y .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-y .link[aria-expanded="true"],
#menu-y .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-y .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#form1-12 .form-control-label {
  color: #232323;
}
#form1-12 .mbr-section-title {
  color: #7c706b;
}
#contacts5-z p,
#contacts5-z .list-group-text,
#contacts5-z .form-control-label {
  color: #000;
}
#contacts5-z strong,
#contacts5-z h4 {
  color: #7e9b9f;
}
#contacts5-z form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-z .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-z .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

#menu-16 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16 .navbar-caption {
  color: #ffffff;
}
#menu-16 .navbar-toggler {
  color: #ffffff;
}
#menu-16 .close-icon::before,
#menu-16 .close-icon::after {
  background-color: #ffffff;
}
#menu-16 .link,
#menu-16 .dropdown-item {
  color: #ffffff;
}
#menu-16 .link {
  font-size: 0.9rem;
}
#menu-16 .dropdown-item,
#menu-16 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16 .link:hover,
#menu-16 .dropdown-item:hover,
#menu-16 .link:focus,
#menu-16 .dropdown-item:focus {
  color: #c0a375;
}
#menu-16 .link[aria-expanded="true"],
#menu-16 .dropdown-menu {
  background: #000000;
}
#menu-16 .nav-dropdown-sm .link:focus,
#menu-16 .nav-dropdown-sm .link:hover,
#menu-16 .nav-dropdown-sm .dropdown-item:focus,
#menu-16 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-16 .navbar,
#menu-16 .nav-dropdown-sm,
#menu-16 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-16 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-16 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16 .bg-color.transparent.opened .link:hover,
#menu-16 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-16 .link[aria-expanded="true"],
#menu-16 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-16 .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#contacts5-17 p,
#contacts5-17 .list-group-text,
#contacts5-17 .form-control-label {
  color: #000;
}
#contacts5-17 strong,
#contacts5-17 h4 {
  color: #7e9b9f;
}
#contacts5-17 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-17 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-17 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}









#header1-21 .mbr-section-lead {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-2g .mbr-section-title,
#msg-box8-2g p {
  color: #fff;
}
#msg-box8-2g STRONG {
  font-size: 14px;
}
#slider-24 P {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#slider-24 H2 {
  text-align: left;
}
#slider-24 B {
  text-align: left;
}
#msg-box5-22 H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-22 B {
  font-size: 13px;
}
#msg-box5-2b H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-2b B {
  font-size: 13px;
}
#msg-box5-2c H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-2c B {
  font-size: 13px;
}
#msg-box5-2j H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-2j B {
  font-size: 13px;
}
#msg-box5-2k H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-2k B {
  font-size: 13px;
}
#msg-box5-2l H3 {
  font-size: 30px;
  color: #7c706b;
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-2l B {
  font-size: 13px;
}
#msg-box8-2m .mbr-section-title,
#msg-box8-2m p {
  color: #fff;
}
#msg-box8-2m STRONG {
  font-size: 14px;
}
#features3-2o P {
  text-align: left;
  font-size: 13px;
}
#features3-2o H5 {
  font-size: 16px;
}
#features3-2q P {
  text-align: left;
  font-size: 13px;
}
#features3-2q H5 {
  font-size: 16px;
}
#msg-box8-2h .mbr-section-title,
#msg-box8-2h p {
  color: #fff;
}
#msg-box8-2h STRONG {
  font-size: 14px;
}
#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;
}
#menu-1c .link {
  font-size: 0.9rem;
}
#menu-1c .dropdown-item,
#menu-1c .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#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-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#contacts5-1y p,
#contacts5-1y .list-group-text,
#contacts5-1y .form-control-label {
  color: #000;
}
#contacts5-1y strong,
#contacts5-1y h4 {
  color: #7e9b9f;
}
#contacts5-1y form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-1y .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-1y .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#social-buttons2-20 .mbr-section-title,
#social-buttons2-20 .btn-social {
  color: #232323;
}
