@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,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-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: #d14841 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #fd4f00 !important;
}
.btn-primary {
  background-color: #d14841;
  border-color: #d14841;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #9f2c26;
  border-color: #9f2c26;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f2c26 !important;
  border-color: #9f2c26 !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: #fd4f00;
  border-color: #fd4f00;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #b13700;
  border-color: #b13700;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b13700 !important;
  border-color: #b13700 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8a2722;
  color: #8a2722;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d14841;
  border-color: #d14841;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d14841 !important;
  border-color: #d14841 !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: #972f00;
  color: #972f00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #fd4f00;
  border-color: #fd4f00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd4f00 !important;
  border-color: #fd4f00 !important;
}
.text-primary {
  color: #d14841 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #fd4f00 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #fd4f00;
}
.btn-social {
  border-color: #d14841;
}
.btn-social:hover {
  background: #d14841;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #d14841;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #d14841;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d14841;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d14841;
}
.lead a,
.lead a:hover {
  color: #d14841;
}
.lead blockquote {
  border-color: #d14841;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9e6e5;
}
.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: #ffdbca;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #d14841;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.features6 .description {
  font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
  font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #d14841;
}
.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: 'Montserrat', 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: 'Lora', serif;
}
.extHeader5 .container label {
  font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #d14841;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #d14841;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #d14841;
}
.extCounters2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #d14841;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #d14841;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #d14841;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #d14841;
}
.extAccordion1 .panel-heading a {
  font-family: 'Raleway', 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: #d14841;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #d14841;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #d14841;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #d14841;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #d14841 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #d14841;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #d14841;
}
.theme-border {
  border: 1px solid #d14841;
}
#content5-3w .mbr-section-title,
#content5-3w p {
  color: #fff;
}
#content5-3w P {
  font-size: 19px;
  color: #000000;
}
#content5-3w .mbr-section-title {
  color: #fd4f00;
  font-size: 32px;
}
#features3-p P {
  text-align: left;
  font-size: 14px;
}
#features3-p H5 {
  text-align: center;
}
#features3-q P {
  font-size: 14px;
  text-align: left;
}
#footer1-14 P {
  text-align: right;
}
#ext_menu-3j {
  /* align the logo image */
}
#ext_menu-3j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3j .navbar-caption {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-3j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3j .close-icon::before,
#ext_menu-3j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3j .link,
#ext_menu-3j .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-3j .link {
  font-size: 0.75rem;
}
#ext_menu-3j .dropdown-item,
#ext_menu-3j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3j .link:hover,
#ext_menu-3j .dropdown-item:hover,
#ext_menu-3j .link:focus,
#ext_menu-3j .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-3j .nav-dropdown-sm .link:focus,
#ext_menu-3j .nav-dropdown-sm .link:hover,
#ext_menu-3j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3j .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-3j .navbar,
#ext_menu-3j .nav-dropdown-sm,
#ext_menu-3j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3j .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-3j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3j .bg-color.transparent.opened .link:hover,
#ext_menu-3j .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-3j .link[aria-expanded="true"],
#ext_menu-3j .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-3j .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-3j .navbar-dropdown .navbar-brand {
  padding: 4px;
}
#msg-box5-8p H3 {
  font-size: 24px;
}
#msg-box5-8p P {
  font-size: 25px;
  text-align: left;
}
#contacts2-3o P {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
}
#contacts2-3o STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#contacts2-3o UL {
  font-size: 16px;
}
#contacts2-3o SPAN {
  font-size: 14px;
}



