@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);





body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Roboto Slab', 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: 'Roboto Slab', serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Roboto Slab', serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Roboto Slab', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #faaf40 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #4986ca !important;
}
.bg-warning {
  background-color: #caa93e !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #faaf40;
  border-color: #faaf40;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #e78d06;
  border-color: #e78d06;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e78d06 !important;
  border-color: #e78d06 !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: #4986ca;
  border-color: #4986ca;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #2d609a;
  border-color: #2d609a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d609a !important;
  border-color: #2d609a !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: #caa93e;
  border-color: #caa93e;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #937a28;
  border-color: #937a28;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #937a28 !important;
  border-color: #937a28 !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #cf7d05;
  color: #cf7d05;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #faaf40;
  border-color: #faaf40;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #faaf40 !important;
  border-color: #faaf40 !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: #275486;
  color: #275486;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4986ca;
  border-color: #4986ca;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4986ca !important;
  border-color: #4986ca !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: #7f6923;
  color: #7f6923;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #caa93e;
  border-color: #caa93e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #caa93e !important;
  border-color: #caa93e !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #faaf40 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #4986ca !important;
}
.text-warning {
  color: #caa93e !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #4986ca;
}
.alert-warning {
  background-color: #caa93e;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #faaf40;
}
.btn-social:hover {
  background: #faaf40;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #faaf40;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #faaf40;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #faaf40;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #faaf40;
}
.lead a,
.lead a:hover {
  color: #faaf40;
}
.lead blockquote {
  border-color: #faaf40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e7eff8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f0de;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #faaf40;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Roboto Slab', serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Roboto Slab', serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Roboto Slab', serif;
}
.features6 .description {
  font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
  font-family: 'Roboto Slab', serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #faaf40;
}
.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: 'Roboto Slab', 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: 'Roboto Slab', serif;
}
.extHeader11 .container span {
  font-family: 'Roboto Slab', serif;
}
.extHeader11 .container p.element {
  font-family: 'Roboto Slab', serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Roboto Slab', serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Roboto Slab', serif;
}
.extHeader13 .number {
  font-family: 'Roboto Slab', serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Roboto Slab', serif;
}
.extFeatures .feature-title {
  font-family: 'Roboto Slab', serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Roboto Slab', serif;
}
.extFeatures3 .border-wrap {
  border-color: #faaf40;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Roboto Slab', serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Roboto Slab', serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Roboto Slab', serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #faaf40;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #faaf40;
}
.extCounters2 h4 {
  font-family: 'Roboto Slab', serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Roboto Slab', serif;
}
.extCounters3 .counter-title {
  font-family: 'Roboto Slab', serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #faaf40;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #faaf40;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #faaf40;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Roboto Slab', serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Roboto Slab', serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #faaf40;
}
.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: #faaf40;
}
.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: #faaf40;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #faaf40;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #faaf40;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Roboto Slab', serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Roboto Slab', serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Roboto Slab', serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Roboto Slab', serif;
}
.extMenu1 span.icon a:hover {
  color: #faaf40 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #faaf40;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #faaf40;
}
.theme-border {
  border: 1px solid #faaf40;
}
#msg-box7-7c .mbr-section-title,
#msg-box7-7c .lead p {
  color: #fff;
}
#msg-box7-7c H3 {
  color: #faaf40;
}
#msg-box7-7c P {
  font-size: 21px;
}
#content7-10 H2 {
  color: #faaf40;
}
#content7-10 H4 {
  color: #faaf40;
}
#content7-10 P {
  font-size: 17px;
}
#header3-11 .mbr-section-title,
#header3-11 .mbr-section-subtitle {
  text-align: center;
}
#header3-11 H3 {
  font-size: 36px;
  color: #faaf40;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#msg-box4-16 H3 {
  color: #c6edfd;
  font-size: 60px;
}
#msg-box4-16 P {
  font-size: 24px;
  color: #cccccc;
}
#msg-box4-16 .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#content7-17 H2 {
  color: #faaf40;
}
#content7-17 H4 {
  color: #3d8eb9;
}
#header3-18 .mbr-section-title,
#header3-18 .mbr-section-subtitle {
  text-align: center;
}
#header3-18 H3 {
  font-size: 36px;
  color: #3d8eb9;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#msg-box4-6g P {
  font-family: 'Lora', serif;
  font-size: 23px;
  color: #ffe88d;
}
#msg-box4-6g H3 {
  color: #fff3c5;
}
#content7-1v DIV {
  color: #ff0ca7;
}
#content7-1v P {
  color: #000000;
  text-align: left;
}
#content7-1v H4 {
  color: #475577;
}
#content7-1v UL {
  color: #2969b0;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#msg-box5-2u H3 {
  color: #ace1fd;
}
#msg-box5-2u P {
  color: #efefef;
  font-size: 21px;
}
#msg-box5-2u SPAN {
  color: #ace1fd;
}
#content7-2q DIV {
  color: #000000;
}
#content7-2q P {
  color: #000000;
  text-align: left;
}
#content7-2q H4 {
  color: #040a59;
}
#extTestimonials5-7o .mbr-section-title {
  color: #c0a375;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#extTestimonials5-7o .mbr-section-subtitle {
  color: #c1c1c1;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}


