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














body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Montserrat', 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: 'Oswald', 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: 'Oswald', 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: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oswald', sans-serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oswald', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f7da64 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #bf0c1a !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: #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: #bf0c1a;
  border-color: #bf0c1a;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #770710;
  border-color: #770710;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #770710 !important;
  border-color: #770710 !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: #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: #5f060d;
  color: #5f060d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #bf0c1a;
  border-color: #bf0c1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bf0c1a !important;
  border-color: #bf0c1a !important;
}
.text-primary {
  color: #f7da64 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #bf0c1a !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #bf0c1a;
}
.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: #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: #f45662;
}
.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;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Oswald', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Oswald', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'Oswald', sans-serif;
}
.features6 .description {
  font-family: 'Montserrat', sans-serif;
}
.count,
.counter-title {
  font-family: 'Oswald', sans-serif;
}
.counter-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #f7da64;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Oswald', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Oswald', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Oswald', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Oswald', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Oswald', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'Oswald', sans-serif;
}
.extHeader13 .number {
  font-family: 'Oswald', sans-serif;
}
.extHeader13 .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'Oswald', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Oswald', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Oswald', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #f7da64;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Oswald', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Oswald', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'Oswald', sans-serif;
}
.extForm2 .container p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #f7da64;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #f7da64;
}
.extCounters2 h4 {
  font-family: 'Oswald', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'Oswald', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Oswald', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #f7da64;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #f7da64;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #f7da64;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Oswald', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Oswald', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #f7da64;
}
.extAccordion1 .panel-heading a {
  font-family: 'Montserrat', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #f7da64;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #f7da64;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #f7da64;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #f7da64;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'Oswald', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'Oswald', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Oswald', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Oswald', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #f7da64 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #f7da64;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #f7da64;
}
.theme-border {
  border: 1px solid #f7da64;
}
#extFeatures7-i .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#extFeatures7-i .mbr-section-subtitle {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#extFeatures7-i .mbr-section-subtitle SPAN {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#extFeatures7-i SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}
#extFeatures7-i H5 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
}
#extFeatures7-i P {
  font-size: 18px;
  color: #a51924;
}
#extFeatures7-i H4 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
#extForm4-1n H2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#extForm4-1n .btn {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-96 .navbar-caption {
  color: #ffffff;
}
#extMenu1-96 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-96 .close-icon::before,
#extMenu1-96 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-96 .link,
#extMenu1-96 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 .link {
  font-size: 1.25rem;
}
#extMenu1-96 .dropdown-item,
#extMenu1-96 .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-96 .link:hover,
#extMenu1-96 .dropdown-item:hover,
#extMenu1-96 .link:focus,
#extMenu1-96 .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-menu {
  background: #6f1920;
}
#extMenu1-96 .nav-dropdown-sm .link:focus,
#extMenu1-96 .nav-dropdown-sm .link:hover,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-96 .navbar,
#extMenu1-96 .nav-dropdown-sm,
#extMenu1-96 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-96 .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-96 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-96 .bg-color.transparent.opened .link:hover,
#extMenu1-96 .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-96 .innerEmail:hover,
#extMenu1-96 .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-96 SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 A {
  font-size: 20px;
}
#footer1-9h P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}



#msg-box8-3m .mbr-section-title,
#msg-box8-3m p {
  color: #fff;
}
#msg-box8-3m .mbr-section-title {
  color: #b8312f;
}
#extMenu1-96 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-96 .navbar-caption {
  color: #ffffff;
}
#extMenu1-96 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-96 .close-icon::before,
#extMenu1-96 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-96 .link,
#extMenu1-96 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 .link {
  font-size: 1.25rem;
}
#extMenu1-96 .dropdown-item,
#extMenu1-96 .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-96 .link:hover,
#extMenu1-96 .dropdown-item:hover,
#extMenu1-96 .link:focus,
#extMenu1-96 .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-menu {
  background: #6f1920;
}
#extMenu1-96 .nav-dropdown-sm .link:focus,
#extMenu1-96 .nav-dropdown-sm .link:hover,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-96 .navbar,
#extMenu1-96 .nav-dropdown-sm,
#extMenu1-96 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-96 .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-96 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-96 .bg-color.transparent.opened .link:hover,
#extMenu1-96 .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-96 .innerEmail:hover,
#extMenu1-96 .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-96 SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 A {
  font-size: 20px;
}
#footer1-9h P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}