#msg-box3-3c .mbr-section-title,
#msg-box3-3c p {
  color: #000;
}
#msg-box3-3c .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-3c .lead P {
  text-align: left;
  font-size: 24px;
}
#header3-36 .mbr-section-title,
#header3-36 .mbr-section-subtitle {
  text-align: center;
}
#header3-36 H3 {
  color: #232323;
  text-align: right;
  font-size: 30px;
}
#footer1-2l P {
  text-align: right;
}
#gallery1-2q .mbr-gallery-item > div > span {
  text-align: left;
}
#header3-3y .mbr-section-title,
#header3-3y .mbr-section-subtitle {
  text-align: center;
}
#header3-3y H3 {
  font-size: 30px;
}
#contacts2-3a P {
  text-align: left;
  color: #ffffff;
}
#contacts2-3a STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-2k {
  /* align the logo image */
}
#ext_menu-2k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2k .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-2k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2k .close-icon::before,
#ext_menu-2k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2k .link,
#ext_menu-2k .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-2k .link {
  font-size: 0.75rem;
}
#ext_menu-2k .dropdown-item,
#ext_menu-2k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2k .link:hover,
#ext_menu-2k .dropdown-item:hover,
#ext_menu-2k .link:focus,
#ext_menu-2k .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2k .link[aria-expanded="true"],
#ext_menu-2k .dropdown-menu {
  background: #141414;
}
#ext_menu-2k .nav-dropdown-sm .link:focus,
#ext_menu-2k .nav-dropdown-sm .link:hover,
#ext_menu-2k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2k .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-2k .navbar,
#ext_menu-2k .nav-dropdown-sm,
#ext_menu-2k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2k .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-2k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2k .bg-color.transparent.opened .link:hover,
#ext_menu-2k .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2k .link[aria-expanded="true"],
#ext_menu-2k .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-2k .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-2k .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-40 .mbr-section-title,
#msg-box3-40 p {
  color: #000;
}
#msg-box3-40 .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-40 .lead P {
  text-align: left;
  font-size: 24px;
}
#footer1-43 P {
  text-align: right;
}
#header3-45 .mbr-section-title,
#header3-45 .mbr-section-subtitle {
  text-align: center;
}
#header3-45 H3 {
  font-size: 30px;
}
#contacts2-47 P {
  text-align: left;
  color: #ffffff;
}
#contacts2-47 STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-2k {
  /* align the logo image */
}
#ext_menu-2k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2k .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-2k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2k .close-icon::before,
#ext_menu-2k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2k .link,
#ext_menu-2k .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-2k .link {
  font-size: 0.75rem;
}
#ext_menu-2k .dropdown-item,
#ext_menu-2k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2k .link:hover,
#ext_menu-2k .dropdown-item:hover,
#ext_menu-2k .link:focus,
#ext_menu-2k .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2k .link[aria-expanded="true"],
#ext_menu-2k .dropdown-menu {
  background: #141414;
}
#ext_menu-2k .nav-dropdown-sm .link:focus,
#ext_menu-2k .nav-dropdown-sm .link:hover,
#ext_menu-2k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2k .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-2k .navbar,
#ext_menu-2k .nav-dropdown-sm,
#ext_menu-2k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2k .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-2k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2k .bg-color.transparent.opened .link:hover,
#ext_menu-2k .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2k .link[aria-expanded="true"],
#ext_menu-2k .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-2k .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-2k .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-4z .mbr-section-title,
#msg-box3-4z p {
  color: #000;
}
#msg-box3-4z .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-4z .lead P {
  text-align: left;
  font-size: 24px;
}
#footer1-50 P {
  text-align: right;
}
#header3-51 .mbr-section-title,
#header3-51 .mbr-section-subtitle {
  text-align: center;
}
#header3-51 H3 {
  font-size: 30px;
}
#contacts2-53 P {
  text-align: left;
  color: #ffffff;
}
#contacts2-53 STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-54 {
  /* align the logo image */
}
#ext_menu-54 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-54 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-54 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-54 .close-icon::before,
#ext_menu-54 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-54 .link,
#ext_menu-54 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-54 .link {
  font-size: 0.75rem;
}
#ext_menu-54 .dropdown-item,
#ext_menu-54 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-54 .link:hover,
#ext_menu-54 .dropdown-item:hover,
#ext_menu-54 .link:focus,
#ext_menu-54 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-54 .link[aria-expanded="true"],
#ext_menu-54 .dropdown-menu {
  background: #141414;
}
#ext_menu-54 .nav-dropdown-sm .link:focus,
#ext_menu-54 .nav-dropdown-sm .link:hover,
#ext_menu-54 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-54 .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-54 .navbar,
#ext_menu-54 .nav-dropdown-sm,
#ext_menu-54 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-54 .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-54 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-54 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-54 .bg-color.transparent.opened .link:hover,
#ext_menu-54 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-54 .link[aria-expanded="true"],
#ext_menu-54 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-54 .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-54 .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-5o .mbr-section-title,
#msg-box3-5o p {
  color: #000;
}
#msg-box3-5o .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-5o .lead P {
  text-align: left;
  font-size: 24px;
}
#msg-box3-5o .lead UL {
  text-align: left;
  font-size: 19px;
}
#footer1-5p P {
  text-align: right;
}
#header3-5q .mbr-section-title,
#header3-5q .mbr-section-subtitle {
  text-align: center;
}
#header3-5q H3 {
  font-size: 30px;
}
#contacts2-5s P {
  text-align: left;
  color: #ffffff;
}
#contacts2-5s STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-5t {
  /* align the logo image */
}
#ext_menu-5t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5t .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-5t .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5t .close-icon::before,
#ext_menu-5t .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5t .link,
#ext_menu-5t .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-5t .link {
  font-size: 0.75rem;
}
#ext_menu-5t .dropdown-item,
#ext_menu-5t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-5t .link:hover,
#ext_menu-5t .dropdown-item:hover,
#ext_menu-5t .link:focus,
#ext_menu-5t .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-5t .link[aria-expanded="true"],
#ext_menu-5t .dropdown-menu {
  background: #141414;
}
#ext_menu-5t .nav-dropdown-sm .link:focus,
#ext_menu-5t .nav-dropdown-sm .link:hover,
#ext_menu-5t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5t .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-5t .navbar,
#ext_menu-5t .nav-dropdown-sm,
#ext_menu-5t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5t .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-5t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5t .bg-color.transparent.opened .link:hover,
#ext_menu-5t .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-5t .link[aria-expanded="true"],
#ext_menu-5t .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-5t .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-5t .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-5v .mbr-section-title,
#msg-box3-5v p {
  color: #000;
}
#msg-box3-5v .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-5v .lead P {
  text-align: left;
  font-size: 24px;
}
#msg-box3-5v .lead UL {
  text-align: left;
  font-size: 19px;
}
#footer1-5w P {
  text-align: right;
}
#header3-5x .mbr-section-title,
#header3-5x .mbr-section-subtitle {
  text-align: center;
}
#header3-5x H3 {
  font-size: 30px;
}
#contacts2-5z P {
  text-align: left;
  color: #ffffff;
}
#contacts2-5z STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-60 {
  /* align the logo image */
}
#ext_menu-60 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-60 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-60 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-60 .close-icon::before,
#ext_menu-60 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-60 .link,
#ext_menu-60 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-60 .link {
  font-size: 0.75rem;
}
#ext_menu-60 .dropdown-item,
#ext_menu-60 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-60 .link:hover,
#ext_menu-60 .dropdown-item:hover,
#ext_menu-60 .link:focus,
#ext_menu-60 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-60 .link[aria-expanded="true"],
#ext_menu-60 .dropdown-menu {
  background: #141414;
}
#ext_menu-60 .nav-dropdown-sm .link:focus,
#ext_menu-60 .nav-dropdown-sm .link:hover,
#ext_menu-60 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-60 .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-60 .navbar,
#ext_menu-60 .nav-dropdown-sm,
#ext_menu-60 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-60 .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-60 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-60 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-60 .bg-color.transparent.opened .link:hover,
#ext_menu-60 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-60 .link[aria-expanded="true"],
#ext_menu-60 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-60 .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-60 .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-61 .mbr-section-title,
#msg-box3-61 p {
  color: #000;
}
#msg-box3-61 .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-61 .lead P {
  text-align: left;
  font-size: 24px;
}
#msg-box3-61 .lead UL {
  text-align: left;
  font-size: 19px;
}
#header3-63 .mbr-section-title,
#header3-63 .mbr-section-subtitle {
  text-align: center;
}
#header3-63 H3 {
  font-size: 30px;
}
#footer1-62 P {
  text-align: right;
}
#contacts2-65 P {
  text-align: left;
  color: #ffffff;
}
#contacts2-65 STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-66 {
  /* align the logo image */
}
#ext_menu-66 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-66 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-66 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-66 .close-icon::before,
#ext_menu-66 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-66 .link,
#ext_menu-66 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-66 .link {
  font-size: 0.75rem;
}
#ext_menu-66 .dropdown-item,
#ext_menu-66 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-66 .link:hover,
#ext_menu-66 .dropdown-item:hover,
#ext_menu-66 .link:focus,
#ext_menu-66 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-66 .link[aria-expanded="true"],
#ext_menu-66 .dropdown-menu {
  background: #141414;
}
#ext_menu-66 .nav-dropdown-sm .link:focus,
#ext_menu-66 .nav-dropdown-sm .link:hover,
#ext_menu-66 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-66 .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-66 .navbar,
#ext_menu-66 .nav-dropdown-sm,
#ext_menu-66 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-66 .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-66 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-66 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-66 .bg-color.transparent.opened .link:hover,
#ext_menu-66 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-66 .link[aria-expanded="true"],
#ext_menu-66 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-66 .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-66 .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-69 .mbr-section-title,
#msg-box3-69 p {
  color: #000;
}
#msg-box3-69 .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-69 .lead P {
  text-align: left;
  font-size: 24px;
}
#msg-box3-69 .lead UL {
  text-align: left;
  font-size: 19px;
}
#header3-6a .mbr-section-title,
#header3-6a .mbr-section-subtitle {
  text-align: center;
}
#header3-6a H3 {
  font-size: 30px;
}
#footer1-6c P {
  text-align: right;
}
#contacts2-6d P {
  text-align: left;
  color: #ffffff;
}
#contacts2-6d STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-6e {
  /* align the logo image */
}
#ext_menu-6e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6e .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6e .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6e .close-icon::before,
#ext_menu-6e .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6e .link,
#ext_menu-6e .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6e .link {
  font-size: 0.75rem;
}
#ext_menu-6e .dropdown-item,
#ext_menu-6e .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6e .link:hover,
#ext_menu-6e .dropdown-item:hover,
#ext_menu-6e .link:focus,
#ext_menu-6e .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-6e .link[aria-expanded="true"],
#ext_menu-6e .dropdown-menu {
  background: #141414;
}
#ext_menu-6e .nav-dropdown-sm .link:focus,
#ext_menu-6e .nav-dropdown-sm .link:hover,
#ext_menu-6e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6e .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-6e .navbar,
#ext_menu-6e .nav-dropdown-sm,
#ext_menu-6e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6e .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-6e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6e .bg-color.transparent.opened .link:hover,
#ext_menu-6e .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-6e .link[aria-expanded="true"],
#ext_menu-6e .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-6e .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-6e .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-6g .mbr-section-title,
#msg-box3-6g p {
  color: #000;
}
#msg-box3-6g .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-6g .lead P {
  text-align: left;
  font-size: 24px;
}
#msg-box3-6g .lead UL {
  text-align: left;
  font-size: 19px;
}
#header3-6h .mbr-section-title,
#header3-6h .mbr-section-subtitle {
  text-align: center;
}
#header3-6h H3 {
  font-size: 30px;
}
#footer1-6j P {
  text-align: right;
}
#contacts2-6k P {
  text-align: left;
  color: #ffffff;
}
#contacts2-6k STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-6l {
  /* align the logo image */
}
#ext_menu-6l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6l .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6l .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6l .close-icon::before,
#ext_menu-6l .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6l .link,
#ext_menu-6l .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6l .link {
  font-size: 0.75rem;
}
#ext_menu-6l .dropdown-item,
#ext_menu-6l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6l .link:hover,
#ext_menu-6l .dropdown-item:hover,
#ext_menu-6l .link:focus,
#ext_menu-6l .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-6l .link[aria-expanded="true"],
#ext_menu-6l .dropdown-menu {
  background: #141414;
}
#ext_menu-6l .nav-dropdown-sm .link:focus,
#ext_menu-6l .nav-dropdown-sm .link:hover,
#ext_menu-6l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6l .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-6l .navbar,
#ext_menu-6l .nav-dropdown-sm,
#ext_menu-6l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6l .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-6l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6l .bg-color.transparent.opened .link:hover,
#ext_menu-6l .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-6l .link[aria-expanded="true"],
#ext_menu-6l .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-6l .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-6l .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-6m .mbr-section-title,
#msg-box3-6m p {
  color: #000;
}
#msg-box3-6m .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-6m .lead P {
  text-align: left;
  font-size: 24px;
}
#form1-6s .form-control-label {
  color: #232323;
}
#footer1-6n P {
  text-align: right;
}
#contacts2-6q P {
  text-align: left;
  color: #ffffff;
}
#contacts2-6q STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-6r {
  /* align the logo image */
}
#ext_menu-6r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6r .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6r .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6r .close-icon::before,
#ext_menu-6r .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6r .link,
#ext_menu-6r .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6r .link {
  font-size: 0.75rem;
}
#ext_menu-6r .dropdown-item,
#ext_menu-6r .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6r .link:hover,
#ext_menu-6r .dropdown-item:hover,
#ext_menu-6r .link:focus,
#ext_menu-6r .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-6r .link[aria-expanded="true"],
#ext_menu-6r .dropdown-menu {
  background: #141414;
}
#ext_menu-6r .nav-dropdown-sm .link:focus,
#ext_menu-6r .nav-dropdown-sm .link:hover,
#ext_menu-6r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6r .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-6r .navbar,
#ext_menu-6r .nav-dropdown-sm,
#ext_menu-6r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6r .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-6r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6r .bg-color.transparent.opened .link:hover,
#ext_menu-6r .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-6r .link[aria-expanded="true"],
#ext_menu-6r .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-6r .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-6r .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-6u .mbr-section-title,
#msg-box3-6u p {
  color: #000;
}
#msg-box3-6u .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-6u .lead P {
  text-align: left;
  font-size: 24px;
}
#form1-6v .form-control-label {
  color: #232323;
}
#form1-6v .mbr-section-title {
  font-size: 30px;
}
#footer1-6w P {
  text-align: right;
}
#contacts2-6x P {
  text-align: left;
  color: #ffffff;
}
#contacts2-6x STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-6y {
  /* align the logo image */
}
#ext_menu-6y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6y .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6y .close-icon::before,
#ext_menu-6y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6y .link,
#ext_menu-6y .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6y .link {
  font-size: 0.75rem;
}
#ext_menu-6y .dropdown-item,
#ext_menu-6y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-6y .link:hover,
#ext_menu-6y .dropdown-item:hover,
#ext_menu-6y .link:focus,
#ext_menu-6y .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-6y .link[aria-expanded="true"],
#ext_menu-6y .dropdown-menu {
  background: #141414;
}
#ext_menu-6y .nav-dropdown-sm .link:focus,
#ext_menu-6y .nav-dropdown-sm .link:hover,
#ext_menu-6y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6y .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-6y .navbar,
#ext_menu-6y .nav-dropdown-sm,
#ext_menu-6y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6y .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-6y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6y .bg-color.transparent.opened .link:hover,
#ext_menu-6y .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-6y .link[aria-expanded="true"],
#ext_menu-6y .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-6y .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-6y .navbar-dropdown .navbar-brand {
  padding: 4px;
}