#msg-box5-4d P {
  color: #efefef;
  font-size: 20px;
}
#msg-box5-4d H3 {
  color: #faaf40;
}
#content2-4b BLOCKQUOTE {
  color: #c0a375;
  font-size: 18px;
}
#header3-4e .mbr-section-title,
#header3-4e .mbr-section-subtitle {
  text-align: center;
}
#header3-4e H3 {
  text-align: right;
  font-size: 36px;
  color: #863619;
}
#extFeatures12-49 .card-number {
  color: #faaf40;
}
#extFeatures12-49 .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-49 .wraper {
  border-color: undefined !important;
}
#extFeatures12-49 H3 {
  color: #863619;
}
#extFeatures12-49 .card-subtitle {
  color: #565656;
}
#extTestimonials4-4i .card-block p {
  font-size: 15px;
}
#extTestimonials4-4i .card-block P {
  font-size: 18px;
  color: #863619;
}
#extTestimonials4-4i .card-footer > div {
  color: #c0a375;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}


#msg-box4-4z H3 {
  color: #ffffff;
  text-align: left;
}
#header3-50 .mbr-section-title,
#header3-50 .mbr-section-subtitle {
  text-align: center;
}
#header3-50 H3 {
  color: #86193a;
}
#header3-50 SMALL {
  font-size: 20px;
  color: #28324e;
}
#content7-51 DIV {
  color: #000000;
}
#content7-51 P {
  color: #000000;
  text-align: left;
}
#content7-51 H4 {
  color: #8c193c;
}
#header3-52 .mbr-section-title,
#header3-52 .mbr-section-subtitle {
  text-align: center;
}
#header3-52 H3 {
  font-size: 36px;
  color: #86193a;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#msg-box4-67 H3 {
  color: #fc7b6b;
  font-size: 46px;
}
#msg-box4-67 P {
  font-size: 24px;
  color: #efefef;
}
#msg-box4-67 .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#content7-5s DIV {
  color: #ff0ca7;
}
#content7-5s P {
  color: #000000;
  text-align: left;
}
#content7-5s H4 {
  color: #475577;
}
#header3-5t .mbr-section-title,
#header3-5t .mbr-section-subtitle {
  text-align: center;
}
#header3-5t H3 {
  font-size: 36px;
  color: #86193a;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#msg-box4-6b H3 {
  color: #ff6f5d;
  font-size: 46px;
}
#msg-box4-6b P {
  font-size: 24px;
  color: #efefef;
}
#msg-box4-6b .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#content7-6c DIV {
  color: #000000;
}
#content7-6c P {
  color: #000000;
  text-align: left;
}
#content7-6c H4 {
  color: #8c193c;
}
#header3-6d .mbr-section-title,
#header3-6d .mbr-section-subtitle {
  text-align: center;
}
#header3-6d H3 {
  font-size: 36px;
  color: #86193a;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#msg-box4-7r H3 {
  color: #f9e594;
  font-size: 48px;
}
#msg-box4-7r P {
  font-size: 24px;
  color: #f7efcd;
}
#msg-box4-7r .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#content7-7s H2 {
  color: #faaf40;
}
#content7-7s H4 {
  color: #3d8eb9;
}
#header3-7x .mbr-section-title,
#header3-7x .mbr-section-subtitle {
  text-align: center;
}
#header3-7x H3 {
  font-size: 36px;
  color: #040a59;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}