#header1-6y {
  
}
#header1-6y .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#header1-6y .mbr-section-lead {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
}
#header1-6y .btn {
  font-size: 36px;
}
#header1-6y .mbr-section-title SPAN {
  font-size: 60px;
}
#extMenu1-96 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-96 .navbar-caption {
  color: #ffffff;
}
#extMenu1-96 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-96 .close-icon::before,
#extMenu1-96 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-96 .link,
#extMenu1-96 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 .link {
  font-size: 1.25rem;
}
#extMenu1-96 .dropdown-item,
#extMenu1-96 .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-96 .link:hover,
#extMenu1-96 .dropdown-item:hover,
#extMenu1-96 .link:focus,
#extMenu1-96 .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-menu {
  background: #6f1920;
}
#extMenu1-96 .nav-dropdown-sm .link:focus,
#extMenu1-96 .nav-dropdown-sm .link:hover,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-96 .navbar,
#extMenu1-96 .nav-dropdown-sm,
#extMenu1-96 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-96 .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-96 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-96 .bg-color.transparent.opened .link:hover,
#extMenu1-96 .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-96 .innerEmail:hover,
#extMenu1-96 .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-96 SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 A {
  font-size: 20px;
}
#footer1-9h P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}






#content5-54 {
  
  
}
#content5-54 .mbr-section-title,
#content5-54 p {
  color: #fff;
}
#content5-54 P {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#content5-54 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#content1-9b P {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#features3-9a H4 {
  font-size: 30px;
  color: #a51924;
  text-align: left;
}
#features3-9a .btn {
  font-size: 24px;
}
#features3-9a P {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
#header3-9c .mbr-section-title,
#header3-9c .mbr-section-subtitle {
  text-align: center;
}
#header3-9c .mbr-section-title {
  text-align: center;
  color: #bc2430;
  font-size: 36px;
}
#header3-9c .mbr-section-subtitle {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#buttons1-9d .btn {
  font-size: 24px;
}
#extMenu1-96 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-96 .navbar-caption {
  color: #ffffff;
}
#extMenu1-96 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-96 .close-icon::before,
#extMenu1-96 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-96 .link,
#extMenu1-96 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 .link {
  font-size: 1.25rem;
}
#extMenu1-96 .dropdown-item,
#extMenu1-96 .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-96 .link:hover,
#extMenu1-96 .dropdown-item:hover,
#extMenu1-96 .link:focus,
#extMenu1-96 .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-menu {
  background: #6f1920;
}
#extMenu1-96 .nav-dropdown-sm .link:focus,
#extMenu1-96 .nav-dropdown-sm .link:hover,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-96 .navbar,
#extMenu1-96 .nav-dropdown-sm,
#extMenu1-96 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-96 .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-96 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-96 .bg-color.transparent.opened .link:hover,
#extMenu1-96 .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-96 .innerEmail:hover,
#extMenu1-96 .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-96 SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 A {
  font-size: 20px;
}
#footer1-9h P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}
#extFeatures7-c6 {
  
  
  
}
#extFeatures7-c6 H4 {
  color: #ffffff;
  font-size: 30px;
}
#extFeatures7-c6 H5 {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-c6 DIV {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
}
#extFeatures7-c6 SPAN {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}










#content5-ag {
  
}
#content5-ag .mbr-section-title,
#content5-ag .lead {
  color: #fff;
}
#content5-ag .mbr-section-title,
#content5-ag p {
  color: #fff;
}
#content5-ag .mbr-section-title {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#header3-a6 .mbr-section-title,
#header3-a6 .mbr-section-subtitle {
  text-align: center;
}
#header3-a6 .mbr-section-title {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #a51924;
}
#header3-a6 .mbr-section-title SPAN {
  font-size: 32px;
}
#content1-a7 P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#header3-a8 .mbr-section-title,
#header3-a8 .mbr-section-subtitle {
  text-align: center;
}
#header3-a8 .mbr-section-title {
  text-align: left;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
