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

body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Lora', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Lora', 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: #7e9b9f !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7c706b !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #faf1db !important;
}
.btn-primary {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-secondary {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-info {
  background-color: #7c706b;
  border-color: #7c706b;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #534b48;
  border-color: #534b48;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534b48 !important;
  border-color: #534b48 !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: #faf1db;
  border-color: #faf1db;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #f1d798;
  border-color: #f1d798;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f1d798 !important;
  border-color: #f1d798 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.btn-info-outline {
  background: none;
  border-color: #453f3c;
  color: #453f3c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7c706b;
  border-color: #7c706b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7c706b !important;
  border-color: #7c706b !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: #eece81;
  color: #eece81;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #faf1db;
  border-color: #faf1db;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #faf1db !important;
  border-color: #faf1db !important;
}
.text-primary {
  color: #7e9b9f !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7c706b !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #faf1db !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7c706b;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #faf1db;
}
.btn-social {
  border-color: #7e9b9f;
}
.btn-social:hover {
  background: #7e9b9f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #7e9b9f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #7e9b9f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7e9b9f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7e9b9f;
}
.lead a,
.lead a:hover {
  color: #7e9b9f;
}
.lead blockquote {
  border-color: #7e9b9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7d4d5;
}
.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: #b9b1ae;
}
.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: #7e9b9f;
}
.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;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #7e9b9f;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #7e9b9f;
}
#menu-7 .link {
  font-size: 0.95rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #7e9b9f;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #615753;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #746964!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #7c706b;
}
#menu-7 .bg-color.transparent .link {
  color: #7e9b9f;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-7.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-7 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #7e9b9f;
}
#msg-box8-5n .mbr-section-title,
#msg-box8-5n .lead {
  color: #fff;
}
#msg-box8-5n .mbr-section-title {
  color: #7c706b;
}
#msg-box8-5n .lead {
  color: #7c706b;
}
#footer1-9 P {
  text-align: right;
}
#header3-10 .mbr-section-title,
#header3-10 .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-5o H3 {
  color: #fac51c;
  font-size: 36px;
}
#msg-box5-5o P {
  color: #a38f84;
  text-align: left;
}
#header3-x .mbr-section-title,
#header3-x .mbr-section-subtitle {
  text-align: center;
}
#header3-6d .mbr-section-title,
#header3-6d .mbr-section-subtitle {
  text-align: center;
}
#header3-6d H3 {
  text-align: right;
}
#header3-6d .mbr-section-title {
  text-align: left;
}
#msg-box5-6c H3 {
  color: #fac51c;
  font-size: 36px;
}
#msg-box5-6c P {
  color: #f7da64;
}
#header3-6b .mbr-section-title,
#header3-6b .mbr-section-subtitle {
  text-align: center;
}
#header3-6b H3 {
  text-align: right;
}
#header3-6b .mbr-section-title {
  text-align: left;
}
#header3-64 .mbr-section-title,
#header3-64 .mbr-section-subtitle {
  text-align: center;
}
#header3-64 H3 {
  text-align: right;
}
#header3-64 .mbr-section-title {
  text-align: left;
}
#header3-40 .mbr-section-title,
#header3-40 .mbr-section-subtitle {
  text-align: center;
}
#header3-40 H3 {
  text-align: right;
}
#header3-40 .mbr-section-title {
  text-align: left;
}
#msg-box5-3z H3 {
  color: #fac51c;
  font-size: 36px;
}
#msg-box5-3z P {
  color: #f7da64;
}
#features3-3 H5 {
  font-size: 17px;
}
#features3-4 H5 {
  font-size: 17px;
}
#features3-7 H5 {
  font-size: 17px;
}
#msg-box1-4 H3 {
  text-align: left;
}
#msg-box5-6 H3 {
  font-family: 'Montserrat', sans-serif;
  text-align: right;
  font-size: 36px;
  color: #efefef;
}
#msg-box5-6 P {
  text-align: right;
  color: #ffffff;
}
#features3-2 H4 {
  font-size: 15px;
}
#msg-box1-0 H3 {
  font-size: 32px;
}
#msg-box1-0 SPAN {
  font-size: 23px;
}
#features3-a H4 {
  font-size: 16px;
}
#features3-c H4 {
  font-size: 16px;
}
#features3-c P {
  color: #232323;
}
#header3-y .mbr-section-title,
#header3-y .mbr-section-subtitle {
  text-align: center;
}
#header3-y H3 {
  text-align: right;
}
#content1-5s DIV {
  color: #7c706b;
}
#header3-z .mbr-section-title,
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#content1-5p DIV {
  color: #7c706b;
}
#msg-box3-1s .mbr-section-title,
#msg-box3-1s p {
  color: #000;
}
#features3-3t P {
  text-align: left;
}
#header3-3s .mbr-section-title,
#header3-3s .mbr-section-subtitle {
  text-align: center;
}
#header3-3s H3 {
  color: #b8312f;
}
#msg-box2-1q .mbr-section-title {
  color: #fff;
}
#msg-box2-1q .mbr-section-subtitle {
  color: #a0a0a0;
}
#menu-b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b .navbar-caption {
  color: #ffffff;
}
#menu-b .navbar-toggler {
  color: #7e9b9f;
}
#menu-b .link,
#menu-b .dropdown-item {
  color: #7e9b9f;
}
#menu-b .link {
  font-size: 0.95rem;
}
#menu-b .dropdown-item,
#menu-b .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-b .link:hover,
#menu-b .dropdown-item:hover,
#menu-b .link:focus,
#menu-b .dropdown-item:focus {
  color: #7e9b9f;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-menu {
  background: #615753;
}
#menu-b .nav-dropdown-sm .link:focus,
#menu-b .nav-dropdown-sm .link:hover,
#menu-b .nav-dropdown-sm .dropdown-item:focus,
#menu-b .nav-dropdown-sm .dropdown-item:hover {
  background: #746964!important;
}
#menu-b .navbar,
#menu-b .nav-dropdown-sm,
#menu-b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b .nav-dropdown-sm .dropdown-menu {
  background: #7c706b;
}
#menu-b .bg-color.transparent .link {
  color: #7e9b9f;
  transition: none;
}
#menu-b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b .bg-color.transparent.opened .link:hover,
#menu-b .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-b .close-icon::before,
#menu-b .close-icon::after {
  background-color: #7e9b9f;
}
#msg-box8-5m .mbr-section-title,
#msg-box8-5m .lead {
  color: #fff;
}
#footer1-c P {
  text-align: right;
}
#gallery2-5 .mbr-gallery-item > div > span {
  color: #cccccc;
}
#gallery2-5 LI {
  color: #ffffff;
}
#content1-2z P {
  text-align: left;
  font-size: 10px;
  color: #ffffff;
}
#content1-31 P {
  color: #ffffff;
  font-size: 10px;
}
#msg-box1-f H3 {
  color: #7c706b;
}
#msg-box1-i H3 {
  color: #7c706b;
}
#gallery3-39 .mbr-gallery-item > div > span {
  text-align: center;
}
#header3-3g .mbr-section-title,
#header3-3g .mbr-section-subtitle {
  text-align: center;
}
#header3-3g H3 {
  color: #b8312f;
}
#header3-3g .mbr-section-title {
  text-align: left;
  color: #7c706b;
}
#msg-box2-1t .mbr-section-title {
  color: #fff;
}
#msg-box2-1t .mbr-section-subtitle {
  color: #a0a0a0;
}
#menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11 .navbar-caption {
  color: #ffffff;
}
#menu-11 .navbar-toggler {
  color: #ffffff;
}
#menu-11 .link,
#menu-11 .dropdown-item {
  color: #ffffff;
}
#menu-11 .link {
  font-size: 0.95rem;
}
#menu-11 .dropdown-item,
#menu-11 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-11 .link:hover,
#menu-11 .dropdown-item:hover,
#menu-11 .link:focus,
#menu-11 .dropdown-item:focus {
  color: #7e9b9f;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-menu {
  background: #0e0e0e;
}
#menu-11 .nav-dropdown-sm .link:focus,
#menu-11 .nav-dropdown-sm .link:hover,
#menu-11 .nav-dropdown-sm .dropdown-item:focus,
#menu-11 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-11 .navbar,
#menu-11 .nav-dropdown-sm,
#menu-11 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-11 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-11 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11 .bg-color.transparent.opened .link:hover,
#menu-11 .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-11.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-11 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-11 .close-icon::before,
#menu-11 .close-icon::after {
  background-color: #ffffff;
}
#footer1-12 P {
  text-align: right;
}
#msg-box7-14 .mbr-section-title,
#msg-box7-14 .lead p {
  color: #fff;
}






