@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,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: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #2969b0 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f7da64 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #2969b0;
  border-color: #2969b0;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #1b4472;
  border-color: #1b4472;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b4472 !important;
  border-color: #1b4472 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f7da64;
  border-color: #f7da64;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f3c91b;
  border-color: #f3c91b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f3c91b !important;
  border-color: #f3c91b !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #16385d;
  color: #16385d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2969b0;
  border-color: #2969b0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2969b0 !important;
  border-color: #2969b0 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e9bd0c;
  color: #e9bd0c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f7da64;
  border-color: #f7da64;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7da64 !important;
  border-color: #f7da64 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #2969b0 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f7da64 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f7da64;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #2969b0;
}
.btn-social:hover {
  background: #2969b0;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2969b0;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2969b0;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2969b0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2969b0;
}
.lead a,
.lead a:hover {
  color: #2969b0;
}
.lead blockquote {
  border-color: #2969b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #79aae0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #2969b0;
}
#msg-box6-o .mbr-section-title,
#msg-box6-o .lead p {
  color: #fff;
}
#msg-box6-o H3 {
  font-size: 36px;
  text-align: center;
}
#msg-box6-o .btn {
  font-family: 'Oswald', sans-serif;
}
#msg-box6-o P {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
#header3-1k .mbr-section-title,
#header3-1k .mbr-section-subtitle {
  text-align: center;
}
#header3-1k H3 {
  font-size: 24px;
}
#header3-1k SMALL {
  color: #000000;
}

#slider3-11 H2 {
  text-align: right;
	text-shadow: 
		-0   -1px 0   #000000,
		 0   -1px 0   #000000,
		-0    1px 0   #000000,
		 0    1px 0   #000000,
		-1px -0   0   #000000,
		 1px -0   0   #000000,
		-1px  0   0   #000000,
		 1px  0   0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000;
}
#slider3-11 P {
  text-align: right;
  color: #ffffff;
  font-family: 'Indie Flower', cursive;
  font-size: 36px;
	text-shadow: 
		-0   -2px 0   #000000,
		 0   -2px 0   #000000,
		-0    2px 0   #000000,
		 0    2px 0   #000000,
		-2px -0   0   #000000,
		 2px -0   0   #000000,
		-2px  0   0   #000000,
		 2px  0   0   #000000,
		-1px -2px 0   #000000,
		 1px -2px 0   #000000,
		-1px  2px 0   #000000,
		 1px  2px 0   #000000,
		-2px -1px 0   #000000,
		 2px -1px 0   #000000,
		-2px  1px 0   #000000,
		 2px  1px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000;
}
#slider3-11 SPAN {
  font-family: 'Indie Flower', cursive;
	text-shadow: 
		-0   -2px 0   #000000,
		 0   -2px 0   #000000,
		-0    2px 0   #000000,
		 0    2px 0   #000000,
		-2px -0   0   #000000,
		 2px -0   0   #000000,
		-2px  0   0   #000000,
		 2px  0   0   #000000,
		-1px -2px 0   #000000,
		 1px -2px 0   #000000,
		-1px  2px 0   #000000,
		 1px  2px 0   #000000,
		-2px -1px 0   #000000,
		 2px -1px 0   #000000,
		-2px  1px 0   #000000,
		 2px  1px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000;
}


