@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif: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: #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;
}
#ext_menu-1s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1s .navbar-caption {
  color: #ffffff;
}
#ext_menu-1s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1s .close-icon::before,
#ext_menu-1s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1s .link,
#ext_menu-1s .dropdown-item {
  color: #ffffff;
}
#ext_menu-1s .link {
  font-size: 0.95rem;
}
#ext_menu-1s .dropdown-item,
#ext_menu-1s .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1s .link:hover,
#ext_menu-1s .dropdown-item:hover,
#ext_menu-1s .link:focus,
#ext_menu-1s .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-1s .link[aria-expanded="true"],
#ext_menu-1s .dropdown-menu {
  background: #171c2c;
}
#ext_menu-1s .nav-dropdown-sm .link:focus,
#ext_menu-1s .nav-dropdown-sm .link:hover,
#ext_menu-1s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1s .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-1s .navbar,
#ext_menu-1s .nav-dropdown-sm,
#ext_menu-1s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1s .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-1s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1s .bg-color.transparent.opened .link:hover,
#ext_menu-1s .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-1s .link[aria-expanded="true"],
#ext_menu-1s .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-1s .btn {
  font-size: 16px;
}
#content5-1t .mbr-section-title,
#content5-1t p {
  color: #fff;
}
#content5-1t .mbr-section-title {
  font-size: 25px;
}
#content5-1x .mbr-section-title,
#content5-1x p {
  color: #fff;
}
#content5-1x P {
  font-size: 36px;
}
#content5-1x .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
}
#social-buttons4-59 .mbr-section-title,
#social-buttons4-59 .btn-social {
  color: #fff;
}
#social-buttons4-59 .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-59 .mbr-section-title SPAN {
  font-size: 32px;
  font-family: 'Lora', serif;
}
#footer1-1v P {
  color: #ffffff;
  font-size: 16px;
}




#ext_menu-1y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1y .navbar-caption {
  color: #ffffff;
}
#ext_menu-1y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1y .close-icon::before,
#ext_menu-1y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1y .link,
#ext_menu-1y .dropdown-item {
  color: #ffffff;
}
#ext_menu-1y .link {
  font-size: 0.95rem;
}
#ext_menu-1y .dropdown-item,
#ext_menu-1y .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1y .link:hover,
#ext_menu-1y .dropdown-item:hover,
#ext_menu-1y .link:focus,
#ext_menu-1y .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-menu {
  background: #171c2c;
}
#ext_menu-1y .nav-dropdown-sm .link:focus,
#ext_menu-1y .nav-dropdown-sm .link:hover,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-1y .navbar,
#ext_menu-1y .nav-dropdown-sm,
#ext_menu-1y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1y .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-1y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1y .bg-color.transparent.opened .link:hover,
#ext_menu-1y .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-1y .btn {
  font-size: 16px;
}
#content5-25 .mbr-section-title,
#content5-25 p {
  color: #fff;
}
#content1-2b H1 {
  text-align: left;
}
#content1-2b H2 {
  color: #b8312f;
  font-size: 36px;
}
#content1-2b H3 {
  font-size: 36px;
}
#content1-2b DIV {
  text-align: left;
}
#msg-box2-b0 .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
}
#msg-box2-b0 .mbr-section-subtitle {
  color: #faaf40;
  font-size: 30px;
}
#msg-box2-b0 .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-5a .mbr-section-title,
#social-buttons4-5a .btn-social {
  color: #fff;
}
#social-buttons4-5a .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-5a .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-24 P {
  color: #ffffff;
  font-size: 16px;
}




#ext_menu-2c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2c .navbar-caption {
  color: #ffffff;
}
#ext_menu-2c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2c .close-icon::before,
#ext_menu-2c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2c .link,
#ext_menu-2c .dropdown-item {
  color: #ffffff;
}
#ext_menu-2c .link {
  font-size: 0.95rem;
}
#ext_menu-2c .dropdown-item,
#ext_menu-2c .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-2c .link:hover,
#ext_menu-2c .dropdown-item:hover,
#ext_menu-2c .link:focus,
#ext_menu-2c .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-menu {
  background: #171c2c;
}
#ext_menu-2c .nav-dropdown-sm .link:focus,
#ext_menu-2c .nav-dropdown-sm .link:hover,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-2c .navbar,
#ext_menu-2c .nav-dropdown-sm,
#ext_menu-2c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2c .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-2c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2c .bg-color.transparent.opened .link:hover,
#ext_menu-2c .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-2c .btn {
  font-size: 16px;
}
#content5-36 .mbr-section-title,
#content5-36 p {
  color: #fff;
}
#content5-36 .mbr-section-title {
  font-size: 36px;
}
#content5-36 .mbr-section-title SPAN {
  color: #ffffff;
}
#content1-2e H1 {
  text-align: left;
}
#content1-2e H2 {
  color: #b8312f;
  font-size: 32px;
}
#content1-2e H3 {
  font-size: 32px;
}
#content1-2e DIV {
  text-align: left;
}
#content1-2e H4 {
  font-size: 21px;
}
#header3-b4 .mbr-section-title,
#header3-b4 .mbr-section-subtitle {
  text-align: center;
}
#header3-b4 H3 {
  font-size: 25px;
  color: #b8312f;
  text-align: right;
}
#header3-9m .mbr-section-title,
#header3-9m .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-37 .mbr-section-title,
#msg-box8-37 p {
  color: #fff;
}
#msg-box8-37 .mbr-section-title {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#msg-box8-37 .mbr-section-title SPAN {
  font-size: 60px;
  color: #ffffff;
}
#form2-6r .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-6r .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-6r .btn {
  font-size: 17px;
}
#social-buttons4-5c .mbr-section-title,
#social-buttons4-5c .btn-social {
  color: #fff;
}
#social-buttons4-5c .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-5c .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-2i P {
  color: #ffffff;
  font-size: 16px;
}



#ext_menu-3g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3g .navbar-caption {
  color: #ffffff;
}
#ext_menu-3g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3g .close-icon::before,
#ext_menu-3g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3g .link,
#ext_menu-3g .dropdown-item {
  color: #ffffff;
}
#ext_menu-3g .link {
  font-size: 0.95rem;
}
#ext_menu-3g .dropdown-item,
#ext_menu-3g .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-3g .link:hover,
#ext_menu-3g .dropdown-item:hover,
#ext_menu-3g .link:focus,
#ext_menu-3g .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-3g .link[aria-expanded="true"],
#ext_menu-3g .dropdown-menu {
  background: #171c2c;
}
#ext_menu-3g .nav-dropdown-sm .link:focus,
#ext_menu-3g .nav-dropdown-sm .link:hover,
#ext_menu-3g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3g .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-3g .navbar,
#ext_menu-3g .nav-dropdown-sm,
#ext_menu-3g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3g .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-3g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3g .bg-color.transparent.opened .link:hover,
#ext_menu-3g .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-3g .link[aria-expanded="true"],
#ext_menu-3g .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-3g .btn {
  font-size: 16px;
}
#content5-3k .mbr-section-title,
#content5-3k p {
  color: #fff;
}
#content5-3k P {
  font-size: 32px;
}
#content5-3k .mbr-section-title {
  font-size: 30px;
}
#content1-4k H1 {
  text-align: left;
  font-size: 32px;
}
#content1-4k H2 {
  color: #b8312f;
  font-size: 17px;
}
#content1-4k H3 {
  font-size: 22px;
}
#content1-4k DIV {
  text-align: left;
  font-size: 20px;
}
#content1-4k P {
  font-size: 19px;
}
#header3-4l .mbr-section-title,
#header3-4l .mbr-section-subtitle {
  text-align: center;
}
#header3-4l H3 {
  font-size: 25px;
  color: #b8312f;
}
#extHeader3-8u H3 {
  font-size: 48px;
}
#extHeader3-8u P {
  font-size: 30px;
}
#form2-7o .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-7o .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-7o .btn {
  font-size: 17px;
}
#social-buttons4-5e .mbr-section-title,
#social-buttons4-5e .btn-social {
  color: #fff;
}
#social-buttons4-5e .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-5e .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-3j P {
  color: #ffffff;
  font-size: 16px;
}