#header3-a8 .mbr-section-title SPAN {
  font-size: 32px;
}
#header3-a8 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#header3-a9 {
  
}
#header3-a9 .mbr-section-title,
#header3-a9 .mbr-section-subtitle {
  text-align: center;
}
#header3-a9 .mbr-section-title,
#header3-a9 .mbr-section-subtitle {
  text-align: center;
}
#header3-a9 .mbr-section-title {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: #b8312f;
}
#content5-aa {
  
}
#content5-aa .mbr-section-title,
#content5-aa p {
  color: #fff;
}
#content5-aa .mbr-section-title {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#content1-ax P {
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
}
#content1-c1 P {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#content1-c1 DIV {
  color: #a51924;
}
#header3-by {
  
}
#header3-by .mbr-section-title,
#header3-by .mbr-section-subtitle {
  text-align: center;
}
#header3-by .mbr-section-title,
#header3-by .mbr-section-subtitle {
  text-align: center;
}
#header3-by .mbr-section-title {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: #b8312f;
}
#header3-bz .mbr-section-title,
#header3-bz .mbr-section-subtitle {
  text-align: center;
}
#header3-bz .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#content1-c0 P {
  font-size: 23px;
  font-family: 'Oswald', sans-serif;
}
#msg-box8-bd .mbr-section-title,
#msg-box8-bd .lead {
  color: #fff;
}
#msg-box8-bd .mbr-section-title {
  font-size: 46px;
  text-align: left;
}
#msg-box8-bd .lead P {
  font-size: 24px;
}
#header3-bh .mbr-section-title,
#header3-bh .mbr-section-subtitle {
  text-align: center;
}
#header3-be .mbr-section-title,
#header3-be .mbr-section-subtitle {
  text-align: center;
}
#header3-be .mbr-section-title {
  text-align: left;
  color: #a51924;
}
#content1-bf P {
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
}
#content1-bf DIV {
  color: #000000;
}
#msg-box8-cd .mbr-section-title,
#msg-box8-cd .lead {
  color: #fff;
}
#msg-box8-cd .mbr-section-title,
#msg-box8-cd .lead {
  color: #fff;
}
#msg-box8-cd .mbr-section-title {
  font-size: 46px;
  text-align: left;
}
#msg-box8-cd .lead P {
  font-size: 24px;
}
#buttons1-ab .btn {
  font-size: 36px;
}
#extMenu1-ac .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-ac .navbar-caption {
  color: #ffffff;
}
#extMenu1-ac .navbar-toggler {
  color: #ffffff;
}
#extMenu1-ac .close-icon::before,
#extMenu1-ac .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-ac .link,
#extMenu1-ac .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-ac .link {
  font-size: 1.25rem;
}
#extMenu1-ac .dropdown-item,
#extMenu1-ac .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-ac .link:hover,
#extMenu1-ac .dropdown-item:hover,
#extMenu1-ac .link:focus,
#extMenu1-ac .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-ac .link[aria-expanded="true"],
#extMenu1-ac .dropdown-menu {
  background: #6f1920;
}
#extMenu1-ac .nav-dropdown-sm .link:focus,
#extMenu1-ac .nav-dropdown-sm .link:hover,
#extMenu1-ac .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-ac .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-ac .navbar,
#extMenu1-ac .nav-dropdown-sm,
#extMenu1-ac .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-ac .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-ac .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-ac .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-ac .bg-color.transparent.opened .link:hover,
#extMenu1-ac .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-ac .link[aria-expanded="true"],
#extMenu1-ac .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-ac .innerEmail:hover,
#extMenu1-ac .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-ac SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-ac A {
  font-size: 20px;
}
#extFeatures7-c3 {
  
  
  
}
#extFeatures7-c3 H4 {
  color: #ffffff;
  font-size: 30px;
}
#extFeatures7-c3 H5 {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-c3 DIV {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
}
#extFeatures7-c3 SPAN {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#footer1-ae P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}



