@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700&display=swap);






body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #3d8eb9 !important;
}
.bg-success {
  background-color: #7e9b9f !important;
}
.bg-info {
  background-color: #3d8eb9 !important;
}
.bg-warning {
  background-color: #faaf40 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-secondary {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-info {
  background-color: #3d8eb9;
  border-color: #3d8eb9;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #2a627f;
  border-color: #2a627f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-success {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-warning {
  background-color: #faaf40;
  border-color: #faaf40;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e78d06;
  border-color: #e78d06;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e78d06 !important;
  border-color: #e78d06 !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: #24536c;
  color: #24536c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-info-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-success-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #cf7d05;
  color: #cf7d05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #faaf40;
  border-color: #faaf40;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #faaf40 !important;
  border-color: #faaf40 !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: #3d8eb9 !important;
}
.text-success {
  color: #7e9b9f !important;
}
.text-info {
  color: #3d8eb9 !important;
}
.text-warning {
  color: #faaf40 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #7e9b9f;
}
.alert-info {
  background-color: #3d8eb9;
}
.alert-warning {
  background-color: #faaf40;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #3d8eb9;
}
.btn-social:hover {
  background: #3d8eb9;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #3d8eb9;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #3d8eb9;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3d8eb9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3d8eb9;
}
.lead a,
.lead a:hover {
  color: #3d8eb9;
}
.lead blockquote {
  border-color: #3d8eb9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98c5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #98c5dd;
}
.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: #3d8eb9;
}
.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;
}
#header1-bo .mbr-section-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#header1-bo .mbr-section-lead {
  color: #ffffff;
}
#header6-br .mbr-section-title {
  color: #f3c649;
}
#header6-br .mbr-section-text {
  color: #efefef;
}
#ext_menu-6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6 .navbar-caption {
  color: #ffffff;
}
#ext_menu-6 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6 .close-icon::before,
#ext_menu-6 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6 .link,
#ext_menu-6 .dropdown-item {
  color: #ffffff;
}
#ext_menu-6 .link {
  font-size: 1rem;
}
#ext_menu-6 .dropdown-item,
#ext_menu-6 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-6 .link:hover,
#ext_menu-6 .dropdown-item:hover,
#ext_menu-6 .link:focus,
#ext_menu-6 .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-6 .link[aria-expanded="true"],
#ext_menu-6 .dropdown-menu {
  background: #307193;
}
#ext_menu-6 .nav-dropdown-sm .link:focus,
#ext_menu-6 .nav-dropdown-sm .link:hover,
#ext_menu-6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6 .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-6 .navbar,
#ext_menu-6 .nav-dropdown-sm,
#ext_menu-6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6 .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6 .bg-color.transparent.opened .link:hover,
#ext_menu-6 .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-6 .link[aria-expanded="true"],
#ext_menu-6 .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#content5-p .mbr-section-title,
#content5-p p {
  color: #fff;
}
#content5-p DIV {
  color: #efefef;
}
#msg-box4-34 H3 {
  color: #ffffff;
}
#msg-box4-34 P {
  color: #ffffff;
}
#msg-box4-l H3 {
  color: #ffffff;
}
#msg-box4-l P {
  color: #efefef;
}
#contacts2-f STRONG {
  color: #ffffff;
}
#contacts2-f P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-f UL {
  font-family: 'Lora', serif;
}
#social-buttons4-i .mbr-section-title,
#social-buttons4-i .btn-social {
  color: #fff;
}
#footer1-2c P {
  text-align: center;
  color: #ffffff;
}