#ext_menu-45 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-45 .navbar-caption {
  color: #ffffff;
}
#ext_menu-45 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-45 .close-icon::before,
#ext_menu-45 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-45 .link,
#ext_menu-45 .dropdown-item {
  color: #ffffff;
}
#ext_menu-45 .link {
  font-size: 0.95rem;
}
#ext_menu-45 .dropdown-item,
#ext_menu-45 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-45 .link:hover,
#ext_menu-45 .dropdown-item:hover,
#ext_menu-45 .link:focus,
#ext_menu-45 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-45 .link[aria-expanded="true"],
#ext_menu-45 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-45 .nav-dropdown-sm .link:focus,
#ext_menu-45 .nav-dropdown-sm .link:hover,
#ext_menu-45 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-45 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-45 .navbar,
#ext_menu-45 .nav-dropdown-sm,
#ext_menu-45 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-45 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-45 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-45 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-45 .bg-color.transparent.opened .link:hover,
#ext_menu-45 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-45 .link[aria-expanded="true"],
#ext_menu-45 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-45 .btn {
  font-size: 16px;
}
#msg-box8-46 .mbr-section-title,
#msg-box8-46 p {
  color: #fff;
}
#msg-box8-46 .mbr-section-title {
  font-size: 46px;
}
#msg-box8-46 .lead P {
  text-align: center;
}
#msg-box8-46 .lead H4 {
  color: #ffffff;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-47 H1 {
  text-align: left;
}
#content1-47 H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-47 H3 {
  font-size: 22px;
  text-align: left;
}
#content1-47 DIV {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
}
#content1-47 P {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
#content1-47 H4 {
  color: #28324e;
}
#content1-4a H1 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
#content1-4a P {
  font-family: 'Roboto', sans-serif;
  color: #b8312f;
}
#content1-4a H2 {
  font-size: 19px;
  font-family: 'PT Sans', sans-serif;
}
#content1-4a H4 {
  font-size: 18px;
}
#content1-4a H3 {
  font-size: 18px;
}
#msg-box5-6i .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-6i H3 {
  font-size: 36px;
  text-align: left;
}
#social-buttons4-5f .mbr-section-title,
#social-buttons4-5f .btn-social {
  color: #fff;
}
#social-buttons4-5f .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-5f .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-49 P {
  color: #ffffff;
  font-size: 16px;
}






#ext_menu-4p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4p .navbar-caption {
  color: #ffffff;
}
#ext_menu-4p .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4p .close-icon::before,
#ext_menu-4p .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4p .link,
#ext_menu-4p .dropdown-item {
  color: #ffffff;
}
#ext_menu-4p .link {
  font-size: 1rem;
}
#ext_menu-4p .dropdown-item,
#ext_menu-4p .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-4p .link:hover,
#ext_menu-4p .dropdown-item:hover,
#ext_menu-4p .link:focus,
#ext_menu-4p .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-4p .link[aria-expanded="true"],
#ext_menu-4p .dropdown-menu {
  background: #171c2c;
}
#ext_menu-4p .nav-dropdown-sm .link:focus,
#ext_menu-4p .nav-dropdown-sm .link:hover,
#ext_menu-4p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4p .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-4p .navbar,
#ext_menu-4p .nav-dropdown-sm,
#ext_menu-4p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4p .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-4p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4p .bg-color.transparent.opened .link:hover,
#ext_menu-4p .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-4p .link[aria-expanded="true"],
#ext_menu-4p .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-4p .btn {
  font-size: 16px;
}
#content5-4z .mbr-section-title,
#content5-4z p {
  color: #fff;
}
#content5-4z .mbr-section-title {
  font-size: 36px;
}
#extTestimonials2-c6 .card-block {
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  text-align: left;
  color: #28324e;
}
#extTestimonials2-c6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
  font-size: 36px;
}
#extTestimonials2-c6 .card-footer > small {
  color: #232323;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}
#extTestimonials2-c6 .card-footer > div {
  font-size: 18px;
}
#extTestimonials2-c6 .card-block P {
  font-size: 17px;
  text-align: left;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#form2-7p .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-7p .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-7p .btn {
  font-size: 17px;
}
#social-buttons4-50 .mbr-section-title,
#social-buttons4-50 .btn-social {
  color: #fff;
}
#social-buttons4-50 .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-50 .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-4u P {
  color: #ffffff;
  font-size: 16px;
}







#ext_menu-51 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-51 .navbar-caption {
  color: #ffffff;
}
#ext_menu-51 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-51 .close-icon::before,
#ext_menu-51 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-51 .link,
#ext_menu-51 .dropdown-item {
  color: #ffffff;
}
#ext_menu-51 .link {
  font-size: 0.95rem;
}
#ext_menu-51 .dropdown-item,
#ext_menu-51 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-51 .link:hover,
#ext_menu-51 .dropdown-item:hover,
#ext_menu-51 .link:focus,
#ext_menu-51 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-51 .link[aria-expanded="true"],
#ext_menu-51 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-51 .nav-dropdown-sm .link:focus,
#ext_menu-51 .nav-dropdown-sm .link:hover,
#ext_menu-51 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-51 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-51 .navbar,
#ext_menu-51 .nav-dropdown-sm,
#ext_menu-51 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-51 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-51 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-51 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-51 .bg-color.transparent.opened .link:hover,
#ext_menu-51 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-51 .link[aria-expanded="true"],
#ext_menu-51 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-51 .btn {
  font-size: 16px;
}
#content5-52 .mbr-section-title,
#content5-52 p {
  color: #fff;
}
#content5-52 .mbr-section-title {
  font-size: 25px;
}
#content5-53 .mbr-section-title,
#content5-53 p {
  color: #fff;
}
#content5-53 P {
  font-size: 36px;
}
#content5-53 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
}
#header3-69 .mbr-section-title,
#header3-69 .mbr-section-subtitle {
  text-align: center;
}
#header3-69 H3 {
  font-size: 25px;
}
#content1-6a P {
  font-size: 24px;
}
#msg-box5-6b H3 {
  font-size: 24px;
  text-align: left;
}
#msg-box5-6b P {
  font-size: 20px;
}
#content6-6c P {
  text-align: left;
}
#content6-6c H4 {
  font-size: 14px;
}
#content6-6c H3 {
  font-size: 30px;
}
#msg-box8-6d .mbr-section-title,
#msg-box8-6d p {
  color: #fff;
}
#msg-box8-6d .mbr-section-title {
  font-size: 36px;
  color: #b8312f;
}
#msg-box8-6d .lead P {
  font-size: 32px;
}
#msg-box8-6d .lead H4 {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  color: #b8312f;
}
#msg-box8-6d .lead H1 {
  color: #b8312f;
}
#msg-box2-b3 .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: left;
}
#msg-box2-b3 .mbr-section-subtitle {
  color: #f3c649;
  font-size: 36px;
}
#msg-box2-b3 .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#header3-7m .mbr-section-title,
#header3-7m .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-6h .mbr-section-title,
#msg-box8-6h p {
  color: #fff;
}
#msg-box8-6h .mbr-section-title {
  font-size: 60px;
}
#form2-7q .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-7q .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-7q .btn {
  font-size: 17px;
}
#social-buttons4-5g .mbr-section-title,
#social-buttons4-5g .btn-social {
  color: #fff;
}
#social-buttons4-5g .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-5g .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-54 P {
  color: #ffffff;
  font-size: 16px;
}









