@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);







.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Roboto', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Roboto', 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: 'Ubuntu', 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: 'Ubuntu', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #41a85f !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #3d8eb9 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-secondary {
  background-color: #05938d;
  border-color: #05938d;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #024946;
  border-color: #024946;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #024946 !important;
  border-color: #024946 !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: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !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: #255e35;
  color: #255e35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #02302e;
  color: #02302e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #05938d;
  border-color: #05938d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #05938d !important;
  border-color: #05938d !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: #24536c;
  color: #24536c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !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: #41a85f !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #3d8eb9 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #3d8eb9;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #41a85f;
}
.btn-social:hover {
  background: #41a85f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #41a85f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #41a85f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #41a85f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #41a85f;
}
.lead a,
.lead a:hover {
  color: #41a85f;
}
.lead blockquote {
  border-color: #41a85f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #93d5a6;
}
.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: #98c5dd;
}
.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: #41a85f;
}
.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-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #454545;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #454545;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.95rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 .btn {
  font-size: 14px;
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#msg-box3-0 .mbr-section-title {
  color: #248677;
  font-size: 36px;
}
#msg-box3-0 .mbr-section-title SPAN {
  font-size: 46px;
}
#msg-box3-0 .lead P {
  color: #3d3d3d;
  font-size: 22px;
}
#msg-box5-0 H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-0 B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-0 P {
  color: #ffffff;
}
#msg-box5-0 .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#features7-0 .card-subtitle {
  color: #bcbcbc;
}
#features7-0 .iconbox {
  background-color: #138686;
  border-color: #138686;
}
#features7-0 P {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #363636;
}
#features7-0 H4 {
  font-family: 'Ubuntu', sans-serif;
}
#msg-box2-0 .mbr-section-title {
  color: #fff;
}
#msg-box2-0 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-0 .btn {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
#features1-l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-l H4 {
  color: #676867;
}
#features1-l SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-l H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-l B {
  font-size: 15px;
  color: #41a85f;
}
#features1-l P {
  text-align: center;
  color: #41a85f;
}
#features1-l .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-l .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-l .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-l .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-26 .mbr-section-title,
#header3-26 .mbr-section-subtitle {
  text-align: center;
}
#header3-24 .mbr-section-title,
#header3-24 .mbr-section-subtitle {
  text-align: center;
}
#header3-24 H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-25 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-3s P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}





#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #454545;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #454545;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.95rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 .btn {
  font-size: 14px;
}
#msg-box5-0 H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-0 B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-0 P {
  color: #ffffff;
}
#msg-box5-0 .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-0 P {
  font-size: 18px;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  color: #0b8480;
  font-size: 36px;
}
#features7-0 .card-subtitle {
  color: #bcbcbc;
}
#features7-0 .iconbox {
  background-color: #41a85f;
  border-color: #41a85f;
}
#features7-0 P {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #363636;
  text-align: center;
}
#features7-0 H4 {
  font-family: 'Ubuntu', sans-serif;
  color: #41a85f;
}
#msg-box8-0 .mbr-section-title,
#msg-box8-0 p {
  color: #fff;
}
#msg-box8-0 .lead P {
  font-size: 22px;
}
#header3-23 .mbr-section-title,
#header3-23 .mbr-section-subtitle {
  text-align: center;
}
#header3-23 H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4e .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4s P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}






#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #454545;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #454545;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.95rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 .btn {
  font-size: 14px;
}
#msg-box5-1 H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-1 B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-1 P {
  color: #ffffff;
}
#msg-box5-1 .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-2 P {
  font-size: 21px;
  text-align: center;
  color: #0b8480;
}
#content1-2 I {
  text-align: center;
}
#features7-4 .card-subtitle {
  color: #bcbcbc;
}
#features7-4 .iconbox {
  background-color: #123d58;
  border-color: #123d58;
}
#features7-4 P {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #414141;
  text-align: center;
}
#features7-4 H4 {
  font-family: 'Ubuntu', sans-serif;
  color: #123d58;
}
#msg-box8-5 .mbr-section-title,
#msg-box8-5 p {
  color: #fff;
}
#msg-box8-5 .lead P {
  font-size: 24px;
}
#features1-a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-a H4 {
  color: #676867;
}
#features1-a SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-a H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-a B {
  font-size: 15px;
  color: #41a85f;
}
#features1-a P {
  text-align: center;
  color: #41a85f;
}
#features1-a .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-a .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-a .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-a .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-2y .mbr-section-title,
#header3-2y .mbr-section-subtitle {
  text-align: center;
}
#header3-2w .mbr-section-title,
#header3-2w .mbr-section-subtitle {
  text-align: center;
}
#header3-2w H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4m .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-50 P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}




