@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700&display=swap);





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: 'Raleway', 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: 'Raleway', sans-serif;
}
.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: 'Raleway', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Raleway', sans-serif;
}
.mbr-author-desc {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Raleway', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #c60300 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #c60300 !important;
}
.btn-primary {
  background-color: #c60300;
  border-color: #c60300;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #7a0200;
  border-color: #7a0200;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7a0200 !important;
  border-color: #7a0200 !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: #c60300;
  border-color: #c60300;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #7a0200;
  border-color: #7a0200;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7a0200 !important;
  border-color: #7a0200 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #600100;
  color: #600100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c60300;
  border-color: #c60300;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c60300 !important;
  border-color: #c60300 !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: #600100;
  color: #600100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c60300;
  border-color: #c60300;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c60300 !important;
  border-color: #c60300 !important;
}
.text-primary {
  color: #c60300 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #c60300 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #c60300;
}
.btn-social {
  border-color: #c60300;
}
.btn-social:hover {
  background: #c60300;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c60300;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c60300;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c60300;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c60300;
}
.lead a,
.lead a:hover {
  color: #c60300;
}
.lead blockquote {
  border-color: #c60300;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff4946;
}
.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: #ff4946;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c60300;
}
.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-31 .mbr-section-title,
#header3-31 .mbr-section-subtitle {
  text-align: center;
}
#header3-31 .mbr-section-title {
  font-size: 22px;
}
#header3-31 .mbr-section-title I {
  color: #c60300;
  font-size: 16px;
}
#header3-31 .mbr-section-title {
  color: #c60300!important;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-0 .navbar-toggler {
  color: #000000;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #000000;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.95rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #c60300;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #c60300;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c60300!important;
}
#ext_menu-0 .navbar-caption SPAN {
  font-size: 17px;
}
#ext_menu-0 .navbar-caption EM {
  font-size: 16px;
}
#ext_menu-0 .navbar-bran {
  margin-right: -20rem;
  margin-bottom: 0;
}
#ext_menu-0 .navbar-caption {
  vertical-align: top;
  margin-top: -5px;
}
#ext_menu-0 .navbar-logo img {
  height: 68px;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #000 !important;
}
@media (max-width: 991px) {
  #ext_menu-0 .navbar-logo img {
    height: 48px;
  }
}
#image2-m DIV {
  font-size: 17px;
}
@media (max-width: 991px) {
  #image2-m DIV {
    display: none;
  }
}
@media (max-width: 991px) {
  #image2-2p DIV {
    display: none;
  }
}
#image2-a DIV {
  font-size: 17px;
}
@media (max-width: 991px) {
  #image2-a DIV {
    display: none;
  }
}
#msg-box5-f H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-f P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 991px) {
  #msg-box5-f DIV {
    display: none;
  }
}
#image2-h DIV {
  font-size: 17px;
}
#map2-2u DIV {
  display: none;
}
@media (max-width: 991px) {
  #map2-2u DIV {
    display: block;
  }
}
#contacts2-j STRONG {
  color: #000000;
}
#contacts2-j P {
  color: #000000;
}
#contacts2-j UL {
  color: #c60300;
}
@media (max-width: 991px) {
  #contacts2-j .mbr-map {
    display: none;
  }
}
#contacts2-j STRONG {
  margin: 10px 0;
}
#contacts2-j li {
  line-height: 1.4;
  padding: .6em 0 .6em 1em;
}
#image2-2s DIV {
  font-size: 17px;
}
#image2-2s DIV {
  display: none;
}
@media (max-width: 991px) {
  #image2-2s DIV {
    display: block;
  }
}
#msg-box5-2t H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-2t P {
  font-size: 15px;
  color: #000000;
}
#msg-box5-2t DIV {
  display: none;
}
@media (max-width: 991px) {
  #msg-box5-2t DIV {
    display: block;
  }
}
#footer1-k .container.text-xs-center {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer1-k footer#footer1-k {
  /* padding: 0; */
}


#ext_menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-r .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-r .navbar-toggler {
  color: #000000;
}
#ext_menu-r .close-icon::before,
#ext_menu-r .close-icon::after {
  background-color: #000000;
}
#ext_menu-r .link,
#ext_menu-r .dropdown-item {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-r .link {
  font-size: 0.95rem;
}
#ext_menu-r .dropdown-item,
#ext_menu-r .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-r .link:hover,
#ext_menu-r .dropdown-item:hover,
#ext_menu-r .link:focus,
#ext_menu-r .dropdown-item:focus {
  color: #c60300;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-r .nav-dropdown-sm .link:focus,