#msg-box4-89 H3 {
  color: #faaf40;
  font-size: 48px;
}
#msg-box4-89 P {
  font-size: 24px;
  color: #f7efcd;
}
#msg-box4-89 .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#content1-8e P {
  font-family: 'Roboto Slab', serif;
}
#msg-box5-8f H3 {
  color: #faaf40;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}
#msg-box5-8f P {
  font-size: 16px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures7-8g P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
#extFeatures7-8g .mbr-section-title {
  font-size: 36px;
  color: #fac51c;
  text-align: left;
}
#extFeatures7-8g H4 {
  color: #fac51c;
  font-size: 22px;
}
#msg-box5-8i H3 {
  color: #faaf40;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}
#msg-box5-8i P {
  font-size: 16px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}



#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}
#header3-8n .mbr-section-title,
#header3-8n .mbr-section-subtitle {
  text-align: center;
}
#header3-8n H3 {
  color: #4986bc;
  font-size: 30px;
}
#header2-8o H3 {
  font-size: 46px;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
}
#header2-8o P {
  color: #fdf6da;
  text-align: right;
  font-size: 17px;
}
#header2-8o SPAN {
  color: #fdf6da;
  font-size: 36px;
}











#extHeader17-9v H3 {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
}
#extHeader17-9v I {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
}
#menu-9a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9a .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-9a .navbar-toggler {
  color: #efefef;
}
#menu-9a .link,
#menu-9a .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-9a .link {
  font-size: 0.9rem;
}
#menu-9a .dropdown-item,
#menu-9a .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-9a .link:hover,
#menu-9a .dropdown-item:hover,
#menu-9a .link:focus,
#menu-9a .dropdown-item:focus {
  color: #faaf40;
}
#menu-9a .link[aria-expanded="true"],
#menu-9a .dropdown-menu {
  background: #396c99;
}
#menu-9a .nav-dropdown-sm .link:focus,
#menu-9a .nav-dropdown-sm .link:hover,
#menu-9a .nav-dropdown-sm .dropdown-item:focus,
#menu-9a .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-9a .navbar,
#menu-9a .nav-dropdown-sm,
#menu-9a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9a .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-9a .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-9a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9a .bg-color.transparent.opened .link:hover,
#menu-9a .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-9a .link[aria-expanded="true"],
#menu-9a .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-9a.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-9a .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-9a .close-icon::before,
#menu-9a .close-icon::after {
  background-color: #efefef;
}
#header3-9y .mbr-section-title,
#header3-9y .mbr-section-subtitle {
  text-align: center;
}
#header3-9y .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  text-align: left;
}
#content1-9z P {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#header3-a0 .mbr-section-title,
#header3-a0 .mbr-section-subtitle {
  text-align: center;
}
#header3-a0 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  text-align: left;
  color: #463f3b;
}
#content1-a2 P {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#header3-a1 .mbr-section-title,
#header3-a1 .mbr-section-subtitle {
  text-align: center;
}
#header3-a1 .mbr-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  text-align: left;
  color: #463f3b;
}
#content1-a3 P {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#features3-ad H4 {
  color: #ffffff;
}
#extFeatures11-ac .date P {
  color: #faaf40;
}
#extFeatures11-ac H4 {
  color: #ffffff;
}
#extFeatures11-ac .mbr-section-title {
  font-family: 'Roboto', sans-serif;
}
#extFeatures11-ac .mbr-section-subtitle {
  font-size: 20px;
}



#menu-ar .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ar .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-ar .navbar-toggler {
  color: #efefef;
}
#menu-ar .link,
#menu-ar .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-ar .link {
  font-size: 0.9rem;
}
#menu-ar .dropdown-item,
#menu-ar .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-ar .link:hover,
#menu-ar .dropdown-item:hover,
#menu-ar .link:focus,
#menu-ar .dropdown-item:focus {
  color: #faaf40;
}
#menu-ar .link[aria-expanded="true"],
#menu-ar .dropdown-menu {
  background: #396c99;
}
#menu-ar .nav-dropdown-sm .link:focus,
#menu-ar .nav-dropdown-sm .link:hover,
#menu-ar .nav-dropdown-sm .dropdown-item:focus,
#menu-ar .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-ar .navbar,
#menu-ar .nav-dropdown-sm,
#menu-ar .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ar .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-ar .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-ar .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ar .bg-color.transparent.opened .link:hover,
#menu-ar .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-ar .link[aria-expanded="true"],
#menu-ar .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-ar.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-ar .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-ar .close-icon::before,
#menu-ar .close-icon::after {
  background-color: #efefef;
}
#header3-au .mbr-section-title,
#header3-au .mbr-section-subtitle {
  text-align: center;
}
#header3-au H3 {
  color: #4986bc;
  font-size: 30px;
}
#header3-av .mbr-section-title,
#header3-av .mbr-section-subtitle {
  text-align: center;
}
#header3-av H3 {
  color: #4986bc;
  font-size: 30px;
}
#extHeader8-at H3 {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  color: #fff1b6;
}
#extHeader8-at P {
  color: #ffffff;
}