#extFeatures9-ba {
  
}
#extFeatures9-ba H4 {
  font-size: 24px;
}
#extFeatures9-ba P {
  text-align: left;
  font-size: 22px;
  color: #1c1a1a;
  font-family: 'Oswald', sans-serif;
}
#extFeatures9-ba .mbr-section-title {
  text-align: left;
  font-size: 60px;
  color: #ffffff;
}
#extFeatures9-ba .mbr-section-subtitle {
  text-align: left;
  font-size: 36px;
}
#extMenu1-ar .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-ar .navbar-caption {
  color: #ffffff;
}
#extMenu1-ar .navbar-toggler {
  color: #ffffff;
}
#extMenu1-ar .close-icon::before,
#extMenu1-ar .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-ar .link,
#extMenu1-ar .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-ar .link {
  font-size: 1.25rem;
}
#extMenu1-ar .dropdown-item,
#extMenu1-ar .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-ar .link:hover,
#extMenu1-ar .dropdown-item:hover,
#extMenu1-ar .link:focus,
#extMenu1-ar .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-ar .link[aria-expanded="true"],
#extMenu1-ar .dropdown-menu {
  background: #6f1920;
}
#extMenu1-ar .nav-dropdown-sm .link:focus,
#extMenu1-ar .nav-dropdown-sm .link:hover,
#extMenu1-ar .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-ar .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-ar .navbar,
#extMenu1-ar .nav-dropdown-sm,
#extMenu1-ar .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-ar .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-ar .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-ar .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-ar .bg-color.transparent.opened .link:hover,
#extMenu1-ar .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-ar .link[aria-expanded="true"],
#extMenu1-ar .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-ar .innerEmail:hover,
#extMenu1-ar .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-ar SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-ar A {
  font-size: 20px;
}
#extFeatures7-as {
  
  
  
}
#extFeatures7-as H4 {
  color: #ffffff;
  font-size: 30px;
}
#extFeatures7-as H5 {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-as DIV {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
}
#extFeatures7-as SPAN {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#footer1-at P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}






#extMenu1-bm .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-bm .navbar-caption {
  color: #ffffff;
}
#extMenu1-bm .navbar-toggler {
  color: #ffffff;
}
#extMenu1-bm .close-icon::before,
#extMenu1-bm .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-bm .link,
#extMenu1-bm .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-bm .link {
  font-size: 1.25rem;
}
#extMenu1-bm .dropdown-item,
#extMenu1-bm .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-bm .link:hover,
#extMenu1-bm .dropdown-item:hover,
#extMenu1-bm .link:focus,
#extMenu1-bm .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-bm .link[aria-expanded="true"],
#extMenu1-bm .dropdown-menu {
  background: #6f1920;
}
#extMenu1-bm .nav-dropdown-sm .link:focus,
#extMenu1-bm .nav-dropdown-sm .link:hover,
#extMenu1-bm .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-bm .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-bm .navbar,
#extMenu1-bm .nav-dropdown-sm,
#extMenu1-bm .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-bm .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-bm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-bm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-bm .bg-color.transparent.opened .link:hover,
#extMenu1-bm .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-bm .link[aria-expanded="true"],
#extMenu1-bm .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-bm .innerEmail:hover,
#extMenu1-bm .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-bm SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-bm A {
  font-size: 20px;
}
#content8-bx .mbr-section-title,
#content8-bx .lead {
  text-align: right;
  color: #fff;
}
#content8-bx .mbr-section-title {
  text-align: left;
}
#content8-bx .lead P {
  text-align: left;
}
#header3-bo .mbr-section-title,
#header3-bo .mbr-section-subtitle {
  text-align: center;
}
#header3-bo .mbr-section-title {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #a51924;
}
#header3-bo .mbr-section-title SPAN {
  font-size: 32px;
}
#content1-br P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#content1-br DIV {
  color: #000000;
}
#content1-ce P {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
}
#content1-ce DIV {
  color: #a51924;
}
#content5-bt {
  
}
#content5-bt .mbr-section-title,
#content5-bt p {
  color: #fff;
}
#content5-bt .mbr-section-title {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#buttons1-bu .btn {
  font-size: 36px;
}
#footer1-bw P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}
#extFeatures7-c5 {
  
  
  
}
#extFeatures7-c5 H4 {
  color: #ffffff;
  font-size: 30px;
}
#extFeatures7-c5 H5 {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-c5 DIV {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
}
#extFeatures7-c5 SPAN {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}




