@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu: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: #e71916 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #e71916;
  border-color: #e71916;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a1110f;
  border-color: #a1110f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a1110f !important;
  border-color: #a1110f !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8a0f0d;
  color: #8a0f0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e71916;
  border-color: #e71916;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e71916 !important;
  border-color: #e71916 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #e71916 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #e71916;
}
.btn-social:hover {
  background: #e71916;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #e71916;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #e71916;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e71916;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e71916;
}
.lead a,
.lead a:hover {
  color: #e71916;
}
.lead blockquote {
  border-color: #e71916;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #facfcf;
}
.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: #e71916;
}
.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;
}


#menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-x .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#menu-x .navbar-toggler {
  color: #ffffff;
}
#menu-x .close-icon::before,
#menu-x .close-icon::after {
  background-color: #ffffff;
}
#menu-x .link,
#menu-x .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#menu-x .link {
  font-size: 1.25rem;
}
#menu-x .dropdown-item,
#menu-x .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#menu-x .link:hover,
#menu-x .dropdown-item:hover,
#menu-x .link:focus,
#menu-x .dropdown-item:focus {
  color: #e71916;
}
#menu-x .link[aria-expanded="true"],
#menu-x .dropdown-menu {
  background: #0e0e0e;
}
#menu-x .nav-dropdown-sm .link:focus,
#menu-x .nav-dropdown-sm .link:hover,
#menu-x .nav-dropdown-sm .dropdown-item:focus,
#menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-x .navbar,
#menu-x .nav-dropdown-sm,
#menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-x .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-x .bg-color.transparent.opened .link:hover,
#menu-x .bg-color.transparent.opened .link:focus {
  color: #e71916;
}
#menu-x .link[aria-expanded="true"],
#menu-x .dropdown-item[aria-expanded="true"] {
  color: #e71916!important;
}


#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#menu-1p .navbar-toggler {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #ffffff;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#menu-1p .link {
  font-size: 1.25rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #e71916;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: #0e0e0e;
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-1p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #e71916;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #e71916!important;
}























#header2-19 .mbr-section-title {
  color: #f3c649;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-19 .mbr-section-text {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: right;
}
#header2-19 .mbr-section-text B {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#header2-19 .mbr-section-text I {
  color: #f3c649;
  font-size: 19px;
}
#msg-box5-2t H3 {
  color: #fff900;
  font-family: 'Roboto', sans-serif;
}
#msg-box5-2t P {
  color: #f7f3f3;
  text-align: center;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
}
#header1-3 .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
  text-align: left;
}
#header1-3 .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#header1-3 .mbr-section-lead SPAN {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#header1-3 .mbr-section-lead B {
  color: #f3c649;
  font-family: 'Raleway', sans-serif;
}
#msg-box5-f P {
  color: #ffffff;
  font-size: 19px;
  text-align: left;
}
#msg-box5-f H3 {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#msg-box5-f B {
  font-size: 25px;
  color: #fac51c;
}
#header2-l .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-l .mbr-section-text {
  text-align: left;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#content2-1a BLOCKQUOTE {
  font-family: 'Oswald', sans-serif;
}
#content2-1a SPAN {
  color: #f3c649;
  font-family: 'Roboto', sans-serif;
}
#header6-n .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header6-n .mbr-section-text {
  color: #565656;
}
#header6-n .mbr-section-title SPAN {
  color: #ff0400;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
#footer1-1k B {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  color: #fac51c;
}
#footer1-1k P {
  color: #f7da64;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-s .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-s .mbr-section-text {
  font-size: 25px;
  text-align: left;
  color: #ffffff;
}
#header2-s .mbr-section-text I {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#social-buttons3-1j .mbr-section-title,
#social-buttons3-1j .btn-social {
  color: #fff;
}
#social-buttons3-1j .mbr-section-title {
  color: #fac51c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#ext_menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1t .navbar-caption {
  color: #ffffff;
  font-size: 72px;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-1t .navbar-toggler {
  color: #f3c649;
}
#ext_menu-1t .close-icon::before,
#ext_menu-1t .close-icon::after {
  background-color: #f3c649;
}
#ext_menu-1t .link,
#ext_menu-1t .dropdown-item {
  color: #f3c649;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-1t .link {
  font-size: 1.25rem;
}
#ext_menu-1t .dropdown-item,
#ext_menu-1t .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#ext_menu-1t .link:hover,
#ext_menu-1t .dropdown-item:hover,
#ext_menu-1t .link:focus,
#ext_menu-1t .dropdown-item:focus {
  color: #e71916;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1t .nav-dropdown-sm .link:focus,
#ext_menu-1t .nav-dropdown-sm .link:hover,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1t .navbar,
#ext_menu-1t .nav-dropdown-sm,
#ext_menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1t .bg-color.transparent .link {
  color: #f3c649;
  transition: none;
}
#ext_menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1t .bg-color.transparent.opened .link:hover,
#ext_menu-1t .bg-color.transparent.opened .link:focus {
  color: #e71916;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-item[aria-expanded="true"] {
  color: #e71916!important;
}





