#ext_menu-2a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2a .navbar-caption {
  color: #ffffff;
}
#ext_menu-2a .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2a .close-icon::before,
#ext_menu-2a .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2a .link,
#ext_menu-2a .dropdown-item {
  color: #ffffff;
}
#ext_menu-2a .link {
  font-size: 1rem;
}
#ext_menu-2a .dropdown-item,
#ext_menu-2a .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-2a .link:hover,
#ext_menu-2a .dropdown-item:hover,
#ext_menu-2a .link:focus,
#ext_menu-2a .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-2a .link[aria-expanded="true"],
#ext_menu-2a .dropdown-menu {
  background: #307193;
}
#ext_menu-2a .nav-dropdown-sm .link:focus,
#ext_menu-2a .nav-dropdown-sm .link:hover,
#ext_menu-2a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2a .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-2a .navbar,
#ext_menu-2a .nav-dropdown-sm,
#ext_menu-2a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2a .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-2a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2a .bg-color.transparent.opened .link:hover,
#ext_menu-2a .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-2a .link[aria-expanded="true"],
#ext_menu-2a .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#msg-box4-bk H3 {
  color: #ffffff;
}
#msg-box4-bk P {
  color: #ffffff;
}
#testimonials3-36 .mbr-section-title {
  color: #efefef;
}
#testimonials3-36 .mbr-author-name {
  color: #ccc;
}
#testimonials3-36 .card-footer > small {
  color: #efefef;
}
#testimonials3-36 .card-footer > div {
  color: #ffffff;
  font-size: 20px;
}
#msg-box8-1v .mbr-section-title,
#msg-box8-1v p {
  color: #fff;
}
#msg-box8-1w .mbr-section-title,
#msg-box8-1w p {
  color: #fff;
}
#msg-box8-1x .mbr-section-title,
#msg-box8-1x p {
  color: #fff;
}
#form1-13 .form-control-label {
  color: #232323;
}
#contacts2-2b STRONG {
  color: #ffffff;
}
#contacts2-2b P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-2b UL {
  font-family: 'Lora', serif;
}
#social-buttons4-2k .mbr-section-title,
#social-buttons4-2k .btn-social {
  color: #fff;
}
#footer1-1p P {
  text-align: center;
  color: #ffffff;
}


#ext_menu-1a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1a .navbar-caption {
  color: #ffffff;
}
#ext_menu-1a .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1a .close-icon::before,
#ext_menu-1a .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1a .link,
#ext_menu-1a .dropdown-item {
  color: #ffffff;
}
#ext_menu-1a .link {
  font-size: 1rem;
}
#ext_menu-1a .dropdown-item,
#ext_menu-1a .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-1a .link:hover,
#ext_menu-1a .dropdown-item:hover,
#ext_menu-1a .link:focus,
#ext_menu-1a .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-1a .link[aria-expanded="true"],
#ext_menu-1a .dropdown-menu {
  background: #307193;
}
#ext_menu-1a .nav-dropdown-sm .link:focus,
#ext_menu-1a .nav-dropdown-sm .link:hover,
#ext_menu-1a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1a .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-1a .navbar,
#ext_menu-1a .nav-dropdown-sm,
#ext_menu-1a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1a .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-1a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1a .bg-color.transparent.opened .link:hover,
#ext_menu-1a .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-1a .link[aria-expanded="true"],
#ext_menu-1a .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#header4-3c .mbr-section-title {
  text-align: right;
}
#header4-3c .btn {
  font-size: 14px;
}
#msg-box8-68 .mbr-section-title,
#msg-box8-68 p {
  color: #fff;
}
#msg-box8-68 .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#msg-box8-68 .lead {
  color: #ffffff;
}
#msg-box4-5k H3 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
#msg-box4-5k P {
  color: #ffffff;
  text-align: center;
}
#msg-box4-48 H3 {
  font-size: 36px;
  color: #ffffff;
}
#msg-box4-48 P {
  color: #ffffff;
  text-align: center;
}
#contacts2-1b STRONG {
  color: #ffffff;
}
#contacts2-1b P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-1b UL {
  font-family: 'Lora', serif;
}
#social-buttons4-2l .mbr-section-title,
#social-buttons4-2l .btn-social {
  color: #fff;
}
#footer1-2c P {
  text-align: center;
  color: #ffffff;
}