#msg-box3-4h .mbr-section-title,
#msg-box3-4h p {
  color: #000;
}
#msg-box3-4h .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-4h .lead P {
  text-align: left;
  font-size: 24px;
}
#footer1-4i P {
  text-align: right;
}
#header3-4j .mbr-section-title,
#header3-4j .mbr-section-subtitle {
  text-align: center;
}
#header3-4j H3 {
  font-size: 30px;
}
#contacts2-4l P {
  text-align: left;
  color: #ffffff;
}
#contacts2-4l STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-4m {
  /* align the logo image */
}
#ext_menu-4m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4m .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-4m .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4m .close-icon::before,
#ext_menu-4m .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4m .link,
#ext_menu-4m .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-4m .link {
  font-size: 0.75rem;
}
#ext_menu-4m .dropdown-item,
#ext_menu-4m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-4m .link:hover,
#ext_menu-4m .dropdown-item:hover,
#ext_menu-4m .link:focus,
#ext_menu-4m .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-4m .link[aria-expanded="true"],
#ext_menu-4m .dropdown-menu {
  background: #141414;
}
#ext_menu-4m .nav-dropdown-sm .link:focus,
#ext_menu-4m .nav-dropdown-sm .link:hover,
#ext_menu-4m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4m .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-4m .navbar,
#ext_menu-4m .nav-dropdown-sm,
#ext_menu-4m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4m .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-4m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4m .bg-color.transparent.opened .link:hover,
#ext_menu-4m .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-4m .link[aria-expanded="true"],
#ext_menu-4m .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-4m .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-4m .navbar-dropdown .navbar-brand {
  padding: 4px;
}