#header2-23 .mbr-section-title {
  color: #f3c649;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-23 .mbr-section-text {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: right;
}
#header2-23 .mbr-section-text B {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#header2-23 .mbr-section-text I {
  color: #f3c649;
  font-size: 19px;
}
#header1-24 .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
  text-align: left;
}
#header1-24 .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#header1-24 .mbr-section-lead SPAN {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#header1-24 .mbr-section-lead B {
  color: #f3c649;
  font-family: 'Raleway', sans-serif;
}
#msg-box5-25 P {
  color: #ffffff;
  font-size: 19px;
  text-align: left;
}
#msg-box5-25 H3 {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#msg-box5-25 B {
  font-size: 25px;
  color: #fac51c;
}
#header2-26 .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-26 .mbr-section-text {
  text-align: left;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#content2-27 BLOCKQUOTE {
  font-family: 'Oswald', sans-serif;
}
#content2-27 SPAN {
  color: #f3c649;
  font-family: 'Roboto', sans-serif;
}
#header6-28 .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header6-28 .mbr-section-text {
  color: #565656;
}
#header6-28 .mbr-section-title SPAN {
  color: #ff0400;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
#footer1-29 B {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  color: #fac51c;
}
#footer1-29 P {
  color: #f7da64;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-2a .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-2a .mbr-section-text {
  font-size: 25px;
  text-align: left;
  color: #ffffff;
}
#header2-2a .mbr-section-text I {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#social-buttons3-2b .mbr-section-title,
#social-buttons3-2b .btn-social {
  color: #fff;
}
#social-buttons3-2b .mbr-section-title {
  color: #fac51c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#ext_menu-2c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2c .navbar-caption {
  color: #ffffff;
  font-size: 72px;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-2c .navbar-toggler {
  color: #f3c649;
}
#ext_menu-2c .close-icon::before,
#ext_menu-2c .close-icon::after {
  background-color: #f3c649;
}
#ext_menu-2c .link,
#ext_menu-2c .dropdown-item {
  color: #f3c649;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-2c .link {
  font-size: 1.25rem;
}
#ext_menu-2c .dropdown-item,
#ext_menu-2c .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#ext_menu-2c .link:hover,
#ext_menu-2c .dropdown-item:hover,
#ext_menu-2c .link:focus,
#ext_menu-2c .dropdown-item:focus {
  color: #e71916;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2c .nav-dropdown-sm .link:focus,
#ext_menu-2c .nav-dropdown-sm .link:hover,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2c .navbar,
#ext_menu-2c .nav-dropdown-sm,
#ext_menu-2c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2c .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2c .bg-color.transparent .link {
  color: #f3c649;
  transition: none;
}
#ext_menu-2c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2c .bg-color.transparent.opened .link:hover,
#ext_menu-2c .bg-color.transparent.opened .link:focus {
  color: #e71916;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-item[aria-expanded="true"] {
  color: #e71916!important;
}





















#header2-2d .mbr-section-title {
  color: #f3c649;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-2d .mbr-section-text {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: right;
}
#header2-2d .mbr-section-text B {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#header2-2d .mbr-section-text I {
  color: #f3c649;
  font-size: 19px;
}
#header1-2e .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
  text-align: left;
}
#header1-2e .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#header1-2e .mbr-section-lead SPAN {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#header1-2e .mbr-section-lead B {
  color: #f3c649;
  font-family: 'Raleway', sans-serif;
}
#msg-box5-2f P {
  color: #ffffff;
  font-size: 19px;
  text-align: left;
}
#msg-box5-2f H3 {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#msg-box5-2f B {
  font-size: 25px;
  color: #fac51c;
}
#header2-2g .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-2g .mbr-section-text {
  text-align: left;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#content2-2h BLOCKQUOTE {
  font-family: 'Oswald', sans-serif;
}
#content2-2h SPAN {
  color: #f3c649;
  font-family: 'Roboto', sans-serif;
}
#header6-2i .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header6-2i .mbr-section-text {
  color: #565656;
}
#header6-2i .mbr-section-title SPAN {
  color: #ff0400;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
#footer1-2j B {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  color: #fac51c;
}
#footer1-2j P {
  color: #f7da64;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header2-2k .mbr-section-title {
  color: #fac51c;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#header2-2k .mbr-section-text {
  font-size: 25px;
  text-align: left;
  color: #ffffff;
}
#header2-2k .mbr-section-text I {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#social-buttons3-2l .mbr-section-title,
#social-buttons3-2l .btn-social {
  color: #fff;
}
#social-buttons3-2l .mbr-section-title {
  color: #fac51c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
}
#ext_menu-2m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2m .navbar-caption {
  color: #ffffff;
  font-size: 72px;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-2m .navbar-toggler {
  color: #f3c649;
}
#ext_menu-2m .close-icon::before,
#ext_menu-2m .close-icon::after {
  background-color: #f3c649;
}
#ext_menu-2m .link,
#ext_menu-2m .dropdown-item {
  color: #f3c649;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-2m .link {
  font-size: 1.25rem;
}
#ext_menu-2m .dropdown-item,
#ext_menu-2m .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#ext_menu-2m .link:hover,
#ext_menu-2m .dropdown-item:hover,
#ext_menu-2m .link:focus,
#ext_menu-2m .dropdown-item:focus {
  color: #e71916;
}
#ext_menu-2m .link[aria-expanded="true"],
#ext_menu-2m .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2m .nav-dropdown-sm .link:focus,
#ext_menu-2m .nav-dropdown-sm .link:hover,
#ext_menu-2m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2m .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2m .navbar,
#ext_menu-2m .nav-dropdown-sm,
#ext_menu-2m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2m .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2m .bg-color.transparent .link {
  color: #f3c649;
  transition: none;
}
#ext_menu-2m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2m .bg-color.transparent.opened .link:hover,
#ext_menu-2m .bg-color.transparent.opened .link:focus {
  color: #e71916;
}
#ext_menu-2m .link[aria-expanded="true"],
#ext_menu-2m .dropdown-item[aria-expanded="true"] {
  color: #e71916!important;
}