#ext_menu-5w .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5w .navbar-caption {
  color: #ffffff;
}
#ext_menu-5w .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5w .close-icon::before,
#ext_menu-5w .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5w .link,
#ext_menu-5w .dropdown-item {
  color: #ffffff;
}
#ext_menu-5w .link {
  font-size: 0.95rem;
}
#ext_menu-5w .dropdown-item,
#ext_menu-5w .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-5w .link:hover,
#ext_menu-5w .dropdown-item:hover,
#ext_menu-5w .link:focus,
#ext_menu-5w .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-5w .link[aria-expanded="true"],
#ext_menu-5w .dropdown-menu {
  background: #171c2c;
}
#ext_menu-5w .nav-dropdown-sm .link:focus,
#ext_menu-5w .nav-dropdown-sm .link:hover,
#ext_menu-5w .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5w .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-5w .navbar,
#ext_menu-5w .nav-dropdown-sm,
#ext_menu-5w .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5w .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-5w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5w .bg-color.transparent.opened .link:hover,
#ext_menu-5w .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-5w .link[aria-expanded="true"],
#ext_menu-5w .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-5w .btn {
  font-size: 16px;
}
#content5-5y .mbr-section-title,
#content5-5y p {
  color: #fff;
}
#content5-5y DIV {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#content5-5y .mbr-section-title SPAN {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
#content5-5y .mbr-section-title {
  font-size: 36px;
}
#content5-5y B {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}
#content1-5z H1 {
  text-align: left;
}
#content1-5z H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-5z H3 {
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  color: #b8312f;
}
#content1-5z DIV {
  text-align: left;
}
#content1-5z UL {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
#extFeatures8-bc .feature-title,
#extFeatures8-bc .description {
  color: #232323;
}
#extFeatures8-bc .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-bc .mbr-section-title {
  font-size: 24px;
  text-align: left;
}
#extFeatures8-bc .mbr-section-subtitle {
  font-size: 30px;
  color: #b8312f;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#extFeatures8-bc DIV {
  text-align: left;
  font-size: 23px;
  color: #b8312f;
}
#extFeatures8-bc P {
  font-size: 22px;
}
#extFeatures8-bc .feature-title {
  font-size: 21px;
}
#header3-bb .mbr-section-title,
#header3-bb .mbr-section-subtitle {
  text-align: center;
}
#header3-bb H3 {
  font-size: 25px;
}
#header3-60 .mbr-section-title,
#header3-60 .mbr-section-subtitle {
  text-align: center;
}
#header3-60 H3 {
  font-size: 22px;
  color: #b8312f;
}
#header3-60 SMALL {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #28324e;
}
#header3-60 SPAN {
  color: #000000;
  font-size: 22px;
}
#content5-64 .mbr-section-title,
#content5-64 p {
  color: #fff;
}
#content5-64 P {
  font-size: 36px;
}
#content5-64 .mbr-section-title {
  font-size: 36px;
}
#header3-6p .mbr-section-title,
#header3-6p .mbr-section-subtitle {
  text-align: center;
}
#header3-6p H3 {
  font-size: 36px;
  text-align: right;
}
#content5-be .mbr-section-title,
#content5-be p {
  color: #fff;
}
#content5-be .mbr-section-title {
  font-size: 36px;
}
#content5-be P {
  font-size: 36px;
}
#msg-box2-b2 .mbr-section-title {
  color: #fff;
  font-size: 46px;
  text-align: left;
  font-family: 'Indie Flower', cursive;
}
#msg-box2-b2 .mbr-section-subtitle {
  color: #faaf40;
  font-size: 36px;
}
#msg-box2-b2 .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#footer1-63 P {
  color: #ffffff;
  font-size: 16px;
}




#ext_menu-78 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-78 .navbar-caption {
  color: #ffffff;
}
#ext_menu-78 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-78 .close-icon::before,
#ext_menu-78 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-78 .link,
#ext_menu-78 .dropdown-item {
  color: #ffffff;
}
#ext_menu-78 .link {
  font-size: 0.95rem;
}
#ext_menu-78 .dropdown-item,
#ext_menu-78 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-78 .link:hover,
#ext_menu-78 .dropdown-item:hover,
#ext_menu-78 .link:focus,
#ext_menu-78 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-78 .link[aria-expanded="true"],
#ext_menu-78 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-78 .nav-dropdown-sm .link:focus,
#ext_menu-78 .nav-dropdown-sm .link:hover,
#ext_menu-78 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-78 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-78 .navbar,
#ext_menu-78 .nav-dropdown-sm,
#ext_menu-78 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-78 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-78 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-78 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-78 .bg-color.transparent.opened .link:hover,
#ext_menu-78 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-78 .link[aria-expanded="true"],
#ext_menu-78 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-78 .btn {
  font-size: 16px;
}
#content5-7k .mbr-section-title,
#content5-7k p {
  color: #fff;
}
#content5-7k P {
  font-size: 32px;
}
#content1-7a H1 {
  text-align: left;
}
#content1-7a H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-7a H3 {
  font-size: 20px;
}
#content1-7a H4 {
  font-size: 18px;
}
#header3-bg .mbr-section-title,
#header3-bg .mbr-section-subtitle {
  text-align: center;
}
#header3-bg SMALL {
  font-size: 25px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-bg H3 {
  font-size: 32px;
  color: #28324e;
}
#header3-bg SPAN {
  font-size: 30px;
}
#content1-bf P {
  font-size: 19px;
}
#content1-bf UL {
  font-size: 19px;
}
#content1-bf DIV {
  font-size: 20px;
  color: #28324e;
}
#msg-box5-7e H3 {
  text-align: left;
  font-size: 36px;
  color: #b8312f;
}
#msg-box5-7e SPAN {
  font-size: 22px;
  text-align: right;
  font-family: 'Bitter', serif;
  color: #b8312f;
}
#msg-box5-7e .btn {
  font-size: 17px;
}
#header3-7f .mbr-section-title,
#header3-7f .mbr-section-subtitle {
  text-align: center;
}
#msg-box2-b1 .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: left;
}
#msg-box2-b1 .mbr-section-subtitle {
  color: #faaf40;
  font-size: 25px;
}
#msg-box2-b1 .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#footer1-7j P {
  color: #ffffff;
  font-size: 16px;
}

#ext_menu-7u .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7u .navbar-caption {
  color: #ffffff;
}
#ext_menu-7u .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7u .close-icon::before,
#ext_menu-7u .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7u .link,
#ext_menu-7u .dropdown-item {
  color: #ffffff;
}
#ext_menu-7u .link {
  font-size: 0.95rem;
}
#ext_menu-7u .dropdown-item,
#ext_menu-7u .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-7u .link:hover,
#ext_menu-7u .dropdown-item:hover,
#ext_menu-7u .link:focus,
#ext_menu-7u .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-7u .link[aria-expanded="true"],
#ext_menu-7u .dropdown-menu {
  background: #171c2c;
}
#ext_menu-7u .nav-dropdown-sm .link:focus,
#ext_menu-7u .nav-dropdown-sm .link:hover,
#ext_menu-7u .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7u .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-7u .navbar,
#ext_menu-7u .nav-dropdown-sm,
#ext_menu-7u .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7u .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-7u .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7u .bg-color.transparent.opened .link:hover,
#ext_menu-7u .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-7u .link[aria-expanded="true"],
#ext_menu-7u .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-7u .btn {
  font-size: 16px;
}
#content5-7w .mbr-section-title,
#content5-7w p {
  color: #fff;
}
#content5-7w P {
  font-size: 36px;
  text-align: center;
}
#content5-7w .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
}
#header3-8s .mbr-section-title,
#header3-8s .mbr-section-subtitle {
  text-align: center;
}