#ext_menu-n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-n .navbar-caption {
  color: #ffffff;
}
#ext_menu-n .navbar-toggler {
  color: #454545;
}
#ext_menu-n .close-icon::before,
#ext_menu-n .close-icon::after {
  background-color: #454545;
}
#ext_menu-n .link,
#ext_menu-n .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-n .link {
  font-size: 0.95rem;
}
#ext_menu-n .dropdown-item,
#ext_menu-n .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-n .link:hover,
#ext_menu-n .dropdown-item:hover,
#ext_menu-n .link:focus,
#ext_menu-n .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-n .link[aria-expanded="true"],
#ext_menu-n .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-n .nav-dropdown-sm .link:focus,
#ext_menu-n .nav-dropdown-sm .link:hover,
#ext_menu-n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-n .navbar,
#ext_menu-n .nav-dropdown-sm,
#ext_menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-n .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-n .bg-color.transparent.opened .link:hover,
#ext_menu-n .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-n .link[aria-expanded="true"],
#ext_menu-n .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-n .btn {
  font-size: 14px;
}
#msg-box5-o H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-o B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-o P {
  color: #ffffff;
}
#msg-box5-o .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-p P {
  font-size: 21px;
  text-align: center;
  color: #414141;
}
#content1-p I {
  text-align: center;
}
#testimonials4-v .mbr-section-title {
  color: #ffffff;
}
#testimonials4-v .card-footer > div {
  color: #f7da64;
}
#features1-c .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-c H4 {
  color: #676867;
}
#features1-c SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-c H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-c B {
  font-size: 15px;
  color: #41a85f;
}
#features1-c P {
  text-align: center;
  color: #41a85f;
}
#features1-c .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-c .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-c .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-c .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-32 .mbr-section-title,
#header3-32 .mbr-section-subtitle {
  text-align: center;
}
#header3-33 .mbr-section-title,
#header3-33 .mbr-section-subtitle {
  text-align: center;
}
#header3-33 H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-52 P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}





#ext_menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-x .navbar-caption {
  color: #ffffff;
}
#ext_menu-x .navbar-toggler {
  color: #454545;
}
#ext_menu-x .close-icon::before,
#ext_menu-x .close-icon::after {
  background-color: #454545;
}
#ext_menu-x .link,
#ext_menu-x .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-x .link {
  font-size: 0.95rem;
}
#ext_menu-x .dropdown-item,
#ext_menu-x .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-x .link:hover,
#ext_menu-x .dropdown-item:hover,
#ext_menu-x .link:focus,
#ext_menu-x .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-x .nav-dropdown-sm .link:focus,
#ext_menu-x .nav-dropdown-sm .link:hover,
#ext_menu-x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-x .navbar,
#ext_menu-x .nav-dropdown-sm,
#ext_menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-x .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-x .bg-color.transparent.opened .link:hover,
#ext_menu-x .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-x .btn {
  font-size: 14px;
}
#msg-box5-y H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-y B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-y P {
  color: #ffffff;
}
#msg-box5-y .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-z P {
  font-size: 21px;
  text-align: center;
  color: #0b8480;
}
#content1-z I {
  text-align: center;
}
#features7-10 .card-subtitle {
  color: #bcbcbc;
}
#features7-10 .iconbox {
  background-color: #2969b0;
  border-color: #2969b0;
}
#features7-10 P {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #414141;
  text-align: center;
}
#features7-10 H4 {
  font-family: 'Ubuntu', sans-serif;
  color: #123d58;
}
#msg-box8-11 .mbr-section-title,
#msg-box8-11 p {
  color: #fff;
}
#msg-box8-11 .lead P {
  font-size: 30px;
}
#form1-8 {
  
}
#form1-8 .form-control-label {
  color: #3d8eb9;
}
#form1-8 .form-control-label {
  color: #3d8eb9;
}
#form1-8 .mbr-section-title {
  color: #0b8480;
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
}
#header3-2d .mbr-section-title,
#header3-2d .mbr-section-subtitle {
  text-align: center;
}
#header3-2d H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4t P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}






