@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=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);






.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #5da841 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #5da841;
  border-color: #5da841;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #3e712c;
  border-color: #3e712c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e712c !important;
  border-color: #3e712c !important;
}
.btn-secondary {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !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: #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: #345e25;
  color: #345e25;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5da841;
  border-color: #5da841;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5da841 !important;
  border-color: #5da841 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !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: #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: #5da841 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #5da841;
}
.btn-social:hover {
  background: #5da841;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #5da841;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #5da841;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5da841;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5da841;
}
.lead a,
.lead a:hover {
  color: #5da841;
}
.lead blockquote {
  border-color: #5da841;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5d593;
}
.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: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #5da841;
}
.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;
}
#ext_menu-l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-l .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-l .navbar-toggler {
  color: #ffffff;
}
#ext_menu-l .close-icon::before,
#ext_menu-l .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-l .link,
#ext_menu-l .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-l .link {
  font-size: 0.8rem;
}
#ext_menu-l .dropdown-item,
#ext_menu-l .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-l .link:hover,
#ext_menu-l .dropdown-item:hover,
#ext_menu-l .link:focus,
#ext_menu-l .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-l .link[aria-expanded="true"],
#ext_menu-l .dropdown-menu {
  background: #498333;
}
#ext_menu-l .nav-dropdown-sm .link:focus,
#ext_menu-l .nav-dropdown-sm .link:hover,
#ext_menu-l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-l .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-l .navbar,
#ext_menu-l .nav-dropdown-sm,
#ext_menu-l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-l .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-l .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-l .bg-color.transparent.opened .link:hover,
#ext_menu-l .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-l .link[aria-expanded="true"],
#ext_menu-l .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-k .mbr-section-title {
  font-size: 60px;
}
#header1-k .mbr-section-lead {
  font-size: 22px;
}
#header2-m P {
  font-size: 20px;
}
#header3-n .mbr-section-title,
#header3-n .mbr-section-subtitle {
  text-align: center;
}
#header3-n H3 {
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
#header3-q .mbr-section-title,
#header3-q .mbr-section-subtitle {
  text-align: center;
}
#header3-q H3 {
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
#features1-r .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #5da841;
}
#features1-r .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
  font-size: 16px;
}
#features1-r .mbr-cards-col:nth-child(even) .card-title {
  font-size: 19px;
}
#features1-r .mbr-cards-col:nth-child(even) .card-subtitle {
  font-size: 16px;
}
#buttons1-s .btn {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#contacts1-t P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}