#slider-73 SPAN {
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
  text-align: right;
}
#slider-73 H2 {
  color: #faaf40;
  font-size: 60px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#slider-73 P {
  text-align: left;
  font-size: 24px;
}
#menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-88 .navbar-toggler {
  color: #efefef;
}
#menu-88 .link,
#menu-88 .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-88 .link {
  font-size: 0.9rem;
}
#menu-88 .dropdown-item,
#menu-88 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-88 .link:hover,
#menu-88 .dropdown-item:hover,
#menu-88 .link:focus,
#menu-88 .dropdown-item:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-menu {
  background: #396c99;
}
#menu-88 .nav-dropdown-sm .link:focus,
#menu-88 .nav-dropdown-sm .link:hover,
#menu-88 .nav-dropdown-sm .dropdown-item:focus,
#menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-88 .navbar,
#menu-88 .nav-dropdown-sm,
#menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-88 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-88 .bg-color.transparent.opened .link:hover,
#menu-88 .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-88 .link[aria-expanded="true"],
#menu-88 .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-88.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-88 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-88 .close-icon::before,
#menu-88 .close-icon::after {
  background-color: #efefef;
}
#header3-74 .mbr-section-title,
#header3-74 .mbr-section-subtitle {
  text-align: center;
}
#header3-74 H3 {
  color: #4986bc;
  font-size: 30px;
}
#gallery4-6r .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 13px;
}




#slider-ae SPAN {
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
  text-align: right;
}
#slider-ae H2 {
  color: #faaf40;
  font-size: 60px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
#slider-ae P {
  text-align: left;
  font-size: 24px;
}
#menu-af .hide-buttons .nav-btn {
  display: none !important;
}
#menu-af .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
}
#menu-af .navbar-toggler {
  color: #efefef;
}
#menu-af .link,
#menu-af .dropdown-item {
  color: #efefef;
  font-family: 'Titillium Web', sans-serif;
}
#menu-af .link {
  font-size: 0.9rem;
}
#menu-af .dropdown-item,
#menu-af .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-af .link:hover,
#menu-af .dropdown-item:hover,
#menu-af .link:focus,
#menu-af .dropdown-item:focus {
  color: #faaf40;
}
#menu-af .link[aria-expanded="true"],
#menu-af .dropdown-menu {
  background: #396c99;
}
#menu-af .nav-dropdown-sm .link:focus,
#menu-af .nav-dropdown-sm .link:hover,
#menu-af .nav-dropdown-sm .dropdown-item:focus,
#menu-af .nav-dropdown-sm .dropdown-item:hover {
  background: #427eb4!important;
}
#menu-af .navbar,
#menu-af .nav-dropdown-sm,
#menu-af .nav-dropdown-sm .link[aria-expanded="true"],
#menu-af .nav-dropdown-sm .dropdown-menu {
  background: #4986bc;
}
#menu-af .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-af .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-af .bg-color.transparent.opened .link:hover,
#menu-af .bg-color.transparent.opened .link:focus {
  color: #faaf40;
}
#menu-af .link[aria-expanded="true"],
#menu-af .dropdown-item[aria-expanded="true"] {
  color: #faaf40!important;
}
#menu-af.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-af .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-af .close-icon::before,
#menu-af .close-icon::after {
  background-color: #efefef;
}
#header3-ag .mbr-section-title,
#header3-ag .mbr-section-subtitle {
  text-align: center;
}
#header3-ag H3 {
  color: #4986bc;
  font-size: 30px;
}
#gallery4-ah .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 13px;
}
