@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);






























body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Roboto', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Roboto', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Lato', 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: 'Lato', 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: 'Lato', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Lato', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #faaf40 !important;
}
.bg-success {
  background-color: #fac51c !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  background-color: #faaf40;
  border-color: #faaf40;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #e78d06;
  border-color: #e78d06;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e78d06 !important;
  border-color: #e78d06 !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: #fac51c;
  border-color: #fac51c;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #c59704;
  border-color: #c59704;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c59704 !important;
  border-color: #c59704 !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: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #cf7d05;
  color: #cf7d05;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #faaf40;
  border-color: #faaf40;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #faaf40 !important;
  border-color: #faaf40 !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: #ac8404;
  color: #ac8404;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fac51c;
  border-color: #fac51c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fac51c !important;
  border-color: #fac51c !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.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: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.text-primary {
  color: #faaf40 !important;
}
.text-success {
  color: #fac51c !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
.alert-success {
  background-color: #fac51c;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #000000;
}
.btn-social {
  border-color: #faaf40;
}
.btn-social:hover {
  background: #faaf40;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #faaf40;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #faaf40;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #faaf40;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #faaf40;
}
.lead a,
.lead a:hover {
  color: #faaf40;
}
.lead blockquote {
  border-color: #faaf40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef8e4;
}
.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: #b3b3b3;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #faaf40;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#msg-box8-1w .mbr-section-title,
#msg-box8-1w p {
  color: #fff;
}
#msg-box8-1w .mbr-section-title {
  font-size: 36px;
}
#header3-a6 .mbr-section-title,
#header3-a6 .mbr-section-subtitle {
  text-align: center;
}
#header3-a6 .mbr-section-subtitle {
  color: #553982;
}
#header3-a6 .mbr-section-title {
  color: #152246;
}
#header3-a6 SMALL {
  font-size: 19px;
}
#header3-a6 H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-a7 .mbr-section-title,
#header3-a7 .mbr-section-subtitle {
  text-align: center;
}
#header3-a7 .mbr-section-subtitle {
  color: #553982;
}
#header3-a7 .mbr-section-title {
  color: #152246;
}
#header3-a7 SMALL {
  font-size: 17px;
}
#header3-a7 H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
#header3-ah .mbr-section-title,
#header3-ah .mbr-section-subtitle {
  text-align: center;
}
#header3-ah .mbr-section-subtitle {
  color: #553982;
}
#header3-ah .mbr-section-title {
  color: #152246;
}
#header3-ah SMALL {
  font-size: 19px;
}
#header3-ah H3 {
  color: #f7da64;
  text-align: right;
  font-size: 48px;
}
#features3-19 H4 {
  color: #efefef;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#features3-19 SPAN {
  font-family: 'Bitter', serif;
  color: #152246;
}
#features3-7r H4 {
  color: #efefef;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#features3-7r SPAN {
  font-family: 'Bitter', serif;
  color: #152246;
}
#buttons1-ad .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#buttons1-ad STRONG {
  font-family: 'Oswald', sans-serif;
}
#buttons1-ad B {
  font-family: 'Oswald', sans-serif;
}
#header3-af .mbr-section-title,
#header3-af .mbr-section-subtitle {
  text-align: center;
}
#header3-af .mbr-section-subtitle {
  color: #553982;
}
#header3-af .mbr-section-title {
  color: #152246;
}
#header3-af SMALL {
  font-size: 19px;
}
#header3-af H3 {
  color: #f7da64;
  text-align: right;
  font-size: 48px;
}
#features3-5p H4 {
  color: #efefef;
  font-family: 'Bitter', serif;
}
#features3-5p SPAN {
  color: #152246;
}
#buttons1-aa .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#header3-ai .mbr-section-title,
#header3-ai .mbr-section-subtitle {
  text-align: center;
}
#header3-ai .mbr-section-subtitle {
  color: #553982;
}
#header3-ai .mbr-section-title {
  color: #152246;
}
#header3-ai SMALL {
  font-size: 19px;
}
#header3-ai H3 {
  color: #f7da64;
  text-align: center;
  font-size: 48px;
}
#features3-18 H4 {
  color: #efefef;
  font-family: 'Roboto', sans-serif;
}
#features3-18 SPAN {
  font-family: 'Bitter', serif;
  color: #152246;
}
#features3-1a H4 {
  color: #efefef;
  font-family: 'Roboto', sans-serif;
}
#features3-1a SPAN {
  font-family: 'Bitter', serif;
  color: #152246;
}
#buttons1-ab .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#header3-aj .mbr-section-title,
#header3-aj .mbr-section-subtitle {
  text-align: center;
}
#header3-aj .mbr-section-subtitle {
  color: #553982;
}
#header3-aj .mbr-section-title {
  color: #152246;
}
#header3-aj SMALL {
  font-size: 19px;
}
#header3-aj H3 {
  color: #f7da64;
  text-align: right;
  font-size: 48px;
}
#features3-1m H4 {
  color: #efefef;
  font-family: 'Roboto', sans-serif;
}
#features3-1m SPAN {
  font-family: 'Bitter', serif;
  color: #152246;
}
#buttons1-ac .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#header3-bd .mbr-section-title,
#header3-bd .mbr-section-subtitle {
  text-align: center;
}
#header3-bd .mbr-section-subtitle {
  color: #553982;
}
#header3-bd .mbr-section-title {
  color: #152246;
}
#header3-bd SMALL {
  font-size: 19px;
}
#header3-bd H3 {
  color: #f7da64;
  text-align: right;
  font-size: 48px;
}
#features3-ba H4 {
  color: #efefef;
  font-family: 'Roboto', sans-serif;
}
#features3-ba SPAN {
  font-family: 'Bitter', serif;
  color: #152246;
}
#buttons1-bb .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#header3-5j .mbr-section-title,
#header3-5j .mbr-section-subtitle {
  text-align: center;
}
#header3-5j .mbr-section-subtitle {
  color: #553982;
}
#header3-5j .mbr-section-title {
  color: #152246;
}
#header3-5j H3 {
  color: #ffffff;
}
#header3-5j SMALL {
  color: #efefef;
}
#content1-5k P {
  color: #28324e;
  font-family: 'Oxygen', sans-serif;
  text-align: left;
}
#header3-5h .mbr-section-title,
#header3-5h .mbr-section-subtitle {
  text-align: center;
}
#header3-5h .mbr-section-subtitle {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #f7da64;
}
#header3-5h .mbr-section-title {
  color: #ffffff;
}
#header3-5h SMALL {
  color: #efefef;
}
#header3-5h H3 {
  color: #f7da64;
}
#buttons1-ak .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bj .mbr-section-title,
#social-buttons4-bj .btn-social {
  color: #fff;
}
#social-buttons4-bj .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}