#ext_menu-54 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-54 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-54 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-54 .close-icon::before,
#ext_menu-54 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-54 .link,
#ext_menu-54 .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-54 .link {
  font-size: 0.8rem;
}
#ext_menu-54 .dropdown-item,
#ext_menu-54 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-54 .link:hover,
#ext_menu-54 .dropdown-item:hover,
#ext_menu-54 .link:focus,
#ext_menu-54 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-54 .link[aria-expanded="true"],
#ext_menu-54 .dropdown-menu {
  background: #498333;
}
#ext_menu-54 .nav-dropdown-sm .link:focus,
#ext_menu-54 .nav-dropdown-sm .link:hover,
#ext_menu-54 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-54 .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-54 .navbar,
#ext_menu-54 .nav-dropdown-sm,
#ext_menu-54 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-54 .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-54 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-54 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-54 .bg-color.transparent.opened .link:hover,
#ext_menu-54 .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-54 .link[aria-expanded="true"],
#ext_menu-54 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-58 .mbr-section-title {
  text-align: center;
}
#msg-box5-59 .btn {
  font-size: 14px;
  font-family: 'Droid Serif', serif;
}
#msg-box5-59 H3 {
  font-size: 36px;
}
#msg-box5-59 P {
  font-size: 16px;
  text-align: right;
}
#msg-box5-5a .btn {
  font-size: 14px;
  font-family: 'Droid Serif', serif;
}
#msg-box5-5a H3 {
  font-size: 36px;
}
#msg-box5-5b .btn {
  font-size: 14px;
  font-family: 'Droid Serif', serif;
}
#msg-box5-5b H3 {
  font-size: 36px;
}
#msg-box5-5b P {
  font-size: 16px;
}
#msg-box5-5d .btn {
  font-size: 14px;
  font-family: 'Droid Serif', serif;
}
#msg-box5-5d H3 {
  font-size: 36px;
}
#msg-box5-5e .btn {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-5e H3 {
  font-size: 32px;
}
#contacts1-55 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-5g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5g .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-5g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5g .close-icon::before,
#ext_menu-5g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5g .link,
#ext_menu-5g .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-5g .link {
  font-size: 0.8rem;
}
#ext_menu-5g .dropdown-item,
#ext_menu-5g .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-5g .link:hover,
#ext_menu-5g .dropdown-item:hover,
#ext_menu-5g .link:focus,
#ext_menu-5g .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-5g .link[aria-expanded="true"],
#ext_menu-5g .dropdown-menu {
  background: #498333;
}
#ext_menu-5g .nav-dropdown-sm .link:focus,
#ext_menu-5g .nav-dropdown-sm .link:hover,
#ext_menu-5g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5g .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-5g .navbar,
#ext_menu-5g .nav-dropdown-sm,
#ext_menu-5g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5g .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-5g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5g .bg-color.transparent.opened .link:hover,
#ext_menu-5g .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-5g .link[aria-expanded="true"],
#ext_menu-5g .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-5j .mbr-section-title {
  text-align: center;
}
#form1-5k .form-control-label {
  color: #232323;
}
#contacts1-5h P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-5m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5m .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-5m .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5m .close-icon::before,
#ext_menu-5m .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5m .link,
#ext_menu-5m .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-5m .link {
  font-size: 0.8rem;
}
#ext_menu-5m .dropdown-item,
#ext_menu-5m .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-5m .link:hover,
#ext_menu-5m .dropdown-item:hover,
#ext_menu-5m .link:focus,
#ext_menu-5m .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-5m .link[aria-expanded="true"],
#ext_menu-5m .dropdown-menu {
  background: #498333;
}
#ext_menu-5m .nav-dropdown-sm .link:focus,
#ext_menu-5m .nav-dropdown-sm .link:hover,
#ext_menu-5m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5m .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-5m .navbar,
#ext_menu-5m .nav-dropdown-sm,
#ext_menu-5m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5m .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-5m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5m .bg-color.transparent.opened .link:hover,
#ext_menu-5m .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-5m .link[aria-expanded="true"],
#ext_menu-5m .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-5p .mbr-section-title {
  text-align: center;
}
#form1-5q .form-control-label {
  color: #232323;
}
#contacts1-5n P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-5s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5s .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-5s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5s .close-icon::before,
#ext_menu-5s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5s .link,
#ext_menu-5s .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-5s .link {
  font-size: 0.8rem;
}
#ext_menu-5s .dropdown-item,
#ext_menu-5s .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-5s .link:hover,
#ext_menu-5s .dropdown-item:hover,
#ext_menu-5s .link:focus,
#ext_menu-5s .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-5s .link[aria-expanded="true"],
#ext_menu-5s .dropdown-menu {
  background: #498333;
}
#ext_menu-5s .nav-dropdown-sm .link:focus,
#ext_menu-5s .nav-dropdown-sm .link:hover,
#ext_menu-5s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5s .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-5s .navbar,
#ext_menu-5s .nav-dropdown-sm,
#ext_menu-5s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5s .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-5s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5s .bg-color.transparent.opened .link:hover,
#ext_menu-5s .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-5s .link[aria-expanded="true"],
#ext_menu-5s .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-5v .mbr-section-title {
  text-align: center;
}
#header1-5v .mbr-section-lead SPAN {
  font-size: 25px;
}
#form1-5w .form-control-label {
  color: #232323;
}
#header3-5x .mbr-section-title,
#header3-5x .mbr-section-subtitle {
  text-align: center;
}
#contacts1-5t P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-60 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-60 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-60 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-60 .close-icon::before,
#ext_menu-60 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-60 .link,
#ext_menu-60 .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-60 .link {
  font-size: 0.8rem;
}
#ext_menu-60 .dropdown-item,
#ext_menu-60 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-60 .link:hover,
#ext_menu-60 .dropdown-item:hover,
#ext_menu-60 .link:focus,
#ext_menu-60 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-60 .link[aria-expanded="true"],
#ext_menu-60 .dropdown-menu {
  background: #498333;
}
#ext_menu-60 .nav-dropdown-sm .link:focus,
#ext_menu-60 .nav-dropdown-sm .link:hover,
#ext_menu-60 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-60 .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-60 .navbar,
#ext_menu-60 .nav-dropdown-sm,
#ext_menu-60 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-60 .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-60 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-60 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-60 .bg-color.transparent.opened .link:hover,
#ext_menu-60 .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-60 .link[aria-expanded="true"],
#ext_menu-60 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-63 .mbr-section-title {
  text-align: center;
}
#form1-64 .form-control-label {
  color: #232323;
}
#contacts1-61 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-66 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-66 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-66 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-66 .close-icon::before,
#ext_menu-66 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-66 .link,
#ext_menu-66 .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-66 .link {
  font-size: 0.8rem;
}
#ext_menu-66 .dropdown-item,
#ext_menu-66 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-66 .link:hover,
#ext_menu-66 .dropdown-item:hover,
#ext_menu-66 .link:focus,
#ext_menu-66 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-66 .link[aria-expanded="true"],
#ext_menu-66 .dropdown-menu {
  background: #498333;
}
#ext_menu-66 .nav-dropdown-sm .link:focus,
#ext_menu-66 .nav-dropdown-sm .link:hover,
#ext_menu-66 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-66 .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-66 .navbar,
#ext_menu-66 .nav-dropdown-sm,
#ext_menu-66 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-66 .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-66 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-66 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-66 .bg-color.transparent.opened .link:hover,
#ext_menu-66 .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-66 .link[aria-expanded="true"],
#ext_menu-66 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-69 .mbr-section-title {
  text-align: center;
}
#form1-6a .form-control-label {
  color: #232323;
}
#contacts1-67 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}




