@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=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #b8312f !important;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !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: #b8312f;
  border-color: #b8312f;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #7b211f;
  border-color: #7b211f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b211f !important;
  border-color: #7b211f !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !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: #671b1a;
  color: #671b1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b8312f;
  border-color: #b8312f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b8312f !important;
  border-color: #b8312f !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #b8312f !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #b8312f;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.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: #e08886;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.scrollToTop_wraper {
  display: none;
}
.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: '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: #c0a375;
}
.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: #c0a375;
}
.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: #c0a375;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #c0a375;
}
.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: #c0a375;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #c0a375;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #c0a375;
  }
}
.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: #c0a375;
}
.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: #c0a375;
}
.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: #c0a375;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #c0a375;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #c0a375;
  }
}
.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: #c0a375 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #c0a375;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #c0a375;
}
.theme-border {
  border: 1px solid #c0a375;
}
#msg-box6-2 .mbr-section-title,
#msg-box6-2 .lead p {
  color: #fff;
}
#msg-box6-2 P {
  font-size: 24px;
}
#header3-3 .mbr-section-title,
#header3-3 .mbr-section-subtitle {
  text-align: center;
}




#content5-2w .mbr-section-title,
#content5-2w p {
  color: #fff;
}
#content5-2w P {
  font-size: 32px;
}
#content5-2w .mbr-section-title {
  font-size: 36px;
}
#header1-bq .mbr-section-lead {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#header1-bq .mbr-section-title {
  color: #f3c649;
  font-size: 32px;
}
#header1-bq .btn {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#header1-bq .mbr-section-lead SPAN {
  font-size: 32px;
}
#content1-9h DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
#extMenu1-p .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-p .navbar-caption {
  color: #ffffff;
}
#extMenu1-p .navbar-toggler {
  color: #ffffff;
}
#extMenu1-p .close-icon::before,
#extMenu1-p .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-p .link,
#extMenu1-p .dropdown-item {
  color: #ffffff;
}
#extMenu1-p .link {
  font-size: 1rem;
}
#extMenu1-p .dropdown-item,
#extMenu1-p .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-p .link:hover,
#extMenu1-p .dropdown-item:hover,
#extMenu1-p .link:focus,
#extMenu1-p .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-p .link[aria-expanded="true"],
#extMenu1-p .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-p .nav-dropdown-sm .link:focus,
#extMenu1-p .nav-dropdown-sm .link:hover,
#extMenu1-p .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-p .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-p .navbar,
#extMenu1-p .nav-dropdown-sm,
#extMenu1-p .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-p .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-p .bg-color.transparent.opened .link:hover,
#extMenu1-p .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-p .link[aria-expanded="true"],
#extMenu1-p .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-p .innerEmail:hover,
#extMenu1-p .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-p SPAN {
  font-size: 20px;
}
#extMenu1-p .btn {
  font-size: 18px;
}
#extMenu1-p A {
  font-family: 'Roboto', sans-serif;
}






#content5-1b .mbr-section-title,
#content5-1b p {
  color: #fff;
}
#content5-1b P {
  font-size: 30px;
}
#content5-1b .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#extMenu1-1c .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-1c .navbar-caption {
  color: #ffffff;
}
#extMenu1-1c .navbar-toggler {
  color: #ffffff;
}
#extMenu1-1c .close-icon::before,
#extMenu1-1c .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-1c .link,
#extMenu1-1c .dropdown-item {
  color: #ffffff;
}
#extMenu1-1c .link {
  font-size: 1rem;
}
#extMenu1-1c .dropdown-item,
#extMenu1-1c .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-1c .link:hover,
#extMenu1-1c .dropdown-item:hover,
#extMenu1-1c .link:focus,
#extMenu1-1c .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-1c .link[aria-expanded="true"],
#extMenu1-1c .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-1c .nav-dropdown-sm .link:focus,
#extMenu1-1c .nav-dropdown-sm .link:hover,
#extMenu1-1c .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-1c .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-1c .navbar,
#extMenu1-1c .nav-dropdown-sm,
#extMenu1-1c .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-1c .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-1c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-1c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-1c .bg-color.transparent.opened .link:hover,
#extMenu1-1c .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-1c .link[aria-expanded="true"],
#extMenu1-1c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-1c .innerEmail:hover,
#extMenu1-1c .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-1c SPAN {
  font-size: 20px;
}
#extMenu1-1c .btn {
  font-size: 18px;
}
#extMenu1-1c A {
  font-family: 'Roboto', sans-serif;
}
#buttons1-1j .btn {
  font-size: 24px;
}
#content1-1d H4 {
  font-size: 30px;
}
#content2-31 BLOCKQUOTE {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
#content2-31 P {
  font-size: 22px;
}
#content2-31 SPAN {
  font-size: 22px;
}
#buttons1-8i .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-b6 .mbr-section-title,
#social-buttons4-b6 .btn-social {
  color: #fff;
}
#social-buttons4-b6 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b6 .mbr-section-title,
#social-buttons4-b6 .btn-social {
  color: #fff;
}
#social-buttons4-b6 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b6 .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9g DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}