#ext_menu-80 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-80 .navbar-caption {
  color: #ffffff;
}
#ext_menu-80 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-80 .close-icon::before,
#ext_menu-80 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-80 .link,
#ext_menu-80 .dropdown-item {
  color: #ffffff;
}
#ext_menu-80 .link {
  font-size: 0.95rem;
}
#ext_menu-80 .dropdown-item,
#ext_menu-80 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-80 .link:hover,
#ext_menu-80 .dropdown-item:hover,
#ext_menu-80 .link:focus,
#ext_menu-80 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-80 .link[aria-expanded="true"],
#ext_menu-80 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-80 .nav-dropdown-sm .link:focus,
#ext_menu-80 .nav-dropdown-sm .link:hover,
#ext_menu-80 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-80 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-80 .navbar,
#ext_menu-80 .nav-dropdown-sm,
#ext_menu-80 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-80 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-80 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-80 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-80 .bg-color.transparent.opened .link:hover,
#ext_menu-80 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-80 .link[aria-expanded="true"],
#ext_menu-80 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-80 .btn {
  font-size: 16px;
}
#content5-81 .mbr-section-title,
#content5-81 p {
  color: #fff;
}
#content5-81 .mbr-section-title {
  font-size: 36px;
}
#content5-82 .mbr-section-title,
#content5-82 p {
  color: #fff;
}
#content5-82 P {
  font-size: 30px;
}
#content5-82 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
}
#content1-83 H1 {
  text-align: center;
  font-size: 46px;
}
#content1-83 H2 {
  color: #00a885;
  font-size: 24px;
  text-align: center;
}
#content1-83 H3 {
  font-size: 46px;
}
#content1-83 DIV {
  font-size: 22px;
}
#extFeatures9-9h H4 {
  font-size: 24px;
}
#extFeatures9-9h H5 {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #28324e;
}
#extFeatures9-9h P {
  font-size: 18px;
  text-align: left;
}
#extFeatures9-9h .mbr-section-title {
  font-size: 32px;
  color: #b8312f;
}
#extFeatures9-9h .mbr-section-subtitle {
  font-size: 18px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#content5-85 .mbr-section-title,
#content5-85 p {
  color: #fff;
}
#content5-85 .mbr-section-title {
  font-size: 36px;
}
#content5-85 P {
  font-size: 25px;
}
#content1-86 H4 {
  font-size: 19px;
}
#content1-86 H3 {
  font-size: 25px;
}
#content1-86 UL {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
#content5-87 .mbr-section-title,
#content5-87 p {
  color: #fff;
}
#content5-87 .mbr-section-title {
  font-size: 32px;
  text-align: center;
  color: #28324e;
}
#header3-88 .mbr-section-title,
#header3-88 .mbr-section-subtitle {
  text-align: center;
}
#header3-88 H3 {
  font-size: 25px;
  color: #00a885;
}
#header3-88 SMALL {
  font-size: 22px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-8t {
  
}
#header3-8t .mbr-section-title,
#header3-8t .mbr-section-subtitle {
  text-align: center;
}
#header3-8t SMALL {
  color: #b8312f;
  font-size: 46px;
  font-family: 'Lato', sans-serif;
}
#header3-8r .mbr-section-title,
#header3-8r .mbr-section-subtitle {
  text-align: center;
}
#header3-8r H3 {
  font-size: 30px;
}
#header3-8r SMALL {
  font-size: 60px;
  font-family: 'PT Serif', serif;
  color: #00a885;
}
#header3-8r B {
  font-family: 'Bitter', serif;
}
#header3-8r SPAN {
  font-family: 'Roboto', sans-serif;
}
#form2-8a .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-8a .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-8a .btn {
  font-size: 17px;
}
#social-buttons4-8b .mbr-section-title,
#social-buttons4-8b .btn-social {
  color: #fff;
}
#social-buttons4-8b .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-8b .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-8c P {
  color: #ffffff;
  font-size: 16px;
}

#ext_menu-cr .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-cr .navbar-caption {
  color: #ffffff;
}
#ext_menu-cr .navbar-toggler {
  color: #ffffff;
}
#ext_menu-cr .close-icon::before,
#ext_menu-cr .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-cr .link,
#ext_menu-cr .dropdown-item {
  color: #ffffff;
}
#ext_menu-cr .link {
  font-size: 0.95rem;
}
#ext_menu-cr .dropdown-item,
#ext_menu-cr .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-cr .link:hover,
#ext_menu-cr .dropdown-item:hover,
#ext_menu-cr .link:focus,
#ext_menu-cr .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-cr .link[aria-expanded="true"],
#ext_menu-cr .dropdown-menu {
  background: #171c2c;
}
#ext_menu-cr .nav-dropdown-sm .link:focus,
#ext_menu-cr .nav-dropdown-sm .link:hover,
#ext_menu-cr .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-cr .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-cr .navbar,
#ext_menu-cr .nav-dropdown-sm,
#ext_menu-cr .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-cr .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-cr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-cr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-cr .bg-color.transparent.opened .link:hover,
#ext_menu-cr .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-cr .link[aria-expanded="true"],
#ext_menu-cr .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-cr .btn {
  font-size: 16px;
}
#content5-cw .mbr-section-title,
#content5-cw p {
  color: #fff;
}
#content5-cw P {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}
#content5-cw DIV {
  font-size: 25px;
  color: #ffffff;
}
#content5-cw SPAN {
  font-size: 25px;
}
#footer1-cv P {
  color: #ffffff;
  font-size: 16px;
}









#ext_menu-dn .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-dn .navbar-caption {
  color: #ffffff;
}
#ext_menu-dn .navbar-toggler {
  color: #ffffff;
}
#ext_menu-dn .close-icon::before,
#ext_menu-dn .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-dn .link,
#ext_menu-dn .dropdown-item {
  color: #ffffff;
}
#ext_menu-dn .link {
  font-size: 1rem;
}
#ext_menu-dn .dropdown-item,
#ext_menu-dn .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-dn .link:hover,
#ext_menu-dn .dropdown-item:hover,
#ext_menu-dn .link:focus,
#ext_menu-dn .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-dn .link[aria-expanded="true"],
#ext_menu-dn .dropdown-menu {
  background: #171c2c;
}
#ext_menu-dn .nav-dropdown-sm .link:focus,
#ext_menu-dn .nav-dropdown-sm .link:hover,
#ext_menu-dn .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-dn .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-dn .navbar,
#ext_menu-dn .nav-dropdown-sm,
#ext_menu-dn .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-dn .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-dn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-dn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-dn .bg-color.transparent.opened .link:hover,
#ext_menu-dn .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-dn .link[aria-expanded="true"],
#ext_menu-dn .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-dn .btn {
  font-size: 16px;
}
#content5-do .mbr-section-title,
#content5-do p {
  color: #fff;
}
#content5-do .mbr-section-title {
  font-size: 36px;
}
#content5-do P {
  font-size: 25px;
}
#content6-ey P {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#extFeatures7-e0 H5 {
  font-size: 20px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#extFeatures7-e0 H4 {
  font-size: 24px;
  color: #28324e;
}
#extFeatures7-e0 B {
  font-size: 36px;
  color: #faaf40;
  text-align: left;
}
#extFeatures7-e0 P {
  text-align: center;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #e18907;
}
#extFeatures7-e0 .mbr-section-title {
  font-size: 25px;
  color: #28324e;
}
#extFeatures7-e0 SPAN {
  font-size: 46px;
}
#header3-f0 .mbr-section-title,
#header3-f0 .mbr-section-subtitle {
  text-align: center;
}
#header3-f0 .mbr-section-subtitle {
  font-size: 24px;
  color: #b8312f;
}
#header3-f0 .mbr-section-title {
  color: #b8312f;
}
#content6-dy P {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
#content6-dy DIV {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: left;
}
#content6-dy .lead DIV {
  text-align: left;
}
#header3-ez .mbr-section-title,
#header3-ez .mbr-section-subtitle {
  text-align: center;
}
#header3-ez .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#header3-dr .mbr-section-title,
#header3-dr .mbr-section-subtitle {
  text-align: center;
}
#header3-dr SMALL {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
#header3-dr SPAN {
  color: #b8312f;
  font-size: 32px;
}
#header3-dr H3 {
  font-size: 36px;
}
#header3-ds .mbr-section-title,
#header3-ds .mbr-section-subtitle {
  text-align: center;
}
#content5-dt .mbr-section-title,
#content5-dt p {
  color: #fff;
}
#content5-dt .mbr-section-title {
  font-size: 36px;
}
#content5-dt P {
  font-size: 36px;
}
#msg-box2-du .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: center;
}
#msg-box2-du .mbr-section-subtitle {
  color: #faaf40;
  font-size: 32px;
}
#msg-box2-du .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-dv .mbr-section-title,
#social-buttons4-dv .btn-social {
  color: #fff;
}
#social-buttons4-dv .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-dv .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-dw P {
  color: #ffffff;
  font-size: 16px;
}