#ext_menu-6c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6c .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-6c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6c .close-icon::before,
#ext_menu-6c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6c .link,
#ext_menu-6c .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-6c .link {
  font-size: 0.8rem;
}
#ext_menu-6c .dropdown-item,
#ext_menu-6c .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-6c .link:hover,
#ext_menu-6c .dropdown-item:hover,
#ext_menu-6c .link:focus,
#ext_menu-6c .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-6c .link[aria-expanded="true"],
#ext_menu-6c .dropdown-menu {
  background: #498333;
}
#ext_menu-6c .nav-dropdown-sm .link:focus,
#ext_menu-6c .nav-dropdown-sm .link:hover,
#ext_menu-6c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6c .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-6c .navbar,
#ext_menu-6c .nav-dropdown-sm,
#ext_menu-6c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6c .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-6c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6c .bg-color.transparent.opened .link:hover,
#ext_menu-6c .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-6c .link[aria-expanded="true"],
#ext_menu-6c .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-6f .mbr-section-title,
#msg-box8-6f p {
  color: #fff;
}
#msg-box8-6f .lead {
  color: #ffffff;
  font-family: 'Droid Serif', serif;
}
#contacts1-6d P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-6j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6j .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-6j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6j .close-icon::before,
#ext_menu-6j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6j .link,
#ext_menu-6j .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-6j .link {
  font-size: 0.8rem;
}
#ext_menu-6j .dropdown-item,
#ext_menu-6j .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-6j .link:hover,
#ext_menu-6j .dropdown-item:hover,
#ext_menu-6j .link:focus,
#ext_menu-6j .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-6j .link[aria-expanded="true"],
#ext_menu-6j .dropdown-menu {
  background: #498333;
}
#ext_menu-6j .nav-dropdown-sm .link:focus,
#ext_menu-6j .nav-dropdown-sm .link:hover,
#ext_menu-6j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6j .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-6j .navbar,
#ext_menu-6j .nav-dropdown-sm,
#ext_menu-6j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6j .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-6j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6j .bg-color.transparent.opened .link:hover,
#ext_menu-6j .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-6j .link[aria-expanded="true"],
#ext_menu-6j .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-6m .mbr-section-title {
  text-align: center;
}
#features3-6n H5 {
  text-align: center;
}
#contacts1-6k P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}







