@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
.subtitleFont {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Lato', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Lato', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Lato', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #39b3d1 !important;
}
.bg-success {
  background-color: #8ed4cc !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #39b3d1;
  border-color: #39b3d1;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #24829a;
  border-color: #24829a;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #24829a !important;
  border-color: #24829a !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #8ed4cc;
  border-color: #8ed4cc;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #57bfb3;
  border-color: #57bfb3;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #57bfb3 !important;
  border-color: #57bfb3 !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: #1f7185;
  color: #1f7185;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #39b3d1;
  border-color: #39b3d1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #39b3d1 !important;
  border-color: #39b3d1 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #45b7aa;
  color: #45b7aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #8ed4cc;
  border-color: #8ed4cc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ed4cc !important;
  border-color: #8ed4cc !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: #39b3d1 !important;
}
.text-success {
  color: #8ed4cc !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #8ed4cc;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #39b3d1;
}
.btn-social:hover {
  background: #39b3d1;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #39b3d1;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #39b3d1;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #39b3d1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #39b3d1;
}
.lead a,
.lead a:hover {
  color: #39b3d1;
}
.lead blockquote {
  border-color: #39b3d1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dff3f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #39b3d1;
}
.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-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box5-3z P {
  text-align: center;
  font-size: 32px;
}
#msg-box5-3z H3 {
  text-align: center;
}
#msg-box5-3z B {
  font-size: 36px;
}
#msg-box5-3z .mbr-section.mbr-after-navbar {
  margin-left: -14%;
}
@media (max-width: 768px) {
  #msg-box5-3z .mbr-table-cell.mbr-right-padding-md-up.mbr-valign-top.col-md-7.image-size {
    padding-left: 15%;
  }
  #msg-box5-3z .mbr-table-cell.col-md-5.text-xs-center.text-md-left.content-size {
    padding-left: 14%;
  }
}
#custom-html-49 {
  /* Type valid CSS here */
}
#custom-html-49 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-49 p {
  font-size: 60px;
  color: #777;
}
#custom-html-49 .centered-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7vh;
  /* Full viewport height */
  padding: 0;
  color: #777;
  text-align: center;
}
#custom-html-49 .btn {
  font-size: 16px;
  /* Adjust the font size as needed */
  padding: 15px 30px;
  /* Adjust padding for button size */
}
#msg-box8-48 .mbr-section-title,
#msg-box8-48 .lead {
  color: #fff;
}
#msg-box8-48 .lead {
  color: #000000;
}
#msg-box8-48 .lead P {
  font-size: 30px;
}
#header3-3s .mbr-section-title,
#header3-3s .mbr-section-subtitle {
  text-align: center;
}
#header3-3s H3 {
  font-size: 30px;
}
#msg-box8-g .mbr-section-title,
#msg-box8-g p {
  color: #fff;
}
#msg-box8-g .mbr-section-title {
  color: #39b3d1;
  font-size: 36px;
}
#features1-5 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#msg-box8-35 .mbr-section-title,
#msg-box8-35 p {
  color: #fff;
}
#msg-box8-35 .mbr-section-title {
  color: #475577;
  font-size: 32px;
}
#features3-36 H4 {
  font-size: 22px;
}
#features3-36 P {
  font-size: 20px;
}
#msg-box8-34 .mbr-section-title,
#msg-box8-34 p {
  color: #fff;
}
#msg-box8-34 .mbr-section-title {
  font-size: 32px;
}
#msg-box8-34 .lead P {
  font-size: 20px;
}
#msg-box8-n .mbr-section-title,
#msg-box8-n p {
  color: #fff;
}
#msg-box8-n .mbr-section-title {
  color: #475577;
}
#msg-box5-p H3 {
  font-size: 25px;
  text-align: center;
}
#msg-box5-p P {
  text-align: left;
}
#msg-box8-r .mbr-section-title,
#msg-box8-r p {
  color: #fff;
}
#msg-box8-r .mbr-section-title {
  font-size: 25px;
  color: #39b3d1;
}
#content1-t P {
  font-size: 15px;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-y .mbr-section-title,
#msg-box8-y p {
  color: #fff;
}
#msg-box8-y .mbr-section-title {
  color: #475577;
}
#msg-box5-3d H3 {
  font-size: 30px;
  color: #39b3d1;
  text-align: center;
}
#msg-box5-3d P {
  text-align: left;
  color: #475577;
}
#msg-box3-16 .mbr-section-title,
#msg-box3-16 p {
  color: #000;
}
#msg-box3-16 .mbr-section-title {
  font-size: 25px;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-1a .mbr-section-title,
#msg-box8-1a p {
  color: #fff;
}
#msg-box8-1a .mbr-section-title {
  color: #ffffff;
  font-size: 48px;
}
#msg-box8-1j .mbr-section-title,
#msg-box8-1j p {
  color: #fff;
}
#msg-box8-1j .mbr-section-title {
  color: #39b3d1;
  font-size: 30px;
}
#msg-box8-1k .mbr-section-title,
#msg-box8-1k p {
  color: #fff;
}
#msg-box8-1k .mbr-section-title {
  color: #39b3d1;
  font-size: 30px;
}
#msg-box8-1k .lead P {
  color: #475577;
}
#msg-box8-1n .mbr-section-title,
#msg-box8-1n p {
  color: #fff;
}
#msg-box5-1b H3 {
  font-size: 25px;
  text-align: left;
}
#msg-box5-1b P {
  text-align: left;
}
#msg-box5-1o H3 {
  font-size: 25px;
  text-align: left;
}
#msg-box5-1o P {
  text-align: left;
}
#msg-box5-1p H3 {
  font-size: 25px;
  text-align: left;
}
#msg-box5-1p P {
  text-align: left;
}
#msg-box5-1q H3 {
  font-size: 25px;
  text-align: left;
}
#msg-box5-1q P {
  text-align: left;
}
#msg-box8-1r .mbr-section-title,
#msg-box8-1r p {
  color: #fff;
}
#msg-box8-1r .lead P {
  font-size: 22px;
}
#features3-46 I {
  color: #475577;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-1w .mbr-section-title,
