@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,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: 'Poppins', 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: 'Poppins', 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: 'Poppins', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Poppins', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #8c47a4 !important;
}
.bg-success {
  background-color: #dbb5e8 !important;
}
.bg-info {
  background-color: #5b84a6 !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #ec1512 !important;
}
.btn-primary {
  background-color: #8c47a4;
  border-color: #8c47a4;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #5e306f;
  border-color: #5e306f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5e306f !important;
  border-color: #5e306f !important;
}
.btn-secondary {
  background-color: #dbb5e8;
  border-color: #dbb5e8;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #bf7bd6;
  border-color: #bf7bd6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bf7bd6 !important;
  border-color: #bf7bd6 !important;
}
.btn-info {
  background-color: #5b84a6;
  border-color: #5b84a6;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #3f5d75;
  border-color: #3f5d75;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f5d75 !important;
  border-color: #3f5d75 !important;
}
.btn-success {
  background-color: #dbb5e8;
  border-color: #dbb5e8;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #bf7bd6;
  border-color: #bf7bd6;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bf7bd6 !important;
  border-color: #bf7bd6 !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: #ec1512;
  border-color: #ec1512;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #a50f0d;
  border-color: #a50f0d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a50f0d !important;
  border-color: #a50f0d !important;
}
.btn-primary-outline {
  background: none;
  border-color: #4f285d;
  color: #4f285d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #8c47a4;
  border-color: #8c47a4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c47a4 !important;
  border-color: #8c47a4 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #b567d0;
  color: #b567d0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dbb5e8;
  border-color: #dbb5e8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dbb5e8 !important;
  border-color: #dbb5e8 !important;
}
.btn-info-outline {
  background: none;
  border-color: #375064;
  color: #375064;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5b84a6;
  border-color: #5b84a6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5b84a6 !important;
  border-color: #5b84a6 !important;
}
.btn-success-outline {
  background: none;
  border-color: #b567d0;
  color: #b567d0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #dbb5e8;
  border-color: #dbb5e8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dbb5e8 !important;
  border-color: #dbb5e8 !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: #8d0d0b;
  color: #8d0d0b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ec1512;
  border-color: #ec1512;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1512 !important;
  border-color: #ec1512 !important;
}
.text-primary {
  color: #8c47a4 !important;
}
.text-success {
  color: #dbb5e8 !important;
}
.text-info {
  color: #5b84a6 !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #ec1512 !important;
}
.alert-success {
  background-color: #dbb5e8;
}
.alert-info {
  background-color: #5b84a6;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #ec1512;
}
.btn-social {
  border-color: #8c47a4;
}
.btn-social:hover {
  background: #8c47a4;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #8c47a4;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #8c47a4;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #8c47a4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #8c47a4;
}
.lead a,
.lead a:hover {
  color: #8c47a4;
}
.lead blockquote {
  border-color: #8c47a4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c398d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aec2d3;
}
.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: #fbcfcf;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #8c47a4;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Poppins', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Poppins', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Poppins', sans-serif;
}
.features6 .description {
  font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
  font-family: 'Poppins', sans-serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #8c47a4;
}
.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: 'Poppins', 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: 'Poppins', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Poppins', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Poppins', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Poppins', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Poppins', sans-serif;
}
.extHeader13 .number {
  font-family: 'Poppins', sans-serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Poppins', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Poppins', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Poppins', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #8c47a4;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Poppins', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Poppins', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Poppins', sans-serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #8c47a4;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #8c47a4;
}
.extCounters2 h4 {
  font-family: 'Poppins', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Poppins', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Poppins', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #8c47a4;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #8c47a4;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #8c47a4;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Poppins', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Poppins', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #8c47a4;
}
.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: #8c47a4;
}
.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: #8c47a4;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #8c47a4;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #8c47a4;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Poppins', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Poppins', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Poppins', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Poppins', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #8c47a4 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #8c47a4;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #8c47a4;
}
.theme-border {
  border: 1px solid #8c47a4;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
}
#menu-0 .link {
  font-size: 0.75rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #6e3880;
}
#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: #834299!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: #8c47a4;
}
#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: #8c47a4;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!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: #ffffff;
}
#extSlider1-a3 H2 {
  text-align: right;
}
#extSlider1-a3 P {
  color: #ffffff;
  text-align: right;
}
#extSlider1-a3 SPAN {
  color: #ffffff;
}
#msg-box8-9b .mbr-section-title,
#msg-box8-9b p {
  color: #fff;
}
#msg-box8-9b .mbr-section-title {
  font-size: 32px;
}
#msg-box8-9b .mbr-section-title SPAN {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
}
#features7-7y .card-subtitle {
  color: #bcbcbc;
}
#features7-7y .iconbox {
  background-color: #efefef;
  border-color: #efefef;
}
#features7-7y H4 {
  color: #ffffff;
}
#features7-7y SPAN {
  color: #ffffff;
}
#social-buttons2-2f .mbr-section-title,
#social-buttons2-2f .btn-social {
  color: #232323;
}
#social-buttons2-2f .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #484848;
}
#msg-box4-cw H3 {
  font-size: 30px;
  color: #8c47a4;
}
#contacts1-a P {
  color: #ffffff;
}