#ext_menu-6r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6r .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-6r .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6r .close-icon::before,
#ext_menu-6r .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6r .link,
#ext_menu-6r .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-6r .link {
  font-size: 0.8rem;
}
#ext_menu-6r .dropdown-item,
#ext_menu-6r .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-6r .link:hover,
#ext_menu-6r .dropdown-item:hover,
#ext_menu-6r .link:focus,
#ext_menu-6r .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-6r .link[aria-expanded="true"],
#ext_menu-6r .dropdown-menu {
  background: #498333;
}
#ext_menu-6r .nav-dropdown-sm .link:focus,
#ext_menu-6r .nav-dropdown-sm .link:hover,
#ext_menu-6r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6r .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-6r .navbar,
#ext_menu-6r .nav-dropdown-sm,
#ext_menu-6r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6r .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-6r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6r .bg-color.transparent.opened .link:hover,
#ext_menu-6r .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-6r .link[aria-expanded="true"],
#ext_menu-6r .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-6v .mbr-section-title,
#msg-box8-6v p {
  color: #fff;
}
#msg-box8-6v .lead {
  color: #ffffff;
  font-size: 18px;
}
#msg-box5-6u B {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#content6-6w B {
  font-family: 'Lora', serif;
}
#content6-6w P {
  font-family: 'Lora', serif;
}
#content6-6w SPAN {
  font-family: 'Lora', serif;
}
#contacts1-6s P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}




#ext_menu-6z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6z .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-6z .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6z .close-icon::before,
#ext_menu-6z .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6z .link,
#ext_menu-6z .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-6z .link {
  font-size: 0.8rem;
}
#ext_menu-6z .dropdown-item,
#ext_menu-6z .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-6z .link:hover,
#ext_menu-6z .dropdown-item:hover,
#ext_menu-6z .link:focus,
#ext_menu-6z .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-6z .link[aria-expanded="true"],
#ext_menu-6z .dropdown-menu {
  background: #498333;
}
#ext_menu-6z .nav-dropdown-sm .link:focus,
#ext_menu-6z .nav-dropdown-sm .link:hover,
#ext_menu-6z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6z .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-6z .navbar,
#ext_menu-6z .nav-dropdown-sm,
#ext_menu-6z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6z .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-6z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6z .bg-color.transparent.opened .link:hover,
#ext_menu-6z .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-6z .link[aria-expanded="true"],
#ext_menu-6z .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-72 .mbr-section-title,
#msg-box8-72 p {
  color: #fff;
}
#msg-box8-72 .lead {
  color: #ffffff;
  font-size: 18px;
}
#msg-box5-73 B {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#msg-box5-73 P {
  font-size: 17px;
}
#content2-75 P {
  text-align: center;
}
#contacts1-70 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}




#ext_menu-78 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-78 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#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;
  font-family: 'Lora', serif;
}
#ext_menu-78 .link {
  font-size: 0.8rem;
}
#ext_menu-78 .dropdown-item,
#ext_menu-78 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-78 .link:hover,
#ext_menu-78 .dropdown-item:hover,
#ext_menu-78 .link:focus,
#ext_menu-78 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-78 .link[aria-expanded="true"],
#ext_menu-78 .dropdown-menu {
  background: #498333;
}
#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: #579d3d!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: #5da841;
}
#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: #5da841;
}
#ext_menu-78 .link[aria-expanded="true"],
#ext_menu-78 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-7b .mbr-section-title,
#msg-box8-7b p {
  color: #fff;
}
#msg-box8-7b .lead {
  color: #ffffff;
  font-size: 18px;
}
#msg-box8-7b .mbr-section-title {
  font-size: 46px;
}
#msg-box5-7c B {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  text-align: left;
}
#msg-box5-7c P {
  font-size: 17px;
}
#content2-7d P {
  text-align: left;
}
#content2-7d UL {
  text-align: left;
}
#contacts1-79 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}