#ext_menu-ed .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-ed .navbar-caption {
  color: #ffffff;
}
#ext_menu-ed .navbar-toggler {
  color: #ffffff;
}
#ext_menu-ed .close-icon::before,
#ext_menu-ed .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-ed .link,
#ext_menu-ed .dropdown-item {
  color: #ffffff;
}
#ext_menu-ed .link {
  font-size: 0.95rem;
}
#ext_menu-ed .dropdown-item,
#ext_menu-ed .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-ed .link:hover,
#ext_menu-ed .dropdown-item:hover,
#ext_menu-ed .link:focus,
#ext_menu-ed .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-ed .link[aria-expanded="true"],
#ext_menu-ed .dropdown-menu {
  background: #171c2c;
}
#ext_menu-ed .nav-dropdown-sm .link:focus,
#ext_menu-ed .nav-dropdown-sm .link:hover,
#ext_menu-ed .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-ed .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-ed .navbar,
#ext_menu-ed .nav-dropdown-sm,
#ext_menu-ed .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-ed .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-ed .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-ed .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-ed .bg-color.transparent.opened .link:hover,
#ext_menu-ed .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-ed .link[aria-expanded="true"],
#ext_menu-ed .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-ed .btn {
  font-size: 16px;
}
#content5-ee .mbr-section-title,
#content5-ee p {
  color: #fff;
}
#content5-ee .mbr-section-title {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
.cid-syrZhUvHAT {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/planet-design-147-1800x800.jpg");
}
.cid-syrZhUvHAT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-syrZhUvHAT .form-control,
.cid-syrZhUvHAT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #90a878;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syrZhUvHAT .form-control::-webkit-input-placeholder,
.cid-syrZhUvHAT .field-input::-webkit-input-placeholder,
.cid-syrZhUvHAT .form-control::-webkit-input-placeholder,
.cid-syrZhUvHAT .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-syrZhUvHAT .form-control:-moz-placeholder,
.cid-syrZhUvHAT .field-input:-moz-placeholder,
.cid-syrZhUvHAT .form-control:-moz-placeholder,
.cid-syrZhUvHAT .field-input:-moz-placeholder {
  color: #000000;
}
.cid-syrZhUvHAT .form-control:hover,
.cid-syrZhUvHAT .field-input:hover,
.cid-syrZhUvHAT .form-control:focus,
.cid-syrZhUvHAT .field-input:focus {
  background-color: #f3c649;
  border-color: #000000;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-syrZhUvHAT .form-control:hover::-webkit-input-placeholder,
.cid-syrZhUvHAT .field-input:hover::-webkit-input-placeholder,
.cid-syrZhUvHAT .form-control:focus::-webkit-input-placeholder,
.cid-syrZhUvHAT .field-input:focus::-webkit-input-placeholder,
.cid-syrZhUvHAT .form-control:hover::-webkit-input-placeholder,
.cid-syrZhUvHAT .field-input:hover::-webkit-input-placeholder,
.cid-syrZhUvHAT .form-control:focus::-webkit-input-placeholder,
.cid-syrZhUvHAT .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-syrZhUvHAT .form-control:hover:-moz-placeholder,
.cid-syrZhUvHAT .field-input:hover:-moz-placeholder,
.cid-syrZhUvHAT .form-control:focus:-moz-placeholder,
.cid-syrZhUvHAT .field-input:focus:-moz-placeholder,
.cid-syrZhUvHAT .form-control:hover:-moz-placeholder,
.cid-syrZhUvHAT .field-input:hover:-moz-placeholder,
.cid-syrZhUvHAT .form-control:focus:-moz-placeholder,
.cid-syrZhUvHAT .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-syrZhUvHAT .jq-number__spin:hover,
.cid-syrZhUvHAT .jq-number__spin:focus {
  background-color: #f3c649;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-syrZhUvHAT .jq-number__spin {
  background-color: #ffffff;
  border-color: #90a878;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syrZhUvHAT .jq-selectbox li,
.cid-syrZhUvHAT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-syrZhUvHAT .jq-selectbox li:hover,
.cid-syrZhUvHAT .jq-selectbox li.selected {
  background-color: #f3c649;
  color: #000000;
}
.cid-syrZhUvHAT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syrZhUvHAT .jq-number__spin.minus:hover:after,
.cid-syrZhUvHAT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-syrZhUvHAT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syrZhUvHAT .jq-number__spin.minus:after,
.cid-syrZhUvHAT .jq-number__spin.plus:after {
  border-top-color: #f3c649;
  border-bottom-color: #f3c649;
}
.cid-syrZhUvHAT input::-webkit-clear-button {
  display: none;
}
.cid-syrZhUvHAT input::-webkit-inner-spin-button {
  display: none;
}
.cid-syrZhUvHAT input::-webkit-outer-spin-button {
  display: none;
}
.cid-syrZhUvHAT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-syrZhUvHAT DIV {
  font-size: 30px;
}
.cid-syrZhUvHAT H4 {
  font-size: 30px;
  color: #ffffff;
}
.cid-syrZhUvHAT .btn {
  font-size: 18px;
}
#extFeatures5-j5 .mbr-iconfont-features4 {
  color: #f3c649 !important;
}
#extFeatures5-j5 .wraper {
  border-color: #f3c649 !important;
}
#extFeatures5-j5 H4 {
  font-size: 24px;
  color: #ffffff;
}
#extFeatures5-j5 .card-subtitle DIV {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#extFeatures5-j5 .card-subtitle {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#extFeatures5-j5 .card-subtitle SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#footer1-ei P {
  color: #ffffff;
  font-size: 16px;
}




#ext_menu-f1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-f1 .navbar-caption {
  color: #ffffff;
}
#ext_menu-f1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-f1 .close-icon::before,
#ext_menu-f1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-f1 .link,
#ext_menu-f1 .dropdown-item {
  color: #ffffff;
}
#ext_menu-f1 .link {
  font-size: 0.95rem;
}
#ext_menu-f1 .dropdown-item,
#ext_menu-f1 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-f1 .link:hover,
#ext_menu-f1 .dropdown-item:hover,
#ext_menu-f1 .link:focus,
#ext_menu-f1 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-f1 .link[aria-expanded="true"],
#ext_menu-f1 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-f1 .nav-dropdown-sm .link:focus,
#ext_menu-f1 .nav-dropdown-sm .link:hover,
#ext_menu-f1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-f1 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-f1 .navbar,
#ext_menu-f1 .nav-dropdown-sm,
#ext_menu-f1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-f1 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-f1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-f1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-f1 .bg-color.transparent.opened .link:hover,
#ext_menu-f1 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-f1 .link[aria-expanded="true"],
#ext_menu-f1 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-f1 .btn {
  font-size: 16px;
}
#content5-f2 .mbr-section-title,
#content5-f2 p {
  color: #fff;
}
#content1-f3 H1 {
  text-align: left;
}
#content1-f3 H2 {
  color: #b8312f;
  font-size: 36px;
}
#content1-f3 H3 {
  font-size: 36px;
}
#content1-f3 DIV {
  text-align: left;
}
#msg-box2-f5 .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
}
#msg-box2-f5 .mbr-section-subtitle {
  color: #faaf40;
  font-size: 30px;
}
#msg-box2-f5 .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-f6 .mbr-section-title,
#social-buttons4-f6 .btn-social {
  color: #fff;
}
#social-buttons4-f6 .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-f6 .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-f7 P {
  color: #ffffff;
  font-size: 16px;
}