#content5-35 .mbr-section-title,
#content5-35 p {
  color: #fff;
}
#content5-35 P {
  font-size: 30px;
}
#content5-35 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#extMenu1-36 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-36 .navbar-caption {
  color: #ffffff;
}
#extMenu1-36 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-36 .close-icon::before,
#extMenu1-36 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-36 .link,
#extMenu1-36 .dropdown-item {
  color: #ffffff;
}
#extMenu1-36 .link {
  font-size: 1rem;
}
#extMenu1-36 .dropdown-item,
#extMenu1-36 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-36 .link:hover,
#extMenu1-36 .dropdown-item:hover,
#extMenu1-36 .link:focus,
#extMenu1-36 .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-36 .link[aria-expanded="true"],
#extMenu1-36 .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-36 .nav-dropdown-sm .link:focus,
#extMenu1-36 .nav-dropdown-sm .link:hover,
#extMenu1-36 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-36 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-36 .navbar,
#extMenu1-36 .nav-dropdown-sm,
#extMenu1-36 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-36 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-36 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-36 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-36 .bg-color.transparent.opened .link:hover,
#extMenu1-36 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-36 .link[aria-expanded="true"],
#extMenu1-36 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-36 .innerEmail:hover,
#extMenu1-36 .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-36 SPAN {
  font-size: 20px;
}
#extMenu1-36 .btn {
  font-size: 18px;
}
#extMenu1-36 A {
  font-family: 'Roboto', sans-serif;
}
#msg-box5-3f H3 {
  text-align: left;
  font-size: 32px;
}
#msg-box5-3f P {
  text-align: left;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-3f SPAN {
  font-family: 'Open Sans', sans-serif;
}
#content1-3g P {
  font-size: 20px;
}
#header3-3t .mbr-section-title,
#header3-3t .mbr-section-subtitle {
  text-align: center;
}
#header3-3t .mbr-section-title {
  font-size: 32px;
  text-align: left;
}
#header3-77 .mbr-section-title,
#header3-77 .mbr-section-subtitle {
  text-align: center;
}
#content5-79 .mbr-section-title,
#content5-79 p {
  color: #fff;
}
#content5-79 .mbr-section-title {
  font-size: 36px;
}
#content5-79 P {
  font-size: 32px;
}
#content1-3s DIV {
  font-size: 19px;
}
#content1-aj P {
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
}
#content1-aj DIV {
  color: #af4706;
}
#msg-box6-3h .mbr-section-title,
#msg-box6-3h .lead p {
  color: #fff;
}
#msg-box6-3h H3 {
  text-align: left;
  font-size: 23px;
  color: #af4706;
}
#msg-box6-3h DIV {
  color: #be5d05;
}
#buttons1-8c .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#header3-3j .mbr-section-title,
#header3-3j .mbr-section-subtitle {
  text-align: center;
}
#social-buttons4-b7 .mbr-section-title,
#social-buttons4-b7 .btn-social {
  color: #fff;
}
#social-buttons4-b7 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b7 .mbr-section-title,
#social-buttons4-b7 .btn-social {
  color: #fff;
}
#social-buttons4-b7 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b7 .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9f DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}










#content5-3u .mbr-section-title,
#content5-3u p {
  color: #fff;
}
#content5-3u P {
  font-size: 30px;
}
#content5-3u .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#extMenu1-3v .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-3v .navbar-caption {
  color: #ffffff;
}
#extMenu1-3v .navbar-toggler {
  color: #ffffff;
}
#extMenu1-3v .close-icon::before,
#extMenu1-3v .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-3v .link,
#extMenu1-3v .dropdown-item {
  color: #ffffff;
}
#extMenu1-3v .link {
  font-size: 1rem;
}
#extMenu1-3v .dropdown-item,
#extMenu1-3v .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-3v .link:hover,
#extMenu1-3v .dropdown-item:hover,
#extMenu1-3v .link:focus,
#extMenu1-3v .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-3v .link[aria-expanded="true"],
#extMenu1-3v .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-3v .nav-dropdown-sm .link:focus,
#extMenu1-3v .nav-dropdown-sm .link:hover,
#extMenu1-3v .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-3v .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-3v .navbar,
#extMenu1-3v .nav-dropdown-sm,
#extMenu1-3v .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-3v .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-3v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-3v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-3v .bg-color.transparent.opened .link:hover,
#extMenu1-3v .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-3v .link[aria-expanded="true"],
#extMenu1-3v .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-3v .innerEmail:hover,
#extMenu1-3v .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-3v SPAN {
  font-size: 20px;
}
#extMenu1-3v .btn {
  font-size: 18px;
}
#extMenu1-3v A {
  font-family: 'Roboto', sans-serif;
}
#buttons1-bc .btn {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-49 H3 {
  text-align: left;
  font-size: 32px;
}
#msg-box5-49 P {
  text-align: left;
  font-size: 20px;
}
#msg-box5-49 SPAN {
  font-family: 'Open Sans', sans-serif;
}
#content1-4a DIV {
  font-size: 20px;
}
#content1-4a P {
  font-size: 20px;
}
#extFeatures9-a7 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#content1-a8 P {
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box8-6p .mbr-section-title,
#msg-box8-6p p {
  color: #fff;
}
#msg-box8-6p .mbr-section-title DIV {
  font-size: 36px;
  text-align: center;
}
#msg-box8-6p .mbr-section-title {
  font-size: 36px;
}
#msg-box8-6p .mbr-section-title SPAN {
  font-family: 'Open Sans', sans-serif;
}
#content6-6o P {
  font-size: 20px;
}
#features6-48 H4 {
  color: #ffffff;
}
#msg-box6-4b .mbr-section-title,
#msg-box6-4b .lead p {
  color: #fff;
}
#msg-box6-4b H3 {
  text-align: left;
  font-size: 23px;
  color: #28324e;
}
#msg-box6-4b DIV {
  color: #783b04;
}
#msg-box6-4b SPAN {
  color: #ffffff;
}
#buttons1-8h .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-b8 .mbr-section-title,
#social-buttons4-b8 .btn-social {
  color: #fff;
}
#social-buttons4-b8 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b8 .mbr-section-title,
#social-buttons4-b8 .btn-social {
  color: #fff;
}
#social-buttons4-b8 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b8 .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9e DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}