#menu-17 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-17 .navbar-toggler {
  color: #ffffff;
}
#menu-17 .close-icon::before,
#menu-17 .close-icon::after {
  background-color: #ffffff;
}
#menu-17 .link,
#menu-17 .dropdown-item {
  color: #ffffff;
}
#menu-17 .link {
  font-size: 0.95rem;
}
#menu-17 .dropdown-item,
#menu-17 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-17 .link:hover,
#menu-17 .dropdown-item:hover,
#menu-17 .link:focus,
#menu-17 .dropdown-item:focus {
  color: #2969b0;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-menu {
  background: #0e0e0e;
}
#menu-17 .nav-dropdown-sm .link:focus,
#menu-17 .nav-dropdown-sm .link:hover,
#menu-17 .nav-dropdown-sm .dropdown-item:focus,
#menu-17 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-17 .navbar,
#menu-17 .nav-dropdown-sm,
#menu-17 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-17 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-17 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17 .bg-color.transparent.opened .link:hover,
#menu-17 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#features3-1h .btn {
  font-family: 'Montserrat', sans-serif;
}
#features3-36 .btn {
  font-family: 'Montserrat', sans-serif;
}
#features3-26 .btn {
  font-family: 'Montserrat', sans-serif;
}
#social-buttons3-31 .mbr-section-title,
#social-buttons3-31 .btn-social {
  color: #fff;
}
#social-buttons3-31 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
}
#social-buttons3-31 .mbr-section-title SPAN {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  text-align: center;
  color: #000000;
}
#contacts1-2d P {
  text-align: center;
  color: #fac51c;
}
#contacts1-2d SPAN {
  font-family: 'Source Sans Pro', sans-serif;
}
#contacts1-2d STRONG {
  font-family: 'Montserrat', sans-serif;
}





#form1-12 .form-control-label {
  color: #000000;
}
#form1-12 .btn {
  font-family: 'Oswald', sans-serif;
}
#form1-12 .mbr-section-title {
  color: #fac51c;
}
#social-buttons3-33 .mbr-section-title,
#social-buttons3-33 .btn-social {
  color: #fff;
}
#social-buttons3-33 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
}
#social-buttons3-33 .mbr-section-title SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #000000;
}
#menu-17 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-17 .navbar-toggler {
  color: #ffffff;
}
#menu-17 .close-icon::before,
#menu-17 .close-icon::after {
  background-color: #ffffff;
}
#menu-17 .link,
#menu-17 .dropdown-item {
  color: #ffffff;
}
#menu-17 .link {
  font-size: 0.95rem;
}
#menu-17 .dropdown-item,
#menu-17 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-17 .link:hover,
#menu-17 .dropdown-item:hover,
#menu-17 .link:focus,
#menu-17 .dropdown-item:focus {
  color: #2969b0;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-menu {
  background: #0e0e0e;
}
#menu-17 .nav-dropdown-sm .link:focus,
#menu-17 .nav-dropdown-sm .link:hover,
#menu-17 .nav-dropdown-sm .dropdown-item:focus,
#menu-17 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-17 .navbar,
#menu-17 .nav-dropdown-sm,
#menu-17 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-17 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-17 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17 .bg-color.transparent.opened .link:hover,
#menu-17 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#contacts1-2d P {
  text-align: center;
  color: #fac51c;
}
#contacts1-2d SPAN {
  font-family: 'Source Sans Pro', sans-serif;
}
#contacts1-2d STRONG {
  font-family: 'Montserrat', sans-serif;
}