#ext_menu-17 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-17 .navbar-caption {
  color: #ffffff;
}
#ext_menu-17 .navbar-toggler {
  color: #454545;
}
#ext_menu-17 .close-icon::before,
#ext_menu-17 .close-icon::after {
  background-color: #454545;
}
#ext_menu-17 .link,
#ext_menu-17 .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-17 .link {
  font-size: 0.95rem;
}
#ext_menu-17 .dropdown-item,
#ext_menu-17 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-17 .link:hover,
#ext_menu-17 .dropdown-item:hover,
#ext_menu-17 .link:focus,
#ext_menu-17 .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-17 .link[aria-expanded="true"],
#ext_menu-17 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-17 .nav-dropdown-sm .link:focus,
#ext_menu-17 .nav-dropdown-sm .link:hover,
#ext_menu-17 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-17 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-17 .navbar,
#ext_menu-17 .nav-dropdown-sm,
#ext_menu-17 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-17 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-17 .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-17 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-17 .bg-color.transparent.opened .link:hover,
#ext_menu-17 .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-17 .link[aria-expanded="true"],
#ext_menu-17 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-17 .btn {
  font-size: 14px;
}
#msg-box5-18 H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-18 B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-18 P {
  color: #ffffff;
}
#msg-box5-18 .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#features7-1a .card-subtitle {
  color: #bcbcbc;
}
#features7-1a .iconbox {
  background-color: #008c72;
  border-color: #008c72;
}
#features7-1a P {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #414141;
  text-align: center;
}
#features7-1a H4 {
  font-family: 'Ubuntu', sans-serif;
  color: #123d58;
}
#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#msg-box8-1b .lead P {
  font-size: 24px;
  text-align: center;
}
#features1-b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-b H4 {
  color: #676867;
}
#features1-b SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-b H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-b B {
  font-size: 15px;
  color: #41a85f;
}
#features1-b P {
  text-align: center;
  color: #41a85f;
}
#features1-b .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-b .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-b .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-b .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-2z .mbr-section-title,
#header3-2z .mbr-section-subtitle {
  text-align: center;
}
#header3-30 .mbr-section-title,
#header3-30 .mbr-section-subtitle {
  text-align: center;
}
#header3-30 H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4n .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-51 P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}





#ext_menu-1f .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1f .navbar-caption {
  color: #ffffff;
}
#ext_menu-1f .navbar-toggler {
  color: #454545;
}
#ext_menu-1f .close-icon::before,
#ext_menu-1f .close-icon::after {
  background-color: #454545;
}
#ext_menu-1f .link,
#ext_menu-1f .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1f .link {
  font-size: 0.95rem;
}
#ext_menu-1f .dropdown-item,
#ext_menu-1f .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1f .link:hover,
#ext_menu-1f .dropdown-item:hover,
#ext_menu-1f .link:focus,
#ext_menu-1f .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1f .link[aria-expanded="true"],
#ext_menu-1f .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1f .nav-dropdown-sm .link:focus,
#ext_menu-1f .nav-dropdown-sm .link:hover,
#ext_menu-1f .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1f .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1f .navbar,
#ext_menu-1f .nav-dropdown-sm,
#ext_menu-1f .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1f .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1f .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-1f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1f .bg-color.transparent.opened .link:hover,
#ext_menu-1f .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1f .link[aria-expanded="true"],
#ext_menu-1f .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-1f .btn {
  font-size: 14px;
}
#msg-box5-1g H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-1g B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-1g P {
  color: #ffffff;
}
#msg-box5-1g .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-1h P {
  font-size: 21px;
  text-align: center;
  color: #41a85f;
}
#content1-1h I {
  text-align: center;
}
#features7-1i .card-subtitle {
  color: #bcbcbc;
}
#features7-1i .iconbox {
  background-color: #41a85f;
  border-color: #41a85f;
}
#features7-1i P {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #414141;
  text-align: center;
}
#features7-1i H4 {
  font-family: 'Ubuntu', sans-serif;
  color: #41a85f;
}
#msg-box8-1j .mbr-section-title,
#msg-box8-1j p {
  color: #fff;
}
#msg-box8-1j .lead P {
  font-size: 30px;
}
#form1-1n .form-control-label {
  color: #232323;
}
#form1-1n .form-control-label {
  color: #232323;
}
#form1-1n .mbr-section-title {
  color: #383b46;
  font-size: 24px;
}
#header3-2l .mbr-section-title,
#header3-2l .mbr-section-subtitle {
  text-align: center;
}
#header3-2i .mbr-section-title,
#header3-2i .mbr-section-subtitle {
  text-align: center;
}
#header3-2i H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4v P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}