#extMenu1-96 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-96 .navbar-caption {
  color: #ffffff;
}
#extMenu1-96 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-96 .close-icon::before,
#extMenu1-96 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-96 .link,
#extMenu1-96 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 .link {
  font-size: 1.25rem;
}
#extMenu1-96 .dropdown-item,
#extMenu1-96 .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-96 .link:hover,
#extMenu1-96 .dropdown-item:hover,
#extMenu1-96 .link:focus,
#extMenu1-96 .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-menu {
  background: #6f1920;
}
#extMenu1-96 .nav-dropdown-sm .link:focus,
#extMenu1-96 .nav-dropdown-sm .link:hover,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-96 .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-96 .navbar,
#extMenu1-96 .nav-dropdown-sm,
#extMenu1-96 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-96 .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-96 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-96 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-96 .bg-color.transparent.opened .link:hover,
#extMenu1-96 .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-96 .link[aria-expanded="true"],
#extMenu1-96 .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-96 .innerEmail:hover,
#extMenu1-96 .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-96 SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-96 A {
  font-size: 20px;
}
#header1-ch .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
}
#footer1-9h P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}






#header1-cj {
  
}
#header1-cj .mbr-section-title {
  font-size: 48px;
}
#header1-cj .mbr-section-lead {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#header3-ck .mbr-section-title,
#header3-ck .mbr-section-subtitle {
  text-align: center;
}
#header3-cl .mbr-section-title,
#header3-cl .mbr-section-subtitle {
  text-align: center;
}
#header3-cl .mbr-section-title,
#header3-cl .mbr-section-subtitle {
  text-align: center;
}
#header3-cl .mbr-section-title {
  text-align: left;
  color: #b8312f;
}
#content1-cm P {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
#content1-cn P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#content1-cn DIV {
  color: #000000;
}
#header3-co .mbr-section-title,
#header3-co .mbr-section-subtitle {
  text-align: center;
}
#header3-cp {
  
}
#header3-cp .mbr-section-title,
#header3-cp .mbr-section-subtitle {
  text-align: center;
}
#header3-cp .mbr-section-title,
#header3-cp .mbr-section-subtitle {
  text-align: center;
}
#header3-cp .mbr-section-title {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: #b8312f;
}
#content1-cq P {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#content5-cr {
  
}
#content5-cr .mbr-section-title,
#content5-cr p {
  color: #fff;
}
#content5-cr .mbr-section-title {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#buttons1-cs .btn {
  font-size: 36px;
}
#extMenu1-ct .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-ct .navbar-caption {
  color: #ffffff;
}
#extMenu1-ct .navbar-toggler {
  color: #ffffff;
}
#extMenu1-ct .close-icon::before,
#extMenu1-ct .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-ct .link,
#extMenu1-ct .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-ct .link {
  font-size: 1.25rem;
}
#extMenu1-ct .dropdown-item,
#extMenu1-ct .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-ct .link:hover,
#extMenu1-ct .dropdown-item:hover,
#extMenu1-ct .link:focus,
#extMenu1-ct .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-ct .link[aria-expanded="true"],
#extMenu1-ct .dropdown-menu {
  background: #6f1920;
}
#extMenu1-ct .nav-dropdown-sm .link:focus,
#extMenu1-ct .nav-dropdown-sm .link:hover,
#extMenu1-ct .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-ct .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-ct .navbar,
#extMenu1-ct .nav-dropdown-sm,
#extMenu1-ct .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-ct .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-ct .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-ct .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-ct .bg-color.transparent.opened .link:hover,
#extMenu1-ct .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-ct .link[aria-expanded="true"],
#extMenu1-ct .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-ct .innerEmail:hover,
#extMenu1-ct .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-ct SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-ct A {
  font-size: 20px;
}
#footer1-cu P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}
#extFeatures7-cv {
  
  
  
}
#extFeatures7-cv H4 {
  color: #ffffff;
  font-size: 30px;
}
#extFeatures7-cv H5 {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-cv DIV {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
}
#extFeatures7-cv SPAN {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#content5-dd .mbr-section-title,
#content5-dd p {
  color: #fff;
}
#content5-dd P {
  font-size: 30px;
}