#ext_menu-22 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-22 .navbar-caption {
  color: #ffffff;
}
#ext_menu-22 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-22 .close-icon::before,
#ext_menu-22 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-22 .link,
#ext_menu-22 .dropdown-item {
  color: #ffffff;
}
#ext_menu-22 .link {
  font-size: 1rem;
}
#ext_menu-22 .dropdown-item,
#ext_menu-22 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-22 .link:hover,
#ext_menu-22 .dropdown-item:hover,
#ext_menu-22 .link:focus,
#ext_menu-22 .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-22 .link[aria-expanded="true"],
#ext_menu-22 .dropdown-menu {
  background: #307193;
}
#ext_menu-22 .nav-dropdown-sm .link:focus,
#ext_menu-22 .nav-dropdown-sm .link:hover,
#ext_menu-22 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-22 .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-22 .navbar,
#ext_menu-22 .nav-dropdown-sm,
#ext_menu-22 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-22 .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-22 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-22 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-22 .bg-color.transparent.opened .link:hover,
#ext_menu-22 .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-22 .link[aria-expanded="true"],
#ext_menu-22 .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#testimonials4-bf .card-block P {
  text-align: left;
}
#testimonials4-bf .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-bf .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-bf .mbr-section-title {
  color: #ffffff;
}
#testimonials4-bf .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-bg .card-block P {
  text-align: left;
}
#testimonials4-bg .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-bg .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-bg .mbr-section-title {
  color: #ffffff;
}
#testimonials4-bg .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-bh .card-block P {
  text-align: left;
}
#testimonials4-bh .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-bh .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-bh .mbr-section-title {
  color: #ffffff;
}
#testimonials4-bh .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-bi .card-block P {
  text-align: left;
}
#testimonials4-bi .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-bi .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-bi .mbr-section-title {
  color: #ffffff;
}
#testimonials4-bi .mbr-section-subtitle {
  color: #efefef;
}
#form2-3w .mbr-section-title {
  color: #fff;
}
#form2-3w .mbr-section-subtitle {
  color: #efefef;
}
#contacts2-23 STRONG {
  color: #ffffff;
}
#contacts2-23 P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-23 UL {
  font-family: 'Lora', serif;
}
#social-buttons4-2m .mbr-section-title,
#social-buttons4-2m .btn-social {
  color: #fff;
}
#footer1-24 P {
  text-align: center;
  color: #ffffff;
}


#msg-box8-45 .mbr-section-title,
#msg-box8-45 p {
  color: #fff;
}
#testimonials4-46 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-46 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-46 .card-footer > div {
  color: #efefef;
}
#ext_menu-3r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3r .navbar-caption {
  color: #ffffff;
}
#ext_menu-3r .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3r .close-icon::before,
#ext_menu-3r .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3r .link,
#ext_menu-3r .dropdown-item {
  color: #ffffff;
}
#ext_menu-3r .link {
  font-size: 1rem;
}
#ext_menu-3r .dropdown-item,
#ext_menu-3r .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-3r .link:hover,
#ext_menu-3r .dropdown-item:hover,
#ext_menu-3r .link:focus,
#ext_menu-3r .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-3r .link[aria-expanded="true"],
#ext_menu-3r .dropdown-menu {
  background: #307193;
}
#ext_menu-3r .nav-dropdown-sm .link:focus,
#ext_menu-3r .nav-dropdown-sm .link:hover,
#ext_menu-3r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3r .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-3r .navbar,
#ext_menu-3r .nav-dropdown-sm,
#ext_menu-3r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3r .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-3r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3r .bg-color.transparent.opened .link:hover,
#ext_menu-3r .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-3r .link[aria-expanded="true"],
#ext_menu-3r .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#contacts2-3s STRONG {
  color: #ffffff;
}
#contacts2-3s P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-3s UL {
  font-family: 'Lora', serif;
}
#social-buttons4-47 .mbr-section-title,
#social-buttons4-47 .btn-social {
  color: #fff;
}
#footer1-3t P {
  text-align: center;
  color: #ffffff;
}