#header1-7t .mbr-section-title {
  font-size: 48px;
}
#header1-7t .mbr-section-lead SPAN {
  font-family: 'Lora', serif;
  font-size: 30px;
}
#header1-7t .mbr-section-lead {
  font-size: 30px;
}
#content5-8g .mbr-section-title,
#content5-8g p {
  color: #fff;
}
#content5-8g P {
  font-size: 36px;
}
#header3-a9 .mbr-section-title,
#header3-a9 .mbr-section-subtitle {
  text-align: center;
}
#header3-a9 .mbr-section-title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #000000;
}
#header3-a9 .mbr-section-subtitle {
  text-align: left;
  font-size: 25px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
}
#header3-a9 .mbr-section-subtitle SPAN {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
#header3-a9 .mbr-section-title SPAN {
  font-size: 30px;
}
#content6-8f P {
  font-size: 25px;
}
#extMenu1-4i .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-4i .navbar-caption {
  color: #ffffff;
}
#extMenu1-4i .navbar-toggler {
  color: #ffffff;
}
#extMenu1-4i .close-icon::before,
#extMenu1-4i .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-4i .link,
#extMenu1-4i .dropdown-item {
  color: #ffffff;
}
#extMenu1-4i .link {
  font-size: 1rem;
}
#extMenu1-4i .dropdown-item,
#extMenu1-4i .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-4i .link:hover,
#extMenu1-4i .dropdown-item:hover,
#extMenu1-4i .link:focus,
#extMenu1-4i .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-4i .link[aria-expanded="true"],
#extMenu1-4i .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-4i .nav-dropdown-sm .link:focus,
#extMenu1-4i .nav-dropdown-sm .link:hover,
#extMenu1-4i .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-4i .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-4i .navbar,
#extMenu1-4i .nav-dropdown-sm,
#extMenu1-4i .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-4i .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-4i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-4i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-4i .bg-color.transparent.opened .link:hover,
#extMenu1-4i .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-4i .link[aria-expanded="true"],
#extMenu1-4i .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-4i .innerEmail:hover,
#extMenu1-4i .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-4i SPAN {
  font-size: 20px;
}
#extMenu1-4i .btn {
  font-size: 18px;
}
#extMenu1-4i A {
  font-family: 'Roboto', sans-serif;
}
#content1-4j H4 {
  font-size: 30px;
}
#msg-box5-4k H3 {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
}
#msg-box5-4k P {
  text-align: left;
  font-size: 20px;
}
#msg-box5-4k SPAN {
  font-size: 22px;
}
#content6-4o P {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
#buttons1-7q .btn {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
#msg-box1-5f H3 {
  font-size: 36px;
  color: #ffffff;
}
#msg-box1-5f .btn {
  font-size: 30px;
}
#header3-5c .mbr-section-title,
#header3-5c .mbr-section-subtitle {
  text-align: center;
}
#header3-4y .mbr-section-title,
#header3-4y .mbr-section-subtitle {
  text-align: center;
}
#header3-4y .mbr-section-title {
  color: #b8312f;
}
#header3-5d .mbr-section-title,
#header3-5d .mbr-section-subtitle {
  text-align: center;
}
#header3-5d .mbr-section-title {
  font-size: 32px;
  color: #0e7a70;
}
#content1-5i P {
  font-size: 30px;
  color: #b8312f;
}
#content1-5e P {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box3-4m .mbr-section-title,
#msg-box3-4m p {
  color: #000;
}
#msg-box3-4m .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-4m .mbr-section-title {
  color: #ffffff;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-4m .lead P {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
}
#content5-9o .mbr-section-title,
#content5-9o p {
  color: #fff;
}
#content5-9o .mbr-section-title {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
  color: #036f58;
}
#content5-9o .mbr-section-title SPAN {
  font-size: 36px;
  color: #507e37;
}
#social-buttons4-b3 .mbr-section-title,
#social-buttons4-b3 .btn-social {
  color: #fff;
}
#social-buttons4-b3 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b3 .mbr-section-title,
#social-buttons4-b3 .btn-social {
  color: #fff;
}
#social-buttons4-b3 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b3 .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-99 DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}