#ext_menu-1o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1o .navbar-caption {
  color: #ffffff;
}
#ext_menu-1o .navbar-toggler {
  color: #454545;
}
#ext_menu-1o .close-icon::before,
#ext_menu-1o .close-icon::after {
  background-color: #454545;
}
#ext_menu-1o .link,
#ext_menu-1o .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1o .link {
  font-size: 0.95rem;
}
#ext_menu-1o .dropdown-item,
#ext_menu-1o .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1o .link:hover,
#ext_menu-1o .dropdown-item:hover,
#ext_menu-1o .link:focus,
#ext_menu-1o .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1o .link[aria-expanded="true"],
#ext_menu-1o .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1o .nav-dropdown-sm .link:focus,
#ext_menu-1o .nav-dropdown-sm .link:hover,
#ext_menu-1o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1o .navbar,
#ext_menu-1o .nav-dropdown-sm,
#ext_menu-1o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1o .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-1o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1o .bg-color.transparent.opened .link:hover,
#ext_menu-1o .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1o .link[aria-expanded="true"],
#ext_menu-1o .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-1o .btn {
  font-size: 14px;
}
#msg-box8-1z .mbr-section-title,
#msg-box8-1z p {
  color: #fff;
}
#msg-box8-1z .lead P {
  font-size: 17px;
}
#form1-1t {
  
}
#form1-1t .form-control-label {
  color: #3d8eb9;
}
#form1-1t .form-control-label {
  color: #3d8eb9;
}
#form1-1t .mbr-section-title {
  color: #0b8480;
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
}
#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4x P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}


#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #454545;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #454545;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.95rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 .btn {
  font-size: 14px;
}
#msg-box8-5 .mbr-section-title,
#msg-box8-5 p {
  color: #fff;
}
#msg-box8-5 .mbr-section-title {
  font-size: 46px;
}
#msg-box8-5 .lead P {
  font-size: 15px;
}
#custom-html-6 {
  /* Type valid CSS here */
}
#custom-html-6 .my-image {
  width: 100%;
}
#custom-html-7 div {
  width: 85%;
  margin-top: 20px;
  background-color: #dfece0;
  margin-right: auto;
  margin-left: auto;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#header3-2u H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4z P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}



#ext_menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-d .navbar-caption {
  color: #ffffff;
}
#ext_menu-d .navbar-toggler {
  color: #454545;
}
#ext_menu-d .close-icon::before,
#ext_menu-d .close-icon::after {
  background-color: #454545;
}
#ext_menu-d .link,
#ext_menu-d .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-d .link {
  font-size: 0.95rem;
}
#ext_menu-d .dropdown-item,
#ext_menu-d .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-d .link:hover,
#ext_menu-d .dropdown-item:hover,
#ext_menu-d .link:focus,
#ext_menu-d .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-d .nav-dropdown-sm .link:focus,
#ext_menu-d .nav-dropdown-sm .link:hover,
#ext_menu-d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-d .navbar,
#ext_menu-d .nav-dropdown-sm,
#ext_menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-d .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-d .bg-color.transparent.opened .link:hover,
#ext_menu-d .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-d .btn {
  font-size: 14px;
}
#msg-box8-l .mbr-section-title,
#msg-box8-l p {
  color: #fff;
}
#msg-box3-n .mbr-section-title,
#msg-box3-n p {
  color: #000;
}
#custom-html-p {
  /* Type valid CSS here */
}
#custom-html-p .my-image {
  width: 100%;
}
#features1-m .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-m H4 {
  color: #676867;
}
#features1-m SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-m H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-m B {
  font-size: 15px;
  color: #41a85f;
}
#features1-m P {
  text-align: center;
  color: #41a85f;
}
#features1-m .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-m .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-m .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-m .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-2m .mbr-section-title,
#header3-2m .mbr-section-subtitle {
  text-align: center;
}
#header3-2n .mbr-section-title,
#header3-2n .mbr-section-subtitle {
  text-align: center;
}
#header3-2n H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4i .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4w P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}