#ext_menu-f8 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-f8 .navbar-caption {
  color: #ffffff;
}
#ext_menu-f8 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-f8 .close-icon::before,
#ext_menu-f8 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-f8 .link,
#ext_menu-f8 .dropdown-item {
  color: #ffffff;
}
#ext_menu-f8 .link {
  font-size: 1rem;
}
#ext_menu-f8 .dropdown-item,
#ext_menu-f8 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-f8 .link:hover,
#ext_menu-f8 .dropdown-item:hover,
#ext_menu-f8 .link:focus,
#ext_menu-f8 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-f8 .link[aria-expanded="true"],
#ext_menu-f8 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-f8 .nav-dropdown-sm .link:focus,
#ext_menu-f8 .nav-dropdown-sm .link:hover,
#ext_menu-f8 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-f8 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-f8 .navbar,
#ext_menu-f8 .nav-dropdown-sm,
#ext_menu-f8 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-f8 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-f8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-f8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-f8 .bg-color.transparent.opened .link:hover,
#ext_menu-f8 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-f8 .link[aria-expanded="true"],
#ext_menu-f8 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-f8 .btn {
  font-size: 16px;
}
#content5-f9 .mbr-section-title,
#content5-f9 p {
  color: #fff;
}
#content5-f9 P {
  font-size: 25px;
}
#content5-f9 .mbr-section-title {
  font-size: 32px;
}
#content1-fa H1 {
  text-align: left;
}
#content1-fa H2 {
  color: #b8312f;
  font-size: 25px;
}
#content1-fa H3 {
  font-size: 20px;
}
#content1-fa H4 {
  font-size: 18px;
}
#header3-fb .mbr-section-title,
#header3-fb .mbr-section-subtitle {
  text-align: center;
}
#header3-fb SMALL {
  font-size: 25px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-fb H3 {
  font-size: 30px;
  color: #28324e;
}
#header3-fb SPAN {
  font-size: 30px;
}
#header3-fb .mbr-section-title {
  text-align: left;
  font-size: 24px;
}
#header3-fb .mbr-section-subtitle {
  text-align: left;
}
#content1-fc P {
  font-size: 20px;
}
#content1-fc UL {
  font-size: 19px;
}
#content1-fc DIV {
  font-size: 20px;
  color: #28324e;
}
#header3-ff .mbr-section-title,
#header3-ff .mbr-section-subtitle {
  text-align: center;
}
#content5-fg .mbr-section-title,
#content5-fg p {
  color: #fff;
}
#content5-fg .mbr-section-title {
  font-size: 36px;
}
#content5-fg P {
  font-size: 36px;
}
#msg-box2-fh .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: center;
}
#msg-box2-fh .mbr-section-subtitle {
  color: #faaf40;
  font-size: 32px;
}
#msg-box2-fh .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-fi .mbr-section-title,
#social-buttons4-fi .btn-social {
  color: #fff;
}
#social-buttons4-fi .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-fi .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-fj P {
  color: #ffffff;
  font-size: 16px;
}






#ext_menu-fk .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-fk .navbar-caption {
  color: #ffffff;
}
#ext_menu-fk .navbar-toggler {
  color: #ffffff;
}
#ext_menu-fk .close-icon::before,
#ext_menu-fk .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-fk .link,
#ext_menu-fk .dropdown-item {
  color: #ffffff;
}
#ext_menu-fk .link {
  font-size: 1rem;
}
#ext_menu-fk .dropdown-item,
#ext_menu-fk .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-fk .link:hover,
#ext_menu-fk .dropdown-item:hover,
#ext_menu-fk .link:focus,
#ext_menu-fk .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-fk .link[aria-expanded="true"],
#ext_menu-fk .dropdown-menu {
  background: #171c2c;
}
#ext_menu-fk .nav-dropdown-sm .link:focus,
#ext_menu-fk .nav-dropdown-sm .link:hover,
#ext_menu-fk .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-fk .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-fk .navbar,
#ext_menu-fk .nav-dropdown-sm,
#ext_menu-fk .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-fk .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-fk .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-fk .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-fk .bg-color.transparent.opened .link:hover,
#ext_menu-fk .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-fk .link[aria-expanded="true"],
#ext_menu-fk .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-fk .btn {
  font-size: 16px;
}
#content5-fl .mbr-section-title,
#content5-fl p {
  color: #fff;
}
#content5-fl P {
  font-size: 32px;
}
#content5-fl .mbr-section-title {
  font-size: 36px;
}
#content1-fm H1 {
  text-align: left;
}
#content1-fm H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-fm H3 {
  font-size: 20px;
}
#content1-fm H4 {
  font-size: 18px;
}
#header3-fn .mbr-section-title,
#header3-fn .mbr-section-subtitle {
  text-align: center;
}
#header3-fn SMALL {
  font-size: 25px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-fn H3 {
  font-size: 30px;
  color: #28324e;
}
#header3-fn SPAN {
  font-size: 30px;
}
#content1-fo P {
  font-size: 19px;
}
#content1-fo UL {
  font-size: 19px;
}
#content1-fo DIV {
  font-size: 20px;
  color: #28324e;
}
#content1-fp H4 {
  font-size: 22px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#content5-fq .mbr-section-title,
#content5-fq p {
  color: #fff;
}
#content5-fq P {
  font-size: 30px;
  color: #ffffff;
}
#content5-fq .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#header3-fr .mbr-section-title,
#header3-fr .mbr-section-subtitle {
  text-align: center;
}
#content5-fs .mbr-section-title,
#content5-fs p {
  color: #fff;
}
#content5-fs .mbr-section-title {
  font-size: 32px;
}
#content5-fs P {
  font-size: 36px;
}
#msg-box2-ft .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: center;
}
#msg-box2-ft .mbr-section-subtitle {
  color: #faaf40;
  font-size: 32px;
}
#msg-box2-ft .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-fu .mbr-section-title,
#social-buttons4-fu .btn-social {
  color: #fff;
}
#social-buttons4-fu .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-fu .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-fv P {
  color: #ffffff;
  font-size: 16px;
}








#ext_menu-gn .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-gn .navbar-caption {
  color: #ffffff;
}
#ext_menu-gn .navbar-toggler {
  color: #ffffff;
}
#ext_menu-gn .close-icon::before,
#ext_menu-gn .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-gn .link,
#ext_menu-gn .dropdown-item {
  color: #ffffff;
}
#ext_menu-gn .link {
  font-size: 0.95rem;
}
#ext_menu-gn .dropdown-item,
#ext_menu-gn .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-gn .link:hover,
#ext_menu-gn .dropdown-item:hover,
#ext_menu-gn .link:focus,
#ext_menu-gn .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-gn .link[aria-expanded="true"],
#ext_menu-gn .dropdown-menu {
  background: #171c2c;
}
#ext_menu-gn .nav-dropdown-sm .link:focus,
#ext_menu-gn .nav-dropdown-sm .link:hover,
#ext_menu-gn .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-gn .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-gn .navbar,
#ext_menu-gn .nav-dropdown-sm,
#ext_menu-gn .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-gn .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-gn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-gn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-gn .bg-color.transparent.opened .link:hover,
#ext_menu-gn .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-gn .link[aria-expanded="true"],
#ext_menu-gn .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-gn .btn {
  font-size: 16px;
}
#content5-gq .mbr-section-title,
#content5-gq .lead {
  color: #fff;
}
#content5-gq .mbr-section-title {
  font-size: 32px;
}
#content5-gq .lead {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#content5-gq .lead P {
  font-size: 30px;
}
#content1-gr P {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}
#header3-gs .mbr-section-title,
#header3-gs .mbr-section-subtitle {
  text-align: center;
}
#header3-gs .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #b8312f;
}
#header3-gs .mbr-section-subtitle SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#header3-gs .mbr-section-subtitle {
  color: #28324e;
}
#header1-gv .mbr-section-title DIV {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
}
#header1-gv .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#header1-gv .mbr-section-title SPAN {
  font-size: 60px;
}
#header1-gv .mbr-section-lead SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#header1-gv .btn {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}