#menu-b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b .navbar-caption {
  color: #ffffff;
}
#menu-b .navbar-toggler {
  color: #ffffff;
}
#menu-b .link,
#menu-b .dropdown-item {
  color: #ffffff;
}
#menu-b .link {
  font-size: 0.75rem;
}
#menu-b .dropdown-item,
#menu-b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-b .link:hover,
#menu-b .dropdown-item:hover,
#menu-b .link:focus,
#menu-b .dropdown-item:focus {
  color: #8c47a4;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-menu {
  background: #6e3880;
}
#menu-b .nav-dropdown-sm .link:focus,
#menu-b .nav-dropdown-sm .link:hover,
#menu-b .nav-dropdown-sm .dropdown-item:focus,
#menu-b .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-b .navbar,
#menu-b .nav-dropdown-sm,
#menu-b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b .bg-color.transparent.opened .link:hover,
#menu-b .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-b .close-icon::before,
#menu-b .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-z .mbr-section-title,
#msg-box8-z p {
  color: #fff;
}
#msg-box8-z .mbr-section-title {
  font-size: 36px;
  text-align: center;
}
#msg-box8-z .lead P {
  font-size: 17px;
}
#msg-box8-z .mbr-section-title SPAN {
  font-size: 32px;
}
#msg-box5-12 B {
  color: #7e9b9f;
}
#msg-box4-cn H3 {
  font-size: 30px;
}
#msg-box4-cn P {
  font-size: 23px;
  color: #497fcc;
  font-family: 'Poppins', sans-serif;
}
#msg-box4-cn SPAN {
  color: #e8018f;
  font-size: 36px;
}
#msg-box4-5j H3 {
  font-size: 22px;
}
#msg-box4-5e H3 {
  font-size: 22px;
}
#msg-box4-50 H3 {
  font-size: 22px;
}
#msg-box4-4z H3 {
  font-size: 22px;
}
#header3-49 .mbr-section-title,
#header3-49 .mbr-section-subtitle {
  text-align: center;
}
#header3-49 H3 {
  font-size: 36px;
}
#msg-box4-2b P {
  color: #000000;
}
#msg-box5-13 P {
  color: #000000;
}
#msg-box5-13 B {
  color: #000000;
}
#msg-box5-16 B {
  font-size: 18px;
}
#msg-box5-16 H3 {
  font-size: 25px;
}
#social-buttons2-2h .mbr-section-title,
#social-buttons2-2h .btn-social {
  color: #232323;
}
#social-buttons2-2h .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-q P {
  color: #ffffff;
}


#msg-box8-a6 .mbr-section-title,
#msg-box8-a6 p {
  color: #fff;
}
#msg-box8-a6 .mbr-section-title {
  font-size: 32px;
  text-align: center;
}
#msg-box8-a6 .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box5-eb H3 {
  font-size: 30px;
  color: #8c47a4;
}
#msg-box4-do H3 {
  font-size: 30px;
  color: #8c47a4;
}
#msg-box4-cy H3 {
  font-size: 30px;
  color: #8c47a4;
}
#msg-box4-cs H3 {
  font-size: 30px;
}
#msg-box4-cs P {
  font-size: 23px;
  color: #497fcc;
  font-family: 'Poppins', sans-serif;
}
#msg-box4-cs SPAN {
  color: #e8018f;
  font-size: 36px;
}
#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#instagram-feed-block-cq .inst__title {
  color: #303030;
}
#social-buttons2-2i .mbr-section-title,
#social-buttons2-2i .btn-social {
  color: #232323;
}
#social-buttons2-2i .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-19 P {
  color: #ffffff;
}
#menu-18 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18 .navbar-caption {
  color: #ffffff;
}
#menu-18 .navbar-toggler {
  color: #ffffff;
}
#menu-18 .link,
#menu-18 .dropdown-item {
  color: #ffffff;
}
#menu-18 .link {
  font-size: 0.75rem;
}
#menu-18 .dropdown-item,
#menu-18 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-18 .link:hover,
#menu-18 .dropdown-item:hover,
#menu-18 .link:focus,
#menu-18 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-menu {
  background: #6e3880;
}
#menu-18 .nav-dropdown-sm .link:focus,
#menu-18 .nav-dropdown-sm .link:hover,
#menu-18 .nav-dropdown-sm .dropdown-item:focus,
#menu-18 .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-18 .navbar,
#menu-18 .nav-dropdown-sm,
#menu-18 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18 .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-18 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-18 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18 .bg-color.transparent.opened .link:hover,
#menu-18 .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-18 .link[aria-expanded="true"],
#menu-18 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-18.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-18 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-18 .close-icon::before,
#menu-18 .close-icon::after {
  background-color: #ffffff;
}

#msg-box8-aa .mbr-section-title,
#msg-box8-aa p {
  color: #fff;
}
#msg-box8-aa .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box8-aa .lead {
  color: #ffffff;
}
#gallery3-2o .mbr-gallery-item > div > span {
  text-align: center;
}
#msg-box8-9d .mbr-section-title,
#msg-box8-9d p {
  color: #fff;
}
#msg-box8-9d .mbr-section-title {
  font-size: 32px;
  text-align: center;
}
#instagram-feed-block-7i .inst__title {
  color: #cccccc;
  text-align: left;
  font-size: 36px;
}
#social-buttons2-2j .mbr-section-title,
#social-buttons2-2j .btn-social {
  color: #232323;
}
#social-buttons2-2j .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-1e P {
  color: #ffffff;
}
#menu-1g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1g .navbar-caption {
  color: #ffffff;
}
#menu-1g .navbar-toggler {
  color: #ffffff;
}
#menu-1g .link,
#menu-1g .dropdown-item {
  color: #ffffff;
}
#menu-1g .link {
  font-size: 0.75rem;
}
#menu-1g .dropdown-item,
#menu-1g .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1g .link:hover,
#menu-1g .dropdown-item:hover,
#menu-1g .link:focus,
#menu-1g .dropdown-item:focus {
  color: #8c47a4;
}
#menu-1g .link[aria-expanded="true"],
#menu-1g .dropdown-menu {
  background: #6e3880;
}
#menu-1g .nav-dropdown-sm .link:focus,
#menu-1g .nav-dropdown-sm .link:hover,
#menu-1g .nav-dropdown-sm .dropdown-item:focus,
#menu-1g .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-1g .navbar,
#menu-1g .nav-dropdown-sm,
#menu-1g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1g .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-1g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1g .bg-color.transparent.opened .link:hover,
#menu-1g .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-1g .link[aria-expanded="true"],
#menu-1g .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-1g.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1g .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1g .close-icon::before,
#menu-1g .close-icon::after {
  background-color: #ffffff;
}


#menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1j .navbar-caption {
  color: #ffffff;
}
#menu-1j .navbar-toggler {
  color: #ffffff;
}
#menu-1j .link,
#menu-1j .dropdown-item {
  color: #ffffff;
}
#menu-1j .link {
  font-size: 0.75rem;
}
#menu-1j .dropdown-item,
#menu-1j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1j .link:hover,
#menu-1j .dropdown-item:hover,
#menu-1j .link:focus,
#menu-1j .dropdown-item:focus {
  color: #8c47a4;
}
#menu-1j .link[aria-expanded="true"],
#menu-1j .dropdown-menu {
  background: #6e3880;
}
#menu-1j .nav-dropdown-sm .link:focus,
#menu-1j .nav-dropdown-sm .link:hover,
#menu-1j .nav-dropdown-sm .dropdown-item:focus,
#menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-1j .navbar,
#menu-1j .nav-dropdown-sm,
#menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1j .bg-color.transparent.opened .link:hover,
#menu-1j .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-1j .link[aria-expanded="true"],
#menu-1j .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-1j.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1j .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1j .close-icon::before,
#menu-1j .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-ab .mbr-section-title,
#msg-box8-ab p {
  color: #fff;
}
#msg-box8-ab .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box8-ab .lead {
  color: #ffffff;
}
#msg-box4-dq H3 {
  font-size: 30px;
  color: #8c47a4;
}
#msg-box4-dp H3 {
  font-size: 30px;
  color: #8c47a4;
}
#msg-box4-co H3 {
  font-size: 30px;
}
#msg-box4-co P {
  font-size: 23px;
  color: #497fcc;
  font-family: 'Poppins', sans-serif;
}
#msg-box4-co SPAN {
  color: #e8018f;
  font-size: 36px;
}
#msg-box4-6z H3 {
  font-size: 22px;
}
#msg-box4-5f H3 {
  font-size: 22px;
}
#msg-box4-4x H3 {
  font-size: 22px;
}
#msg-box4-4y H3 {
  font-size: 22px;
}
#msg-box4-24 H3 {
  font-size: 22px;
}
#msg-box4-26 H3 {
  font-size: 22px;
}
#msg-box4-27 H3 {
  font-size: 22px;
}
#msg-box4-28 H3 {
  font-size: 22px;
}
#msg-box4-25 H3 {
  font-size: 23px;
}
#msg-box4-2a H3 {
  font-size: 25px;
}
#social-buttons2-2k .mbr-section-title,
#social-buttons2-2k .btn-social {
  color: #232323;
}
#social-buttons2-2k .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-1h P {
  color: #ffffff;
}


#menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1j .navbar-caption {
  color: #ffffff;
}
#menu-1j .navbar-toggler {
  color: #ffffff;
}
#menu-1j .link,
#menu-1j .dropdown-item {
  color: #ffffff;
}
#menu-1j .link {
  font-size: 0.75rem;
}
#menu-1j .dropdown-item,
#menu-1j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1j .link:hover,
#menu-1j .dropdown-item:hover,
#menu-1j .link:focus,
#menu-1j .dropdown-item:focus {
  color: #8c47a4;
}
#menu-1j .link[aria-expanded="true"],
#menu-1j .dropdown-menu {
  background: #6e3880;
}
#menu-1j .nav-dropdown-sm .link:focus,
#menu-1j .nav-dropdown-sm .link:hover,
#menu-1j .nav-dropdown-sm .dropdown-item:focus,
#menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-1j .navbar,
#menu-1j .nav-dropdown-sm,
#menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1j .bg-color.transparent.opened .link:hover,
#menu-1j .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-1j .link[aria-expanded="true"],
#menu-1j .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-1j.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1j .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1j .close-icon::before,
#menu-1j .close-icon::after {
  background-color: #ffffff;
}
#msg-box5-1n H3 {
  font-size: 30px;
  color: #ffffff;
}
#msg-box5-1n P {
  color: #ffffff;
}
#msg-box5-1n B {
  color: #ffffff;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}
#msg-box5-b1 P {
  color: #ffffff;
}
#msg-box5-b1 B {
  color: #efefef;
}
#msg-box5-1q H3 {
  font-size: 36px;
  color: #000000;
}
#msg-box5-1q P {
  color: #000000;
}
#msg-box5-1q SPAN {
  color: #28324e;
}
#msg-box5-1q B {
  color: #28324e;
}
#contacts2-1p UL {
  color: #c0a375;
}
#contacts2-1p STRONG {
  color: #ffffff;
}
#social-buttons2-2l .mbr-section-title,
#social-buttons2-2l .btn-social {
  color: #232323;
}
#social-buttons2-2l .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