#ext_menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-r .navbar-caption {
  color: #ffffff;
}
#ext_menu-r .navbar-toggler {
  color: #454545;
}
#ext_menu-r .close-icon::before,
#ext_menu-r .close-icon::after {
  background-color: #454545;
}
#ext_menu-r .link,
#ext_menu-r .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-r .link {
  font-size: 0.95rem;
}
#ext_menu-r .dropdown-item,
#ext_menu-r .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-r .link:hover,
#ext_menu-r .dropdown-item:hover,
#ext_menu-r .link:focus,
#ext_menu-r .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-r .nav-dropdown-sm .link:focus,
#ext_menu-r .nav-dropdown-sm .link:hover,
#ext_menu-r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-r .navbar,
#ext_menu-r .nav-dropdown-sm,
#ext_menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-r .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-r .bg-color.transparent.opened .link:hover,
#ext_menu-r .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-r .btn {
  font-size: 14px;
}
#msg-box8-s .mbr-section-title,
#msg-box8-s p {
  color: #fff;
}
#msg-box3-t .mbr-section-title,
#msg-box3-t p {
  color: #000;
}
#custom-html-u {
  /* Type valid CSS here */
}
#custom-html-u .my-image {
  width: 100%;
}
#features1-v .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-v H4 {
  color: #676867;
}
#features1-v SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-v H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-v B {
  font-size: 15px;
  color: #41a85f;
}
#features1-v P {
  text-align: center;
  color: #41a85f;
}
#features1-v .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-v .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-v .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-v .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-2f .mbr-section-title,
#header3-2f .mbr-section-subtitle {
  text-align: center;
}
#header3-2g .mbr-section-title,
#header3-2g .mbr-section-subtitle {
  text-align: center;
}
#header3-2g H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4g .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4u P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}



#ext_menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-y .navbar-caption {
  color: #ffffff;
}
#ext_menu-y .navbar-toggler {
  color: #454545;
}
#ext_menu-y .close-icon::before,
#ext_menu-y .close-icon::after {
  background-color: #454545;
}
#ext_menu-y .link,
#ext_menu-y .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-y .link {
  font-size: 0.95rem;
}
#ext_menu-y .dropdown-item,
#ext_menu-y .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-y .link:hover,
#ext_menu-y .dropdown-item:hover,
#ext_menu-y .link:focus,
#ext_menu-y .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-y .nav-dropdown-sm .link:focus,
#ext_menu-y .nav-dropdown-sm .link:hover,
#ext_menu-y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-y .navbar,
#ext_menu-y .nav-dropdown-sm,
#ext_menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-y .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-y .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-y .bg-color.transparent.opened .link:hover,
#ext_menu-y .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-y .btn {
  font-size: 14px;
}
#msg-box8-z .mbr-section-title,
#msg-box8-z p {
  color: #fff;
}
#msg-box3-10 .mbr-section-title,
#msg-box3-10 p {
  color: #000;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 .my-image {
  width: 100%;
}
#features1-12 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-12 H4 {
  color: #676867;
}
#features1-12 SPAN {
  color: #fac51c;
  font-size: 15px;
}
#features1-12 H5 {
  color: #6cac2c;
  font-family: 'Roboto', sans-serif;
}
#features1-12 B {
  font-size: 15px;
  color: #41a85f;
}
#features1-12 P {
  text-align: center;
  color: #41a85f;
}
#features1-12 .mbr-cards-col:nth-child(odd) .card-subtitle P {
  color: #41a85f;
}
#features1-12 .mbr-cards-col:nth-child(even) .card-subtitle B {
  text-align: center;
}
#features1-12 .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  color: #41a85f;
}
#features1-12 .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  color: #41a85f;
}
#header3-2r .mbr-section-title,
#header3-2r .mbr-section-subtitle {
  text-align: center;
}
#header3-2s .mbr-section-title,
#header3-2s .mbr-section-subtitle {
  text-align: center;
}
#header3-2s H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4k .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4y P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}



#ext_menu-1c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1c .navbar-caption {
  color: #ffffff;
}
#ext_menu-1c .navbar-toggler {
  color: #454545;
}
#ext_menu-1c .close-icon::before,
#ext_menu-1c .close-icon::after {
  background-color: #454545;
}
#ext_menu-1c .link,
#ext_menu-1c .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1c .link {
  font-size: 0.95rem;
}
#ext_menu-1c .dropdown-item,
#ext_menu-1c .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1c .link:hover,
#ext_menu-1c .dropdown-item:hover,
#ext_menu-1c .link:focus,
#ext_menu-1c .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1c .link[aria-expanded="true"],
#ext_menu-1c .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1c .nav-dropdown-sm .link:focus,
#ext_menu-1c .nav-dropdown-sm .link:hover,
#ext_menu-1c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1c .navbar,
#ext_menu-1c .nav-dropdown-sm,
#ext_menu-1c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1c .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-1c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1c .bg-color.transparent.opened .link:hover,
#ext_menu-1c .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1c .link[aria-expanded="true"],
#ext_menu-1c .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-1c .btn {
  font-size: 14px;
}
#msg-box5-1d H3 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
#msg-box5-1d B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-1d P {
  color: #ffffff;
}
#msg-box5-1d .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-1e P {
  font-size: 18px;
}
#msg-box8-1h .mbr-section-title,
#msg-box8-1h p {
  color: #fff;
}
#msg-box8-1h .lead P {
  font-size: 22px;
}
#header3-1l .mbr-section-title,
#header3-1l .mbr-section-subtitle {
  text-align: center;
}
#header3-27 .mbr-section-title,
#header3-27 .mbr-section-subtitle {
  text-align: center;
}
#header3-27 H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4d .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4r P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}