#ext_menu-6i .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6i .navbar-caption {
  color: #ffffff;
}
#ext_menu-6i .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6i .close-icon::before,
#ext_menu-6i .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6i .link,
#ext_menu-6i .dropdown-item {
  color: #ffffff;
}
#ext_menu-6i .link {
  font-size: 1rem;
}
#ext_menu-6i .dropdown-item,
#ext_menu-6i .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-6i .link:hover,
#ext_menu-6i .dropdown-item:hover,
#ext_menu-6i .link:focus,
#ext_menu-6i .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-6i .link[aria-expanded="true"],
#ext_menu-6i .dropdown-menu {
  background: #307193;
}
#ext_menu-6i .nav-dropdown-sm .link:focus,
#ext_menu-6i .nav-dropdown-sm .link:hover,
#ext_menu-6i .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6i .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-6i .navbar,
#ext_menu-6i .nav-dropdown-sm,
#ext_menu-6i .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6i .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-6i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6i .bg-color.transparent.opened .link:hover,
#ext_menu-6i .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-6i .link[aria-expanded="true"],
#ext_menu-6i .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#msg-box8-6u .mbr-section-title,
#msg-box8-6u p {
  color: #fff;
}
#header3-70 .mbr-section-title,
#header3-70 .mbr-section-subtitle {
  text-align: center;
}
#header3-70 .mbr-section-title {
  font-size: 18px;
}
#header3-71 .mbr-section-title,
#header3-71 .mbr-section-subtitle {
  text-align: center;
}
#header3-71 .mbr-section-title {
  font-size: 18px;
  color: #ffffff;
}
#header3-71 .mbr-section-subtitle {
  color: #ffffff;
}
#content6-72 UL {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#header3-73 .mbr-section-title,
#header3-73 .mbr-section-subtitle {
  text-align: center;
}
#header3-73 .mbr-section-title {
  font-size: 18px;
}
#header3-7a .mbr-section-title,
#header3-7a .mbr-section-subtitle {
  text-align: center;
}
#header3-7a .mbr-section-title {
  font-size: 18px;
  color: #ffffff;
}
#content6-7b UL {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#header3-7c .mbr-section-title,
#header3-7c .mbr-section-subtitle {
  text-align: center;
}
#header3-7c .mbr-section-title {
  font-size: 18px;
}
#header3-7i .mbr-section-title,
#header3-7i .mbr-section-subtitle {
  text-align: center;
}
#header3-7i .mbr-section-title {
  color: #000000;
  font-size: 18px;
}
#header3-7i .mbr-section-subtitle {
  color: #000000;
}
#msg-box3-7j .mbr-section-title,
#msg-box3-7j p {
  color: #000;
}
#msg-box3-7j .mbr-section-title {
  font-size: 18px;
  color: #ffffff;
}
#contacts2-6j STRONG {
  color: #ffffff;
}
#contacts2-6j P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-6j UL {
  font-family: 'Lora', serif;
}
#footer1-6k P {
  text-align: center;
  color: #ffffff;
}










































#ext_menu-7n .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7n .navbar-caption {
  color: #ffffff;
}
#ext_menu-7n .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7n .close-icon::before,
#ext_menu-7n .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7n .link,
#ext_menu-7n .dropdown-item {
  color: #ffffff;
}
#ext_menu-7n .link {
  font-size: 1rem;
}
#ext_menu-7n .dropdown-item,
#ext_menu-7n .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-7n .link:hover,
#ext_menu-7n .dropdown-item:hover,
#ext_menu-7n .link:focus,
#ext_menu-7n .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-7n .link[aria-expanded="true"],
#ext_menu-7n .dropdown-menu {
  background: #307193;
}
#ext_menu-7n .nav-dropdown-sm .link:focus,
#ext_menu-7n .nav-dropdown-sm .link:hover,
#ext_menu-7n .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7n .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-7n .navbar,
#ext_menu-7n .nav-dropdown-sm,
#ext_menu-7n .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7n .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-7n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7n .bg-color.transparent.opened .link:hover,
#ext_menu-7n .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-7n .link[aria-expanded="true"],
#ext_menu-7n .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#testimonials4-84 .card-block P {
  text-align: left;
}
#testimonials4-84 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-84 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-84 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-84 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-85 .card-block P {
  text-align: left;
}
#testimonials4-85 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-85 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-85 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-85 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-86 .card-block P {
  text-align: left;
}
#testimonials4-86 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-86 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-86 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-86 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-87 .card-block P {
  text-align: left;
}
#testimonials4-87 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-87 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-87 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-87 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-88 .card-block P {
  text-align: left;
}
#testimonials4-88 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-88 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-88 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-88 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-89 .card-block P {
  text-align: left;
}
#testimonials4-89 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-89 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-89 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-89 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8a .card-block P {
  text-align: left;
}
#testimonials4-8a .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8a .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8a .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8a .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8b .card-block P {
  text-align: left;
}
#testimonials4-8b .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8b .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8b .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8b .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8c .card-block P {
  text-align: left;
}
#testimonials4-8c .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8c .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8c .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8c .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8d .card-block P {
  text-align: left;
}
#testimonials4-8d .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8d .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8d .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8d .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8e .card-block P {
  text-align: left;
}
#testimonials4-8e .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8e .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8e .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8e .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8f .card-block P {
  text-align: left;
}
#testimonials4-8f .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8f .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8f .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8f .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8g .card-block P {
  text-align: left;
}
#testimonials4-8g .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8g .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8g .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8g .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8h .card-block P {
  text-align: left;
}
#testimonials4-8h .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8h .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8h .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8h .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8i .card-block P {
  text-align: left;
}
#testimonials4-8i .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8i .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8i .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8i .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8j .card-block P {
  text-align: left;
}
#testimonials4-8j .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8j .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8j .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8j .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8k .card-block P {
  text-align: left;
}
#testimonials4-8k .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8k .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8k .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8k .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8l .card-block P {
  text-align: left;
}
#testimonials4-8l .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8l .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8l .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8l .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials4-8m .card-block P {
  text-align: left;
}
#testimonials4-8m .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8m .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8m .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8m .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8n .card-block P {
  text-align: left;
}
#testimonials4-8n .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-8n .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-8n .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8n .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8o .card-block P {
  text-align: left;
}
#testimonials4-8o .mbr-section-title {
  color: #ffffff;
}
#testimonials4-8o .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-8o .card-footer > div {
  color: #ffffff;
}
#form2-8p .mbr-section-title {
  color: #fff;
}
#form2-8p .mbr-section-subtitle {
  color: #efefef;
}
#contacts2-8q STRONG {
  color: #ffffff;
}
#contacts2-8q P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-8q UL {
  font-family: 'Lora', serif;
}
#social-buttons4-8r .mbr-section-title,
#social-buttons4-8r .btn-social {
  color: #fff;
}
#footer1-8s P {
  text-align: center;
  color: #ffffff;
}
#ext_menu-98 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-98 .navbar-caption {
  color: #ffffff;
}
#ext_menu-98 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-98 .close-icon::before,
#ext_menu-98 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-98 .link,
#ext_menu-98 .dropdown-item {
  color: #ffffff;
}
#ext_menu-98 .link {
  font-size: 1rem;
}
#ext_menu-98 .dropdown-item,
#ext_menu-98 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-98 .link:hover,
#ext_menu-98 .dropdown-item:hover,
#ext_menu-98 .link:focus,
#ext_menu-98 .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-98 .link[aria-expanded="true"],
#ext_menu-98 .dropdown-menu {
  background: #307193;
}
#ext_menu-98 .nav-dropdown-sm .link:focus,
#ext_menu-98 .nav-dropdown-sm .link:hover,
#ext_menu-98 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-98 .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-98 .navbar,
#ext_menu-98 .nav-dropdown-sm,
#ext_menu-98 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-98 .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-98 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-98 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-98 .bg-color.transparent.opened .link:hover,
#ext_menu-98 .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-98 .link[aria-expanded="true"],
#ext_menu-98 .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#footer1-9a P {
  text-align: center;
  color: #ffffff;
}




















































