@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);


















body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.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: #d14841 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #d14841;
  border-color: #d14841;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #9f2c26;
  border-color: #9f2c26;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f2c26 !important;
  border-color: #9f2c26 !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: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8a2722;
  color: #8a2722;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d14841;
  border-color: #d14841;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d14841 !important;
  border-color: #d14841 !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: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #d14841 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #d14841;
}
.btn-social:hover {
  background: #d14841;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #d14841;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #d14841;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d14841;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d14841;
}
.lead a,
.lead a:hover {
  color: #d14841;
}
.lead blockquote {
  border-color: #d14841;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9e6e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #d14841;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#ext_menu-8 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8 .navbar-caption {
  color: #ffffff;
}
#ext_menu-8 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8 .close-icon::before,
#ext_menu-8 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8 .link,
#ext_menu-8 .dropdown-item {
  color: #ffffff;
}
#ext_menu-8 .link {
  font-size: 0.75rem;
}
#ext_menu-8 .dropdown-item,
#ext_menu-8 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-8 .link:hover,
#ext_menu-8 .dropdown-item:hover,
#ext_menu-8 .link:focus,
#ext_menu-8 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-8 .link[aria-expanded="true"],
#ext_menu-8 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-8 .nav-dropdown-sm .link:focus,
#ext_menu-8 .nav-dropdown-sm .link:hover,
#ext_menu-8 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-8 .navbar,
#ext_menu-8 .nav-dropdown-sm,
#ext_menu-8 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8 .bg-color.transparent.opened .link:hover,
#ext_menu-8 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-8 .link[aria-expanded="true"],
#ext_menu-8 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-8.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-8 .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-8 .mbr-navbar__hamburger {
  color: #ffffff;
}
#slider-0 H2 {
  font-family: 'Lora', serif;
  text-align: center;
  color: #ffffff;
}
#slider-0 P {
  text-align: center;
}
#social-buttons4-m .mbr-section-title,
#social-buttons4-m .btn-social {
  color: #fff;
}
#social-buttons4-m .mbr-section-title {
  font-family: 'Lora', serif;
}
#msg-box1-1i H3 {
  color: #ffffff;
}
#msg-box5-e H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-e P {
  color: #ffffff;
}
#msg-box5-p H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-p P {
  color: #ffffff;
}
#msg-box5-f H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-f P {
  color: #ffffff;
}
#msg-box5-g H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-g P {
  color: #ffffff;
}
#msg-box5-i H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-i P {
  color: #ffffff;
}
#msg-box5-h H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-h P {
  color: #ffffff;
}
#msg-box5-18 H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-18 P {
  color: #ffffff;
}
#msg-box5-j H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-j P {
  color: #ffffff;
}
#extFeatures1-3 .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#extFeatures1-3 .mbr-section-subtitle {
  color: #eb6b56;
}
#extFeatures1-3 .feature-subtitle {
  color: #eb6b56;
}
#extFeatures1-3 B {
  color: #f3c649;
}
#extFeatures7-1 .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#extFeatures7-1 H4 {
  font-family: 'Lato', sans-serif;
}
#extHeader10-a H3 {
  font-family: 'Lora', serif;
}
#header3-b .mbr-section-title,
#header3-b .mbr-section-subtitle {
  text-align: center;
}
#header3-b .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-b H3 {
  font-size: 46px;
}