#ext_menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1t .navbar-caption {
  color: #ffffff;
}
#ext_menu-1t .navbar-toggler {
  color: #454545;
}
#ext_menu-1t .close-icon::before,
#ext_menu-1t .close-icon::after {
  background-color: #454545;
}
#ext_menu-1t .link,
#ext_menu-1t .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1t .link {
  font-size: 0.95rem;
}
#ext_menu-1t .dropdown-item,
#ext_menu-1t .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1t .link:hover,
#ext_menu-1t .dropdown-item:hover,
#ext_menu-1t .link:focus,
#ext_menu-1t .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1t .nav-dropdown-sm .link:focus,
#ext_menu-1t .nav-dropdown-sm .link:hover,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1t .navbar,
#ext_menu-1t .nav-dropdown-sm,
#ext_menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1t .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1t .bg-color.transparent.opened .link:hover,
#ext_menu-1t .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-1t .btn {
  font-size: 14px;
}
#msg-box5-1u H3 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
#msg-box5-1u B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-1u P {
  color: #ffffff;
}
#msg-box5-1u .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-1v P {
  font-size: 18px;
}
#msg-box8-1w .mbr-section-title,
#msg-box8-1w p {
  color: #fff;
}
#msg-box8-1w .lead P {
  font-size: 22px;
}
#header3-1x .mbr-section-title,
#header3-1x .mbr-section-subtitle {
  text-align: center;
}
#header3-29 .mbr-section-title,
#header3-29 .mbr-section-subtitle {
  text-align: center;
}
#header3-29 H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4c .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4q P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}



#ext_menu-1m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1m .navbar-caption {
  color: #ffffff;
}
#ext_menu-1m .navbar-toggler {
  color: #454545;
}
#ext_menu-1m .close-icon::before,
#ext_menu-1m .close-icon::after {
  background-color: #454545;
}
#ext_menu-1m .link,
#ext_menu-1m .dropdown-item {
  color: #454545;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-1m .link {
  font-size: 0.95rem;
}
#ext_menu-1m .dropdown-item,
#ext_menu-1m .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#ext_menu-1m .link:hover,
#ext_menu-1m .dropdown-item:hover,
#ext_menu-1m .link:focus,
#ext_menu-1m .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1m .link[aria-expanded="true"],
#ext_menu-1m .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1m .nav-dropdown-sm .link:focus,
#ext_menu-1m .nav-dropdown-sm .link:hover,
#ext_menu-1m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1m .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1m .navbar,
#ext_menu-1m .nav-dropdown-sm,
#ext_menu-1m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1m .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1m .bg-color.transparent .link {
  color: #454545;
  transition: none;
}
#ext_menu-1m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1m .bg-color.transparent.opened .link:hover,
#ext_menu-1m .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1m .link[aria-expanded="true"],
#ext_menu-1m .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-1m .btn {
  font-size: 14px;
}
#msg-box5-1n H3 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
#msg-box5-1n B {
  color: #ffffff;
  font-size: 20px;
}
#msg-box5-1n P {
  color: #ffffff;
}
#msg-box5-1n .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#content1-1o P {
  font-size: 18px;
}
#msg-box8-1p .mbr-section-title,
#msg-box8-1p p {
  color: #fff;
}
#msg-box8-1p .lead P {
  font-size: 22px;
}
#header3-1q .mbr-section-title,
#header3-1q .mbr-section-subtitle {
  text-align: center;
}
#header3-2b .mbr-section-title,
#header3-2b .mbr-section-subtitle {
  text-align: center;
}
#header3-2b H3 {
  font-size: 24px;
  color: #0b5841;
}
#features1-4b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#content1-4p P {
  font-size: 13px;
  color: #6fc4b3;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
#footer1-5c P {
  font-size: 13px;
  color: #737373;
}