#ext_menu-ai .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-ai .navbar-caption {
  color: #ffffff;
}
#ext_menu-ai .navbar-toggler {
  color: #ffffff;
}
#ext_menu-ai .close-icon::before,
#ext_menu-ai .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-ai .link,
#ext_menu-ai .dropdown-item {
  color: #ffffff;
}
#ext_menu-ai .link {
  font-size: 1rem;
}
#ext_menu-ai .dropdown-item,
#ext_menu-ai .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#ext_menu-ai .link:hover,
#ext_menu-ai .dropdown-item:hover,
#ext_menu-ai .link:focus,
#ext_menu-ai .dropdown-item:focus {
  color: #3d8eb9;
}
#ext_menu-ai .link[aria-expanded="true"],
#ext_menu-ai .dropdown-menu {
  background: #307193;
}
#ext_menu-ai .nav-dropdown-sm .link:focus,
#ext_menu-ai .nav-dropdown-sm .link:hover,
#ext_menu-ai .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-ai .nav-dropdown-sm .dropdown-item:hover {
  background: #3985ad!important;
}
#ext_menu-ai .navbar,
#ext_menu-ai .nav-dropdown-sm,
#ext_menu-ai .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-ai .nav-dropdown-sm .dropdown-menu {
  background: #3d8eb9;
}
#ext_menu-ai .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-ai .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-ai .bg-color.transparent.opened .link:hover,
#ext_menu-ai .bg-color.transparent.opened .link:focus {
  color: #3d8eb9;
}
#ext_menu-ai .link[aria-expanded="true"],
#ext_menu-ai .dropdown-item[aria-expanded="true"] {
  color: #3d8eb9!important;
}
#testimonials4-ak .card-block P {
  text-align: left;
}
#testimonials4-ak .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-ak .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-ak .mbr-section-title {
  color: #ffffff;
}
#testimonials4-ak .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-al .card-block P {
  text-align: left;
}
#testimonials4-al .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-al .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-al .mbr-section-title {
  color: #ffffff;
}
#testimonials4-al .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-am .card-block P {
  text-align: left;
}
#testimonials4-am .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-am .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-am .mbr-section-title {
  color: #ffffff;
}
#testimonials4-am .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-an .card-block P {
  text-align: left;
}
#testimonials4-an .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-an .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-an .mbr-section-title {
  color: #ffffff;
}
#testimonials4-an .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-ao .card-block P {
  text-align: left;
}
#testimonials4-ao .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-ao .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-ao .mbr-section-title {
  color: #ffffff;
}
#testimonials4-ao .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-ap .card-block P {
  text-align: left;
}
#testimonials4-ap .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-ap .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-ap .mbr-section-title {
  color: #ffffff;
}
#testimonials4-ap .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-aq .card-block P {
  text-align: left;
}
#testimonials4-aq .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-aq .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-aq .mbr-section-title {
  color: #ffffff;
}
#testimonials4-aq .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-ar .card-block P {
  text-align: left;
}
#testimonials4-ar .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-ar .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-ar .mbr-section-title {
  color: #ffffff;
}
#testimonials4-ar .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-as .card-block P {
  text-align: left;
}
#testimonials4-as .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-as .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-as .mbr-section-title {
  color: #ffffff;
}
#testimonials4-as .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-at .card-block P {
  text-align: left;
}
#testimonials4-at .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-at .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-at .mbr-section-title {
  color: #ffffff;
}
#testimonials4-at .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-au .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#testimonials4-au .mbr-section-title {
  color: #ffffff;
}
#testimonials4-au .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials4-au .card-block P {
  text-align: left;
}
#testimonials4-av .card-block P {
  text-align: left;
}
#testimonials4-av .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-av .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-av .mbr-section-title {
  color: #ffffff;
}
#testimonials4-av .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-aw .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#testimonials4-aw .mbr-section-title {
  color: #ffffff;
}
#testimonials4-aw .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials4-aw .card-block P {
  text-align: left;
}
#testimonials4-ax .card-block P {
  text-align: left;
}
#testimonials4-ax .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-ax .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-ax .mbr-section-title {
  color: #ffffff;
}
#testimonials4-ax .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-ay .card-block P {
  text-align: left;
}
#testimonials4-ay .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-ay .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-ay .mbr-section-title {
  color: #ffffff;
}
#testimonials4-ay .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-az .card-block P {
  text-align: left;
}
#testimonials4-az .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-az .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-az .mbr-section-title {
  color: #ffffff;
}
#testimonials4-az .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b0 .card-block P {
  text-align: left;
}
#testimonials4-b0 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b0 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b0 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b0 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b1 .card-block P {
  text-align: left;
}
#testimonials4-b1 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b1 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b1 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b1 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b2 .card-block P {
  text-align: left;
}
#testimonials4-b2 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b2 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b2 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b2 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b3 .card-block P {
  text-align: left;
}
#testimonials4-b3 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b3 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b3 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b3 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b4 .card-block P {
  text-align: left;
}
#testimonials4-b4 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b4 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b4 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b4 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b5 .card-block P {
  text-align: left;
}
#testimonials4-b5 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b5 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b5 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b5 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b6 .card-block P {
  text-align: left;
}
#testimonials4-b6 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b6 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b6 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b6 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b7 .card-block P {
  text-align: left;
}
#testimonials4-b7 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b7 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b7 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b7 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b8 .card-block P {
  text-align: left;
}
#testimonials4-b8 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b8 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b8 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b8 .mbr-section-subtitle {
  color: #efefef;
}
#testimonials4-b9 .card-block P {
  text-align: left;
}
#testimonials4-b9 .card-footer > small {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#testimonials4-b9 .card-footer > div {
  font-family: 'Lora', serif;
  color: #ffffff;
  text-align: center;
}
#testimonials4-b9 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-b9 .mbr-section-subtitle {
  color: #efefef;
}
#form2-ba .mbr-section-title {
  color: #fff;
}
#form2-ba .mbr-section-subtitle {
  color: #efefef;
}
#contacts2-bc STRONG {
  color: #ffffff;
}
#contacts2-bc P {
  color: #efefef;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#contacts2-bc UL {
  font-family: 'Lora', serif;
}
#social-buttons4-bd .mbr-section-title,
#social-buttons4-bd .btn-social {
  color: #fff;
}
#footer1-be P {
  text-align: center;
  color: #ffffff;
}