#ext_menu-q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-q .navbar-caption {
  color: #ffffff;
}
#ext_menu-q .navbar-toggler {
  color: #ffffff;
}
#ext_menu-q .close-icon::before,
#ext_menu-q .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-q .link,
#ext_menu-q .dropdown-item {
  color: #ffffff;
}
#ext_menu-q .link {
  font-size: 0.75rem;
}
#ext_menu-q .dropdown-item,
#ext_menu-q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-q .link:hover,
#ext_menu-q .dropdown-item:hover,
#ext_menu-q .link:focus,
#ext_menu-q .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-q .link[aria-expanded="true"],
#ext_menu-q .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-q .nav-dropdown-sm .link:focus,
#ext_menu-q .nav-dropdown-sm .link:hover,
#ext_menu-q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-q .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-q .navbar,
#ext_menu-q .nav-dropdown-sm,
#ext_menu-q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-q .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-q .bg-color.transparent.opened .link:hover,
#ext_menu-q .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-q .link[aria-expanded="true"],
#ext_menu-q .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-q.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-q .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-q .mbr-navbar__hamburger {
  color: #ffffff;
}
#header3-t .mbr-section-title,
#header3-t .mbr-section-subtitle {
  text-align: center;
}
#header3-t .mbr-section-title {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#header3-t .mbr-section-subtitle {
  color: #262626;
}
#social-buttons4-16 .mbr-section-title,
#social-buttons4-16 .btn-social {
  color: #fff;
}
#social-buttons4-16 .mbr-section-title {
  font-family: 'Lora', serif;
}
#undefined .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#undefined .mbr-section-subtitle {
  color: #eb6b56;
}
#undefined .feature-subtitle {
  color: #eb6b56;
}
#undefined .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#undefined H4 {
  font-family: 'Lato', sans-serif;
}
#undefined H3 {
  font-family: 'Lora', serif;
}
#header3-11 .mbr-section-title,
#header3-11 .mbr-section-subtitle {
  text-align: center;
}
#header3-11 .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-11 H3 {
  font-size: 46px;
}








#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: 0.75rem;
}
#ext_menu-1a .dropdown-item,
#ext_menu-1a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1a .link:hover,
#ext_menu-1a .dropdown-item:hover,
#ext_menu-1a .link:focus,
#ext_menu-1a .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-1a .link[aria-expanded="true"],
#ext_menu-1a .dropdown-menu {
  background: #0e0e0e;
}
#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: #202020!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: #282828;
}
#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: #d14841;
}
#ext_menu-1a .link[aria-expanded="true"],
#ext_menu-1a .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-1a.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-1a .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-1a .mbr-navbar__hamburger {
  color: #ffffff;
}
#header3-1b .mbr-section-title,
#header3-1b .mbr-section-subtitle {
  text-align: center;
}
#header3-1b .mbr-section-title {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#header3-1b .mbr-section-subtitle {
  color: #262626;
}
#msg-box5-1h H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-1h P {
  color: #ffffff;
}
#social-buttons4-1d .mbr-section-title,
#social-buttons4-1d .btn-social {
  color: #fff;
}
#social-buttons4-1d .mbr-section-title {
  font-family: 'Lora', serif;
}
#undefined .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#undefined .mbr-section-subtitle {
  color: #eb6b56;
}
#undefined .feature-subtitle {
  color: #eb6b56;
}
#undefined .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#undefined H4 {
  font-family: 'Lato', sans-serif;
}
#undefined H3 {
  font-family: 'Lora', serif;
}
#header3-1e .mbr-section-title,
#header3-1e .mbr-section-subtitle {
  text-align: center;
}
#header3-1e .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-1e H3 {
  font-size: 46px;
}






#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.75rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-1j.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-1j .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-1j .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-1r .mbr-section-title,
#msg-box8-1r p {
  color: #fff;
}
#msg-box8-1v .mbr-section-title,
#msg-box8-1v p {
  color: #fff;
}
#features3-1q H4 {
  color: #ffffff;
}
#features3-1q H5 {
  color: #ffffff;
}
#features3-1q P {
  color: #ffffff;
}
#msg-box8-1u .mbr-section-title,
#msg-box8-1u p {
  color: #fff;
}
#features3-1t H4 {
  color: #ffffff;
}
#features3-1t H5 {
  color: #ffffff;
}
#features3-1t P {
  color: #ffffff;
}
#msg-box8-1s .mbr-section-title,
#msg-box8-1s p {
  color: #fff;
}
#msg-box8-1w .mbr-section-title,
#msg-box8-1w p {
  color: #fff;
}
#social-buttons4-1m .mbr-section-title,
#social-buttons4-1m .btn-social {
  color: #fff;
}
#social-buttons4-1m .mbr-section-title {
  font-family: 'Lora', serif;
}
#undefined .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#undefined .mbr-section-subtitle {
  color: #eb6b56;
}
#undefined .feature-subtitle {
  color: #eb6b56;
}
#undefined .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#undefined H4 {
  font-family: 'Lato', sans-serif;
}
#undefined H3 {
  font-family: 'Lora', serif;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-1n H3 {
  font-size: 46px;
}