#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#header2-bz .mbr-section-title {
  color: #28324e;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#header2-bz .mbr-section-text {
  color: #2b0680;
  font-family: 'Slabo 27px', serif;
  font-size: 18px;
  text-align: center;
}
#header2-bz .mbr-section-text I {
  font-family: 'Oxygen', sans-serif;
}
#header3-c0 .mbr-section-title,
#header3-c0 .mbr-section-subtitle {
  text-align: center;
}
#header3-c0 H3 {
  color: #28324e;
  font-size: 36px;
  font-family: 'Bitter', serif;
}
#features2-bv .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features2-bv .mbr-cards-col:nth-child(odd) .card-title {
  font-size: 24px;
}
#features2-bv .mbr-cards-col:nth-child(even) .card-title {
  font-size: 24px;
}
#features2-bv .mbr-cards-col:nth-child(odd) .card-text {
  color: #f7da64;
  font-size: 18px;
}
#features2-bv .mbr-cards-col:nth-child(even) .card-text B {
  font-size: 18px;
  color: #28324e;
}
#form1-x .form-control-label {
  color: #232323;
}
#form1-x .mbr-section-title {
  font-size: 36px;
  color: #000000;
  font-family: 'Bitter', serif;
}
#form1-x P {
  color: #000000;
  font-size: 15px;
}
#header3-3u .mbr-section-title,
#header3-3u .mbr-section-subtitle {
  text-align: center;
}
#header3-3u H3 {
  font-size: 25px;
  color: #232323;
  text-align: center;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bk .mbr-section-title,
