@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,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);








.subtitleFont {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Roboto Condensed', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Roboto Condensed', 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: 'Titillium Web', 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: 'Titillium Web', 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: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Titillium Web', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Titillium Web', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f7da64 !important;
}
.bg-success {
  background-color: #032e34 !important;
}
.bg-info {
  background-color: #025e69 !important;
}
.bg-warning {
  background-color: #f7da64 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  background-color: #f7da64;
  border-color: #f7da64;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #f3c91b;
  border-color: #f3c91b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f3c91b !important;
  border-color: #f3c91b !important;
}
.btn-secondary {
  background-color: #06b3cc;
  border-color: #06b3cc;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #047282;
  border-color: #047282;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #047282 !important;
  border-color: #047282 !important;
}
.btn-info {
  background-color: #025e69;
  border-color: #025e69;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #011b1e;
  border-color: #011b1e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #011b1e !important;
  border-color: #011b1e !important;
}
.btn-success {
  background-color: #032e34;
  border-color: #032e34;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #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: #e9bd0c;
  color: #e9bd0c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f7da64;
  border-color: #f7da64;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7da64 !important;
  border-color: #f7da64 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #035c69;
  color: #035c69;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #06b3cc;
  border-color: #06b3cc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #06b3cc !important;
  border-color: #06b3cc !important;
}
.btn-info-outline {
  background: none;
  border-color: #000405;
  color: #000405;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #025e69;
  border-color: #025e69;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #025e69 !important;
  border-color: #025e69 !important;
}
.btn-success-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #032e34;
  border-color: #032e34;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #032e34 !important;
  border-color: #032e34 !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: #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: #f7da64 !important;
}
.text-success {
  color: #032e34 !important;
}
.text-info {
  color: #025e69 !important;
}
.text-warning {
  color: #f7da64 !important;
}
.text-danger {
  color: #000000 !important;
}
.alert-success {
  background-color: #032e34;
}
.alert-info {
  background-color: #025e69;
}
.alert-warning {
  background-color: #f7da64;
}
.alert-danger {
  background-color: #000000;
}
.btn-social {
  border-color: #f7da64;
}
.btn-social:hover {
  background: #f7da64;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f7da64;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f7da64;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f7da64;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f7da64;
}
.lead a,
.lead a:hover {
  color: #f7da64;
}
.lead blockquote {
  border-color: #f7da64;
}
.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: #2adaf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #04cee6;
}
.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: #f7da64;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#header3-37 .mbr-section-title,
#header3-37 .mbr-section-subtitle {
  text-align: center;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
#menu-5d .navbar-toggler {
  color: #efefef;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
}
#menu-5d .link {
  font-size: 1.05rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-5d .link:hover,
#menu-5d .dropdown-item:hover,
#menu-5d .link:focus,
#menu-5d .dropdown-item:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #000304;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #022126!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #032e34;
}
#menu-5d .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #fdae55!important;
}
#menu-5d.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5d .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #efefef;
}
#menu-5d .btn {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-57 h3,
#msg-box6-57 p {
  color: #fff;
}
#msg-box6-57 P {
  color: #efefef;
}
#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#msg-box8-1b .lead P {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#msg-box8-1b .mbr-section-title DIV {
  color: #fdae55;
}
#msg-box8-1b .mbr-section-title {
  color: #f7da64;
}
#features1-10 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #04535e;
}
#features1-10 .mbr-cards-col:nth-child(even) .card-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #ffffff;
}
#features1-10 .mbr-cards-col:nth-child(odd) .card-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
#features1-10 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #f7da64;
  font-size: 16px;
}
#features1-10 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #f7da64;
  font-size: 16px;
}
#features1-10 .mbr-cards-col:nth-child(odd) .card-title {
  font-size: 24px;
  color: #ffffff;
}
#features1-10 .mbr-cards-col:nth-child(even) .card-title {
  font-size: 24px;
  color: #ffffff;
}
#features1-10 .mbr-cards-col:nth-child(odd) .card-subtitle B {
  color: #fdae55;
}
#features1-10 .mbr-cards-col:nth-child(even) .card-subtitle B {
  color: #fdae55;
}
#contacts1-4q STRONG {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-4q P {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f7da64;
  text-align: left;
  font-size: 16px;
}
#contacts1-4q B {
  color: #000000;
}
#footer1-2 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}