#content5-7h .mbr-section-title,
#content5-7h p {
  color: #fff;
}
#content5-7h P {
  font-size: 19px;
  color: #000000;
}
#content5-7h .mbr-section-title {
  color: #fd4f00;
}
#features3-7i P {
  text-align: left;
  font-size: 14px;
}
#features3-7i H5 {
  text-align: center;
}
#features3-7j P {
  font-size: 14px;
  text-align: left;
}
#footer1-7k P {
  text-align: right;
}
#ext_menu-7l {
  /* align the logo image */
}
#ext_menu-7l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7l .navbar-caption {
  color: #ffffff;
}
#ext_menu-7l .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7l .close-icon::before,
#ext_menu-7l .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7l .link,
#ext_menu-7l .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-7l .link {
  font-size: 0.75rem;
}
#ext_menu-7l .dropdown-item,
#ext_menu-7l .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-7l .link:hover,
#ext_menu-7l .dropdown-item:hover,
#ext_menu-7l .link:focus,
#ext_menu-7l .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-7l .link[aria-expanded="true"],
#ext_menu-7l .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-7l .nav-dropdown-sm .link:focus,
#ext_menu-7l .nav-dropdown-sm .link:hover,
#ext_menu-7l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7l .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-7l .navbar,
#ext_menu-7l .nav-dropdown-sm,
#ext_menu-7l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7l .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-7l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7l .bg-color.transparent.opened .link:hover,
#ext_menu-7l .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-7l .link[aria-expanded="true"],
#ext_menu-7l .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-7l .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-7l .navbar-dropdown .navbar-brand {
  padding: 4px;
}
#contacts2-7m P {
  text-align: left;
  color: #ffffff;
}
#contacts2-7m STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}



