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

.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
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;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f3c649 !important;
}
.bg-success {
  background-color: #67b1d9 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #315869 !important;
}
.btn-primary {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !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: #67b1d9;
  border-color: #67b1d9;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #3190c3;
  border-color: #3190c3;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3190c3 !important;
  border-color: #3190c3 !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: #315869;
  border-color: #315869;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #192c35;
  border-color: #192c35;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #192c35 !important;
  border-color: #192c35 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !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: #2c81ae;
  color: #2c81ae;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #67b1d9;
  border-color: #67b1d9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #67b1d9 !important;
  border-color: #67b1d9 !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: #111e23;
  color: #111e23;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #315869;
  border-color: #315869;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #315869 !important;
  border-color: #315869 !important;
}
.text-primary {
  color: #f3c649 !important;
}
.text-success {
  color: #67b1d9 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #315869 !important;
}
.alert-success {
  background-color: #67b1d9;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #315869;
}
.btn-social {
  border-color: #f3c649;
}
.btn-social:hover {
  background: #f3c649;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f3c649;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f3c649;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f3c649;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f3c649;
}
.lead a,
.lead a:hover {
  color: #f3c649;
}
.lead blockquote {
  border-color: #f3c649;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #639db6;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #f3c649;
}
.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-3n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3n .navbar-caption {
  color: #ffffff;
}
#menu-3n .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#menu-3n .navbar-toggler {
  color: #ffffff;
}
#menu-3n .close-icon::before,
#menu-3n .close-icon::after {
  background-color: #ffffff;
}
#menu-3n .link,
#menu-3n .dropdown-item {
  color: #ffffff;
}
#menu-3n .link {
  font-size: 0.75rem;
}
#menu-3n .dropdown-item,
#menu-3n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3n .link:hover,
#menu-3n .dropdown-item:hover,
#menu-3n .link:focus,
#menu-3n .dropdown-item:focus {
  color: #f3c649;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-menu {
  background: #0a0a0a;
}
#menu-3n .nav-dropdown-sm .link:focus,
#menu-3n .nav-dropdown-sm .link:hover,
#menu-3n .nav-dropdown-sm .dropdown-item:focus,
#menu-3n .nav-dropdown-sm .dropdown-item:hover {
  background: #1b1b1b!important;
}
#menu-3n .navbar,
#menu-3n .nav-dropdown-sm,
#menu-3n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3n .nav-dropdown-sm .dropdown-menu {
  background: #232323;
}
#menu-3n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3n .bg-color.transparent.opened .link:hover,
#menu-3n .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#msg-box5-r P {
  text-align: center;
}
#msg-box5-r H3 {
  text-align: center;
  font-size: 46px;
}
#msg-box8-2f .mbr-section-title,
#msg-box8-2f p {
  color: #fff;
}
#msg-box8-2f .mbr-section-title {
  font-size: 36px;
}
#features7-2e .card-subtitle {
  color: #bcbcbc;
}
#features7-2e .iconbox {
  background-color: #67b1d9;
  border-color: #67b1d9;
}
#header3-2h .mbr-section-title,
#header3-2h .mbr-section-subtitle {
  text-align: center;
}
#header3-2h .mbr-section-title {
  font-size: 46px;
}
#content1-f P {
  text-align: left;
}
#footer1-a P {
  font-family: 'Montserrat', sans-serif;
}





