#social-buttons4-bk .btn-social {
  color: #fff;
}
#social-buttons4-bk .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}








#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#msg-box5-c2 B {
  color: #efefef;
  font-family: 'Lato', sans-serif;
}
#msg-box5-c2 H3 {
  color: #2b0680;
}
#header3-24 .mbr-section-title,
#header3-24 .mbr-section-subtitle {
  text-align: center;
}
#header3-24 H3 {
  text-align: right;
  font-size: 30px;
  color: #b8312f;
}
#content2-23 P {
  color: #2b0680;
}
#header3-25 .mbr-section-title,
#header3-25 .mbr-section-subtitle {
  text-align: center;
}
#header3-25 H3 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box5-9u H3 {
  font-size: 15px;
  font-family: 'Oxygen', sans-serif;
  color: #28324e;
}
#msg-box5-9u SPAN {
  font-family: 'Lora', serif;
  text-align: center;
  color: #28324e;
  font-size: 19px;
}
#msg-box5-9u P {
  font-size: 15px;
  text-align: left;
}
#msg-box5-9u B {
  font-family: 'Montserrat', sans-serif;
  color: #2b0680;
}
#header3-9v .mbr-section-title,
#header3-9v .mbr-section-subtitle {
  text-align: center;
}
#header3-9v .mbr-section-subtitle {
  color: #553982;
}
#header3-9v .mbr-section-title {
  color: #152246;
}
#header3-9v SMALL {
  font-size: 17px;
}
#header3-9v H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#header3-27 .mbr-section-title,
#header3-27 .mbr-section-subtitle {
  text-align: center;
}
#header3-27 H3 {
  font-size: 30px;
  color: #b8312f;
}
#content2-28 P {
  color: #2b0680;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#header3-2u H3 {
  font-size: 25px;
  color: #28324e;
}
#header3-a4 .mbr-section-title,
#header3-a4 .mbr-section-subtitle {
  text-align: center;
}
#header3-a4 .mbr-section-subtitle {
  color: #553982;
}
#header3-a4 .mbr-section-title {
  color: #152246;
}
#header3-a4 SMALL {
  font-size: 19px;
}
#header3-a4 H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-a5 .mbr-section-title,
#header3-a5 .mbr-section-subtitle {
  text-align: center;
}
#header3-a5 .mbr-section-subtitle {
  color: #553982;
}
#header3-a5 .mbr-section-title {
  color: #152246;
}
#header3-a5 SMALL {
  font-size: 17px;
}
#header3-a5 H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b0 P {
  text-align: center;
  color: #000000;
}
#features3-b0 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bi .mbr-section-title,
#social-buttons4-bi .btn-social {
  color: #fff;
}
#social-buttons4-bi .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}




#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#features7-3d .card-subtitle {
  color: #bcbcbc;
}
#features7-3d .iconbox {
  background-color: #faaf40;
  border-color: #faaf40;
}
#content2-37 P {
  font-size: 22px;
}
#content2-37 UL {
  text-align: left;
}
#header3-9a .mbr-section-title,
#header3-9a .mbr-section-subtitle {
  text-align: center;
}
#header3-9a .mbr-section-subtitle {
  color: #553982;
}
#header3-9a .mbr-section-title {
  color: #152246;
}
#header3-9a SMALL {
  font-size: 19px;
}
#header3-9a H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9b .mbr-section-title,
#header3-9b .mbr-section-subtitle {
  text-align: center;
}
#header3-9b .mbr-section-subtitle {
  color: #553982;
}
#header3-9b .mbr-section-title {
  color: #152246;
}
#header3-9b SMALL {
  font-size: 17px;
}
#header3-9b H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b2 P {
  text-align: center;
  color: #000000;
}
#features3-b2 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bm .mbr-section-title,
#social-buttons4-bm .btn-social {
  color: #fff;
}
#social-buttons4-bm .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}













#slider-1n B {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
}
#slider-1n H2 {
  font-size: 30px;
  color: #f7da64;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#slider-1n SPAN {
  font-size: 30px;
  color: #faaf40;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#header3-bt .mbr-section-title,