#ext_menu-r .nav-dropdown-sm .link:hover,
#ext_menu-r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-r .navbar,
#ext_menu-r .nav-dropdown-sm,
#ext_menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-r .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-r .bg-color.transparent.opened .link:hover,
#ext_menu-r .bg-color.transparent.opened .link:focus {
  color: #c60300;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-item[aria-expanded="true"] {
  color: #c60300!important;
}
#ext_menu-r .navbar-caption SPAN {
  font-size: 17px;
}
#ext_menu-r .navbar-caption EM {
  font-size: 16px;
}
#ext_menu-r .navbar-bran {
  margin-right: -20rem;
}
#ext_menu-r .navbar-caption {
  vertical-align: top;
  margin-top: -5px;
}
#ext_menu-r .navbar-logo img {
  height: 68px;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-item[aria-expanded="true"] {
  color: #000 !important;
}
@media (max-width: 991px) {
  #ext_menu-r .navbar-logo img {
    height: 48px;
  }
}
#header3-t .mbr-section-title,
#header3-t .mbr-section-subtitle {
  text-align: center;
}
#header3-t .mbr-section-title {
  font-size: 22px;
}
#header3-t .mbr-section-title I {
  color: #c60300;
  font-size: 20px;
}
#header3-t .mbr-section-title {
  color: #c60300!important;
}
#image2-w DIV {
  font-size: 17px;
}
#msg-box5-x {
  /*.mbr-section-title {
    margin-top: -20px;
}*/
}
#msg-box5-x H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-x P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  #msg-box5-x .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  #msg-box5-x .image-size {
    width: 50%!important;
  }
  #msg-box5-x .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 40px 6% 0 0;
  }
}
@media (max-width: 425px) {
  #msg-box5-x .mbr-table-md-up .mbr-table-cell {
    display: block;
  }
  #msg-box5-x .image-size {
    width: 100%!important;
  }
  #msg-box5-x .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 20px 30px 0 30px;
  }
  #msg-box5-x .lead {
    margin-top: -20px;
  }
  #msg-box5-x .lead p {
    margin-bottom: 1rem;
  }
}
#image2-y DIV {
  font-size: 17px;
}
#msg-box5-14 H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-14 P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  #msg-box5-14 .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  #msg-box5-14 .image-size {
    width: 50%!important;
  }
  #msg-box5-14 .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 40px 6% 0 0;
  }
}
@media (max-width: 425px) {
  #msg-box5-14 .mbr-table-md-up .mbr-table-cell {
    display: block;
  }
  #msg-box5-14 .image-size {
    width: 100%!important;
  }
  #msg-box5-14 .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 20px 30px 0 30px;
  }
  #msg-box5-14 .lead {
    margin-top: -20px;
  }
  #msg-box5-14 .lead p {
    margin-bottom: 1rem;
  }
}
#image2-17 DIV {
  font-size: 17px;
}
#msg-box5-1w H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-1w P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  #msg-box5-1w .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  #msg-box5-1w .image-size {
    width: 50%!important;
  }
  #msg-box5-1w .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 40px 6% 0 0;
  }
}
@media (max-width: 425px) {
  #msg-box5-1w .mbr-table-md-up .mbr-table-cell {
    display: block;
  }
  #msg-box5-1w .image-size {
    width: 100%!important;
  }
  #msg-box5-1w .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 20px 30px 0 30px;
  }
  #msg-box5-1w .lead {
    margin-top: -20px;
  }
  #msg-box5-1w .lead p {
    margin-bottom: 1rem;
  }
}
#image2-19 DIV {
  font-size: 17px;
}
#msg-box5-1a H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-1a P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  #msg-box5-1a .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  #msg-box5-1a .image-size {
    width: 50%!important;
  }
  #msg-box5-1a .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 40px 6% 0 0;
  }
}
@media (max-width: 425px) {
  #msg-box5-1a .mbr-table-md-up .mbr-table-cell {
    display: block;
  }
  #msg-box5-1a .image-size {
    width: 100%!important;
  }
  #msg-box5-1a .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 20px 30px 0 30px;
  }
  #msg-box5-1a .lead {
    margin-top: -20px;
  }
  #msg-box5-1a .lead p {
    margin-bottom: 1rem;
  }
}
#image2-1b DIV {
  font-size: 17px;
}
#msg-box5-1y H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-1y P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  #msg-box5-1y .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  #msg-box5-1y .image-size {
    width: 50%!important;
  }
  #msg-box5-1y .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 40px 6% 0 0;
  }
}
@media (max-width: 425px) {
  #msg-box5-1y .mbr-table-md-up .mbr-table-cell {
    display: block;
  }
  #msg-box5-1y .image-size {
    width: 100%!important;
  }
  #msg-box5-1y .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 20px 30px 0 30px;
  }
  #msg-box5-1y .lead {
    margin-top: -20px;
  }
  #msg-box5-1y .lead p {
    margin-bottom: 1rem;
  }
}
#image2-2n DIV {
  font-size: 17px;
}
#msg-box5-2m H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-2m P {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  #msg-box5-2m .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  #msg-box5-2m .image-size {
    width: 50%!important;
  }
  #msg-box5-2m .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 40px 6% 0 0;
  }
}
@media (max-width: 425px) {
  #msg-box5-2m .mbr-table-md-up .mbr-table-cell {
    display: block;
  }
  #msg-box5-2m .image-size {
    width: 100%!important;
  }
  #msg-box5-2m .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding: 20px 30px 0 30px;
  }
  #msg-box5-2m .lead {
    margin-top: -20px;
  }
  #msg-box5-2m .lead p {
    margin-bottom: 1rem;
  }
}
#footer1-10 .container.text-xs-center {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer1-10 footer#footer1-k {
  /* padding: 0; */
}