#msg-box6-2f .mbr-section-title,
#msg-box6-2f .lead p {
  color: #fff;
}
#msg-box6-2f H3 {
  text-align: left;
}
#msg-box6-2f P {
  text-align: left;
  font-size: 24px;
}
#msg-box6-2f B {
  font-size: 46px;
  color: #ffffff;
}
#extMenu1-2g .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-2g .navbar-caption {
  color: #ffffff;
}
#extMenu1-2g .navbar-toggler {
  color: #ffffff;
}
#extMenu1-2g .close-icon::before,
#extMenu1-2g .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-2g .link,
#extMenu1-2g .dropdown-item {
  color: #ffffff;
}
#extMenu1-2g .link {
  font-size: 1rem;
}
#extMenu1-2g .dropdown-item,
#extMenu1-2g .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-2g .link:hover,
#extMenu1-2g .dropdown-item:hover,
#extMenu1-2g .link:focus,
#extMenu1-2g .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-2g .link[aria-expanded="true"],
#extMenu1-2g .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-2g .nav-dropdown-sm .link:focus,
#extMenu1-2g .nav-dropdown-sm .link:hover,
#extMenu1-2g .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-2g .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-2g .navbar,
#extMenu1-2g .nav-dropdown-sm,
#extMenu1-2g .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-2g .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-2g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-2g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-2g .bg-color.transparent.opened .link:hover,
#extMenu1-2g .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-2g .link[aria-expanded="true"],
#extMenu1-2g .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-2g .innerEmail:hover,
#extMenu1-2g .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-2g SPAN {
  font-size: 20px;
}
#extMenu1-2g .btn {
  font-size: 18px;
}
#extMenu1-2g A {
  font-family: 'Roboto', sans-serif;
}
#msg-box6-5t .mbr-section-title,
#msg-box6-5t .lead p {
  color: #fff;
}
#msg-box6-5t H3 {
  font-size: 24px;
}
#msg-box6-5t SPAN {
  color: #246181;
  font-size: 22px;
}
#msg-box6-5r .mbr-section-title,
#msg-box6-5r .lead p {
  color: #fff;
}
#msg-box6-5r H3 {
  color: #000000;
}
#msg-box6-5r SPAN {
  color: #246181;
  font-size: 36px;
}
#msg-box6-a2 .mbr-section-title,
#msg-box6-a2 .lead p {
  color: #fff;
}
#msg-box6-a2 H3 {
  font-size: 24px;
  color: #28324e;
}
#msg-box6-a2 SPAN {
  color: #246181;
  font-size: 22px;
}
#social-buttons4-b2 .mbr-section-title,
#social-buttons4-b2 .btn-social {
  color: #fff;
}
#social-buttons4-b2 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b2 .mbr-section-title,
#social-buttons4-b2 .btn-social {
  color: #fff;
}
#social-buttons4-b2 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b2 .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-98 DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}













#header1-8b .mbr-section-title {
  font-size: 60px;
}
#header1-8b .btn {
  font-size: 60px;
}
#header1-8b .mbr-section-lead SPAN {
  font-size: 30px;
}
#header1-8b .mbr-section-lead {
  text-align: left;
}
#extMenu1-6s .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-6s .navbar-caption {
  color: #ffffff;
}
#extMenu1-6s .navbar-toggler {
  color: #ffffff;
}
#extMenu1-6s .close-icon::before,
#extMenu1-6s .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-6s .link,
#extMenu1-6s .dropdown-item {
  color: #ffffff;
}
#extMenu1-6s .link {
  font-size: 1rem;
}
#extMenu1-6s .dropdown-item,
#extMenu1-6s .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-6s .link:hover,
#extMenu1-6s .dropdown-item:hover,
#extMenu1-6s .link:focus,
#extMenu1-6s .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-6s .link[aria-expanded="true"],
#extMenu1-6s .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-6s .nav-dropdown-sm .link:focus,
#extMenu1-6s .nav-dropdown-sm .link:hover,
#extMenu1-6s .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-6s .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-6s .navbar,
#extMenu1-6s .nav-dropdown-sm,
#extMenu1-6s .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-6s .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-6s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-6s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-6s .bg-color.transparent.opened .link:hover,
#extMenu1-6s .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-6s .link[aria-expanded="true"],
#extMenu1-6s .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-6s .innerEmail:hover,
#extMenu1-6s .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-6s SPAN {
  font-size: 20px;
}
#extMenu1-6s .btn {
  font-size: 18px;
}
#extMenu1-6s A {
  font-family: 'Roboto', sans-serif;
}
#extFeatures7-6y H5 {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-6y SPAN {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#extFeatures7-6y H4 {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extFeatures7-6y .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#extFeatures7-6y P {
  color: #ffffff;
  font-size: 22px;
  text-align: left;
}
#extFeatures7-6y .mbr-section-subtitle {
  color: #ffffff;
  font-size: 24px;
}
#extFeatures7-6y .mbr-section-title SPAN {
  font-size: 30px;
}
#buttons1-bd .btn {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
#buttons1-9q .btn {
  font-size: 25px;
}
#header3-6z .mbr-section-title,
#header3-6z .mbr-section-subtitle {
  text-align: center;
}
#header3-6z .mbr-section-subtitle {
  color: #000000;
  font-size: 36px;
}
#header3-6z .mbr-section-title {
  color: #b8312f;
}
#msg-box3-6w .mbr-section-title,
#msg-box3-6w p {
  color: #000;
}
#msg-box3-6w .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-6w .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
}
#msg-box3-6w .lead P {
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#content5-9n .mbr-section-title,
#content5-9n p {
  color: #fff;
}
#content5-9n .mbr-section-title {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
  color: #036f58;
}
#content5-9n .mbr-section-title SPAN {
  font-size: 36px;
  color: #507e37;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9c DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}