#msg-box8-d3 {
  
}
#msg-box8-d3 .mbr-section-title,
#msg-box8-d3 .lead {
  color: #fff;
}
#msg-box8-d3 .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
#msg-box8-d3 .mbr-section-title {
  font-size: 72px;
}
#content1-d4 P {
  font-size: 32px;
  text-align: center;
}
#buttons1-d5 .btn {
  font-size: 24px;
}
#header3-d8 .mbr-section-title,
#header3-d8 .mbr-section-subtitle {
  text-align: center;
}
#header3-d8 .mbr-section-title {
  font-size: 30px;
  color: #a51924;
}
.cid-siT8kztCd6 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/les-industries-danmark-inc-soumission2-1-1700x900.jpg");
}
.cid-siT8kztCd6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-siT8kztCd6 .form-control,
.cid-siT8kztCd6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #232020;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-siT8kztCd6 .form-control::-webkit-input-placeholder,
.cid-siT8kztCd6 .field-input::-webkit-input-placeholder,
.cid-siT8kztCd6 .form-control::-webkit-input-placeholder,
.cid-siT8kztCd6 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-siT8kztCd6 .form-control:-moz-placeholder,
.cid-siT8kztCd6 .field-input:-moz-placeholder,
.cid-siT8kztCd6 .form-control:-moz-placeholder,
.cid-siT8kztCd6 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-siT8kztCd6 .form-control:hover,
.cid-siT8kztCd6 .field-input:hover,
.cid-siT8kztCd6 .form-control:focus,
.cid-siT8kztCd6 .field-input:focus {
  background-color: #efefef;
  border-color: #a51924;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-siT8kztCd6 .form-control:hover::-webkit-input-placeholder,
.cid-siT8kztCd6 .field-input:hover::-webkit-input-placeholder,
.cid-siT8kztCd6 .form-control:focus::-webkit-input-placeholder,
.cid-siT8kztCd6 .field-input:focus::-webkit-input-placeholder,
.cid-siT8kztCd6 .form-control:hover::-webkit-input-placeholder,
.cid-siT8kztCd6 .field-input:hover::-webkit-input-placeholder,
.cid-siT8kztCd6 .form-control:focus::-webkit-input-placeholder,
.cid-siT8kztCd6 .field-input:focus::-webkit-input-placeholder {
  color: #28324e;
}
.cid-siT8kztCd6 .form-control:hover:-moz-placeholder,
.cid-siT8kztCd6 .field-input:hover:-moz-placeholder,
.cid-siT8kztCd6 .form-control:focus:-moz-placeholder,
.cid-siT8kztCd6 .field-input:focus:-moz-placeholder,
.cid-siT8kztCd6 .form-control:hover:-moz-placeholder,
.cid-siT8kztCd6 .field-input:hover:-moz-placeholder,
.cid-siT8kztCd6 .form-control:focus:-moz-placeholder,
.cid-siT8kztCd6 .field-input:focus:-moz-placeholder {
  color: #28324e;
}
.cid-siT8kztCd6 .jq-number__spin:hover,
.cid-siT8kztCd6 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #a51924;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-siT8kztCd6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #232020;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-siT8kztCd6 .jq-selectbox li,
.cid-siT8kztCd6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-siT8kztCd6 .jq-selectbox li:hover,
.cid-siT8kztCd6 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-siT8kztCd6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-siT8kztCd6 .jq-number__spin.minus:hover:after,
.cid-siT8kztCd6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-siT8kztCd6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-siT8kztCd6 .jq-number__spin.minus:after,
.cid-siT8kztCd6 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-siT8kztCd6 input::-webkit-clear-button {
  display: none;
}
.cid-siT8kztCd6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-siT8kztCd6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-siT8kztCd6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-siT8kztCd6 .btn {
  font-size: 22px;
}
#extMenu1-d1 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-d1 .navbar-caption {
  color: #ffffff;
}
#extMenu1-d1 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-d1 .close-icon::before,
#extMenu1-d1 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-d1 .link,
#extMenu1-d1 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-d1 .link {
  font-size: 1.25rem;
}
#extMenu1-d1 .dropdown-item,
#extMenu1-d1 .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-d1 .link:hover,
#extMenu1-d1 .dropdown-item:hover,
#extMenu1-d1 .link:focus,
#extMenu1-d1 .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-d1 .link[aria-expanded="true"],
#extMenu1-d1 .dropdown-menu {
  background: #6f1920;
}
#extMenu1-d1 .nav-dropdown-sm .link:focus,
#extMenu1-d1 .nav-dropdown-sm .link:hover,
#extMenu1-d1 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-d1 .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-d1 .navbar,
#extMenu1-d1 .nav-dropdown-sm,
#extMenu1-d1 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-d1 .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-d1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-d1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-d1 .bg-color.transparent.opened .link:hover,
#extMenu1-d1 .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-d1 .link[aria-expanded="true"],
#extMenu1-d1 .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-d1 .innerEmail:hover,
#extMenu1-d1 .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-d1 SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-d1 A {
  font-size: 20px;
}
#footer1-d2 P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}