#menu-1w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1w .navbar-caption {
  color: #ffffff;
}
#menu-1w .navbar-toggler {
  color: #ffffff;
}
#menu-1w .link,
#menu-1w .dropdown-item {
  color: #ffffff;
}
#menu-1w .link {
  font-size: 0.75rem;
}
#menu-1w .dropdown-item,
#menu-1w .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1w .link:hover,
#menu-1w .dropdown-item:hover,
#menu-1w .link:focus,
#menu-1w .dropdown-item:focus {
  color: #8c47a4;
}
#menu-1w .link[aria-expanded="true"],
#menu-1w .dropdown-menu {
  background: #6e3880;
}
#menu-1w .nav-dropdown-sm .link:focus,
#menu-1w .nav-dropdown-sm .link:hover,
#menu-1w .nav-dropdown-sm .dropdown-item:focus,
#menu-1w .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-1w .navbar,
#menu-1w .nav-dropdown-sm,
#menu-1w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1w .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-1w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1w .bg-color.transparent.opened .link:hover,
#menu-1w .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-1w .link[aria-expanded="true"],
#menu-1w .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-1w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1w .close-icon::before,
#menu-1w .close-icon::after {
  background-color: #ffffff;
}
#form1-1z .form-control-label {
  color: #232323;
}
#form1-1z .mbr-section-title {
  color: #4b83b0;
}
#form1-1z SMALL {
  color: #8c47a4;
}
#form1-1z .mbr-section-title SPAN {
  color: #8c47a4;
}
#contacts2-1x UL {
  color: #c0a375;
}
#contacts2-1x STRONG {
  color: #ffffff;
}
#social-buttons2-2m .mbr-section-title,
#social-buttons2-2m .btn-social {
  color: #232323;
}
#social-buttons2-2m .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

#menu-31 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-31 .navbar-caption {
  color: #ffffff;
}
#menu-31 .navbar-toggler {
  color: #ffffff;
}
#menu-31 .link,
#menu-31 .dropdown-item {
  color: #ffffff;
}
#menu-31 .link {
  font-size: 0.75rem;
}
#menu-31 .dropdown-item,
#menu-31 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-31 .link:hover,
#menu-31 .dropdown-item:hover,
#menu-31 .link:focus,
#menu-31 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-31 .link[aria-expanded="true"],
#menu-31 .dropdown-menu {
  background: #6e3880;
}
#menu-31 .nav-dropdown-sm .link:focus,
#menu-31 .nav-dropdown-sm .link:hover,
#menu-31 .nav-dropdown-sm .dropdown-item:focus,
#menu-31 .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-31 .navbar,
#menu-31 .nav-dropdown-sm,
#menu-31 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-31 .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-31 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-31 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-31 .bg-color.transparent.opened .link:hover,
#menu-31 .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-31 .link[aria-expanded="true"],
#menu-31 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-31.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-31 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-31 .close-icon::before,
#menu-31 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-ac .mbr-section-title,
#msg-box8-ac p {
  color: #fff;
}
#msg-box8-ac .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box8-ac .lead {
  color: #ffffff;
}
#features6-3x H4 {
  color: #8c47a4;
}
#features6-3x SPAN {
  color: #000000;
}
#pricing-table1-36 .mbr-section__container .mbr-section-title {
  color: #efefef;
  font-size: 36px;
}
#pricing-table1-36 .mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
#pricing-table2-37 .mbr-plan-header,
#pricing-table2-37 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-37 ul,
#pricing-table2-37 .mbr-plan-title,
#pricing-table2-37 .mbr-price-value,
#pricing-table2-37 .mbr-price-figure,
#pricing-table2-37 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-37 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-37 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-37 .mbr-section__container .mbr-section-title {
  color: #af9962;
}
#pricing-table2-37 .mbr-section__container .mbr-section-subtitle {
  color: #efefef;
}
#pricing-table2-37 .mbr-plan-subtitle {
  color: #7c706b;
}
#pricing-table2-37 .mbr-section__container .mbr-section-title SPAN {
  font-size: 46px;
}
#social-buttons2-3j .mbr-section-title,
#social-buttons2-3j .btn-social {
  color: #232323;
}
#social-buttons2-3j .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-1h P {
  color: #ffffff;
}

#menu-38 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-38 .navbar-caption {
  color: #ffffff;
}
#menu-38 .navbar-toggler {
  color: #ffffff;
}
#menu-38 .link,
#menu-38 .dropdown-item {
  color: #ffffff;
}
#menu-38 .link {
  font-size: 0.75rem;
}
#menu-38 .dropdown-item,
#menu-38 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-38 .link:hover,
#menu-38 .dropdown-item:hover,
#menu-38 .link:focus,
#menu-38 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-38 .link[aria-expanded="true"],
#menu-38 .dropdown-menu {
  background: #6e3880;
}
#menu-38 .nav-dropdown-sm .link:focus,
#menu-38 .nav-dropdown-sm .link:hover,
#menu-38 .nav-dropdown-sm .dropdown-item:focus,
#menu-38 .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-38 .navbar,
#menu-38 .nav-dropdown-sm,
#menu-38 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-38 .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-38 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-38 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-38 .bg-color.transparent.opened .link:hover,
#menu-38 .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-38 .link[aria-expanded="true"],
#menu-38 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-38.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-38 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-38 .close-icon::before,
#menu-38 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-ad .mbr-section-title,
#msg-box8-ad p {
  color: #fff;
}
#msg-box8-ad .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box8-ad .lead {
  color: #ffffff;
}
#msg-box5-3c H3 {
  font-size: 36px;
}
#msg-box5-3d H3 {
  font-size: 36px;
}
#msg-box5-3e H3 {
  font-size: 36px;
}
#msg-box5-3f H3 {
  font-size: 36px;
}
#msg-box5-3g H3 {
  font-size: 36px;
}
#msg-box5-3h H3 {
  font-size: 36px;
}
#social-buttons2-3i .mbr-section-title,
#social-buttons2-3i .btn-social {
  color: #232323;
}
#social-buttons2-3i .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-3a P {
  color: #ffffff;
}