#msg-box8-1w p {
  color: #fff;
}
#msg-box8-1w .mbr-section-title {
  color: #475577;
}
#msg-box8-1x .mbr-section-title,
#msg-box8-1x p {
  color: #fff;
}
#msg-box8-1x .mbr-section-title {
  font-size: 36px;
  color: #39b3d1;
}
#msg-box8-1x .lead P {
  color: #475577;
}
#msg-box8-3l .mbr-section-title,
#msg-box8-3l p {
  color: #fff;
}
#msg-box8-3l .mbr-section-title {
  font-size: 25px;
  color: #000000;
}
#msg-box8-3l .lead P {
  text-align: left;
  font-size: 18px;
  color: #000000;
}
#msg-box8-1z .mbr-section-title,
#msg-box8-1z p {
  color: #fff;
}
#msg-box8-1z .mbr-section-title {
  font-size: 25px;
  color: #475577;
}
#msg-box8-1z .lead P {
  color: #475577;
}
#msg-box8-21 .mbr-section-title,
#msg-box8-21 p {
  color: #fff;
}
#msg-box8-21 .mbr-section-title {
  font-size: 36px;
  color: #000000;
}
#msg-box8-21 .lead P {
  text-align: left;
  color: #475577;
}
#msg-box8-37 .mbr-section-title,
#msg-box8-37 p {
  color: #fff;
}
#msg-box8-37 .mbr-section-title {
  font-size: 25px;
  color: #39b3d1;
}
#msg-box8-37 .mbr-section-title I {
  color: #39b3d1;
  font-size: 20px;
}
#msg-box8-24 .mbr-section-title,
#msg-box8-24 p {
  color: #fff;
}
#msg-box8-24 .mbr-section-title {
  font-size: 36px;
  color: #39b3d1;
}
#msg-box8-24 .lead P {
  color: #475577;
}
#msg-box8-3o .mbr-section-title,
#msg-box8-3o p {
  color: #fff;
}
#msg-box8-3o .mbr-section-title {
  font-size: 25px;
  color: #000000;
}
#msg-box8-3o .lead P {
  font-size: 18px;
  color: #000000;
}
#msg-box8-26 .mbr-section-title,
#msg-box8-26 p {
  color: #fff;
}
#msg-box8-26 .mbr-section-title {
  font-size: 25px;
  color: #000000;
}
#msg-box8-26 .lead P {
  text-align: left;
}
#msg-box8-26 .lead UL {
  text-align: left;
  color: #475577;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-2c .mbr-section-title,
#msg-box8-2c p {
  color: #fff;
}
#msg-box8-2d .mbr-section-title,
#msg-box8-2d p {
  color: #fff;
}
#msg-box8-2d .mbr-section-title {
  font-size: 36px;
  color: #39b3d1;
}
#msg-box8-2d .lead P {
  color: #475577;
}
#msg-box5-2e H3 {
  font-size: 25px;
  text-align: left;
}
#msg-box5-2e P {
  text-align: left;
}
#msg-box5-3h H3 {
  font-size: 30px;
  color: #39b3d1;
  text-align: center;
}
#msg-box5-3h P {
  color: #475577;
  text-align: left;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-2m .mbr-section-title,
#msg-box8-2m p {
  color: #fff;
}
#testimonials4-3y .mbr-section-title {
  font-size: 36px;
}
#testimonials4-3y .mbr-section-subtitle {
  color: #000000;
}
#testimonials4-3y .card-block P {
  font-size: 25px;
}
#msg-box3-3v .mbr-section-title,
#msg-box3-3v .lead {
  color: #000;
}
#msg-box3-3v .mbr-section-title {
  font-size: 32px;
}
#msg-box8-2n .mbr-section-title,
#msg-box8-2n p {
  color: #fff;
}
#msg-box8-2n .mbr-section-title {
  font-size: 36px;
  color: #000000;
}
#msg-box8-2n .lead P {
  color: #000000;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-2u .mbr-section-title,
#msg-box8-2u p {
  color: #fff;
}
#msg-box8-2u .mbr-section-title {
  color: #000000;
}
#features3-2v H4 {
  font-size: 22px;
}
#features3-2v P {
  font-size: 20px;
}
#msg-box8-2w .mbr-section-title,
#msg-box8-2w p {
  color: #fff;
}
#msg-box8-2w .mbr-section-title {
  font-size: 32px;
}
#msg-box8-2w .lead P {
  font-size: 20px;
}
#msg-box5-3i H3 {
  font-size: 30px;
  text-align: center;
}
#msg-box5-3i P {
  text-align: center;
}
#msg-box5-3j P {
  text-align: center;
}
#msg-box8-33 .mbr-section-title,
#msg-box8-33 p {
  color: #fff;
}
#msg-box8-33 .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #28324e;
}
#msg-box8-33 .lead P {
  text-align: left;
  color: #000000;
}
#msg-box8-3p .mbr-section-title,
#msg-box8-3p p {
  color: #fff;
}
#msg-box8-3p .mbr-section-title {
  text-align: left;
  font-size: 25px;
  color: #28324e;
}
#msg-box8-3p .lead P {
  text-align: left;
  color: #000000;
}
#ext_menu-42 {
  
  
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.75rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #d6d6d6;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #39b3d1;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #39b3d1!important;
}
#ext_menu-42.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-42 .mbr-navbar__hamburger {
  color: #ffffff;
}