#ext_menu-1x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1x .navbar-caption {
  color: #ffffff;
}
#ext_menu-1x .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1x .close-icon::before,
#ext_menu-1x .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1x .link,
#ext_menu-1x .dropdown-item {
  color: #ffffff;
}
#ext_menu-1x .link {
  font-size: 0.75rem;
}
#ext_menu-1x .dropdown-item,
#ext_menu-1x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1x .link:hover,
#ext_menu-1x .dropdown-item:hover,
#ext_menu-1x .link:focus,
#ext_menu-1x .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-1x .link[aria-expanded="true"],
#ext_menu-1x .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1x .nav-dropdown-sm .link:focus,
#ext_menu-1x .nav-dropdown-sm .link:hover,
#ext_menu-1x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1x .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1x .navbar,
#ext_menu-1x .nav-dropdown-sm,
#ext_menu-1x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1x .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1x .bg-color.transparent.opened .link:hover,
#ext_menu-1x .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-1x .link[aria-expanded="true"],
#ext_menu-1x .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-1x.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-1x .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-1x .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-1y .mbr-section-title,
#msg-box8-1y p {
  color: #fff;
}
#msg-box8-1y .lead P {
  color: #faaf40;
}
#features3-2w H4 {
  color: #ffffff;
}
#features3-2w H5 {
  color: #ffffff;
}
#features3-2w P {
  color: #ffffff;
}
#msg-box8-2x .mbr-section-title,
#msg-box8-2x p {
  color: #fff;
}
#msg-box8-1z .mbr-section-title,
#msg-box8-1z p {
  color: #fff;
}
#features4-29 .card-subtitle {
  color: #bcbcbc;
}
#features4-29 .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-29 H4 {
  color: #ffffff;
}
#features4-29 P {
  color: #ffffff;
}
#msg-box8-21 .mbr-section-title,
#msg-box8-21 p {
  color: #fff;
}
#features4-2a .card-subtitle {
  color: #bcbcbc;
}
#features4-2a .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-2a H4 {
  color: #ffffff;
}
#features4-2a P {
  color: #ffffff;
}
#msg-box8-23 .mbr-section-title,
#msg-box8-23 p {
  color: #fff;
}
#features4-2b .card-subtitle {
  color: #bcbcbc;
}
#features4-2b .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-2b H4 {
  color: #ffffff;
}
#features4-2b P {
  color: #ffffff;
}
#social-buttons4-25 .mbr-section-title,
#social-buttons4-25 .btn-social {
  color: #fff;
}
#social-buttons4-25 .mbr-section-title {
  font-family: 'Lora', serif;
}
#undefined .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#undefined .mbr-section-subtitle {
  color: #eb6b56;
}
#undefined .feature-subtitle {
  color: #eb6b56;
}
#undefined P {
  color: #e25041;
}
#undefined .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#undefined H4 {
  font-family: 'Lato', sans-serif;
}
#undefined H3 {
  font-family: 'Lora', serif;
}
#header3-26 .mbr-section-title,
#header3-26 .mbr-section-subtitle {
  text-align: center;
}
#header3-26 .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-26 H3 {
  font-size: 46px;
}