#content5-7z .mbr-section-title,
#content5-7z p {
  color: #fff;
}
#content5-7z P {
  font-size: 19px;
  color: #000000;
}
#content5-7z .mbr-section-title {
  color: #fd4f00;
  font-size: 32px;
}
#features3-81 P {
  text-align: left;
  font-size: 14px;
}
#features3-81 H5 {
  text-align: center;
}
#features3-82 P {
  font-size: 14px;
  text-align: left;
}
#footer1-83 P {
  text-align: right;
}
#ext_menu-84 {
  /* align the logo image */
}
#ext_menu-84 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-84 .navbar-caption {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-84 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-84 .close-icon::before,
#ext_menu-84 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-84 .link,
#ext_menu-84 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-84 .link {
  font-size: 0.75rem;
}
#ext_menu-84 .dropdown-item,
#ext_menu-84 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-84 .link:hover,
#ext_menu-84 .dropdown-item:hover,
#ext_menu-84 .link:focus,
#ext_menu-84 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-84 .link[aria-expanded="true"],
#ext_menu-84 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-84 .nav-dropdown-sm .link:focus,
#ext_menu-84 .nav-dropdown-sm .link:hover,
#ext_menu-84 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-84 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-84 .navbar,
#ext_menu-84 .nav-dropdown-sm,
#ext_menu-84 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-84 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-84 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-84 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-84 .bg-color.transparent.opened .link:hover,
#ext_menu-84 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-84 .link[aria-expanded="true"],
#ext_menu-84 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-84 .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-84 .navbar-dropdown .navbar-brand {
  padding: 4px;
}
#contacts2-85 P {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
}
#contacts2-85 STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#contacts2-85 UL {
  font-size: 16px;
}
#contacts2-85 SPAN {
  font-size: 14px;
}