#content5-9i {
  
  
}
#content5-9i .mbr-section-title,
#content5-9i p {
  color: #fff;
}
#content5-9i P {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#content5-9i .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#header3-9q .mbr-section-title,
#header3-9q .mbr-section-subtitle {
  text-align: center;
}
#header3-9q .mbr-section-title {
  color: #ffffff;
}
#extMenu1-9n .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-9n .navbar-caption {
  color: #ffffff;
}
#extMenu1-9n .navbar-toggler {
  color: #ffffff;
}
#extMenu1-9n .close-icon::before,
#extMenu1-9n .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-9n .link,
#extMenu1-9n .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-9n .link {
  font-size: 1.25rem;
}
#extMenu1-9n .dropdown-item,
#extMenu1-9n .nav-dropdown-sm .link {
  font-size: 1.354rem;
}
#extMenu1-9n .link:hover,
#extMenu1-9n .dropdown-item:hover,
#extMenu1-9n .link:focus,
#extMenu1-9n .dropdown-item:focus {
  color: #f7da64;
}
#extMenu1-9n .link[aria-expanded="true"],
#extMenu1-9n .dropdown-menu {
  background: #6f1920;
}
#extMenu1-9n .nav-dropdown-sm .link:focus,
#extMenu1-9n .nav-dropdown-sm .link:hover,
#extMenu1-9n .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-9n .nav-dropdown-sm .dropdown-item:hover {
  background: #8c2028!important;
}
#extMenu1-9n .navbar,
#extMenu1-9n .nav-dropdown-sm,
#extMenu1-9n .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-9n .nav-dropdown-sm .dropdown-menu {
  background: #98232c;
}
#extMenu1-9n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-9n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-9n .bg-color.transparent.opened .link:hover,
#extMenu1-9n .bg-color.transparent.opened .link:focus {
  color: #f7da64;
}
#extMenu1-9n .link[aria-expanded="true"],
#extMenu1-9n .dropdown-item[aria-expanded="true"] {
  color: #f7da64!important;
}
#extMenu1-9n .innerEmail:hover,
#extMenu1-9n .innerPhone:hover {
  color: #f7da64;
}
#extMenu1-9n SPAN {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extMenu1-9n A {
  font-size: 20px;
}
#footer1-9o P {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
}
#gallery2-9u .mbr-gallery-item > div > span {
  font-size: 21px;
}
#buttons1-cc .btn {
  font-size: 36px;
}