#msg-box8-3o .mbr-section-title,
#msg-box8-3o p {
  color: #fff;
}
#msg-box8-3o .mbr-section-title {
  font-size: 20px;
}
#msg-box8-3o .mbr-section-title SPAN {
  font-size: 23px;
}
#menu-3k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3k .navbar-caption {
  color: #ffffff;
}
#menu-3k .navbar-toggler {
  color: #ffffff;
}
#menu-3k .link,
#menu-3k .dropdown-item {
  color: #ffffff;
}
#menu-3k .link {
  font-size: 0.75rem;
}
#menu-3k .dropdown-item,
#menu-3k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3k .link:hover,
#menu-3k .dropdown-item:hover,
#menu-3k .link:focus,
#menu-3k .dropdown-item:focus {
  color: #8c47a4;
}
#menu-3k .link[aria-expanded="true"],
#menu-3k .dropdown-menu {
  background: #6e3880;
}
#menu-3k .nav-dropdown-sm .link:focus,
#menu-3k .nav-dropdown-sm .link:hover,
#menu-3k .nav-dropdown-sm .dropdown-item:focus,
#menu-3k .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-3k .navbar,
#menu-3k .nav-dropdown-sm,
#menu-3k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3k .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-3k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3k .bg-color.transparent.opened .link:hover,
#menu-3k .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-3k .link[aria-expanded="true"],
#menu-3k .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-3k.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3k .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3k .close-icon::before,
#menu-3k .close-icon::after {
  background-color: #ffffff;
}
#social-buttons2-3n .mbr-section-title,
#social-buttons2-3n .btn-social {
  color: #232323;
}
#social-buttons2-3n .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts2-1x UL {
  color: #c0a375;
}
#contacts2-1x STRONG {
  color: #ffffff;
}
#msg-box8-a8 .mbr-section-title,
#msg-box8-a8 p {
  color: #fff;
}
#msg-box8-a8 .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box8-a8 .lead {
  color: #ffffff;
}
#menu-52 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-52 .navbar-caption {
  color: #ffffff;
}
#menu-52 .navbar-toggler {
  color: #ffffff;
}
#menu-52 .link,
#menu-52 .dropdown-item {
  color: #ffffff;
}
#menu-52 .link {
  font-size: 0.75rem;
}
#menu-52 .dropdown-item,
#menu-52 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-52 .link:hover,
#menu-52 .dropdown-item:hover,
#menu-52 .link:focus,
#menu-52 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-52 .link[aria-expanded="true"],
#menu-52 .dropdown-menu {
  background: #6e3880;
}
#menu-52 .nav-dropdown-sm .link:focus,
#menu-52 .nav-dropdown-sm .link:hover,
#menu-52 .nav-dropdown-sm .dropdown-item:focus,
#menu-52 .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-52 .navbar,
#menu-52 .nav-dropdown-sm,
#menu-52 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-52 .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-52 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-52 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-52 .bg-color.transparent.opened .link:hover,
#menu-52 .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-52 .link[aria-expanded="true"],
#menu-52 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-52.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-52 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-52 .close-icon::before,
#menu-52 .close-icon::after {
  background-color: #ffffff;
}
#header3-56 .mbr-section-title,
#header3-56 .mbr-section-subtitle {
  text-align: center;
}
#header3-56 .mbr-section-title {
  color: #8c47a4;
}
#features7-55 .card-subtitle {
  color: #bcbcbc;
}
#features7-55 .iconbox {
  background-color: #2969b0;
  border-color: #2969b0;
}
#features7-55 H4 {
  color: #2969b0;
}
#header3-57 .mbr-section-title,
#header3-57 .mbr-section-subtitle {
  text-align: center;
}
#header3-57 .mbr-section-title {
  color: #41a85f;
}
#features7-59 .card-subtitle {
  color: #bcbcbc;
}
#features7-59 .iconbox {
  background-color: #41a85f;
  border-color: #41a85f;
}
#features7-59 H4 {
  color: #00a885;
}
#header3-5a .mbr-section-title,
#header3-5a .mbr-section-subtitle {
  text-align: center;
}
#header3-5a .mbr-section-title {
  color: #b8312f;
}
#features7-5b .card-subtitle {
  color: #bcbcbc;
}
#features7-5b .iconbox {
  background-color: #b8312f;
  border-color: #b8312f;
}
#features7-5b H4 {
  color: #b8312f;
}
#header3-5c .mbr-section-title,
#header3-5c .mbr-section-subtitle {
  text-align: center;
}
#header3-5c .mbr-section-title {
  color: #8c47a4;
}
#contacts1-53 P {
  color: #ffffff;
}