#content5-7a .mbr-section-title,
#content5-7a p {
  color: #fff;
}
#content5-7a P {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
#content5-7a .mbr-section-title {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
#content5-7a .mbr-section-title SPAN {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#extMenu1-7b .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-7b .navbar-caption {
  color: #ffffff;
}
#extMenu1-7b .navbar-toggler {
  color: #ffffff;
}
#extMenu1-7b .close-icon::before,
#extMenu1-7b .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-7b .link,
#extMenu1-7b .dropdown-item {
  color: #ffffff;
}
#extMenu1-7b .link {
  font-size: 1rem;
}
#extMenu1-7b .dropdown-item,
#extMenu1-7b .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-7b .link:hover,
#extMenu1-7b .dropdown-item:hover,
#extMenu1-7b .link:focus,
#extMenu1-7b .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-7b .link[aria-expanded="true"],
#extMenu1-7b .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-7b .nav-dropdown-sm .link:focus,
#extMenu1-7b .nav-dropdown-sm .link:hover,
#extMenu1-7b .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-7b .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-7b .navbar,
#extMenu1-7b .nav-dropdown-sm,
#extMenu1-7b .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-7b .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-7b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-7b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-7b .bg-color.transparent.opened .link:hover,
#extMenu1-7b .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-7b .link[aria-expanded="true"],
#extMenu1-7b .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-7b .innerEmail:hover,
#extMenu1-7b .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-7b SPAN {
  font-size: 20px;
}
#extMenu1-7b .btn {
  font-size: 18px;
}
#extMenu1-7b A {
  font-family: 'Roboto', sans-serif;
}
#content5-8w .mbr-section-title,
#content5-8w p {
  color: #fff;
}
#content5-8w P {
  font-size: 32px;
  color: #03392e;
  font-family: 'Oswald', sans-serif;
}
#header3-7d .mbr-section-title,
#header3-7d .mbr-section-subtitle {
  text-align: center;
}
#header3-7d .mbr-section-subtitle {
  color: #000000;
  font-size: 36px;
}
#header3-7d .mbr-section-title {
  color: #b8312f;
}
#social-buttons4-b9 .mbr-section-title,
#social-buttons4-b9 .btn-social {
  color: #fff;
}
#social-buttons4-b9 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b9 .mbr-section-title,
#social-buttons4-b9 .btn-social {
  color: #fff;
}
#social-buttons4-b9 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b9 .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9b DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}








#content5-8x .mbr-section-title,
#content5-8x p {
  color: #fff;
}
#content5-8x P {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
#content5-8x .mbr-section-title {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
#content5-8x .mbr-section-title SPAN {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#extMenu1-8y .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-8y .navbar-caption {
  color: #ffffff;
}
#extMenu1-8y .navbar-toggler {
  color: #ffffff;
}
#extMenu1-8y .close-icon::before,
#extMenu1-8y .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-8y .link,
#extMenu1-8y .dropdown-item {
  color: #ffffff;
}
#extMenu1-8y .link {
  font-size: 1rem;
}
#extMenu1-8y .dropdown-item,
#extMenu1-8y .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-8y .link:hover,
#extMenu1-8y .dropdown-item:hover,
#extMenu1-8y .link:focus,
#extMenu1-8y .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-8y .link[aria-expanded="true"],
#extMenu1-8y .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-8y .nav-dropdown-sm .link:focus,
#extMenu1-8y .nav-dropdown-sm .link:hover,
#extMenu1-8y .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-8y .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-8y .navbar,
#extMenu1-8y .nav-dropdown-sm,
#extMenu1-8y .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-8y .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-8y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-8y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-8y .bg-color.transparent.opened .link:hover,
#extMenu1-8y .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-8y .link[aria-expanded="true"],
#extMenu1-8y .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-8y .innerEmail:hover,
#extMenu1-8y .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-8y SPAN {
  font-size: 20px;
}
#extMenu1-8y .btn {
  font-size: 18px;
}
#extMenu1-8y A {
  font-family: 'Roboto', sans-serif;
}
#content5-8z .mbr-section-title,
#content5-8z p {
  color: #fff;
}
#content5-8z P {
  font-size: 32px;
  color: #012f26;
  font-family: 'Oswald', sans-serif;
}
#header3-91 .mbr-section-title,
#header3-91 .mbr-section-subtitle {
  text-align: center;
}
#header3-91 .mbr-section-subtitle {
  color: #000000;
  font-size: 36px;
}
#header3-91 .mbr-section-title {
  color: #b8312f;
}
#social-buttons4-ba .mbr-section-title,
#social-buttons4-ba .btn-social {
  color: #fff;
}
#social-buttons4-ba .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-ba .mbr-section-title,
#social-buttons4-ba .btn-social {
  color: #fff;
}
#social-buttons4-ba .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-ba .mbr-section-title {
  font-size: 25px;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9a DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}


#extHeader11-a0 SPAN {
  font-size: 36px;
}
#extHeader11-a0 P {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
#extMenu1-9v .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-9v .navbar-caption {
  color: #ffffff;
}
#extMenu1-9v .navbar-toggler {
  color: #ffffff;
}
#extMenu1-9v .close-icon::before,
#extMenu1-9v .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-9v .link,
#extMenu1-9v .dropdown-item {
  color: #ffffff;
}
#extMenu1-9v .link {
  font-size: 1rem;
}
#extMenu1-9v .dropdown-item,
#extMenu1-9v .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-9v .link:hover,
#extMenu1-9v .dropdown-item:hover,
#extMenu1-9v .link:focus,
#extMenu1-9v .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-9v .link[aria-expanded="true"],
#extMenu1-9v .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-9v .nav-dropdown-sm .link:focus,
#extMenu1-9v .nav-dropdown-sm .link:hover,
#extMenu1-9v .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-9v .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-9v .navbar,
#extMenu1-9v .nav-dropdown-sm,
#extMenu1-9v .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-9v .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-9v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-9v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-9v .bg-color.transparent.opened .link:hover,
#extMenu1-9v .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-9v .link[aria-expanded="true"],
#extMenu1-9v .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-9v .innerEmail:hover,
#extMenu1-9v .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-9v SPAN {
  font-size: 20px;
}
#extMenu1-9v .btn {
  font-size: 18px;
}
#extMenu1-9v A {
  font-family: 'Roboto', sans-serif;
}