#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #7e9b9f;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #7e9b9f;
}
#menu-0 .link {
  font-size: 0.95rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #7e9b9f;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #615753;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #746964!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #7c706b;
}
#menu-0 .bg-color.transparent .link {
  color: #7e9b9f;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #7e9b9f;
}
#slider-1 H2 {
  color: #faf1db;
  font-family: 'Lato', sans-serif;
  text-align: left;
}
#slider-1 P {
  color: #efefef;
  text-align: left;
}
#slider-1 I {
  font-family: 'Lora', serif;
}
#slider-1 FONT {
  font-family: 'Lora', serif;
}
#slider-1 SPAN {
  font-family: 'Lato', sans-serif;
}
#msg-box2-46 .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-46 .mbr-section-subtitle {
  color: #faf1db;
}
#msg-box1-49 H3 {
  font-size: 30px;
  color: #7e9b9f;
}
#msg-box5-66 H3 {
  color: #f3c649;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-66 P {
  color: #ffffff;
  text-align: left;
}
#msg-box5-67 H3 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#msg-box5-67 P {
  color: #ffffff;
}
#msg-box1-5w H2 {
  font-size: 20px;
}
#msg-box1-5w H3 {
  font-size: 30px;
  color: #553982;
}
.cid-t8zAmdMByd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t8zAmdMByd .mbr-section {
  text-align: center;
  color: #fff;
}
#msg-box1-8 H2 {
  font-size: 20px;
}
#msg-box1-8 H3 {
  font-size: 30px;
  color: #2b0680;
}
#msg-box1-5u H3 {
  color: #3d8eb9;
}
#header3-v .mbr-section-title,
#header3-v .mbr-section-subtitle {
  text-align: center;
}
#header3-v .mbr-section-title {
  color: #faf1db;
}
#content7-w P {
  color: #000000;
}
#form1-q .form-control-label {
  color: #faf1db;
}
#form1-q SMALL {
  color: #000000;
  font-size: 20px;
}
#form1-q B {
  color: #ffffff;
}
#form1-q SPAN {
  color: #ffffff;
}
#form1-q .mbr-section-subtitle {
  color: #faf1db;
}
#footer1-2 P {
  text-align: right;
}
#menu-6e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6e .navbar-caption {
  color: #ffffff;
}
#menu-6e .navbar-toggler {
  color: #7e9b9f;
}
#menu-6e .link,
#menu-6e .dropdown-item {
  color: #7e9b9f;
}
#menu-6e .link {
  font-size: 0.95rem;
}
#menu-6e .dropdown-item,
#menu-6e .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-6e .link:hover,
#menu-6e .dropdown-item:hover,
#menu-6e .link:focus,
#menu-6e .dropdown-item:focus {
  color: #7e9b9f;
}
#menu-6e .link[aria-expanded="true"],
#menu-6e .dropdown-menu {
  background: #615753;
}
#menu-6e .nav-dropdown-sm .link:focus,
#menu-6e .nav-dropdown-sm .link:hover,
#menu-6e .nav-dropdown-sm .dropdown-item:focus,
#menu-6e .nav-dropdown-sm .dropdown-item:hover {
  background: #746964!important;
}
#menu-6e .navbar,
#menu-6e .nav-dropdown-sm,
#menu-6e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6e .nav-dropdown-sm .dropdown-menu {
  background: #7c706b;
}
#menu-6e .bg-color.transparent .link {
  color: #7e9b9f;
  transition: none;
}
#menu-6e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6e .bg-color.transparent.opened .link:hover,
#menu-6e .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#menu-6e .link[aria-expanded="true"],
#menu-6e .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-6e.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-6e .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-6e .close-icon::before,
#menu-6e .close-icon::after {
  background-color: #7e9b9f;
}
#msg-box2-6g .mbr-section-title {
  color: #fff;
  font-size: 30px;
}
#msg-box2-6g .mbr-section-subtitle {
  color: #faf1db;
}
#header3-6s .mbr-section-title,
#header3-6s .mbr-section-subtitle {
  text-align: center;
}
#header3-6s .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#content1-6t UL {
  font-size: 10px;
}
#content1-6t P {
  font-size: 12px;
}
#header3-6u .mbr-section-title,
#header3-6u .mbr-section-subtitle {
  text-align: center;
}
#header3-6u .mbr-section-title {
  text-align: left;
  font-size: 20px;
}
#content1-6v P {
  text-align: left;
  font-size: 12px;
}
#footer1-6x P {
  text-align: right;
}