#msg-box8-5u .mbr-section-title,
#msg-box8-5u p {
  color: #fff;
}
#msg-box8-5u .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box5-5v P {
  font-size: 20px;
}
#content2-5w P {
  font-size: 20px;
}
#social-buttons2-5y .mbr-section-title,
#social-buttons2-5y .btn-social {
  color: #232323;
}
#social-buttons2-5y .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#menu-5q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5q .navbar-caption {
  color: #ffffff;
}
#menu-5q .navbar-toggler {
  color: #ffffff;
}
#menu-5q .link,
#menu-5q .dropdown-item {
  color: #ffffff;
}
#menu-5q .link {
  font-size: 0.75rem;
}
#menu-5q .dropdown-item,
#menu-5q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5q .link:hover,
#menu-5q .dropdown-item:hover,
#menu-5q .link:focus,
#menu-5q .dropdown-item:focus {
  color: #8c47a4;
}
#menu-5q .link[aria-expanded="true"],
#menu-5q .dropdown-menu {
  background: #6e3880;
}
#menu-5q .nav-dropdown-sm .link:focus,
#menu-5q .nav-dropdown-sm .link:hover,
#menu-5q .nav-dropdown-sm .dropdown-item:focus,
#menu-5q .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-5q .navbar,
#menu-5q .nav-dropdown-sm,
#menu-5q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5q .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-5q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5q .bg-color.transparent.opened .link:hover,
#menu-5q .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-5q .link[aria-expanded="true"],
#menu-5q .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-5q.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5q .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5q .close-icon::before,
#menu-5q .close-icon::after {
  background-color: #ffffff;
}
#contacts1-5s P {
  color: #ffffff;
}
#menu-83 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-83 .navbar-caption {
  color: #ffffff;
}
#menu-83 .navbar-toggler {
  color: #ffffff;
}
#menu-83 .link,
#menu-83 .dropdown-item {
  color: #ffffff;
}
#menu-83 .link {
  font-size: 0.75rem;
}
#menu-83 .dropdown-item,
#menu-83 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-83 .link:hover,
#menu-83 .dropdown-item:hover,
#menu-83 .link:focus,
#menu-83 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-83 .link[aria-expanded="true"],
#menu-83 .dropdown-menu {
  background: #6e3880;
}
#menu-83 .nav-dropdown-sm .link:focus,
#menu-83 .nav-dropdown-sm .link:hover,
#menu-83 .nav-dropdown-sm .dropdown-item:focus,
#menu-83 .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-83 .navbar,
#menu-83 .nav-dropdown-sm,
#menu-83 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-83 .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-83 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-83 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-83 .bg-color.transparent.opened .link:hover,
#menu-83 .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-83 .link[aria-expanded="true"],
#menu-83 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-83.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-83 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-83 .close-icon::before,
#menu-83 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-87 .mbr-section-title,
#msg-box8-87 p {
  color: #fff;
}
#msg-box8-87 .mbr-section-title SPAN {
  font-size: 46px;
}
#contacts1-85 P {
  color: #ffffff;
}

#menu-ah .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ah .navbar-caption {
  color: #ffffff;
}
#menu-ah .navbar-toggler {
  color: #ffffff;
}
#menu-ah .link,
#menu-ah .dropdown-item {
  color: #ffffff;
}
#menu-ah .link {
  font-size: 0.75rem;
}
#menu-ah .dropdown-item,
#menu-ah .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ah .link:hover,
#menu-ah .dropdown-item:hover,
#menu-ah .link:focus,
#menu-ah .dropdown-item:focus {
  color: #8c47a4;
}
#menu-ah .link[aria-expanded="true"],
#menu-ah .dropdown-menu {
  background: #6e3880;
}
#menu-ah .nav-dropdown-sm .link:focus,
#menu-ah .nav-dropdown-sm .link:hover,
#menu-ah .nav-dropdown-sm .dropdown-item:focus,
#menu-ah .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-ah .navbar,
#menu-ah .nav-dropdown-sm,
#menu-ah .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ah .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-ah .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ah .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ah .bg-color.transparent.opened .link:hover,
#menu-ah .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-ah .link[aria-expanded="true"],
#menu-ah .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-ah.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-ah .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-ah .close-icon::before,
#menu-ah .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-ak .mbr-section-title,
#msg-box8-ak p {
  color: #fff;
}
#msg-box8-ak .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box5-ay P {
  font-size: 20px;
}
#extFeatures6-aw .card-img {
  background-color: #8c47a4 !important;
}
#extFeatures6-aw H4 {
  font-size: 18px;
}
#extFeatures6-ax .card-img {
  background-color: #8c47a4 !important;
}
#extFeatures6-ax H4 {
  font-size: 18px;
}
#social-buttons2-aq .mbr-section-title,
#social-buttons2-aq .btn-social {
  color: #232323;
}
#social-buttons2-aq .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-aj P {
  color: #ffffff;
}



#menu-b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b .navbar-caption {
  color: #ffffff;
}
#menu-b .navbar-toggler {
  color: #ffffff;
}
#menu-b .link,
#menu-b .dropdown-item {
  color: #ffffff;
}
#menu-b .link {
  font-size: 0.75rem;
}
#menu-b .dropdown-item,
#menu-b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-b .link:hover,
#menu-b .dropdown-item:hover,
#menu-b .link:focus,
#menu-b .dropdown-item:focus {
  color: #8c47a4;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-menu {
  background: #6e3880;
}
#menu-b .nav-dropdown-sm .link:focus,
#menu-b .nav-dropdown-sm .link:hover,
#menu-b .nav-dropdown-sm .dropdown-item:focus,
#menu-b .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-b .navbar,
#menu-b .nav-dropdown-sm,
#menu-b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b .bg-color.transparent.opened .link:hover,
#menu-b .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-b .close-icon::before,
#menu-b .close-icon::after {
  background-color: #ffffff;
}
#extShop1-92 .galleryItem h4:hover {
  color: #8c47a4;
}
#extShop1-92 .mbr-gallery-filter ul li.active {
  color: #8c47a4;
}
#extShop1-92 .mbr-gallery-filter ul li:hover {
  color: #8c47a4;
}
#extShop1-92 .mbr-gallery-filter ul li:before {
  background: #8c47a4;
}
#extShop1-92 .min-toggle:hover,
#extShop1-92 .max-toggle:hover {
  background-color: #8c47a4;
}
#extShop1-92 .shop-title {
  font-family: 'Poppins', sans-serif;
}
#extShop1-92 .categories-titles .mbr-gallery-filter ul li {
  font-family: 'Poppins', sans-serif;
}
#extShop1-92 .max-input {
  font-family: 'Poppins', sans-serif;
}
#extShop1-92 .min-input {
  font-family: 'Poppins', sans-serif;
}
#extShop1-92 .item-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #8c47a4;
}
#extShop1-92 .item-subtitle {
  font-family: 'Lora', serif;
  text-align: center;
}
#extShop1-92 .card-description {
  font-family: 'Raleway', sans-serif;
}
#extShop1-92 .shop-item-price {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: left;
}
#extShop1-92 H3 {
  font-size: 46px;
  color: #484848;
}
#extShop1-92 B {
  color: #000000;
}
#extShop1-92 .card-description DIV {
  text-align: left;
}
#extShop1-92 .card-description P {
  color: #000000;
  text-align: left;
}
#extShop1-92 SPAN {
  color: #8c47a4;
}
#extShop1-92 .btn {
  font-family: 'Montserrat', sans-serif;
}
#extShop1-92 .sort-buttons {
  display: none;
}
#social-buttons2-2g .mbr-section-title,
#social-buttons2-2g .btn-social {
  color: #232323;
}
#social-buttons2-2g .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#social-buttons2-2g .mbr-section-title SPAN {
  color: #28324e;
}
#contacts1-d P {
  color: #ffffff;
}