#ext_menu-1e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1e .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-1e .navbar-toggler {
  color: #000000;
}
#ext_menu-1e .close-icon::before,
#ext_menu-1e .close-icon::after {
  background-color: #000000;
}
#ext_menu-1e .link,
#ext_menu-1e .dropdown-item {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-1e .link {
  font-size: 0.95rem;
}
#ext_menu-1e .dropdown-item,
#ext_menu-1e .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1e .link:hover,
#ext_menu-1e .dropdown-item:hover,
#ext_menu-1e .link:focus,
#ext_menu-1e .dropdown-item:focus {
  color: #c60300;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1e .nav-dropdown-sm .link:focus,
#ext_menu-1e .nav-dropdown-sm .link:hover,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1e .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1e .navbar,
#ext_menu-1e .nav-dropdown-sm,
#ext_menu-1e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1e .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1e .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-1e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1e .bg-color.transparent.opened .link:hover,
#ext_menu-1e .bg-color.transparent.opened .link:focus {
  color: #c60300;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-item[aria-expanded="true"] {
  color: #c60300!important;
}
#ext_menu-1e .navbar-caption SPAN {
  font-size: 17px;
}
#ext_menu-1e .navbar-caption EM {
  font-size: 16px;
}
#ext_menu-1e .navbar-bran {
  margin-right: -20rem;
}
#ext_menu-1e .navbar-caption {
  vertical-align: top;
  margin-top: -5px;
}
#ext_menu-1e .navbar-logo img {
  height: 68px;
}
#ext_menu-1e .link[aria-expanded="true"],
#ext_menu-1e .dropdown-item[aria-expanded="true"] {
  color: #000 !important;
}
@media (max-width: 991px) {
  #ext_menu-1e .navbar-logo img {
    height: 48px;
  }
}
#header3-1g .mbr-section-title,
#header3-1g .mbr-section-subtitle {
  text-align: center;
}
#header3-1g .mbr-section-title {
  font-size: 22px;
}
#header3-1g .mbr-section-title I {
  color: #c60300;
  font-size: 20px;
}
#header3-1g .mbr-section-title {
  color: #c60300!important;
}
#header3-1t .mbr-section-title,
#header3-1t .mbr-section-subtitle {
  text-align: center;
}
#header3-1t .mbr-section-title {
  font-size: 17px;
  color: #000000;
}
#header3-1t .mbr-section-title I {
  color: #000000;
  font-size: 20px;
}
#header3-1t .mbr-section-title SPAN {
  font-size: 16px;
}
#image2-1r DIV {
  font-size: 17px;
}
#header3-1v .mbr-section-title,
#header3-1v .mbr-section-subtitle {
  text-align: center;
}
#footer1-1s .container.text-xs-center {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer1-1s footer#footer1-k {
  /* padding: 0; */
}


#ext_menu-1z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1z .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-1z .navbar-toggler {
  color: #000000;
}
#ext_menu-1z .close-icon::before,
#ext_menu-1z .close-icon::after {
  background-color: #000000;
}
#ext_menu-1z .link,
#ext_menu-1z .dropdown-item {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-1z .link {
  font-size: 0.95rem;
}
#ext_menu-1z .dropdown-item,
#ext_menu-1z .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1z .link:hover,
#ext_menu-1z .dropdown-item:hover,
#ext_menu-1z .link:focus,
#ext_menu-1z .dropdown-item:focus {
  color: #c60300;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1z .nav-dropdown-sm .link:focus,