#header1-5 .mbr-section-title {
  font-size: 60px;
}
#header1-5 .mbr-section-lead {
  font-size: 36px;
}
#header1-5 .mbr-section-lead SPAN {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}
#header1-5 .btn {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}









#content5-v .mbr-section-title,
#content5-v p {
  color: #fff;
}
#content5-v P {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#content5-v .mbr-section-title {
  font-size: 36px;
}
#extMenu1-g .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-g .navbar-caption {
  color: #ffffff;
}
#extMenu1-g .navbar-toggler {
  color: #ffffff;
}
#extMenu1-g .close-icon::before,
#extMenu1-g .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-g .link,
#extMenu1-g .dropdown-item {
  color: #ffffff;
}
#extMenu1-g .link {
  font-size: 1rem;
}
#extMenu1-g .dropdown-item,
#extMenu1-g .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-g .link:hover,
#extMenu1-g .dropdown-item:hover,
#extMenu1-g .link:focus,
#extMenu1-g .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-g .link[aria-expanded="true"],
#extMenu1-g .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-g .nav-dropdown-sm .link:focus,
#extMenu1-g .nav-dropdown-sm .link:hover,
#extMenu1-g .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-g .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-g .navbar,
#extMenu1-g .nav-dropdown-sm,
#extMenu1-g .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-g .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-g .bg-color.transparent.opened .link:hover,
#extMenu1-g .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-g .link[aria-expanded="true"],
#extMenu1-g .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-g .innerEmail:hover,
#extMenu1-g .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-g SPAN {
  font-size: 20px;
}
#extMenu1-g .btn {
  font-size: 18px;
}
#extMenu1-g A {
  font-family: 'Roboto', sans-serif;
}
#content1-d H4 {
  font-size: 30px;
}
#msg-box5-13 H3 {
  text-align: left;
  font-size: 25px;
}
#msg-box5-13 P {
  text-align: left;
  font-size: 20px;
}
#content1-e P {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box7-8e .mbr-section-title,
#msg-box7-8e .lead p {
  color: #fff;
}
#msg-box7-8e H3 {
  text-align: left;
  font-size: 30px;
}
#msg-box7-8e P {
  text-align: left;
  font-size: 22px;
}
#content1-94 P {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box3-11 .mbr-section-title,
#msg-box3-11 p {
  color: #000;
}
#msg-box3-11 .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-11 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box3-11 .lead P {
  color: #ffffff;
  font-size: 25px;
}
#content5-9l .mbr-section-title,
#content5-9l p {
  color: #fff;
}
#content5-9l .mbr-section-title {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
  color: #036f58;
}
#content5-9l .mbr-section-title SPAN {
  font-size: 36px;
  color: #507e37;
}
#contacts1-95 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-95 STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-95 B {
  font-size: 20px;
}
#content1-9d DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}













#content5-ak .mbr-section-title,
#content5-ak p {
  color: #fff;
}
#content5-ak P {
  font-size: 32px;
}
#content5-ak .mbr-section-title {
  font-size: 36px;
}
#msg-box8-c8 .mbr-section-title,
#msg-box8-c8 .lead {
  color: #fff;
}
#msg-box8-c8 .mbr-section-title {
  color: #00a885;
  font-family: 'Oswald', sans-serif;
}
#msg-box8-c8 .lead {
  color: #000000;
}
#msg-box8-c8 .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: center;
}
#content1-c7 P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#content1-c7 B {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#msg-box8-cb .mbr-section-title,
#msg-box8-cb .lead {
  color: #fff;
}
#msg-box8-cb .mbr-section-title {
  color: #00a885;
  font-family: 'Oswald', sans-serif;
}
#msg-box8-cb .lead {
  color: #000000;
}
#msg-box8-cb .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: center;
}
#msg-box8-cw .mbr-section-title,
#msg-box8-cw .lead {
  color: #fff;
}
#msg-box8-cw .mbr-section-title {
  color: #00a885;
  font-family: 'Oswald', sans-serif;
}
#msg-box8-cw .lead {
  color: #000000;
}
#msg-box8-cw .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: center;
}
#msg-box8-cw .lead DIV {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#gallery3-cl .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 20px;
}
#gallery3-cp .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 20px;
}
#header3-bb .mbr-section-title,
#header3-bb .mbr-section-subtitle {
  text-align: center;
}
#header3-bb .mbr-section-title {
  font-size: 25px;
  color: #00a885;
}
#header3-bb .mbr-section-subtitle {
  color: #7f0503;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}