#menu-cz .hide-buttons .nav-btn {
  display: none !important;
}
#menu-cz .navbar-caption {
  color: #ffffff;
}
#menu-cz .navbar-toggler {
  color: #ffffff;
}
#menu-cz .link,
#menu-cz .dropdown-item {
  color: #ffffff;
}
#menu-cz .link {
  font-size: 0.75rem;
}
#menu-cz .dropdown-item,
#menu-cz .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-cz .link:hover,
#menu-cz .dropdown-item:hover,
#menu-cz .link:focus,
#menu-cz .dropdown-item:focus {
  color: #8c47a4;
}
#menu-cz .link[aria-expanded="true"],
#menu-cz .dropdown-menu {
  background: #6e3880;
}
#menu-cz .nav-dropdown-sm .link:focus,
#menu-cz .nav-dropdown-sm .link:hover,
#menu-cz .nav-dropdown-sm .dropdown-item:focus,
#menu-cz .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-cz .navbar,
#menu-cz .nav-dropdown-sm,
#menu-cz .nav-dropdown-sm .link[aria-expanded="true"],
#menu-cz .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-cz .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-cz .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-cz .bg-color.transparent.opened .link:hover,
#menu-cz .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-cz .link[aria-expanded="true"],
#menu-cz .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-cz.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-cz .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-cz .close-icon::before,
#menu-cz .close-icon::after {
  background-color: #ffffff;
}
#extShop1-d1 .galleryItem h4:hover {
  color: #8c47a4;
}
#extShop1-d1 .mbr-gallery-filter ul li.active {
  color: #8c47a4;
}
#extShop1-d1 .mbr-gallery-filter ul li:hover {
  color: #8c47a4;
}
#extShop1-d1 .mbr-gallery-filter ul li:before {
  background: #8c47a4;
}
#extShop1-d1 .min-toggle:hover,
#extShop1-d1 .max-toggle:hover {
  background-color: #8c47a4;
}
#extShop1-d1 .shop-title {
  font-family: 'Poppins', sans-serif;
}
#extShop1-d1 .categories-titles .mbr-gallery-filter ul li {
  font-family: 'Poppins', sans-serif;
}
#extShop1-d1 .max-input {
  font-family: 'Poppins', sans-serif;
}
#extShop1-d1 .min-input {
  font-family: 'Poppins', sans-serif;
}
#extShop1-d1 .item-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #8c47a4;
}
#extShop1-d1 .item-subtitle {
  font-family: 'Lora', serif;
  text-align: center;
}
#extShop1-d1 .card-description {
  font-family: 'Raleway', sans-serif;
}
#extShop1-d1 .shop-item-price {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: left;
}
#extShop1-d1 H3 {
  font-size: 46px;
  color: #484848;
}
#extShop1-d1 B {
  color: #000000;
}
#extShop1-d1 .card-description DIV {
  text-align: left;
}
#extShop1-d1 .card-description P {
  color: #000000;
  text-align: left;
}
#extShop1-d1 SPAN {
  color: #8c47a4;
}
#extShop1-d1 .btn {
  font-family: 'Montserrat', sans-serif;
}
#extShop1-d1 .sort-buttons {
  display: none;
}
#social-buttons2-d2 .mbr-section-title,
#social-buttons2-d2 .btn-social {
  color: #232323;
}
#social-buttons2-d2 .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#social-buttons2-d2 .mbr-section-title SPAN {
  color: #28324e;
}
#contacts1-d3 P {
  color: #ffffff;
}