#msg-box8-2m .mbr-section-title,
#msg-box8-2m p {
  color: #fff;
}
#msg-box8-2m .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#form1-2n .form-control-label {
  color: #efefef;
}
#form1-2n SMALL {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
#form1-2n .mbr-section-title {
  color: #f7da64;
}
#form1-2n .mbr-section-subtitle {
  color: #ffffff;
}
#footer1-29 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
#contacts1-27 STRONG {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-27 P {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f7da64;
  text-align: left;
  font-size: 16px;
}
#contacts1-27 B {
  color: #000000;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
#menu-5d .navbar-toggler {
  color: #efefef;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
}
#menu-5d .link {
  font-size: 1.05rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-5d .link:hover,
#menu-5d .dropdown-item:hover,
#menu-5d .link:focus,
#menu-5d .dropdown-item:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #000304;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #022126!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #032e34;
}
#menu-5d .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #fdae55!important;
}
#menu-5d.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5d .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #efefef;
}
#menu-5d .btn {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}

























#msg-box8-2a .mbr-section-title,
#msg-box8-2a p {
  color: #fff;
}
#msg-box8-2a .lead P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
#msg-box8-2a .mbr-section-title {
  color: #fdae55;
}
#msg-box6-5e .mbr-section-title,
#msg-box6-5e .lead p {
  color: #fff;
}
#msg-box6-5e H3 {
  font-size: 25px;
}
#msg-box6-5e .btn {
  font-family: 'Oxygen', sans-serif;
}
#msg-box6-5e P {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-34 .mbr-section-title,
#msg-box6-34 .lead p {
  color: #fff;
}
#msg-box6-34 H3 {
  font-size: 25px;
  color: #fdae55;
}
#msg-box6-34 .btn {
  font-family: 'Oxygen', sans-serif;
}
#msg-box6-34 P {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2d .mbr-section-title,
#msg-box6-2d .lead p {
  color: #fff;
}
#msg-box6-2d H3 {
  font-size: 25px;
}
#msg-box6-2d .btn {
  font-family: 'Oxygen', sans-serif;
}
#msg-box6-2d P {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2e .mbr-section-title,
#msg-box6-2e .lead p {
  color: #fff;
}
#msg-box6-2e H3 {
  font-size: 25px;
  color: #000000;
  text-align: left;
}
#msg-box6-2e SPAN {
  text-align: center;
}
#msg-box6-2e P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2e .btn {
  font-family: 'Oxygen', sans-serif;
}
#msg-box6-2g .mbr-section-title,
#msg-box6-2g .lead p {
  color: #fff;
}
#msg-box6-2g H3 {
  font-size: 25px;
}
#msg-box6-2g P {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2f .mbr-section-title,
#msg-box6-2f .lead p {
  color: #fff;
}
#msg-box6-2f H3 {
  font-size: 25px;
  color: #000000;
  text-align: left;
}
#msg-box6-2f SPAN {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2f P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2f .btn {
  font-family: 'Oxygen', sans-serif;
}
#msg-box6-2h .mbr-section-title,
#msg-box6-2h .lead p {
  color: #fff;
}
#msg-box6-2h H3 {
  font-size: 25px;
}
#msg-box6-2h SPAN {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2h P {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2k .mbr-section-title,
#msg-box6-2k .lead p {
  color: #fff;
}
#msg-box6-2k H3 {
  font-size: 25px;
  color: #000000;
  text-align: left;
}
#msg-box6-2k SPAN {
  text-align: center;
}
#msg-box6-2k P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2k .btn {
  font-family: 'Oxygen', sans-serif;
}
#msg-box6-2l .mbr-section-title,
#msg-box6-2l .lead p {
  color: #fff;
}
#msg-box6-2l H3 {
  font-size: 25px;
}
#msg-box6-2l P {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2i .mbr-section-title,
#msg-box6-2i .lead p {
  color: #fff;
}
#msg-box6-2i H3 {
  font-size: 25px;
  color: #000000;
  text-align: left;
}
#msg-box6-2i SPAN {
  text-align: center;
}
#msg-box6-2i P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box6-2i .btn {
  font-family: 'Oxygen', sans-serif;
}
#contacts1-27 STRONG {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-27 P {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f7da64;
  text-align: left;
  font-size: 16px;
}
#contacts1-27 B {
  color: #000000;
}
#footer1-29 P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
#menu-5d .navbar-toggler {
  color: #efefef;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
}
#menu-5d .link {
  font-size: 1.05rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-5d .link:hover,