#header3-bt .mbr-section-subtitle {
  text-align: center;
}
#header3-bt H3 {
  color: #28324e;
  font-size: 36px;
  font-family: 'Bitter', serif;
}
#header3-9y .mbr-section-title,
#header3-9y .mbr-section-subtitle {
  text-align: center;
}
#header3-9y H3 {
  text-align: center;
  font-size: 30px;
  color: #b8312f;
}
#header3-9y SMALL {
  font-size: 20px;
  color: #504b49;
  text-align: center;
}
#msg-box5-8z H3 {
  font-size: 21px;
  font-family: 'Bitter', serif;
  color: #28324e;
  text-align: left;
}
#msg-box5-8z SPAN {
  font-family: 'Lora', serif;
  text-align: center;
  color: #28324e;
}
#msg-box5-8z P {
  font-family: 'Bitter', serif;
  text-align: left;
  color: #0e1c46;
}
#msg-box5-8z B {
  color: #2a0a74;
  font-size: 22px;
}
#msg-box6-a0 .mbr-section-title,
#msg-box6-a0 .lead p {
  color: #fff;
}
#msg-box6-a0 P {
  text-align: left;
  color: #b8312f;
}
#msg-box6-a0 H3 {
  text-align: left;
  color: #28324e;
  font-size: 36px;
}
#msg-box6-a0 B {
  color: #f7da64;
}
#header3-9w .mbr-section-title,
#header3-9w .mbr-section-subtitle {
  text-align: center;
}
#header3-9w .mbr-section-subtitle {
  color: #553982;
}
#header3-9w .mbr-section-title {
  color: #152246;
}
#header3-9w SMALL {
  font-size: 19px;
}
#header3-9w H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
  font-family: 'Noto Sans', sans-serif;
}
#header3-9x .mbr-section-title,
#header3-9x .mbr-section-subtitle {
  text-align: center;
}
#header3-9x .mbr-section-subtitle {
  color: #553982;
}
#header3-9x .mbr-section-title {
  color: #152246;
}
#header3-9x SMALL {
  font-size: 17px;
}
#header3-9x H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
  font-family: 'Arimo', sans-serif;
}
#features3-3 P {
  text-align: center;
  color: #000000;
}
#features3-3 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-2i .mbr-section-title,
#social-buttons4-2i .btn-social {
  color: #fff;
}
#social-buttons4-2i .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}





#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#msg-box8-1v .mbr-section-title,
#msg-box8-1v p {
  color: #fff;
}
#msg-box8-1v .lead P {
  color: #faaf40;
  font-family: 'Lato', sans-serif;
}
#gallery3-1u .mbr-gallery-item > div > span {
  text-align: center;
}
#header3-9d .mbr-section-title,
#header3-9d .mbr-section-subtitle {
  text-align: center;
}
#header3-9d .mbr-section-subtitle {
  color: #553982;
}
#header3-9d .mbr-section-title {
  color: #152246;
}
#header3-9d SMALL {
  font-size: 19px;
}
#header3-9d H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9e .mbr-section-title,
#header3-9e .mbr-section-subtitle {
  text-align: center;
}
#header3-9e .mbr-section-subtitle {
  color: #553982;
}
#header3-9e .mbr-section-title {
  color: #152246;
}
#header3-9e SMALL {
  font-size: 17px;
}
#header3-9e H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b1 P {
  text-align: center;
  color: #000000;
}
#features3-b1 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bl .mbr-section-title,
#social-buttons4-bl .btn-social {
  color: #fff;
}
#social-buttons4-bl .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}