#ext_menu-2c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2c .navbar-caption {
  color: #ffffff;
}
#ext_menu-2c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2c .close-icon::before,
#ext_menu-2c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2c .link,
#ext_menu-2c .dropdown-item {
  color: #ffffff;
}
#ext_menu-2c .link {
  font-size: 0.75rem;
}
#ext_menu-2c .dropdown-item,
#ext_menu-2c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2c .link:hover,
#ext_menu-2c .dropdown-item:hover,
#ext_menu-2c .link:focus,
#ext_menu-2c .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2c .nav-dropdown-sm .link:focus,
#ext_menu-2c .nav-dropdown-sm .link:hover,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2c .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2c .navbar,
#ext_menu-2c .nav-dropdown-sm,
#ext_menu-2c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2c .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2c .bg-color.transparent.opened .link:hover,
#ext_menu-2c .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2c .link[aria-expanded="true"],
#ext_menu-2c .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-2c.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-2c .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-2c .mbr-navbar__hamburger {
  color: #ffffff;
}
#msg-box8-2d .mbr-section-title,
#msg-box8-2d p {
  color: #fff;
}
#msg-box8-2e .mbr-section-title,
#msg-box8-2e p {
  color: #fff;
}
#features4-2f .card-subtitle {
  color: #bcbcbc;
}
#features4-2f .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-2f H4 {
  color: #ffffff;
}
#features4-2f P {
  color: #ffffff;
}
#testimonials1-2o .mbr-section-title {
  color: #ffffff;
}
#testimonials1-2o .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials1-2o .card-footer > div {
  color: #ffffff;
}
#social-buttons4-2k .mbr-section-title,
#social-buttons4-2k .btn-social {
  color: #fff;
}
#social-buttons4-2k .mbr-section-title {
  font-family: 'Lora', serif;
}
#undefined .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#undefined .mbr-section-subtitle {
  color: #eb6b56;
}
#undefined .feature-subtitle {
  color: #eb6b56;
}
#undefined .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#undefined H4 {
  font-family: 'Lato', sans-serif;
}
#undefined H3 {
  font-family: 'Lora', serif;
}
#header3-2l .mbr-section-title,
#header3-2l .mbr-section-subtitle {
  text-align: center;
}
#header3-2l .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-2l H3 {
  font-size: 46px;
}








#ext_menu-2p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2p .navbar-caption {
  color: #ffffff;
}
#ext_menu-2p .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2p .close-icon::before,
#ext_menu-2p .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2p .link,
#ext_menu-2p .dropdown-item {
  color: #ffffff;
}
#ext_menu-2p .link {
  font-size: 0.75rem;
}
#ext_menu-2p .dropdown-item,
#ext_menu-2p .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2p .link:hover,
#ext_menu-2p .dropdown-item:hover,
#ext_menu-2p .link:focus,
#ext_menu-2p .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2p .link[aria-expanded="true"],
#ext_menu-2p .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2p .nav-dropdown-sm .link:focus,
#ext_menu-2p .nav-dropdown-sm .link:hover,
#ext_menu-2p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2p .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2p .navbar,
#ext_menu-2p .nav-dropdown-sm,
#ext_menu-2p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2p .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2p .bg-color.transparent.opened .link:hover,
#ext_menu-2p .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2p .link[aria-expanded="true"],
#ext_menu-2p .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#ext_menu-2p.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-2p .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-2p .mbr-navbar__hamburger {
  color: #ffffff;
}
#header3-2q .mbr-section-title,
#header3-2q .mbr-section-subtitle {
  text-align: center;
}
#header3-2q .mbr-section-title {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#header3-2q .mbr-section-subtitle {
  color: #262626;
}
#msg-box5-2r H3 {
  font-family: 'Lora', serif;
  color: #ffffff;
}
#msg-box5-2r P {
  color: #ffffff;
}
#social-buttons4-2s .mbr-section-title,
#social-buttons4-2s .btn-social {
  color: #fff;
}
#social-buttons4-2s .mbr-section-title {
  font-family: 'Lora', serif;
}
#undefined .mbr-section-title {
  color: #fff;
  font-family: 'Lora', serif;
}
#undefined .mbr-section-subtitle {
  color: #eb6b56;
}
#undefined .feature-subtitle {
  color: #eb6b56;
}
#undefined .mbr-section-title {
  font-family: 'Roboto Slab', serif;
}
#undefined H4 {
  font-family: 'Lato', sans-serif;
}
#undefined H3 {
  font-family: 'Lora', serif;
}
#header3-2t .mbr-section-title,
#header3-2t .mbr-section-subtitle {
  text-align: center;
}
#header3-2t .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Lora', serif;
}
#header3-2t H3 {
  font-size: 46px;
}