#ext_menu-i6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-i6 .navbar-caption {
  color: #ffffff;
}
#ext_menu-i6 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-i6 .close-icon::before,
#ext_menu-i6 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-i6 .link,
#ext_menu-i6 .dropdown-item {
  color: #ffffff;
}
#ext_menu-i6 .link {
  font-size: 0.95rem;
}
#ext_menu-i6 .dropdown-item,
#ext_menu-i6 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-i6 .link:hover,
#ext_menu-i6 .dropdown-item:hover,
#ext_menu-i6 .link:focus,
#ext_menu-i6 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-i6 .link[aria-expanded="true"],
#ext_menu-i6 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-i6 .nav-dropdown-sm .link:focus,
#ext_menu-i6 .nav-dropdown-sm .link:hover,
#ext_menu-i6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-i6 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-i6 .navbar,
#ext_menu-i6 .nav-dropdown-sm,
#ext_menu-i6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-i6 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-i6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-i6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-i6 .bg-color.transparent.opened .link:hover,
#ext_menu-i6 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-i6 .link[aria-expanded="true"],
#ext_menu-i6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-i6 .btn {
  font-size: 16px;
}
#content5-i7 .mbr-section-title,
#content5-i7 p {
  color: #fff;
}
#content5-i7 .mbr-section-title {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#content7-ie .lead P {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
#content7-ie .lead {
  color: #efefef;
}
#msg-box6-kx h3,
#msg-box6-kx p {
  color: #fff;
}
#msg-box6-kx B {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
}
#msg-box6-kx H3 {
  color: #b91c1a;
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#msg-box6-kx P {
  color: #000000;
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}
#msg-box6-kx .btn {
  font-size: 23px;
  font-family: 'Oswald', sans-serif;
}
#form2-i9 .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-i9 .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-i9 .btn {
  font-size: 17px;
}
#social-buttons4-ia .mbr-section-title,
#social-buttons4-ia .btn-social {
  color: #fff;
}
#social-buttons4-ia .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-ia .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-ib P {
  color: #ffffff;
  font-size: 16px;
}










#ext_menu-ii .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-ii .navbar-caption {
  color: #ffffff;
}
#ext_menu-ii .navbar-toggler {
  color: #ffffff;
}
#ext_menu-ii .close-icon::before,
#ext_menu-ii .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-ii .link,
#ext_menu-ii .dropdown-item {
  color: #ffffff;
}
#ext_menu-ii .link {
  font-size: 0.95rem;
}
#ext_menu-ii .dropdown-item,
#ext_menu-ii .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-ii .link:hover,
#ext_menu-ii .dropdown-item:hover,
#ext_menu-ii .link:focus,
#ext_menu-ii .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-ii .link[aria-expanded="true"],
#ext_menu-ii .dropdown-menu {
  background: #171c2c;
}
#ext_menu-ii .nav-dropdown-sm .link:focus,
#ext_menu-ii .nav-dropdown-sm .link:hover,
#ext_menu-ii .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-ii .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-ii .navbar,
#ext_menu-ii .nav-dropdown-sm,
#ext_menu-ii .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-ii .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-ii .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-ii .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-ii .bg-color.transparent.opened .link:hover,
#ext_menu-ii .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-ii .link[aria-expanded="true"],
#ext_menu-ii .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-ii .btn {
  font-size: 16px;
}
#extFeatures7-ir H5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
}
#extFeatures7-ir SPAN {
  font-size: 22px;
}
#extFeatures7-ir .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #b8312f;
}
#extFeatures7-is H5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #000000;
}
#extFeatures7-is SPAN {
  font-size: 22px;
}
#extFeatures7-is .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #b8312f;
}
#extFeatures9-iv H5 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}
#extFeatures9-iv H4 {
  color: #bd955b;
}
#extFeatures9-iw H5 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}
#extFeatures9-jz H5 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}
#extFeatures9-k0 H5 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}
#social-buttons4-il .mbr-section-title,
#social-buttons4-il .btn-social {
  color: #fff;
}
#social-buttons4-il .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-il .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-im P {
  color: #ffffff;
  font-size: 16px;
}








#ext_menu-j6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-j6 .navbar-caption {
  color: #ffffff;
}
#ext_menu-j6 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-j6 .close-icon::before,
#ext_menu-j6 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-j6 .link,
#ext_menu-j6 .dropdown-item {
  color: #ffffff;
}
#ext_menu-j6 .link {
  font-size: 1rem;
}
#ext_menu-j6 .dropdown-item,
#ext_menu-j6 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-j6 .link:hover,
#ext_menu-j6 .dropdown-item:hover,
#ext_menu-j6 .link:focus,
#ext_menu-j6 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-j6 .link[aria-expanded="true"],
#ext_menu-j6 .dropdown-menu {
  background: #171c2c;
}
#ext_menu-j6 .nav-dropdown-sm .link:focus,
#ext_menu-j6 .nav-dropdown-sm .link:hover,
#ext_menu-j6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-j6 .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-j6 .navbar,
#ext_menu-j6 .nav-dropdown-sm,
#ext_menu-j6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-j6 .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-j6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-j6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-j6 .bg-color.transparent.opened .link:hover,
#ext_menu-j6 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-j6 .link[aria-expanded="true"],
#ext_menu-j6 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-j6 .btn {
  font-size: 16px;
}
#content5-j7 {
  
}
#content5-j7 .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
}
#content5-j7 .lead {
  color: #ffffff;
}
#content5-j7 .lead P {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#content5-j7 .mbr-section-title,
#content5-j7 p {
  color: #fff;
}
#content5-j7 P {
  font-size: 32px;
}
#content5-j7 .mbr-section-title {
  font-size: 46px;
  color: #b8312f;
}
#content5-j7 .lead P {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: left;
}
#content1-j9 H1 {
  text-align: left;
}
#content1-j9 H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-j9 H3 {
  font-size: 20px;
}
#content1-j9 H4 {
  font-size: 18px;
}
#header3-ja .mbr-section-title,
#header3-ja .mbr-section-subtitle {
  text-align: center;
}
#header3-ja SMALL {
  font-size: 25px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-ja H3 {
  font-size: 30px;
  color: #28324e;
}
#header3-ja SPAN {
  font-size: 30px;
}
#content1-jb P {
  font-size: 19px;
}
#content1-jb UL {
  font-size: 19px;
}
#content1-jb DIV {
  font-size: 20px;
  color: #28324e;
}
#content1-jc H4 {
  font-size: 22px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#content5-jd .mbr-section-title,
#content5-jd p {
  color: #fff;
}
#content5-jd P {
  font-size: 30px;
  color: #ffffff;
}
#content5-jd .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#header3-je .mbr-section-title,
#header3-je .mbr-section-subtitle {
  text-align: center;
}
#content5-jf .mbr-section-title,
#content5-jf p {
  color: #fff;
}
#content5-jf .mbr-section-title {
  font-size: 32px;
}
#content5-jf P {
  font-size: 36px;
}
#msg-box2-jg .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: center;
}
#msg-box2-jg .mbr-section-subtitle {
  color: #faaf40;
  font-size: 32px;
}
#msg-box2-jg .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-jh .mbr-section-title,
#social-buttons4-jh .btn-social {
  color: #fff;
}
#social-buttons4-jh .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-jh .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-ji P {
  color: #ffffff;
  font-size: 16px;
}







#ext_menu-bi .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-bi .navbar-caption {
  color: #ffffff;
}
#ext_menu-bi .navbar-toggler {
  color: #ffffff;
}
#ext_menu-bi .close-icon::before,
#ext_menu-bi .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-bi .link,
#ext_menu-bi .dropdown-item {
  color: #ffffff;
}
#ext_menu-bi .link {
  font-size: 1rem;
}
#ext_menu-bi .dropdown-item,
#ext_menu-bi .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-bi .link:hover,
#ext_menu-bi .dropdown-item:hover,
#ext_menu-bi .link:focus,
#ext_menu-bi .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-bi .link[aria-expanded="true"],
#ext_menu-bi .dropdown-menu {
  background: #171c2c;
}
#ext_menu-bi .nav-dropdown-sm .link:focus,
#ext_menu-bi .nav-dropdown-sm .link:hover,
#ext_menu-bi .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-bi .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-bi .navbar,
#ext_menu-bi .nav-dropdown-sm,
#ext_menu-bi .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-bi .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-bi .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-bi .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-bi .bg-color.transparent.opened .link:hover,
#ext_menu-bi .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-bi .link[aria-expanded="true"],
#ext_menu-bi .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-bi .btn {
  font-size: 16px;
}
#content5-bj {
  
}
#content5-bj .lead {
  color: #ffffff;
}
#content5-bj .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
#content5-bj .mbr-section-title {
  color: #ffffff;
}
#content5-bj .mbr-section-title,
#content5-bj p {
  color: #fff;
}
#content5-bj P {
  font-size: 32px;
}
#content5-bj .mbr-section-title {
  font-size: 46px;
  color: #b8312f;
}
#content5-bj .lead P {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: left;
}
#content1-bk H1 {
  text-align: left;
}
#content1-bk H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-bk H3 {
  font-size: 20px;
}
#content1-bk H4 {
  font-size: 18px;
}
#header3-bl .mbr-section-title,
#header3-bl .mbr-section-subtitle {
  text-align: center;
}
#header3-bl SMALL {
  font-size: 25px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-bl H3 {
  font-size: 30px;
  color: #28324e;
}
#header3-bl SPAN {
  font-size: 30px;
}
#content1-bm P {
  font-size: 19px;
}
#content1-bm UL {
  font-size: 19px;
}
#content1-bm DIV {
  font-size: 20px;
  color: #28324e;
}
#content1-bn H4 {
  font-size: 22px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#content5-bo .mbr-section-title,