#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#content5-79 .mbr-section-title,
#content5-79 p {
  color: #fff;
}
#content5-79 .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#content5-79 P {
  text-align: center;
}
#header3-9f .mbr-section-title,
#header3-9f .mbr-section-subtitle {
  text-align: center;
}
#header3-9f .mbr-section-subtitle {
  color: #553982;
}
#header3-9f .mbr-section-title {
  color: #152246;
}
#header3-9f SMALL {
  font-size: 19px;
}
#header3-9f H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9g .mbr-section-title,
#header3-9g .mbr-section-subtitle {
  text-align: center;
}
#header3-9g .mbr-section-subtitle {
  color: #553982;
}
#header3-9g .mbr-section-title {
  color: #152246;
}
#header3-9g SMALL {
  font-size: 17px;
}
#header3-9g H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b3 P {
  text-align: center;
  color: #000000;
}
#features3-b3 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bn .mbr-section-title,
#social-buttons4-bn .btn-social {
  color: #fff;
}
#social-buttons4-bn .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}




#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#content5-7a .mbr-section-title,
#content5-7a p {
  color: #fff;
}
#content5-7a .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#content5-7a P {
  text-align: center;
}
#header3-9i .mbr-section-title,
#header3-9i .mbr-section-subtitle {
  text-align: center;
}
#header3-9i .mbr-section-subtitle {
  color: #553982;
}
#header3-9i .mbr-section-title {
  color: #152246;
}
#header3-9i SMALL {
  font-size: 19px;
}
#header3-9i H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9j .mbr-section-title,
#header3-9j .mbr-section-subtitle {
  text-align: center;
}
#header3-9j .mbr-section-subtitle {
  color: #553982;
}
#header3-9j .mbr-section-title {
  color: #152246;
}
#header3-9j SMALL {
  font-size: 17px;
}
#header3-9j H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b4 P {
  text-align: center;
  color: #000000;
}
#features3-b4 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bo .mbr-section-title,
#social-buttons4-bo .btn-social {
  color: #fff;
}
#social-buttons4-bo .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}




#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#content5-7b .mbr-section-title,
#content5-7b p {
  color: #fff;
}
#content5-7b .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#content5-7b P {
  text-align: center;
}
#header3-9l .mbr-section-title,
#header3-9l .mbr-section-subtitle {
  text-align: center;
}
#header3-9l .mbr-section-subtitle {
  color: #553982;
}
#header3-9l .mbr-section-title {
  color: #152246;
}
#header3-9l SMALL {
  font-size: 19px;
}
#header3-9l H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9m .mbr-section-title,
#header3-9m .mbr-section-subtitle {
  text-align: center;
}
#header3-9m .mbr-section-subtitle {
  color: #553982;
}
#header3-9m .mbr-section-title {
  color: #152246;
}
#header3-9m SMALL {
  font-size: 17px;
}
#header3-9m H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b5 P {
  text-align: center;
  color: #000000;
}
#features3-b5 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bp .mbr-section-title,
#social-buttons4-bp .btn-social {
  color: #fff;
}
#social-buttons4-bp .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}









#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#slider3-au DIV {
  font-size: 20px;
}
#slider3-au H2 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#slider3-au P {
  font-size: 15px;
}
#msg-box8-75 .mbr-section-title,
#msg-box8-75 p {
  color: #fff;
}
#msg-box8-75 .mbr-section-title {
  font-size: 36px;
}
#header3-8i .mbr-section-title,
#header3-8i .mbr-section-subtitle {
  text-align: center;
}
#header3-8i .mbr-section-subtitle {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #28324e;
}
#header3-8i .mbr-section-title {
  color: #26602a;
}
#header3-8j .mbr-section-title,
#header3-8j .mbr-section-subtitle {
  text-align: center;
}
#header3-8j .mbr-section-subtitle {
  color: #553982;
}
#header3-8j .mbr-section-title {
  color: #152246;
}
#header3-8j SMALL {
  font-size: 19px;
}
#header3-8j H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#content1-8k P {
  color: #28324e;
  font-family: 'Oxygen', sans-serif;
  text-align: left;
}
#content1-8k H3 {
  color: #28324e;
}
#content1-8k H4 {
  color: #2b0680;
}
#msg-box2-as .mbr-section-title {
  color: #28324e;
  font-size: 25px;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
}
#msg-box2-as .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-as .btn {
  font-family: 'Open Sans', sans-serif;
}
#header3-av .mbr-section-title,
#header3-av .mbr-section-subtitle {
  text-align: center;
}
#header3-av H3 {
  text-align: right;
  font-size: 46px;
  color: #efefef;
}
#msg-box1-8l H2 {
  font-size: 20px;
  color: #28324e;
  text-align: center;
}
#msg-box1-8l H3 {
  color: #13224d;
  text-align: center;
  font-size: 32px;
}
#header3-9o .mbr-section-title,
#header3-9o .mbr-section-subtitle {
  text-align: center;
}
#header3-9o .mbr-section-subtitle {
  color: #553982;
}
#header3-9o .mbr-section-title {
  color: #152246;
}
#header3-9o SMALL {
  font-size: 19px;
}
#header3-9o H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9p .mbr-section-title,
#header3-9p .mbr-section-subtitle {
  text-align: center;
}
#header3-9p .mbr-section-subtitle {
  color: #553982;
}
#header3-9p .mbr-section-title {
  color: #152246;
}
#header3-9p SMALL {
  font-size: 17px;
}
#header3-9p H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b6 P {
  text-align: center;
  color: #000000;
}
#features3-b6 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bq .mbr-section-title,
#social-buttons4-bq .btn-social {
  color: #fff;
}
#social-buttons4-bq .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}