#msg-box6-38 .mbr-section-title,
#msg-box6-38 .lead p {
  color: #fff;
}
#msg-box6-38 P {
  color: #232323;
  text-align: left;
}
#msg-box6-38 H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-38 DIV {
  text-align: center;
}
#msg-box6-1w .mbr-section-title,
#msg-box6-1w .lead p {
  color: #fff;
}
#msg-box6-1w P {
  color: #232323;
  text-align: left;
}
#msg-box6-1w H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-1v .mbr-section-title,
#msg-box6-1v .lead p {
  color: #fff;
}
#msg-box6-1v P {
  color: #232323;
  text-align: left;
}
#msg-box6-1v H3 {
  font-size: 30px;
  text-align: center;
}
#menu-1l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1l .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-1l .navbar-toggler {
  color: #ffffff;
}
#menu-1l .close-icon::before,
#menu-1l .close-icon::after {
  background-color: #ffffff;
}
#menu-1l .link,
#menu-1l .dropdown-item {
  color: #ffffff;
}
#menu-1l .link {
  font-size: 0.95rem;
}
#menu-1l .dropdown-item,
#menu-1l .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-1l .link:hover,
#menu-1l .dropdown-item:hover,
#menu-1l .link:focus,
#menu-1l .dropdown-item:focus {
  color: #2969b0;
}
#menu-1l .link[aria-expanded="true"],
#menu-1l .dropdown-menu {
  background: #0e0e0e;
}
#menu-1l .nav-dropdown-sm .link:focus,
#menu-1l .nav-dropdown-sm .link:hover,
#menu-1l .nav-dropdown-sm .dropdown-item:focus,
#menu-1l .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-1l .navbar,
#menu-1l .nav-dropdown-sm,
#menu-1l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1l .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-1l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1l .bg-color.transparent.opened .link:hover,
#menu-1l .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-1l .link[aria-expanded="true"],
#menu-1l .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box6-1n .mbr-section-title,
#msg-box6-1n .lead p {
  color: #fff;
}
#msg-box6-1n P {
  color: #232323;
  text-align: left;
}
#msg-box6-1n H3 {
  font-size: 30px;
  text-align: center;
  color: #f7da64;
}
#msg-box6-1x .mbr-section-title,
#msg-box6-1x .lead p {
  color: #fff;
}
#msg-box6-1x P {
  color: #232323;
  text-align: left;
}
#msg-box6-1x H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-1y .mbr-section-title,
#msg-box6-1y .lead p {
  color: #fff;
}
#msg-box6-1y P {
  color: #232323;
  text-align: left;
}
#msg-box6-1y H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-1z .mbr-section-title,
#msg-box6-1z .lead p {
  color: #fff;
}
#msg-box6-1z P {
  color: #232323;
  text-align: left;
}
#msg-box6-1z H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-20 .mbr-section-title,
#msg-box6-20 .lead p {
  color: #fff;
}
#msg-box6-20 P {
  color: #232323;
  text-align: left;
}
#msg-box6-20 H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-21 .mbr-section-title,
#msg-box6-21 .lead p {
  color: #fff;
}
#msg-box6-21 P {
  color: #232323;
  text-align: left;
}
#msg-box6-21 H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-22 .mbr-section-title,
#msg-box6-22 .lead p {
  color: #fff;
}
#msg-box6-22 P {
  color: #232323;
  text-align: left;
}
#msg-box6-22 H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-27 .mbr-section-title,
#msg-box6-27 .lead p {
  color: #fff;
}
#msg-box6-27 P {
  color: #232323;
  text-align: left;
}
#msg-box6-27 H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-27 DIV {
  text-align: center;
}
#msg-box6-2z .mbr-section-title,
#msg-box6-2z .lead p {
  color: #fff;
}
#msg-box6-2z P {
  color: #232323;
  text-align: left;
}
#msg-box6-2z H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-30 .mbr-section-title,
#msg-box6-30 .lead p {
  color: #fff;
}
#msg-box6-30 P {
  color: #232323;
  text-align: left;
}
#msg-box6-30 H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-30 DIV {
  text-align: center;
}
#msg-box6-37 .mbr-section-title,
#msg-box6-37 .lead p {
  color: #fff;
}
#msg-box6-37 P {
  color: #232323;
  text-align: left;
}
#msg-box6-37 H3 {
  font-size: 30px;
  text-align: center;
}
#social-buttons3-34 .mbr-section-title,
#social-buttons3-34 .btn-social {
  color: #fff;
}
#social-buttons3-34 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
}
#social-buttons3-34 .mbr-section-title SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #000000;
}
#contacts1-2d P {
  text-align: center;
  color: #fac51c;
}
#contacts1-2d SPAN {
  font-family: 'Source Sans Pro', sans-serif;
}
#contacts1-2d STRONG {
  font-family: 'Montserrat', sans-serif;
}