#ext_menu-80 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-80 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#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;
  font-family: 'Lora', serif;
}
#ext_menu-80 .link {
  font-size: 0.8rem;
}
#ext_menu-80 .dropdown-item,
#ext_menu-80 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-80 .link:hover,
#ext_menu-80 .dropdown-item:hover,
#ext_menu-80 .link:focus,
#ext_menu-80 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-80 .link[aria-expanded="true"],
#ext_menu-80 .dropdown-menu {
  background: #498333;
}
#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: #579d3d!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: #5da841;
}
#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: #5da841;
}
#ext_menu-80 .link[aria-expanded="true"],
#ext_menu-80 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-83 .mbr-section-title,
#msg-box8-83 p {
  color: #fff;
}
#msg-box8-83 .lead {
  color: #ffffff;
  font-size: 18px;
}
#msg-box5-86 B {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#msg-box5-86 P {
  font-size: 17px;
}
#content2-85 P {
  text-align: left;
}
#content2-85 UL {
  text-align: left;
}
#contacts1-81 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}









#ext_menu-88 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-88 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-88 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-88 .close-icon::before,
#ext_menu-88 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-88 .link,
#ext_menu-88 .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-88 .link {
  font-size: 0.8rem;
}
#ext_menu-88 .dropdown-item,
#ext_menu-88 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-88 .link:hover,
#ext_menu-88 .dropdown-item:hover,
#ext_menu-88 .link:focus,
#ext_menu-88 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-88 .link[aria-expanded="true"],
#ext_menu-88 .dropdown-menu {
  background: #498333;
}
#ext_menu-88 .nav-dropdown-sm .link:focus,
#ext_menu-88 .nav-dropdown-sm .link:hover,
#ext_menu-88 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-88 .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-88 .navbar,
#ext_menu-88 .nav-dropdown-sm,
#ext_menu-88 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-88 .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-88 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-88 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-88 .bg-color.transparent.opened .link:hover,
#ext_menu-88 .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-88 .link[aria-expanded="true"],
#ext_menu-88 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-8b .mbr-section-lead {
  font-size: 17px;
}
#msg-box5-8c .btn {
  font-size: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#msg-box5-8c H3 {
  font-size: 30px;
  text-align: left;
}
#msg-box5-8c P {
  text-align: left;
}
#msg-box5-8d .btn {
  font-size: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#msg-box5-8d H3 {
  font-size: 30px;
}
#msg-box5-8e .btn {
  font-size: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#msg-box5-8e H3 {
  font-size: 30px;
}
#msg-box5-8f .btn {
  font-size: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#msg-box5-8f H3 {
  font-size: 30px;
  text-align: left;
}
#msg-box5-8f B {
  text-align: center;
}
#msg-box5-8f P {
  text-align: left;
}
#msg-box5-8g .btn {
  font-size: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#msg-box5-8g H3 {
  font-size: 30px;
}
#msg-box5-8g P {
  text-align: left;
}
#msg-box5-8h .btn {
  font-size: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#msg-box5-8h H3 {
  font-size: 30px;
}
#contacts1-89 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}






#ext_menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8k .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-8k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8k .close-icon::before,
#ext_menu-8k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8k .link,
#ext_menu-8k .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-8k .link {
  font-size: 0.8rem;
}
#ext_menu-8k .dropdown-item,
#ext_menu-8k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-8k .link:hover,
#ext_menu-8k .dropdown-item:hover,
#ext_menu-8k .link:focus,
#ext_menu-8k .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-8k .link[aria-expanded="true"],
#ext_menu-8k .dropdown-menu {
  background: #498333;
}
#ext_menu-8k .nav-dropdown-sm .link:focus,
#ext_menu-8k .nav-dropdown-sm .link:hover,
#ext_menu-8k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-8k .navbar,
#ext_menu-8k .nav-dropdown-sm,
#ext_menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-8k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8k .bg-color.transparent.opened .link:hover,
#ext_menu-8k .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-8k .link[aria-expanded="true"],
#ext_menu-8k .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-8n .mbr-section-title,
#msg-box8-8n p {
  color: #fff;
}
#msg-box8-8n .lead {
  color: #ffffff;
  font-size: 18px;
}
#msg-box5-8p B {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
#msg-box5-8p P {
  font-size: 17px;
}
#content6-8o P {
  text-align: left;
  font-size: 15px;
  font-family: 'Lora', serif;
}
#content6-8o B {
  font-family: 'Lora', serif;
}
#contacts1-8l P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-90 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-90 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-90 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-90 .close-icon::before,
#ext_menu-90 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-90 .link,
#ext_menu-90 .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-90 .link {
  font-size: 0.8rem;
}
#ext_menu-90 .dropdown-item,
#ext_menu-90 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-90 .link:hover,
#ext_menu-90 .dropdown-item:hover,
#ext_menu-90 .link:focus,
#ext_menu-90 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-90 .link[aria-expanded="true"],
#ext_menu-90 .dropdown-menu {
  background: #498333;
}
#ext_menu-90 .nav-dropdown-sm .link:focus,
#ext_menu-90 .nav-dropdown-sm .link:hover,
#ext_menu-90 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-90 .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-90 .navbar,
#ext_menu-90 .nav-dropdown-sm,
#ext_menu-90 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-90 .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-90 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-90 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-90 .bg-color.transparent.opened .link:hover,
#ext_menu-90 .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-90 .link[aria-expanded="true"],
#ext_menu-90 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-91 .mbr-section-title {
  font-size: 60px;
}
#header1-91 .mbr-section-lead {
  font-size: 22px;
}
#contacts1-94 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}