#content5-bo p {
  color: #fff;
}
#content5-bo P {
  font-size: 30px;
  color: #ffffff;
}
#content5-bo .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#header3-bp .mbr-section-title,
#header3-bp .mbr-section-subtitle {
  text-align: center;
}
#content5-bq .mbr-section-title,
#content5-bq p {
  color: #fff;
}
#content5-bq .mbr-section-title {
  font-size: 32px;
}
#content5-bq P {
  font-size: 36px;
}
#msg-box2-br .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: center;
}
#msg-box2-br .mbr-section-subtitle {
  color: #faaf40;
  font-size: 32px;
}
#msg-box2-br .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-bs .mbr-section-title,
#social-buttons4-bs .btn-social {
  color: #fff;
}
#social-buttons4-bs .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-bs .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-bt P {
  color: #ffffff;
  font-size: 16px;
}






#ext_menu-kn .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-kn .navbar-caption {
  color: #ffffff;
}
#ext_menu-kn .navbar-toggler {
  color: #ffffff;
}
#ext_menu-kn .close-icon::before,
#ext_menu-kn .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-kn .link,
#ext_menu-kn .dropdown-item {
  color: #ffffff;
}
#ext_menu-kn .link {
  font-size: 0.95rem;
}
#ext_menu-kn .dropdown-item,
#ext_menu-kn .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-kn .link:hover,
#ext_menu-kn .dropdown-item:hover,
#ext_menu-kn .link:focus,
#ext_menu-kn .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-kn .link[aria-expanded="true"],
#ext_menu-kn .dropdown-menu {
  background: #171c2c;
}
#ext_menu-kn .nav-dropdown-sm .link:focus,
#ext_menu-kn .nav-dropdown-sm .link:hover,
#ext_menu-kn .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-kn .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-kn .navbar,
#ext_menu-kn .nav-dropdown-sm,
#ext_menu-kn .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-kn .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-kn .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-kn .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-kn .bg-color.transparent.opened .link:hover,
#ext_menu-kn .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-kn .link[aria-expanded="true"],
#ext_menu-kn .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-kn .btn {
  font-size: 16px;
}
#content5-ko .mbr-section-title,
#content5-ko p {
  color: #fff;
}
#content5-ko .mbr-section-title {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#content7-kp .lead P {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
#content7-kp .lead {
  color: #efefef;
}
#content7-kq .lead P {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: center;
}
#form2-ks .mbr-section-title {
  color: #fff;
  font-size: 36px;
  font-family: 'Oxygen', sans-serif;
}
#form2-ks .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-ks .btn {
  font-size: 17px;
}
#social-buttons4-kt .mbr-section-title,
#social-buttons4-kt .btn-social {
  color: #fff;
}
#social-buttons4-kt .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-kt .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-ku P {
  color: #ffffff;
  font-size: 16px;
}


#extFeatures9-km .mbr-section-subtitle {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#extFeatures9-km .mbr-section-title {
  color: #ffffff;
}
#extFeatures9-km H4 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#extFeatures9-km .mbr-section-subtitle SPAN {
  font-size: 46px;
  color: #ffffff;
}





#ext_menu-ka .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-ka .navbar-caption {
  color: #ffffff;
}
#ext_menu-ka .navbar-toggler {
  color: #ffffff;
}
#ext_menu-ka .close-icon::before,
#ext_menu-ka .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-ka .link,
#ext_menu-ka .dropdown-item {
  color: #ffffff;
}
#ext_menu-ka .link {
  font-size: 1rem;
}
#ext_menu-ka .dropdown-item,
#ext_menu-ka .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-ka .link:hover,
#ext_menu-ka .dropdown-item:hover,
#ext_menu-ka .link:focus,
#ext_menu-ka .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-ka .link[aria-expanded="true"],
#ext_menu-ka .dropdown-menu {
  background: #171c2c;
}
#ext_menu-ka .nav-dropdown-sm .link:focus,
#ext_menu-ka .nav-dropdown-sm .link:hover,
#ext_menu-ka .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-ka .nav-dropdown-sm .dropdown-item:hover {
  background: #232c44!important;
}
#ext_menu-ka .navbar,
#ext_menu-ka .nav-dropdown-sm,
#ext_menu-ka .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-ka .nav-dropdown-sm .dropdown-menu {
  background: #28324e;
}
#ext_menu-ka .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-ka .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-ka .bg-color.transparent.opened .link:hover,
#ext_menu-ka .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-ka .link[aria-expanded="true"],
#ext_menu-ka .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#ext_menu-ka .btn {
  font-size: 16px;
}
#content5-kb {
  
}
#content5-kb .lead {
  color: #ffffff;
}
#content5-kb .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
#content5-kb .mbr-section-title {
  color: #ffffff;
}
#content5-kb .mbr-section-title,
#content5-kb p {
  color: #fff;
}
#content5-kb P {
  font-size: 32px;
}
#content5-kb .mbr-section-title {
  font-size: 46px;
  color: #b8312f;
}
#content5-kb .lead P {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: left;
}
#content1-kc H1 {
  text-align: left;
}
#content1-kc H2 {
  color: #b8312f;
  font-size: 30px;
}
#content1-kc H3 {
  font-size: 20px;
}
#content1-kc H4 {
  font-size: 18px;
}
#header3-kd .mbr-section-title,
#header3-kd .mbr-section-subtitle {
  text-align: center;
}
#header3-kd SMALL {
  font-size: 25px;
  font-family: 'Bitter', serif;
  color: #28324e;
}
#header3-kd H3 {
  font-size: 30px;
  color: #28324e;
}
#header3-kd SPAN {
  font-size: 30px;
}
#content1-ke P {
  font-size: 19px;
}
#content1-ke UL {
  font-size: 19px;
}
#content1-ke DIV {
  font-size: 20px;
  color: #28324e;
}
#content1-kf H4 {
  font-size: 22px;
  color: #28324e;
  font-family: 'Roboto', sans-serif;
}
#content5-kg .mbr-section-title,
#content5-kg p {
  color: #fff;
}
#content5-kg P {
  font-size: 30px;
  color: #ffffff;
}
#content5-kg .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#header3-kh .mbr-section-title,
#header3-kh .mbr-section-subtitle {
  text-align: center;
}
#content5-ki .mbr-section-title,
#content5-ki p {
  color: #fff;
}
#content5-ki .mbr-section-title {
  font-size: 32px;
}
#content5-ki P {
  font-size: 36px;
}
#msg-box2-kj .mbr-section-title {
  color: #fff;
  font-size: 46px;
  font-family: 'Indie Flower', cursive;
  text-align: center;
}
#msg-box2-kj .mbr-section-subtitle {
  color: #faaf40;
  font-size: 32px;
}
#msg-box2-kj .btn {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#social-buttons4-kk {
  
  
}
#social-buttons4-kk .mbr-section-title,
#social-buttons4-kk .btn-social {
  color: #fff;
}
#social-buttons4-kk .mbr-section-title {
  font-size: 60px;
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-kk .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
#footer1-kl P {
  color: #ffffff;
  font-size: 16px;
}