#menu-2e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2e .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-2e .navbar-toggler {
  color: #ffffff;
}
#menu-2e .close-icon::before,
#menu-2e .close-icon::after {
  background-color: #ffffff;
}
#menu-2e .link,
#menu-2e .dropdown-item {
  color: #ffffff;
}
#menu-2e .link {
  font-size: 0.95rem;
}
#menu-2e .dropdown-item,
#menu-2e .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-2e .link:hover,
#menu-2e .dropdown-item:hover,
#menu-2e .link:focus,
#menu-2e .dropdown-item:focus {
  color: #2969b0;
}
#menu-2e .link[aria-expanded="true"],
#menu-2e .dropdown-menu {
  background: #0e0e0e;
}
#menu-2e .nav-dropdown-sm .link:focus,
#menu-2e .nav-dropdown-sm .link:hover,
#menu-2e .nav-dropdown-sm .dropdown-item:focus,
#menu-2e .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2e .navbar,
#menu-2e .nav-dropdown-sm,
#menu-2e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2e .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2e .bg-color.transparent.opened .link:hover,
#menu-2e .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-2e .link[aria-expanded="true"],
#menu-2e .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#contacts1-2f P {
  text-align: center;
  color: #fac51c;
}
#contacts1-2f SPAN {
  font-family: 'Source Sans Pro', sans-serif;
}
#contacts1-2f STRONG {
  font-family: 'Montserrat', sans-serif;
}
#social-buttons4-2h .mbr-section-title,
#social-buttons4-2h .btn-social {
  color: #fff;
}
#social-buttons1-2k .mbr-section-title {
  font-size: 20px;
}
#social-buttons3-2l .mbr-section-title,
#social-buttons3-2l .btn-social {
  color: #fff;
}




#msg-box6-39 .mbr-section-title,
#msg-box6-39 .lead p {
  color: #fff;
}
#msg-box6-39 H3 {
  font-size: 30px;
  text-align: center;
}
#menu-2o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2o .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-2o .navbar-toggler {
  color: #ffffff;
}
#menu-2o .close-icon::before,
#menu-2o .close-icon::after {
  background-color: #ffffff;
}
#menu-2o .link,
#menu-2o .dropdown-item {
  color: #ffffff;
}
#menu-2o .link {
  font-size: 0.95rem;
}
#menu-2o .dropdown-item,
#menu-2o .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-2o .link:hover,
#menu-2o .dropdown-item:hover,
#menu-2o .link:focus,
#menu-2o .dropdown-item:focus {
  color: #2969b0;
}
#menu-2o .link[aria-expanded="true"],
#menu-2o .dropdown-menu {
  background: #0e0e0e;
}
#menu-2o .nav-dropdown-sm .link:focus,
#menu-2o .nav-dropdown-sm .link:hover,
#menu-2o .nav-dropdown-sm .dropdown-item:focus,
#menu-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2o .navbar,
#menu-2o .nav-dropdown-sm,
#menu-2o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2o .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2o .bg-color.transparent.opened .link:hover,
#menu-2o .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#menu-2o .link[aria-expanded="true"],
#menu-2o .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#msg-box6-2u .mbr-section-title,
#msg-box6-2u .lead p {
  color: #fff;
}
#msg-box6-2u P {
  color: #232323;
  text-align: left;
}
#msg-box6-2u H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-2t .mbr-section-title,
#msg-box6-2t .lead p {
  color: #fff;
}
#msg-box6-2t P {
  color: #232323;
  text-align: left;
}
#msg-box6-2t H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box6-2v .mbr-section-title,
#msg-box6-2v .lead p {
  color: #fff;
}
#msg-box6-2v P {
  color: #232323;
  text-align: left;
}
#msg-box6-2v H3 {
  font-size: 30px;
  text-align: center;
}
#social-buttons3-35 .mbr-section-title,
#social-buttons3-35 .btn-social {
  color: #fff;
}
#social-buttons3-35 .mbr-section-title {
  font-family: 'Indie Flower', cursive;
}
#social-buttons3-35 .mbr-section-title SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
#contacts1-2p P {
  text-align: center;
  color: #fac51c;
}
#contacts1-2p SPAN {
  font-family: 'Source Sans Pro', sans-serif;
}
#contacts1-2p STRONG {
  font-family: 'Montserrat', sans-serif;
}