#ext_menu-9c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9c .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-9c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-9c .close-icon::before,
#ext_menu-9c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-9c .link,
#ext_menu-9c .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-9c .link {
  font-size: 0.8rem;
}
#ext_menu-9c .dropdown-item,
#ext_menu-9c .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-9c .link:hover,
#ext_menu-9c .dropdown-item:hover,
#ext_menu-9c .link:focus,
#ext_menu-9c .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-9c .link[aria-expanded="true"],
#ext_menu-9c .dropdown-menu {
  background: #498333;
}
#ext_menu-9c .nav-dropdown-sm .link:focus,
#ext_menu-9c .nav-dropdown-sm .link:hover,
#ext_menu-9c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9c .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-9c .navbar,
#ext_menu-9c .nav-dropdown-sm,
#ext_menu-9c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9c .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-9c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-9c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9c .bg-color.transparent.opened .link:hover,
#ext_menu-9c .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-9c .link[aria-expanded="true"],
#ext_menu-9c .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#header1-9h .mbr-section-lead {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
}
#features3-9i H5 {
  font-family: 'Raleway', sans-serif;
}
#features3-9i P {
  font-size: 14px;
}
#contacts1-9d P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}



#ext_menu-a0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a0 .navbar-caption {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#ext_menu-a0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-a0 .close-icon::before,
#ext_menu-a0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-a0 .link,
#ext_menu-a0 .dropdown-item {
  color: #ffffff;
  font-family: 'Lora', serif;
}
#ext_menu-a0 .link {
  font-size: 0.8rem;
}
#ext_menu-a0 .dropdown-item,
#ext_menu-a0 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-a0 .link:hover,
#ext_menu-a0 .dropdown-item:hover,
#ext_menu-a0 .link:focus,
#ext_menu-a0 .dropdown-item:focus {
  color: #5da841;
}
#ext_menu-a0 .link[aria-expanded="true"],
#ext_menu-a0 .dropdown-menu {
  background: #498333;
}
#ext_menu-a0 .nav-dropdown-sm .link:focus,
#ext_menu-a0 .nav-dropdown-sm .link:hover,
#ext_menu-a0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a0 .nav-dropdown-sm .dropdown-item:hover {
  background: #579d3d!important;
}
#ext_menu-a0 .navbar,
#ext_menu-a0 .nav-dropdown-sm,
#ext_menu-a0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a0 .nav-dropdown-sm .dropdown-menu {
  background: #5da841;
}
#ext_menu-a0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-a0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a0 .bg-color.transparent.opened .link:hover,
#ext_menu-a0 .bg-color.transparent.opened .link:focus {
  color: #5da841;
}
#ext_menu-a0 .link[aria-expanded="true"],
#ext_menu-a0 .dropdown-item[aria-expanded="true"] {
  color: #5da841!important;
}
#msg-box8-a6 .mbr-section-title,
#msg-box8-a6 p {
  color: #fff;
}
#slider3-a3 P {
  color: #000000;
}
#contacts1-a1 P {
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