#ext_menu-1z .nav-dropdown-sm .link:hover,
#ext_menu-1z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1z .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1z .navbar,
#ext_menu-1z .nav-dropdown-sm,
#ext_menu-1z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1z .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1z .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-1z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1z .bg-color.transparent.opened .link:hover,
#ext_menu-1z .bg-color.transparent.opened .link:focus {
  color: #c60300;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-item[aria-expanded="true"] {
  color: #c60300!important;
}
#ext_menu-1z .navbar-caption SPAN {
  font-size: 17px;
}
#ext_menu-1z .navbar-caption EM {
  font-size: 16px;
}
#ext_menu-1z .navbar-bran {
  margin-right: -20rem;
}
#ext_menu-1z .navbar-caption {
  vertical-align: top;
  margin-top: -5px;
}
#ext_menu-1z .navbar-logo img {
  height: 68px;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-item[aria-expanded="true"] {
  color: #000 !important;
}
@media (max-width: 991px) {
  #ext_menu-1z .navbar-logo img {
    height: 48px;
  }
}
#header3-21 .mbr-section-title,
#header3-21 .mbr-section-subtitle {
  text-align: center;
}
#header3-21 .mbr-section-title {
  font-size: 22px;
}
#header3-21 .mbr-section-title I {
  color: #c60300;
  font-size: 20px;
}
#header3-21 .mbr-section-title {
  color: #c60300!important;
}
#image2-23 DIV {
  font-size: 17px;
}
#header3-24 .mbr-section-title,
#header3-24 .mbr-section-subtitle {
  text-align: center;
}
#footer1-25 .container.text-xs-center {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer1-25 footer#footer1-k {
  /* padding: 0; */
}


#ext_menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-26 .navbar-caption {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
#ext_menu-26 .navbar-toggler {
  color: #000000;
}
#ext_menu-26 .close-icon::before,
#ext_menu-26 .close-icon::after {
  background-color: #000000;
}
#ext_menu-26 .link,
#ext_menu-26 .dropdown-item {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-26 .link {
  font-size: 0.95rem;
}
#ext_menu-26 .dropdown-item,
#ext_menu-26 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-26 .link:hover,
#ext_menu-26 .dropdown-item:hover,
#ext_menu-26 .link:focus,
#ext_menu-26 .dropdown-item:focus {
  color: #c60300;
}
#ext_menu-26 .link[aria-expanded="true"],
#ext_menu-26 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-26 .nav-dropdown-sm .link:focus,
#ext_menu-26 .nav-dropdown-sm .link:hover,
#ext_menu-26 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-26 .navbar,
#ext_menu-26 .nav-dropdown-sm,
#ext_menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-26 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-26 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-26 .bg-color.transparent.opened .link:hover,
#ext_menu-26 .bg-color.transparent.opened .link:focus {
  color: #c60300;
}
#ext_menu-26 .link[aria-expanded="true"],
#ext_menu-26 .dropdown-item[aria-expanded="true"] {
  color: #c60300!important;
}
#ext_menu-26 .navbar-caption SPAN {
  font-size: 17px;
}
#ext_menu-26 .navbar-caption EM {
  font-size: 16px;
}
#ext_menu-26 .navbar-bran {
  margin-right: -20rem;
}
#ext_menu-26 .navbar-caption {
  vertical-align: top;
  margin-top: -5px;
}
#ext_menu-26 .navbar-logo img {
  height: 68px;
}
#ext_menu-26 .link[aria-expanded="true"],
#ext_menu-26 .dropdown-item[aria-expanded="true"] {
  color: #000 !important;
}
@media (max-width: 991px) {
  #ext_menu-26 .navbar-logo img {
    height: 48px;
  }
}
#header3-28 .mbr-section-title,
#header3-28 .mbr-section-subtitle {
  text-align: center;
}
#header3-28 .mbr-section-title {
  font-size: 22px;
}
#header3-28 .mbr-section-title I {
  color: #c60300;
  font-size: 20px;
}
#header3-28 .mbr-section-title {
  color: #c60300!important;
}
#image2-29 DIV {
  font-size: 17px;
}
#image2-2b DIV {
  font-size: 17px;
}
#msg-box5-2a {
  /*.mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding-top: 15px;
    margin-bottom: -22px;
}*/
}
#msg-box5-2a H3 {
  font-size: 25px;
  color: #000000;
}
#msg-box5-2a P {
  font-size: 15px;
  color: #000000;
}
#msg-box5-2a .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
  padding-top: .1vw;
}
#image2-2h DIV {
  font-size: 17px;
}
#footer1-2j .container.text-xs-center {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer1-2j footer#footer1-k {
  /* padding: 0; */
}