#menu-5d .dropdown-item:hover,
#menu-5d .link:focus,
#menu-5d .dropdown-item:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #000304;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #022126!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #032e34;
}
#menu-5d .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #fdae55!important;
}
#menu-5d.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5d .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #efefef;
}
#menu-5d .btn {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}












#msg-box8-3i .mbr-section-title,
#msg-box8-3i p {
  color: #fff;
}
#msg-box8-3i .lead P {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: right;
  color: #ffffff;
}
#msg-box8-3i .mbr-section-title {
  color: #3d3d3d;
  text-align: right;
}
#msg-box8-3i .lead {
  color: #f28281;
}
#msg-box5-47 H3 {
  text-align: left;
  font-size: 30px;
  color: #efefef;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-47 SPAN {
  font-size: 24px;
}
#footer1-3l P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
#msg-box5-48 H3 {
  text-align: left;
  font-size: 30px;
  color: #efefef;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-48 SPAN {
  font-size: 24px;
}
#msg-box5-49 H3 {
  text-align: left;
  font-size: 30px;
  color: #efefef;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-49 SPAN {
  font-size: 24px;
}
#msg-box5-4a H3 {
  text-align: left;
  font-size: 30px;
  color: #efefef;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-4a SPAN {
  font-size: 24px;
}
#msg-box5-4b H3 {
  text-align: left;
  font-size: 30px;
  color: #efefef;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-4b SPAN {
  font-size: 24px;
}
#msg-box5-4v H3 {
  text-align: left;
  font-size: 30px;
  color: #efefef;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-4v SPAN {
  font-size: 24px;
}
#social-buttons4-4w .mbr-section-title,
#social-buttons4-4w .btn-social {
  color: #fff;
}
#social-buttons4-4w .mbr-section-title {
  font-size: 30px;
  color: #fdae55;
}
#contacts1-3n STRONG {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-3n P {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f7da64;
  text-align: left;
  font-size: 16px;
}
#contacts1-3n B {
  color: #000000;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
#menu-5d .navbar-toggler {
  color: #efefef;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
}
#menu-5d .link {
  font-size: 1.05rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-5d .link:hover,
#menu-5d .dropdown-item:hover,
#menu-5d .link:focus,
#menu-5d .dropdown-item:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #000304;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #022126!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #032e34;
}
#menu-5d .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #fdae55!important;
}
#menu-5d.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5d .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #efefef;
}
#menu-5d .btn {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}








#footer1-3x P {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
#msg-box8-40 .mbr-section-title,
#msg-box8-40 p {
  color: #fff;
}
#msg-box8-40 .lead P {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #efefef;
}
#msg-box8-40 .mbr-section-title {
  color: #f7da64;
}
#msg-box8-40 .lead {
  color: #f3c649;
}
#msg-box8-42 .mbr-section-title,
#msg-box8-42 p {
  color: #fff;
}
#msg-box8-42 .lead P {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #efefef;
}
#msg-box8-43 .mbr-section-title,
#msg-box8-43 p {
  color: #fff;
}
#msg-box8-43 .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#msg-box8-43 .mbr-section-title DIV {
  font-size: 32px;
}
#msg-box8-43 .mbr-section-title {
  font-size: 48px;
  color: #f7da64;
}
#social-buttons4-45 .mbr-section-title,
#social-buttons4-45 .btn-social {
  color: #fff;
}
#social-buttons4-45 .mbr-section-title {
  font-size: 36px;
  color: #f7da64;
}
#contacts1-4o STRONG {
  color: #ffffff;
  font-size: 16px;
}
#contacts1-4o P {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f7da64;
  text-align: left;
  font-size: 16px;
}
#contacts1-4o B {
  color: #000000;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
#menu-5d .navbar-toggler {
  color: #efefef;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
}
#menu-5d .link {
  font-size: 1.05rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-5d .link:hover,
#menu-5d .dropdown-item:hover,
#menu-5d .link:focus,
#menu-5d .dropdown-item:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #000304;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #022126!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #032e34;
}
#menu-5d .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #fdae55!important;
}
#menu-5d.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-5d .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #efefef;
}
#menu-5d .btn {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
