@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,600i);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);



body,
input,
textarea,
.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Libre Franklin', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Libre Franklin', serif;
}
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  font-family: 'Libre Franklin', 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: 'Oxygen', sans-serif;
}
.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #5aac98 !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #74a3c7 !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #bdb39a !important;
}
.btn-primary {
  background-color: #5aac98;
  border-color: #5aac98;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #3e7b6c;
  border-color: #3e7b6c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e7b6c !important;
  border-color: #3e7b6c !important;
}
.btn-secondary {
  background-color: #a25dae;
  border-color: #a25dae;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #763f7f;
  border-color: #763f7f;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #763f7f !important;
  border-color: #763f7f !important;
}
.btn-info {
  background-color: #74a3c7;
  border-color: #74a3c7;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #447eaa;
  border-color: #447eaa;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #447eaa !important;
  border-color: #447eaa !important;
}
.btn-success {
  background-color: #1e7c3a;
  border-color: #1e7c3a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #0f3e1d;
  border-color: #0f3e1d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3e1d !important;
  border-color: #0f3e1d !important;
}
.btn-warning {
  background-color: #ffd785;
  border-color: #ffd785;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ffbe38;
  border-color: #ffbe38;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe38 !important;
  border-color: #ffbe38 !important;
}
.btn-danger {
  background-color: #bdb39a;
  border-color: #bdb39a;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #9f906c;
  border-color: #9f906c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9f906c !important;
  border-color: #9f906c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #366a5e;
  color: #366a5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5aac98;
  border-color: #5aac98;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5aac98 !important;
  border-color: #5aac98 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #66376e;
  color: #66376e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a25dae;
  border-color: #a25dae;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a25dae !important;
  border-color: #a25dae !important;
}
.btn-info-outline {
  background: none;
  border-color: #3d7198;
  color: #3d7198;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #74a3c7;
  border-color: #74a3c7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #74a3c7 !important;
  border-color: #74a3c7 !important;
}
.btn-success-outline {
  background: none;
  border-color: #0a2a14;
  color: #0a2a14;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1e7c3a;
  border-color: #1e7c3a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1e7c3a !important;
  border-color: #1e7c3a !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ffb61f;
  color: #ffb61f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffd785;
  border-color: #ffd785;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #92835f;
  color: #92835f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #bdb39a;
  border-color: #bdb39a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bdb39a !important;
  border-color: #bdb39a !important;
}
.text-primary {
  color: #5aac98 !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #74a3c7 !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #bdb39a !important;
}
.alert-success {
  background-color: #1e7c3a;
}
.alert-info {
  background-color: #74a3c7;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #bdb39a;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #5aac98;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #5aac98;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5aac98;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5aac98;
}
.lead a,
.lead a:hover {
  color: #5aac98;
}
.lead blockquote {
  border-color: #5aac98;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afd7cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #47d271;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfdfec;
}
.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: #efede7;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #000;
}
.scrollToTop_wraper {
  display: none;
}
/* DirectM */
a {
  color: #74a3c7;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #5aac98;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #5aac98;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #5aac98;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Oxygen', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #5aac98;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #4c9784, #5aac98, #7cbdad);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #5aac98 !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #5aac98;
}
.tabs1 .colorBG {
  background-color: #5aac98;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #5aac98;
}
.content4 p {
  border-bottom: 3px solid #5aac98;
  border-top: 3px solid #5aac98;
}
/*follow1*/
.follow1 .btn-social {
  color: #5aac98;
  border-color: #5aac98;
}
.follow1 .btn-social:hover {
  color: #7cbdad;
  background: rgba(90, 172, 152, 0.1);
  border-color: #7cbdad;
}
/*share1*/
.share1 .btn-social {
  color: #5aac98;
  border-color: #5aac98;
}
.share1 .btn-social:hover {
  color: #7cbdad;
  background: rgba(90, 172, 152, 0.1);
  border-color: #7cbdad;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #5aac98;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Libre Franklin', serif;
}
.mbr-gallery-filter li {
  color: #74a3c7;
}
.btn-empty:focus {
  color: #5aac98;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #74a3c7;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #5aac98;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #5aac98;
}
.hamburger-icon {
  background-color: #5aac98 !important;
}
.hamburger-icon:before {
  background-color: #5aac98;
}
.hamburger-icon:after {
  background-color: #5aac98;
}
#slider-3 .mbr-section-title,
#slider-3 .mbr-section-text {
  color: #fff;
}
#slider-3 .mbr-section-title B {
  color: #fffffd;
}
#content3-c .mbr-section-title,
#content3-c .mbr-section-subtitle {
  text-align: center;
}
#content3-c B {
  font-size: 48px;
}
#features12-b .mbr-iconfont {
  color: #5aac98;
  border-color: #5aac98;
}
#features12-b .card-text {
  text-align: left;
}
#features12-b .card-title {
  color: #fffffd;
}
#features12-b .card-title SPAN {
  color: #000000;
}
#menu1-2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2 .navbar-toggler {
  color: #000000;
}
#menu1-2 .close-icon::before,
#menu1-2 .close-icon::after {
  background-color: #000000;
}
#menu1-2 .link,
#menu1-2 .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-2 .link {
  font-size: 0.8125rem;
}
#menu1-2 .dropdown-item,
#menu1-2 .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-2 .link:hover,
#menu1-2 .link:focus {
  color: #000000;
}
#menu1-2 .dropdown-item:hover::before,
#menu1-2 .dropdown-item:focus::before {
  background: #000000;
}
#menu1-2 .dropdown-item:hover,
#menu1-2 .dropdown-item:focus {
  color: #000000;
}
#menu1-2 .link[aria-expanded="true"],
#menu1-2 .dropdown-menu {
  background: #ffffff;
}
#menu1-2 .nav-dropdown-sm .link:focus,
#menu1-2 .nav-dropdown-sm .link:hover,
#menu1-2 .nav-dropdown-sm .dropdown-item:focus,
#menu1-2 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-2 .navbar,
#menu1-2 .nav-dropdown-sm,
#menu1-2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2 .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-2 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2 .bg-color.transparent.opened .link:hover,
#menu1-2 .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-2 .link[aria-expanded="true"],
#menu1-2 .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-47 .mbr-section-text {
  color: #fffffd;
}
#footer3-47 .mbr-section-title {
  color: #fffffd;
}
#header4-k .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#header4-k .mbr-table-cell {
  vertical-align: middle;
}
#header4-k .heading-title {
  color: #000000;
}
#form1-l .form {
  background: #dfd9ca;
}
#form1-l .form {
  background: #dfd9ca;
}
#menu1-i .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-i .navbar-toggler {
  color: #000000;
}
#menu1-i .close-icon::before,
#menu1-i .close-icon::after {
  background-color: #000000;
}
#menu1-i .link,
#menu1-i .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-i .link {
  font-size: 0.8125rem;
}
#menu1-i .dropdown-item,
#menu1-i .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-i .link:hover,
#menu1-i .link:focus {
  color: #000000;
}
#menu1-i .dropdown-item:hover::before,
#menu1-i .dropdown-item:focus::before {
  background: #000000;
}
#menu1-i .dropdown-item:hover,
#menu1-i .dropdown-item:focus {
  color: #000000;
}
#menu1-i .link[aria-expanded="true"],
#menu1-i .dropdown-menu {
  background: #ffffff;
}
#menu1-i .nav-dropdown-sm .link:focus,
#menu1-i .nav-dropdown-sm .link:hover,
#menu1-i .nav-dropdown-sm .dropdown-item:focus,
#menu1-i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-i .navbar,
#menu1-i .nav-dropdown-sm,
#menu1-i .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-i .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-i .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-i .bg-color.transparent.opened .link:hover,
#menu1-i .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-i .link[aria-expanded="true"],
#menu1-i .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-48 .mbr-section-text {
  color: #fffffd;
}
#footer3-48 .mbr-section-title {
  color: #fffffd;
}
#header4-m .mbr-table-cell {
  vertical-align: middle;
}
#header4-m .heading-title {
  color: #000000;
}
#header4-m .heading-title B {
  color: #fffffd;
}
#form1-n .form {
  background: #dfd9ca;
}
#form1-n .form {
  background: #bdb39a;
}
#menu1-o .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-o .navbar-toggler {
  color: #000000;
}
#menu1-o .close-icon::before,
#menu1-o .close-icon::after {
  background-color: #000000;
}
#menu1-o .link,
#menu1-o .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-o .link {
  font-size: 0.8125rem;
}
#menu1-o .dropdown-item,
#menu1-o .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-o .link:hover,
#menu1-o .link:focus {
  color: #000000;
}
#menu1-o .dropdown-item:hover::before,
#menu1-o .dropdown-item:focus::before {
  background: #000000;
}
#menu1-o .dropdown-item:hover,
#menu1-o .dropdown-item:focus {
  color: #000000;
}
#menu1-o .link[aria-expanded="true"],
#menu1-o .dropdown-menu {
  background: #ffffff;
}
#menu1-o .nav-dropdown-sm .link:focus,
#menu1-o .nav-dropdown-sm .link:hover,
#menu1-o .nav-dropdown-sm .dropdown-item:focus,
#menu1-o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-o .navbar,
#menu1-o .nav-dropdown-sm,
#menu1-o .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-o .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-o .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-o .bg-color.transparent.opened .link:hover,
#menu1-o .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-o .link[aria-expanded="true"],
#menu1-o .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4g .mbr-section-text {
  color: #fffffd;
}
#footer3-4g .mbr-section-title {
  color: #fffffd;
}
#header4-4t .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#header4-4t .mbr-table-cell {
  vertical-align: middle;
}
#features16-14 .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-14 .card-text {
  text-align: left;
}
#features16-14 .card-title {
  text-align: left;
}
#content3-y .mbr-section-title,
#content3-y .mbr-section-subtitle {
  text-align: center;
}
#content3-y P {
  color: #fffffd;
}
#content3-y H1 {
  font-size: 32px;
}
#features16-x .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-x .card-text {
  text-align: left;
}
#content3-4l .mbr-section-title,
#content3-4l .mbr-section-subtitle {
  text-align: center;
}
#content3-4l P {
  color: #fffffd;
}
#content3-4l H1 {
  font-size: 32px;
}
#features16-4m .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-4m .card-text {
  text-align: left;
}
#features16-4m .card-title {
  text-align: left;
}
#menu1-u .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-u .navbar-toggler {
  color: #000000;
}
#menu1-u .close-icon::before,
#menu1-u .close-icon::after {
  background-color: #000000;
}
#menu1-u .link,
#menu1-u .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-u .link {
  font-size: 0.8125rem;
}
#menu1-u .dropdown-item,
#menu1-u .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-u .link:hover,
#menu1-u .link:focus {
  color: #000000;
}
#menu1-u .dropdown-item:hover::before,
#menu1-u .dropdown-item:focus::before {
  background: #000000;
}
#menu1-u .dropdown-item:hover,
#menu1-u .dropdown-item:focus {
  color: #000000;
}
#menu1-u .link[aria-expanded="true"],
#menu1-u .dropdown-menu {
  background: #ffffff;
}
#menu1-u .nav-dropdown-sm .link:focus,
#menu1-u .nav-dropdown-sm .link:hover,
#menu1-u .nav-dropdown-sm .dropdown-item:focus,
#menu1-u .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-u .navbar,
#menu1-u .nav-dropdown-sm,
#menu1-u .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-u .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-u .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-u .bg-color.transparent.opened .link:hover,
#menu1-u .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-u .link[aria-expanded="true"],
#menu1-u .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#content3-4n .mbr-section-title,
#content3-4n .mbr-section-subtitle {
  text-align: center;
}
#content3-4n P {
  color: #fffffd;
}
#content3-4n H1 {
  font-size: 32px;
}
#features16-4o .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-4o .card-text {
  text-align: left;
}
#features16-4o .card-title {
  text-align: left;
}
#footer3-49 .mbr-section-text {
  color: #fffffd;
}
#footer3-49 .mbr-section-title {
  color: #fffffd;
}
#header5-1f .mbr-section-title,
#header5-1f .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-1f .mbr-table-cell {
  vertical-align: middle;
}
#content3-17 .mbr-section-title,
#content3-17 .mbr-section-subtitle {
  text-align: center;
}
#content3-17 P {
  color: #fffffd;
}
#content3-17 H1 {
  font-size: 32px;
}
#content3-4s .mbr-section-title,
#content3-4s .mbr-section-subtitle {
  text-align: center;
}
#content3-4s P {
  color: #000000;
}
#content3-4s H1 {
  font-size: 48px;
}
#form2-1l .heading {
  background: #d6a36c;
}
#form2-1l .heading-title {
  text-align: center;
}
#form2-1l .form-title {
  text-align: center;
}
#menu1-1d .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1d .navbar-toggler {
  color: #000000;
}
#menu1-1d .close-icon::before,
#menu1-1d .close-icon::after {
  background-color: #000000;
}
#menu1-1d .link,
#menu1-1d .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-1d .link {
  font-size: 0.8125rem;
}
#menu1-1d .dropdown-item,
#menu1-1d .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-1d .link:hover,
#menu1-1d .link:focus {
  color: #000000;
}
#menu1-1d .dropdown-item:hover::before,
#menu1-1d .dropdown-item:focus::before {
  background: #000000;
}
#menu1-1d .dropdown-item:hover,
#menu1-1d .dropdown-item:focus {
  color: #000000;
}
#menu1-1d .link[aria-expanded="true"],
#menu1-1d .dropdown-menu {
  background: #ffffff;
}
#menu1-1d .nav-dropdown-sm .link:focus,
#menu1-1d .nav-dropdown-sm .link:hover,
#menu1-1d .nav-dropdown-sm .dropdown-item:focus,
#menu1-1d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-1d .navbar,
#menu1-1d .nav-dropdown-sm,
#menu1-1d .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1d .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-1d .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-1d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1d .bg-color.transparent.opened .link:hover,
#menu1-1d .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-1d .link[aria-expanded="true"],
#menu1-1d .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4b .mbr-section-text {
  color: #fffffd;
}
#footer3-4b .mbr-section-title {
  color: #fffffd;
}
#header5-1m .mbr-section-title,
#header5-1m .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-1m .mbr-table-cell {
  vertical-align: middle;
}
#content3-1n .mbr-section-title,
#content3-1n .mbr-section-subtitle {
  text-align: center;
}
#content3-1n P {
  color: #fffffd;
}
#content3-1n H1 {
  font-size: 32px;
}
#features16-1o .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-1o .card-text {
  text-align: left;
}
#features16-1o .card-title {
  text-align: left;
}
#menu1-1q .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1q .navbar-toggler {
  color: #000000;
}
#menu1-1q .close-icon::before,
#menu1-1q .close-icon::after {
  background-color: #000000;
}
#menu1-1q .link,
#menu1-1q .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-1q .link {
  font-size: 0.8125rem;
}
#menu1-1q .dropdown-item,
#menu1-1q .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-1q .link:hover,
#menu1-1q .link:focus {
  color: #000000;
}
#menu1-1q .dropdown-item:hover::before,
#menu1-1q .dropdown-item:focus::before {
  background: #000000;
}
#menu1-1q .dropdown-item:hover,
#menu1-1q .dropdown-item:focus {
  color: #000000;
}
#menu1-1q .link[aria-expanded="true"],
#menu1-1q .dropdown-menu {
  background: #ffffff;
}
#menu1-1q .nav-dropdown-sm .link:focus,
#menu1-1q .nav-dropdown-sm .link:hover,
#menu1-1q .nav-dropdown-sm .dropdown-item:focus,
#menu1-1q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-1q .navbar,
#menu1-1q .nav-dropdown-sm,
#menu1-1q .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1q .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-1q .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-1q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1q .bg-color.transparent.opened .link:hover,
#menu1-1q .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-1q .link[aria-expanded="true"],
#menu1-1q .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4f .mbr-section-text {
  color: #fffffd;
}
#footer3-4f .mbr-section-title {
  color: #fffffd;
}
#header4-21 .mbr-table-cell {
  vertical-align: middle;
}
#header4-21 .heading-title {
  color: #000000;
  text-align: left;
}
#header4-21 .heading-title B {
  color: #fffffd;
  font-size: 72px;
}
#header4-21 .heading-text {
  text-align: left;
}
#header4-21 .heading-title DIV {
  font-size: 13px;
  text-align: right;
}
#header4-21 .heading-title SPAN {
  font-size: 12px;
}
#content3-3w .mbr-section-title,
#content3-3w .mbr-section-subtitle {
  text-align: center;
}
#content3-3w B {
  color: #000000;
}
#content3-3w P {
  color: #fffffd;
}
#features16-4q .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-4q .card-text {
  text-align: left;
}
#features16-4q .card-title {
  text-align: left;
}
#menu1-29 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-29 .navbar-toggler {
  color: #000000;
}
#menu1-29 .close-icon::before,
#menu1-29 .close-icon::after {
  background-color: #000000;
}
#menu1-29 .link,
#menu1-29 .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-29 .link {
  font-size: 0.8125rem;
}
#menu1-29 .dropdown-item,
#menu1-29 .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-29 .link:hover,
#menu1-29 .link:focus {
  color: #000000;
}
#menu1-29 .dropdown-item:hover::before,
#menu1-29 .dropdown-item:focus::before {
  background: #000000;
}
#menu1-29 .dropdown-item:hover,
#menu1-29 .dropdown-item:focus {
  color: #000000;
}
#menu1-29 .link[aria-expanded="true"],
#menu1-29 .dropdown-menu {
  background: #ffffff;
}
#menu1-29 .nav-dropdown-sm .link:focus,
#menu1-29 .nav-dropdown-sm .link:hover,
#menu1-29 .nav-dropdown-sm .dropdown-item:focus,
#menu1-29 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-29 .navbar,
#menu1-29 .nav-dropdown-sm,
#menu1-29 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-29 .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-29 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-29 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-29 .bg-color.transparent.opened .link:hover,
#menu1-29 .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-29 .link[aria-expanded="true"],
#menu1-29 .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4a .mbr-section-text {
  color: #fffffd;
}
#footer3-4a .mbr-section-title {
  color: #fffffd;
}
#header5-2g .mbr-section-title,
#header5-2g .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-2g .mbr-table-cell {
  vertical-align: middle;
}
#content3-2h .mbr-section-title,
#content3-2h .mbr-section-subtitle {
  text-align: center;
}
#content3-2h P {
  color: #fffffd;
}
#content3-2h H1 {
  font-size: 32px;
}
#content3-52 .mbr-section-title,
#content3-52 .mbr-section-subtitle {
  text-align: center;
}
#content3-52 P {
  color: #fffffd;
  text-align: right;
}
#content3-52 H1 {
  font-size: 32px;
  text-align: right;
}
#content3-52 B {
  font-size: 60px;
}
#form2-2j .heading {
  background: #d6a36c;
}
#form2-2j .heading-title {
  text-align: center;
}
#form2-2j .form-title {
  text-align: center;
}
#menu1-2k .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2k .navbar-toggler {
  color: #000000;
}
#menu1-2k .close-icon::before,
#menu1-2k .close-icon::after {
  background-color: #000000;
}
#menu1-2k .link,
#menu1-2k .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-2k .link {
  font-size: 0.8125rem;
}
#menu1-2k .dropdown-item,
#menu1-2k .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-2k .link:hover,
#menu1-2k .link:focus {
  color: #000000;
}
#menu1-2k .dropdown-item:hover::before,
#menu1-2k .dropdown-item:focus::before {
  background: #000000;
}
#menu1-2k .dropdown-item:hover,
#menu1-2k .dropdown-item:focus {
  color: #000000;
}
#menu1-2k .link[aria-expanded="true"],
#menu1-2k .dropdown-menu {
  background: #ffffff;
}
#menu1-2k .nav-dropdown-sm .link:focus,
#menu1-2k .nav-dropdown-sm .link:hover,
#menu1-2k .nav-dropdown-sm .dropdown-item:focus,
#menu1-2k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-2k .navbar,
#menu1-2k .nav-dropdown-sm,
#menu1-2k .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2k .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-2k .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-2k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2k .bg-color.transparent.opened .link:hover,
#menu1-2k .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-2k .link[aria-expanded="true"],
#menu1-2k .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4e .mbr-section-text {
  color: #fffffd;
}
#footer3-4e .mbr-section-title {
  color: #fffffd;
}