#header3-bb .mbr-section-subtitle SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#social-buttons4-b5 .mbr-section-title,
#social-buttons4-b5 .btn-social {
  color: #fff;
}
#social-buttons4-b5 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b5 .mbr-section-title,
#social-buttons4-b5 .btn-social {
  color: #fff;
}
#social-buttons4-b5 .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-b5 .mbr-section-title {
  font-size: 25px;
}
#content1-an DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
#extMenu1-ao .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-ao .navbar-caption {
  color: #ffffff;
}
#extMenu1-ao .navbar-toggler {
  color: #ffffff;
}
#extMenu1-ao .close-icon::before,
#extMenu1-ao .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-ao .link,
#extMenu1-ao .dropdown-item {
  color: #ffffff;
}
#extMenu1-ao .link {
  font-size: 1rem;
}
#extMenu1-ao .dropdown-item,
#extMenu1-ao .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-ao .link:hover,
#extMenu1-ao .dropdown-item:hover,
#extMenu1-ao .link:focus,
#extMenu1-ao .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-ao .link[aria-expanded="true"],
#extMenu1-ao .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-ao .nav-dropdown-sm .link:focus,
#extMenu1-ao .nav-dropdown-sm .link:hover,
#extMenu1-ao .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-ao .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-ao .navbar,
#extMenu1-ao .nav-dropdown-sm,
#extMenu1-ao .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-ao .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-ao .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-ao .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-ao .bg-color.transparent.opened .link:hover,
#extMenu1-ao .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-ao .link[aria-expanded="true"],
#extMenu1-ao .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-ao .innerEmail:hover,
#extMenu1-ao .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-ao SPAN {
  font-size: 20px;
}
#extMenu1-ao .btn {
  font-size: 18px;
}
#extMenu1-ao A {
  font-family: 'Roboto', sans-serif;
}








#content5-bf .mbr-section-title,
#content5-bf p {
  color: #fff;
}
#content5-bf P {
  font-size: 30px;
}
#content5-bf .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
#extMenu1-bg .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-bg .navbar-caption {
  color: #ffffff;
}
#extMenu1-bg .navbar-toggler {
  color: #ffffff;
}
#extMenu1-bg .close-icon::before,
#extMenu1-bg .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-bg .link,
#extMenu1-bg .dropdown-item {
  color: #ffffff;
}
#extMenu1-bg .link {
  font-size: 1rem;
}
#extMenu1-bg .dropdown-item,
#extMenu1-bg .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-bg .link:hover,
#extMenu1-bg .dropdown-item:hover,
#extMenu1-bg .link:focus,
#extMenu1-bg .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-bg .link[aria-expanded="true"],
#extMenu1-bg .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-bg .nav-dropdown-sm .link:focus,
#extMenu1-bg .nav-dropdown-sm .link:hover,
#extMenu1-bg .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-bg .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-bg .navbar,
#extMenu1-bg .nav-dropdown-sm,
#extMenu1-bg .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-bg .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-bg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-bg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-bg .bg-color.transparent.opened .link:hover,
#extMenu1-bg .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-bg .link[aria-expanded="true"],
#extMenu1-bg .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-bg .innerEmail:hover,
#extMenu1-bg .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-bg SPAN {
  font-size: 20px;
}
#extMenu1-bg .btn {
  font-size: 18px;
}
#extMenu1-bg A {
  font-family: 'Roboto', sans-serif;
}
#content1-bi H4 {
  font-size: 30px;
}
#features3-bj H5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#features3-bj P {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
#features3-bj H4 {
  font-size: 24px;
  color: #b8312f;
}
#features3-bj .btn {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
#buttons1-bl .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#features3-bp {
  
  
  
}
#features3-bp H5 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
}
#features3-bp P {
  font-size: 44px;
  font-family: 'Oswald', sans-serif;
}
#features3-bp H4 {
  font-size: 44px;
  color: #b8312f;
}
#features3-bp .btn {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
#social-buttons4-bm .mbr-section-title,
#social-buttons4-bm .btn-social {
  color: #fff;
}
#social-buttons4-bm .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-bm .mbr-section-title,
#social-buttons4-bm .btn-social {
  color: #fff;
}
#social-buttons4-bm .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-bm .mbr-section-title {
  font-size: 25px;
}
#contacts1-bn P {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}
#contacts1-bn STRONG {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#contacts1-bn B {
  font-size: 20px;
}
#content1-bo DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}






#content5-br .mbr-section-title,
#content5-br p {
  color: #fff;
}
#content5-br P {
  font-size: 32px;
}
#content5-br .mbr-section-title {
  font-size: 36px;
}
#header1-bs .mbr-section-lead {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#header1-bs .mbr-section-title {
  color: #f3c649;
}
#header1-bs .btn {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#header3-bt .mbr-section-title,
#header3-bt .mbr-section-subtitle {
  text-align: center;
}
#header3-bt .mbr-section-title {
  font-size: 36px;
}
#header3-bt .mbr-section-title SPAN {
  font-size: 32px;
}
#extForm4-bu H2 {
  font-size: 24px;
}
#extForm4-bu .intro-box h5 {
  color: #28324e;
  font-size: 24px;
}
#extForm4-bu P {
  color: #000000;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