#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#msg-box5-8o H3 {
  font-size: 30px;
}
#features2-8t .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#header3-9q .mbr-section-title,
#header3-9q .mbr-section-subtitle {
  text-align: center;
}
#header3-9q .mbr-section-subtitle {
  color: #553982;
}
#header3-9q .mbr-section-title {
  color: #152246;
}
#header3-9q SMALL {
  font-size: 19px;
}
#header3-9q H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9r .mbr-section-title,
#header3-9r .mbr-section-subtitle {
  text-align: center;
}
#header3-9r .mbr-section-subtitle {
  color: #553982;
}
#header3-9r .mbr-section-title {
  color: #152246;
}
#header3-9r SMALL {
  font-size: 17px;
}
#header3-9r H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b7 P {
  text-align: center;
  color: #000000;
}
#features3-b7 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-br .mbr-section-title,
#social-buttons4-br .btn-social {
  color: #fff;
}
#social-buttons4-br .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}




#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Slabo 27px', serif;
}
#menu-0 .navbar-toggler {
  color: #e7f2b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #e7f2b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #e7f2b9;
  font-family: 'Merriweather', serif;
}
#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: #faaf40;
}
#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: #e7f2b9;
  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: #faaf40;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-0 .navbar-caption SPAN {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#msg-box8-85 .mbr-section-title,
#msg-box8-85 p {
  color: #fff;
}
#header3-bc .mbr-section-title,
#header3-bc .mbr-section-subtitle {
  text-align: center;
}
#header3-bc H3 {
  text-align: right;
  font-size: 30px;
  color: #b8312f;
}
#header3-bc B {
  color: #000000;
}
#gallery3-83 LI {
  color: #000000;
}
#header3-9s .mbr-section-title,
#header3-9s .mbr-section-subtitle {
  text-align: center;
}
#header3-9s .mbr-section-subtitle {
  color: #553982;
}
#header3-9s .mbr-section-title {
  color: #152246;
}
#header3-9s SMALL {
  font-size: 19px;
}
#header3-9s H3 {
  color: #ffffff;
  text-align: right;
  font-size: 48px;
}
#header3-9t .mbr-section-title,
#header3-9t .mbr-section-subtitle {
  text-align: center;
}
#header3-9t .mbr-section-subtitle {
  color: #553982;
}
#header3-9t .mbr-section-title {
  color: #152246;
}
#header3-9t SMALL {
  font-size: 17px;
}
#header3-9t H3 {
  color: #7c706b;
  text-align: right;
  font-size: 20px;
}
#features3-b8 P {
  text-align: center;
  color: #000000;
}
#features3-b8 H4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
#contacts1-bh P {
  color: #f1d669;
}
#contacts1-bh STRONG {
  font-size: 16px;
  color: #cccccc;
}
#contacts1-bh B {
  font-size: 18px;
}
#social-buttons4-bs .mbr-section-title,
#social-buttons4-bs .btn-social {
  color: #fff;
}
#social-buttons4-bs .mbr-section-title {
  font-size: 19px;
  color: #ffffff;
}