#header5-2m .mbr-section-title,
#header5-2m .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-2m .mbr-table-cell {
  vertical-align: middle;
}
#header5-2m .heading-title B {
  font-family: 'Droid Serif', serif;
  font-size: 72px;
}
#header5-2m .heading-title {
  font-family: 'Droid Serif', serif;
  font-size: 72px;
}
#content3-2n .mbr-section-title,
#content3-2n .mbr-section-subtitle {
  text-align: center;
}
#content3-2n P {
  color: #fffffd;
  text-align: right;
}
#content3-2n H1 {
  font-size: 32px;
  text-align: right;
}
#features18-2t .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-2t .mbr-table-cell {
  vertical-align: middle;
}
#features18-2t .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features18-2t .mbr-table-cell {
  vertical-align: middle;
}
#content3-2v .mbr-section-title,
#content3-2v .mbr-section-subtitle {
  text-align: center;
}
#content3-2v P {
  color: #fffffd;
  text-align: right;
}
#content3-2v H1 {
  font-size: 32px;
  text-align: right;
}
#features16-2o .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-2o .card-text {
  text-align: left;
}
#content3-2w .mbr-section-title,
#content3-2w .mbr-section-subtitle {
  text-align: center;
}
#content3-2w P {
  color: #fffffd;
  text-align: right;
}
#content3-2w H1 {
  font-size: 32px;
  text-align: right;
}
#features22-30 .card .mbr-iconfont {
  background: #d6a36c;
  border-color: #d6a36c;
}
#content3-36 .mbr-section-title,
#content3-36 .mbr-section-subtitle {
  text-align: center;
}
#content3-36 P {
  color: #fffffd;
  text-align: right;
}
#content3-36 H1 {
  font-size: 32px;
  text-align: right;
}
#content8-34 P {
  color: #fffffd;
}
#form2-2p .heading {
  background: #d6a36c;
}
#form2-2p .heading-title {
  text-align: center;
}
#form2-2p .form-title {
  text-align: center;
}
#menu1-2q .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2q .navbar-toggler {
  color: #000000;
}
#menu1-2q .close-icon::before,
#menu1-2q .close-icon::after {
  background-color: #000000;
}
#menu1-2q .link,
#menu1-2q .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-2q .link {
  font-size: 0.8125rem;
}
#menu1-2q .dropdown-item,
#menu1-2q .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-2q .link:hover,
#menu1-2q .link:focus {
  color: #000000;
}
#menu1-2q .dropdown-item:hover::before,
#menu1-2q .dropdown-item:focus::before {
  background: #000000;
}
#menu1-2q .dropdown-item:hover,
#menu1-2q .dropdown-item:focus {
  color: #000000;
}
#menu1-2q .link[aria-expanded="true"],
#menu1-2q .dropdown-menu {
  background: #ffffff;
}
#menu1-2q .nav-dropdown-sm .link:focus,
#menu1-2q .nav-dropdown-sm .link:hover,
#menu1-2q .nav-dropdown-sm .dropdown-item:focus,
#menu1-2q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-2q .navbar,
#menu1-2q .nav-dropdown-sm,
#menu1-2q .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2q .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-2q .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-2q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2q .bg-color.transparent.opened .link:hover,
#menu1-2q .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-2q .link[aria-expanded="true"],
#menu1-2q .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4d .mbr-section-text {
  color: #fffffd;
}
#footer3-4d .mbr-section-title {
  color: #fffffd;
}
#header4-4r .mbr-table-cell {
  vertical-align: middle;
}
#header4-4r .heading-title {
  color: #1f242c;
}
#content3-39 .mbr-section-title,
#content3-39 .mbr-section-subtitle {
  text-align: center;
}
#content3-39 P {
  color: #fffffd;
}
#content3-39 H1 {
  font-size: 32px;
}
#features16-3a .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
}
#features16-3a .card-text {
  text-align: left;
}
#features16-3a .card-title {
  text-align: center;
}
#form2-3b .heading {
  background: #d6a36c;
}
#form2-3b .heading-title {
  text-align: center;
}
#form2-3b .form-title {
  text-align: center;
}
#menu1-3c .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3c .navbar-toggler {
  color: #000000;
}
#menu1-3c .close-icon::before,
#menu1-3c .close-icon::after {
  background-color: #000000;
}
#menu1-3c .link,
#menu1-3c .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-3c .link {
  font-size: 0.8125rem;
}
#menu1-3c .dropdown-item,
#menu1-3c .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-3c .link:hover,
#menu1-3c .link:focus {
  color: #000000;
}
#menu1-3c .dropdown-item:hover::before,
#menu1-3c .dropdown-item:focus::before {
  background: #000000;
}
#menu1-3c .dropdown-item:hover,
#menu1-3c .dropdown-item:focus {
  color: #000000;
}
#menu1-3c .link[aria-expanded="true"],
#menu1-3c .dropdown-menu {
  background: #ffffff;
}
#menu1-3c .nav-dropdown-sm .link:focus,
#menu1-3c .nav-dropdown-sm .link:hover,
#menu1-3c .nav-dropdown-sm .dropdown-item:focus,
#menu1-3c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-3c .navbar,
#menu1-3c .nav-dropdown-sm,
#menu1-3c .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3c .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-3c .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-3c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3c .bg-color.transparent.opened .link:hover,
#menu1-3c .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-3c .link[aria-expanded="true"],
#menu1-3c .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-4c .mbr-section-text {
  color: #fffffd;
}
#footer3-4c .mbr-section-title {
  color: #fffffd;
}
#header5-3x .mbr-section-title,
#header5-3x .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-3x .mbr-table-cell {
  vertical-align: middle;
}
#content3-3y .mbr-section-title,
#content3-3y .mbr-section-subtitle {
  text-align: center;
}
#content3-3y P {
  color: #fffffd;
}
#content3-3y H1 {
  font-size: 32px;
}
#form2-4k .heading {
  background: #d6a36c;
}
#form2-4k .heading-title {
  text-align: center;
}
#form2-4k .form-title {
  text-align: center;
}
#form2-4k .form-title B {
  font-size: 22px;
}
#menu1-45 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-45 .navbar-toggler {
  color: #000000;
}
#menu1-45 .close-icon::before,
#menu1-45 .close-icon::after {
  background-color: #000000;
}
#menu1-45 .link,
#menu1-45 .dropdown-item {
  color: #000000;
  font-family: 'Libre Franklin', serif;
}
#menu1-45 .link {
  font-size: 0.8125rem;
}
#menu1-45 .dropdown-item,
#menu1-45 .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-45 .link:hover,
#menu1-45 .link:focus {
  color: #000000;
}
#menu1-45 .dropdown-item:hover::before,
#menu1-45 .dropdown-item:focus::before {
  background: #000000;
}
#menu1-45 .dropdown-item:hover,
#menu1-45 .dropdown-item:focus {
  color: #000000;
}
#menu1-45 .link[aria-expanded="true"],
#menu1-45 .dropdown-menu {
  background: #ffffff;
}
#menu1-45 .nav-dropdown-sm .link:focus,
#menu1-45 .nav-dropdown-sm .link:hover,
#menu1-45 .nav-dropdown-sm .dropdown-item:focus,
#menu1-45 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-45 .navbar,
#menu1-45 .nav-dropdown-sm,
#menu1-45 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-45 .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-45 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu1-45 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-45 .bg-color.transparent.opened .link:hover,
#menu1-45 .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu1-45 .link[aria-expanded="true"],
#menu1-45 .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#footer3-46 .mbr-section-text {
  color: #fffffd;
}
#footer3-46 .mbr-section-title {
  color: #fffffd;
}