#extForm4-bu B {
  font-size: 20px;
}
#extForm4-bu .btn {
  font-size: 18px;
}
#extForm4-bu .intro-box h5 SPAN {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
#extForm4-bu .intro-box h4 {
  font-size: 24px;
  color: #d14841;
}
#social-buttons4-bv .mbr-section-title,
#social-buttons4-bv .btn-social {
  color: #fff;
}
#social-buttons4-bv .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-bv .mbr-section-title,
#social-buttons4-bv .btn-social {
  color: #fff;
}
#social-buttons4-bv .btn-social > * {
  vertical-align: middle;
  padding-right: 0;
}
#social-buttons4-bv .mbr-section-title {
  font-size: 25px;
}
#content1-bw DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
#extMenu1-bx .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-bx .navbar-caption {
  color: #ffffff;
}
#extMenu1-bx .navbar-toggler {
  color: #ffffff;
}
#extMenu1-bx .close-icon::before,
#extMenu1-bx .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-bx .link,
#extMenu1-bx .dropdown-item {
  color: #ffffff;
}
#extMenu1-bx .link {
  font-size: 1rem;
}
#extMenu1-bx .dropdown-item,
#extMenu1-bx .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-bx .link:hover,
#extMenu1-bx .dropdown-item:hover,
#extMenu1-bx .link:focus,
#extMenu1-bx .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-bx .link[aria-expanded="true"],
#extMenu1-bx .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-bx .nav-dropdown-sm .link:focus,
#extMenu1-bx .nav-dropdown-sm .link:hover,
#extMenu1-bx .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-bx .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-bx .navbar,
#extMenu1-bx .nav-dropdown-sm,
#extMenu1-bx .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-bx .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-bx .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-bx .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-bx .bg-color.transparent.opened .link:hover,
#extMenu1-bx .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-bx .link[aria-expanded="true"],
#extMenu1-bx .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-bx .innerEmail:hover,
#extMenu1-bx .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-bx SPAN {
  font-size: 20px;
}
#extMenu1-bx .btn {
  font-size: 18px;
}
#extMenu1-bx A {
  font-family: 'Roboto', sans-serif;
}


#extHeader9-2e H3 {
  text-align: left;
  font-size: 30px;
}
#extHeader9-2e P {
  text-align: left;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#extHeader9-2e .btn {
  font-size: 21px;
}
#extHeader9-2e B {
  text-align: left;
  font-size: 20px;
}
#extHeader9-2e H4 {
  font-size: 30px;
}
#extHeader9-2e SPAN {
  font-size: 20px;
}
#extHeader9-2e DIV {
  font-size: 20px;
}
#extMenu1-h .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-h .navbar-caption {
  color: #ffffff;
}
#extMenu1-h .navbar-toggler {
  color: #ffffff;
}
#extMenu1-h .close-icon::before,
#extMenu1-h .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-h .link,
#extMenu1-h .dropdown-item {
  color: #ffffff;
}
#extMenu1-h .link {
  font-size: 1rem;
}
#extMenu1-h .dropdown-item,
#extMenu1-h .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-h .link:hover,
#extMenu1-h .dropdown-item:hover,
#extMenu1-h .link:focus,
#extMenu1-h .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-h .link[aria-expanded="true"],
#extMenu1-h .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-h .nav-dropdown-sm .link:focus,
#extMenu1-h .nav-dropdown-sm .link:hover,
#extMenu1-h .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-h .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-h .navbar,
#extMenu1-h .nav-dropdown-sm,
#extMenu1-h .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-h .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-h .bg-color.transparent.opened .link:hover,
#extMenu1-h .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-h .link[aria-expanded="true"],
#extMenu1-h .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-h .innerEmail:hover,
#extMenu1-h .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-h SPAN {
  font-size: 20px;
}
#extMenu1-h .btn {
  font-size: 18px;
}
#extMenu1-h A {
  font-family: 'Roboto', sans-serif;
}




#content5-by .mbr-section-title,
#content5-by p {
  color: #fff;
}
#content5-by P {
  font-size: 32px;
}
#content5-by .mbr-section-title {
  font-size: 36px;
}
#header1-bz .mbr-section-lead {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#header1-bz .mbr-section-title {
  color: #f3c649;
}
#header1-bz .btn {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#content1-c0 DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
#extMenu1-c1 .hide-buttons .nav-btn {
  display: none !important;
}
#extMenu1-c1 .navbar-caption {
  color: #ffffff;
}
#extMenu1-c1 .navbar-toggler {
  color: #ffffff;
}
#extMenu1-c1 .close-icon::before,
#extMenu1-c1 .close-icon::after {
  background-color: #ffffff;
}
#extMenu1-c1 .link,
#extMenu1-c1 .dropdown-item {
  color: #ffffff;
}
#extMenu1-c1 .link {
  font-size: 1rem;
}
#extMenu1-c1 .dropdown-item,
#extMenu1-c1 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#extMenu1-c1 .link:hover,
#extMenu1-c1 .dropdown-item:hover,
#extMenu1-c1 .link:focus,
#extMenu1-c1 .dropdown-item:focus {
  color: #c0a375;
}
#extMenu1-c1 .link[aria-expanded="true"],
#extMenu1-c1 .dropdown-menu {
  background: #0e0e0e;
}
#extMenu1-c1 .nav-dropdown-sm .link:focus,
#extMenu1-c1 .nav-dropdown-sm .link:hover,
#extMenu1-c1 .nav-dropdown-sm .dropdown-item:focus,
#extMenu1-c1 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#extMenu1-c1 .navbar,
#extMenu1-c1 .nav-dropdown-sm,
#extMenu1-c1 .nav-dropdown-sm .link[aria-expanded="true"],
#extMenu1-c1 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#extMenu1-c1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#extMenu1-c1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#extMenu1-c1 .bg-color.transparent.opened .link:hover,
#extMenu1-c1 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#extMenu1-c1 .link[aria-expanded="true"],
#extMenu1-c1 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#extMenu1-c1 .innerEmail:hover,
#extMenu1-c1 .innerPhone:hover {
  color: #c0a375;
}
#extMenu1-c1 SPAN {
  font-size: 20px;
}
#extMenu1-c1 .btn {
  font-size: 18px;
}
#extMenu1-c1 A {
  font-family: 'Roboto', sans-serif;
}