#menu-3n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3n .navbar-caption {
  color: #ffffff;
}
#menu-3n .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#menu-3n .navbar-toggler {
  color: #ffffff;
}
#menu-3n .close-icon::before,
#menu-3n .close-icon::after {
  background-color: #ffffff;
}
#menu-3n .link,
#menu-3n .dropdown-item {
  color: #ffffff;
}
#menu-3n .link {
  font-size: 0.75rem;
}
#menu-3n .dropdown-item,
#menu-3n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3n .link:hover,
#menu-3n .dropdown-item:hover,
#menu-3n .link:focus,
#menu-3n .dropdown-item:focus {
  color: #f3c649;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-menu {
  background: #0a0a0a;
}
#menu-3n .nav-dropdown-sm .link:focus,
#menu-3n .nav-dropdown-sm .link:hover,
#menu-3n .nav-dropdown-sm .dropdown-item:focus,
#menu-3n .nav-dropdown-sm .dropdown-item:hover {
  background: #1b1b1b!important;
}
#menu-3n .navbar,
#menu-3n .nav-dropdown-sm,
#menu-3n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3n .nav-dropdown-sm .dropdown-menu {
  background: #232323;
}
#menu-3n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3n .bg-color.transparent.opened .link:hover,
#menu-3n .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#msg-box8-3q .mbr-section-title,
#msg-box8-3q .lead {
  color: #fff;
}
#features4-26 .card-subtitle {
  color: #bcbcbc;
}
#features4-26 .iconbox {
  background-color: #67b1d9;
  border-color: #67b1d9;
}
#features1-2q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2q .mbr-cards-col:nth-child(odd) .card-title {
  color: #232323;
}
#features1-2q .mbr-cards-col:nth-child(odd) .card-text {
  color: #232323;
}
#features1-2q .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-size: 20px;
}
#features1-2q .mbr-cards-col:nth-child(even) .card-subtitle {
  font-size: 20px;
}
#header3-3a .mbr-section-title,
#header3-3a .mbr-section-subtitle {
  text-align: center;
}
#header3-3a .mbr-section-title {
  color: #ffffff;
}
#header3-2t .mbr-section-title,
#header3-2t .mbr-section-subtitle {
  text-align: center;
}
#header3-2t .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2t .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2t .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#header3-2u .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2u .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2u .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-2v .mbr-section-title,
#header3-2v .mbr-section-subtitle {
  text-align: center;
}
#header3-2v .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2v .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2v .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-2w .mbr-section-title,
#header3-2w .mbr-section-subtitle {
  text-align: center;
}
#header3-2w .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2w .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2w .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-3o .mbr-section-title,
#header3-3o .mbr-section-subtitle {
  text-align: center;
}
#header3-3o .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-3o .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-3o .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-2x .mbr-section-title,
#header3-2x .mbr-section-subtitle {
  text-align: center;
}
#header3-2x .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2x .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2x .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-2y .mbr-section-title,
#header3-2y .mbr-section-subtitle {
  text-align: center;
}
#header3-2y .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2y .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2y .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-2z .mbr-section-title,
#header3-2z .mbr-section-subtitle {
  text-align: center;
}
#header3-2z .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-2z .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-2z .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-30 .mbr-section-title,
#header3-30 .mbr-section-subtitle {
  text-align: center;
}
#header3-30 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-30 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-30 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-31 .mbr-section-title,
#header3-31 .mbr-section-subtitle {
  text-align: center;
}
#header3-31 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-31 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-31 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-32 .mbr-section-title,
#header3-32 .mbr-section-subtitle {
  text-align: center;
}
#header3-32 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-32 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-32 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-33 .mbr-section-title,
#header3-33 .mbr-section-subtitle {
  text-align: center;
}
#header3-33 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-33 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-33 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-34 .mbr-section-title,
#header3-34 .mbr-section-subtitle {
  text-align: center;
}
#header3-34 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-34 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-34 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-35 .mbr-section-title,
#header3-35 .mbr-section-subtitle {
  text-align: center;
}
#header3-35 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-35 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-35 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-36 .mbr-section-title,
#header3-36 .mbr-section-subtitle {
  text-align: center;
}
#header3-36 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-36 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-36 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-37 .mbr-section-title,
#header3-37 .mbr-section-subtitle {
  text-align: center;
}
#header3-37 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-37 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-37 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-38 .mbr-section-title,
#header3-38 .mbr-section-subtitle {
  text-align: center;
}
#header3-38 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-38 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-38 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-39 .mbr-section-title,
#header3-39 .mbr-section-subtitle {
  text-align: center;
}
#header3-39 .mbr-section-title {
  font-size: 16px;
  color: #ffffff;
}
#header3-39 .mbr-section-subtitle SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}
#header3-39 .mbr-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#msg-box4-2j H3 {
  font-size: 32px;
}
#testimonials3-3d .mbr-section-title {
  color: #efefef;
}
#testimonials3-3d .mbr-author-name {
  color: #ccc;
}
#msg-box3-23 .mbr-section-title,
#msg-box3-23 p {
  color: #000;
}
#msg-box3-23 .mbr-section-title {
  font-size: 46px;
  color: #232323;
}
#msg-box3-23 .lead {
  color: #ffffff;
}
#footer1-24 P {
  font-family: 'Montserrat', sans-serif;
}

#menu-3x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3x .navbar-caption {
  color: #ffffff;
}
#menu-3x .hamburger-icon {
  height: .1px !important;
  background-color: #fff !important;
}
#menu-3x .navbar-toggler {
  color: #ffffff;
}
#menu-3x .close-icon::before,
#menu-3x .close-icon::after {
  background-color: #ffffff;
}
#menu-3x .link,
#menu-3x .dropdown-item {
  color: #ffffff;
}
#menu-3x .link {
  font-size: 0.75rem;
}
#menu-3x .dropdown-item,
#menu-3x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3x .link:hover,
#menu-3x .dropdown-item:hover,
#menu-3x .link:focus,
#menu-3x .dropdown-item:focus {
  color: #f3c649;
}
#menu-3x .link[aria-expanded="true"],
#menu-3x .dropdown-menu {
  background: #0a0a0a;
}
#menu-3x .nav-dropdown-sm .link:focus,
#menu-3x .nav-dropdown-sm .link:hover,
#menu-3x .nav-dropdown-sm .dropdown-item:focus,
#menu-3x .nav-dropdown-sm .dropdown-item:hover {
  background: #1b1b1b!important;
}
#menu-3x .navbar,
#menu-3x .nav-dropdown-sm,
#menu-3x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3x .nav-dropdown-sm .dropdown-menu {
  background: #232323;
}
#menu-3x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3x .bg-color.transparent.opened .link:hover,
#menu-3x .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#menu-3x .link[aria-expanded="true"],
#menu-3x .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#msg-box8-40 .mbr-section-title,
#msg-box8-40 .lead {
  color: #fff;
}
#custom-html-41 {
  /* Type valid CSS here */
}
#custom-html-41 div {
  padding: 80px 0;
  color: #232323;
  text-align: center;
}
#custom-html-41 p {
  font-size: 60px;
  color: #f7ed4a;
}
#footer1-3z P {
  font-family: 'Montserrat', sans-serif;
}