#menu-d4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-d4 .navbar-caption {
  color: #ffffff;
}
#menu-d4 .navbar-toggler {
  color: #ffffff;
}
#menu-d4 .link,
#menu-d4 .dropdown-item {
  color: #ffffff;
}
#menu-d4 .link {
  font-size: 0.75rem;
}
#menu-d4 .dropdown-item,
#menu-d4 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-d4 .link:hover,
#menu-d4 .dropdown-item:hover,
#menu-d4 .link:focus,
#menu-d4 .dropdown-item:focus {
  color: #8c47a4;
}
#menu-d4 .link[aria-expanded="true"],
#menu-d4 .dropdown-menu {
  background: #6e3880;
}
#menu-d4 .nav-dropdown-sm .link:focus,
#menu-d4 .nav-dropdown-sm .link:hover,
#menu-d4 .nav-dropdown-sm .dropdown-item:focus,
#menu-d4 .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-d4 .navbar,
#menu-d4 .nav-dropdown-sm,
#menu-d4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-d4 .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-d4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-d4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-d4 .bg-color.transparent.opened .link:hover,
#menu-d4 .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-d4 .link[aria-expanded="true"],
#menu-d4 .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-d4.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-d4 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-d4 .close-icon::before,
#menu-d4 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-d6 .mbr-section-title,
#msg-box8-d6 p {
  color: #fff;
}
#msg-box8-d6 .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box8-d6 .lead {
  color: #ffffff;
}
#msg-box5-d7 H3 {
  font-size: 36px;
  color: #8c47a4;
}
#social-buttons2-dd .mbr-section-title,
#social-buttons2-dd .btn-social {
  color: #232323;
}
#social-buttons2-dd .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-de P {
  color: #ffffff;
}
#menu-ds .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ds .navbar-caption {
  color: #ffffff;
}
#menu-ds .navbar-toggler {
  color: #ffffff;
}
#menu-ds .link,
#menu-ds .dropdown-item {
  color: #ffffff;
}
#menu-ds .link {
  font-size: 0.75rem;
}
#menu-ds .dropdown-item,
#menu-ds .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ds .link:hover,
#menu-ds .dropdown-item:hover,
#menu-ds .link:focus,
#menu-ds .dropdown-item:focus {
  color: #8c47a4;
}
#menu-ds .link[aria-expanded="true"],
#menu-ds .dropdown-menu {
  background: #6e3880;
}
#menu-ds .nav-dropdown-sm .link:focus,
#menu-ds .nav-dropdown-sm .link:hover,
#menu-ds .nav-dropdown-sm .dropdown-item:focus,
#menu-ds .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-ds .navbar,
#menu-ds .nav-dropdown-sm,
#menu-ds .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ds .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-ds .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ds .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ds .bg-color.transparent.opened .link:hover,
#menu-ds .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-ds .link[aria-expanded="true"],
#menu-ds .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-ds.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-ds .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-ds .close-icon::before,
#menu-ds .close-icon::after {
  background-color: #ffffff;
}
#header2-dv .mbr-section-text {
  color: #ccba98;
}
#header2-dv .mbr-section-text B {
  color: #cfbb95;
}
#msg-box6-e1 .mbr-section-title,
#msg-box6-e1 .lead p {
  color: #fff;
}
#msg-box6-e1 P {
  color: #cfbb95;
}
#msg-box6-e1 H3 {
  color: #cfbb95;
  font-size: 36px;
}
#msg-box6-e2 .mbr-section-title,
#msg-box6-e2 .lead p {
  color: #fff;
}
#msg-box6-e2 P {
  color: #ccba98;
}
#msg-box6-e2 H3 {
  color: #cfbb95;
  font-size: 36px;
}
#msg-box6-e6 .mbr-section-title,
#msg-box6-e6 .lead p {
  color: #fff;
}
#msg-box6-e6 P {
  color: #ccba98;
}
#msg-box6-e6 H3 {
  color: #cfbb95;
  font-size: 36px;
}
#content5-ea .mbr-section-title,
#content5-ea p {
  color: #fff;
}
#content5-ea P {
  font-size: 24px;
  color: #ffffff;
}
#contacts1-du P {
  color: #ffffff;
}

#msg-box8-ec .mbr-section-title,
#msg-box8-ec p {
  color: #fff;
}
#msg-box8-ec .mbr-section-title {
  font-size: 20px;
}
#msg-box8-ec .mbr-section-title SPAN {
  font-size: 23px;
}
#menu-ed .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ed .navbar-caption {
  color: #ffffff;
}
#menu-ed .navbar-toggler {
  color: #ffffff;
}
#menu-ed .link,
#menu-ed .dropdown-item {
  color: #ffffff;
}
#menu-ed .link {
  font-size: 0.75rem;
}
#menu-ed .dropdown-item,
#menu-ed .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ed .link:hover,
#menu-ed .dropdown-item:hover,
#menu-ed .link:focus,
#menu-ed .dropdown-item:focus {
  color: #8c47a4;
}
#menu-ed .link[aria-expanded="true"],
#menu-ed .dropdown-menu {
  background: #6e3880;
}
#menu-ed .nav-dropdown-sm .link:focus,
#menu-ed .nav-dropdown-sm .link:hover,
#menu-ed .nav-dropdown-sm .dropdown-item:focus,
#menu-ed .nav-dropdown-sm .dropdown-item:hover {
  background: #834299!important;
}
#menu-ed .navbar,
#menu-ed .nav-dropdown-sm,
#menu-ed .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ed .nav-dropdown-sm .dropdown-menu {
  background: #8c47a4;
}
#menu-ed .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ed .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ed .bg-color.transparent.opened .link:hover,
#menu-ed .bg-color.transparent.opened .link:focus {
  color: #8c47a4;
}
#menu-ed .link[aria-expanded="true"],
#menu-ed .dropdown-item[aria-expanded="true"] {
  color: #8c47a4!important;
}
#menu-ed.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-ed .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-ed .close-icon::before,
#menu-ed .close-icon::after {
  background-color: #ffffff;
}
#social-buttons2-eg .mbr-section-title,
#social-buttons2-eg .btn-social {
  color: #232323;
}
#social-buttons2-eg .mbr-section-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#contacts2-eh UL {
  color: #c0a375;
}
#contacts2-eh STRONG {
  color: #ffffff;
}