#msg-box3-8h .mbr-section-title,
#msg-box3-8h p {
  color: #000;
}
#msg-box3-8h .mbr-section-title {
  color: #fd4f00;
  text-align: left;
  font-size: 36px;
}
#msg-box3-8h .lead P {
  text-align: left;
  font-size: 16px;
}
#msg-box3-8h .lead UL {
  text-align: left;
  font-size: 19px;
}
#footer1-8l P {
  text-align: right;
}
#contacts2-8m P {
  text-align: left;
  color: #ffffff;
}
#contacts2-8m STRONG {
  color: #7c7c7c;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#ext_menu-8n {
  /* align the logo image */
}
#ext_menu-8n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8n .navbar-caption {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-8n .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8n .close-icon::before,
#ext_menu-8n .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8n .link,
#ext_menu-8n .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-8n .link {
  font-size: 0.75rem;
}
#ext_menu-8n .dropdown-item,
#ext_menu-8n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-8n .link:hover,
#ext_menu-8n .dropdown-item:hover,
#ext_menu-8n .link:focus,
#ext_menu-8n .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-8n .link[aria-expanded="true"],
#ext_menu-8n .dropdown-menu {
  background: #141414;
}
#ext_menu-8n .nav-dropdown-sm .link:focus,
#ext_menu-8n .nav-dropdown-sm .link:hover,
#ext_menu-8n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8n .nav-dropdown-sm .dropdown-item:hover {
  background: #262626!important;
}
#ext_menu-8n .navbar,
#ext_menu-8n .nav-dropdown-sm,
#ext_menu-8n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8n .nav-dropdown-sm .dropdown-menu {
  background: #2e2e2e;
}
#ext_menu-8n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8n .bg-color.transparent.opened .link:hover,
#ext_menu-8n .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-8n .link[aria-expanded="true"],
#ext_menu-8n .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-8n .navbar-dropdown .navbar-logo img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
#ext_menu-8n .navbar-dropdown .navbar-brand {
  padding: 4px;
}
