@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,600i);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,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: #bb412e !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #ffb6ab !important;
}
.bg-warning {
  background-color: #2d2d2d !important;
}
.bg-danger {
  background-color: #ff9685 !important;
}
.btn-primary {
  background-color: #bb412e;
  border-color: #bb412e;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #7e2c1f;
  border-color: #7e2c1f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e2c1f !important;
  border-color: #7e2c1f !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: #ffb6ab;
  border-color: #ffb6ab;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #ff745e;
  border-color: #ff745e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff745e !important;
  border-color: #ff745e !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: #2d2d2d;
  border-color: #2d2d2d;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #070707;
  border-color: #070707;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #070707 !important;
  border-color: #070707 !important;
}
.btn-danger {
  background-color: #ff9685;
  border-color: #ff9685;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff5438;
  border-color: #ff5438;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5438 !important;
  border-color: #ff5438 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #69251a;
  color: #69251a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #bb412e;
  border-color: #bb412e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb412e !important;
  border-color: #bb412e !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: #ff5d45;
  color: #ff5d45;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ffb6ab;
  border-color: #ffb6ab;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb6ab !important;
  border-color: #ffb6ab !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: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
}
.btn-danger-outline {
  background: none;
  border-color: #ff3e1f;
  color: #ff3e1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff9685;
  border-color: #ff9685;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9685 !important;
  border-color: #ff9685 !important;
}
.text-primary {
  color: #bb412e !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #ffb6ab !important;
}
.text-warning {
  color: #2d2d2d !important;
}
.text-danger {
  color: #ff9685 !important;
}
.alert-success {
  background-color: #1e7c3a;
}
.alert-info {
  background-color: #ffb6ab;
}
.alert-warning {
  background-color: #2d2d2d;
}
.alert-danger {
  background-color: #ff9685;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #bb412e;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #bb412e;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #bb412e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #bb412e;
}
.lead a,
.lead a:hover {
  color: #bb412e;
}
.lead blockquote {
  border-color: #bb412e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e19387;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e0e0e0;
}
.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: #000;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* DirectM */
a {
  color: #ffb6ab;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #bb412e;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #bb412e;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #bb412e;
}
/*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: #bb412e;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #9e3727, #bb412e, #d25c4a);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #bb412e !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #bb412e;
}
.tabs1 .colorBG {
  background-color: #bb412e;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #bb412e;
}
.content4 p {
  border-bottom: 3px solid #bb412e;
  border-top: 3px solid #bb412e;
}
/*follow1*/
.follow1 .btn-social {
  color: #bb412e;
  border-color: #bb412e;
}
.follow1 .btn-social:hover {
  color: #d25c4a;
  background: rgba(187, 65, 46, 0.1);
  border-color: #d25c4a;
}
/*share1*/
.share1 .btn-social {
  color: #bb412e;
  border-color: #bb412e;
}
.share1 .btn-social:hover {
  color: #d25c4a;
  background: rgba(187, 65, 46, 0.1);
  border-color: #d25c4a;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #bb412e;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Libre Franklin', serif;
}
.mbr-gallery-filter li {
  color: #ffb6ab;
}
.btn-empty:focus {
  color: #bb412e;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #ffb6ab;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #bb412e;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #bb412e;
}
.hamburger-icon {
  background-color: #bb412e !important;
}
.hamburger-icon:before {
  background-color: #bb412e;
}
.hamburger-icon:after {
  background-color: #bb412e;
}
#menu1-3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3 .navbar-toggler {
  color: #fffffd;
}
#menu1-3 .close-icon::before,
#menu1-3 .close-icon::after {
  background-color: #fffffd;
}
#menu1-3 .link,
#menu1-3 .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-3 .link {
  font-size: 0.85rem;
}
#menu1-3 .dropdown-item,
#menu1-3 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu1-3 .link:hover,
#menu1-3 .link:focus {
  color: #bb412e;
}
#menu1-3 .dropdown-item:hover::before,
#menu1-3 .dropdown-item:focus::before {
  background: #bb412e;
}
#menu1-3 .dropdown-item:hover,
#menu1-3 .dropdown-item:focus {
  color: #fffffd;
}
#menu1-3 .link[aria-expanded="true"],
#menu1-3 .dropdown-menu {
  background: #5c9abf;
}
#menu1-3 .nav-dropdown-sm .link:focus,
#menu1-3 .nav-dropdown-sm .link:hover,
#menu1-3 .nav-dropdown-sm .dropdown-item:focus,
#menu1-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #5193bb!important;
}
#menu1-3 .navbar,
#menu1-3 .nav-dropdown-sm,
#menu1-3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3 .nav-dropdown-sm .dropdown-menu {
  background: #5c9abf;
}
#menu1-3 .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3 .bg-color.transparent.opened .link:hover,
#menu1-3 .bg-color.transparent.opened .link:focus {
  color: #bb412e;
}
#menu1-3 .link[aria-expanded="true"],
#menu1-3 .dropdown-item[aria-expanded="true"] {
  color: #bb412e!important;
}
#content7-7 .mbr-section-title,
#content7-7 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-7 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-7 .mbr-table-cell {
  vertical-align: middle;
}
#content7-7 .heading-text {
  font-size: 18px;
}
#features9-q .mbr-iconfont {
  color: #bb412e;
  border-color: #bb412e;
}
#features9-q .card-text {
  font-size: 14px;
}
#features7-0 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-0 .heading-title {
  font-size: 36px;
}
#features7-0 .card-title {
  font-size: 18px;
}
#features7-0 .card-title B {
  font-size: 17px;
}
#features7-0 .btn {
  font-size: 15px;
}
#features7-a .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-a .card-title {
  font-size: 18px;
}
#features7-a .card-title B {
  font-size: 17px;
}
#features7-a .btn {
  font-size: 15px;
}
#features7-b .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-b .card-title {
  font-size: 17px;
}
#features7-b .btn {
  font-size: 15px;
}
#features7-e .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-e .card-title {
  font-size: 17px;
}
#features7-e .btn {
  font-size: 15px;
}
#features7-f .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-f .card-title {
  font-size: 17px;
}
#features7-f .btn {
  font-size: 15px;
}
#subscribe1-d .form-control-label {
  color: undefined;
}
#subscribe1-d .mbr-section-title {
  font-size: 46px;
}
#subscribe1-d .mbr-section-title B {
  color: #fffffd;
}
#footer3-c .mbr-section-title {
  font-size: 20px;
  font-family: 'Libre Franklin', serif;
}
#footer3-c .mbr-section-title B {
  font-size: 15px;
  font-family: 'Libre Franklin', serif;
}
#menu1-1z .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1z .navbar-toggler {
  color: #fffffd;
}
#menu1-1z .close-icon::before,
#menu1-1z .close-icon::after {
  background-color: #fffffd;
}
#menu1-1z .link,
#menu1-1z .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-1z .link {
  font-size: 0.85rem;
}
#menu1-1z .dropdown-item,
#menu1-1z .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu1-1z .link:hover,
#menu1-1z .link:focus {
  color: #bb412e;
}
#menu1-1z .dropdown-item:hover::before,
#menu1-1z .dropdown-item:focus::before {
  background: #bb412e;
}
#menu1-1z .dropdown-item:hover,
#menu1-1z .dropdown-item:focus {
  color: #fffffd;
}
#menu1-1z .link[aria-expanded="true"],
#menu1-1z .dropdown-menu {
  background: #5c9abf;
}
#menu1-1z .nav-dropdown-sm .link:focus,
#menu1-1z .nav-dropdown-sm .link:hover,
#menu1-1z .nav-dropdown-sm .dropdown-item:focus,
#menu1-1z .nav-dropdown-sm .dropdown-item:hover {
  background: #5193bb!important;
}
#menu1-1z .navbar,
#menu1-1z .nav-dropdown-sm,
#menu1-1z .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1z .nav-dropdown-sm .dropdown-menu {
  background: #5c9abf;
}
#menu1-1z .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-1z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1z .bg-color.transparent.opened .link:hover,
#menu1-1z .bg-color.transparent.opened .link:focus {
  color: #bb412e;
}
#menu1-1z .link[aria-expanded="true"],
#menu1-1z .dropdown-item[aria-expanded="true"] {
  color: #bb412e!important;
}
#header1-2f .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#header1-2f .mbr-table-cell {
  vertical-align: middle;
}
#header1-2f .heading-title {
  font-size: 46px;
}
#header1-2f .heading-text {
  color: #fffffd;
  font-size: 18px;
}
#content5-2e .mbr-section-title,
#content5-2e .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-2e .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-2e .mbr-table-cell {
  vertical-align: middle;
}
#content5-2e .heading-title {
  font-size: 36px;
  color: #2d2d2d;
}
#content5-2e .heading-text {
  color: #2d2d2d;
  font-size: 18px;
}
#features7-22 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-22 .heading-title {
  font-size: 36px;
}
#features7-22 .card-title {
  font-size: 18px;
}
#features7-22 .card-title B {
  font-size: 17px;
}
#features7-22 .btn {
  font-size: 15px;
}
#features7-23 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-23 .card-title {
  font-size: 18px;
}
#features7-23 .card-title B {
  font-size: 17px;
}
#features7-23 .btn {
  font-size: 15px;
}
#footer3-2r .mbr-section-title {
  font-size: 25px;
  color: #fffffd;
}
#footer3-2r .mbr-section-text {
  color: #ff9685;
}


#menu1-2u .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2u .navbar-toggler {
  color: #fffffd;
}
#menu1-2u .close-icon::before,
#menu1-2u .close-icon::after {
  background-color: #fffffd;
}
#menu1-2u .link,
#menu1-2u .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-2u .link {
  font-size: 0.85rem;
}
#menu1-2u .dropdown-item,
#menu1-2u .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu1-2u .link:hover,
#menu1-2u .link:focus {
  color: #bb412e;
}
#menu1-2u .dropdown-item:hover::before,
#menu1-2u .dropdown-item:focus::before {
  background: #bb412e;
}
#menu1-2u .dropdown-item:hover,
#menu1-2u .dropdown-item:focus {
  color: #fffffd;
}
#menu1-2u .link[aria-expanded="true"],
#menu1-2u .dropdown-menu {
  background: #5c9abf;
}
#menu1-2u .nav-dropdown-sm .link:focus,
#menu1-2u .nav-dropdown-sm .link:hover,
#menu1-2u .nav-dropdown-sm .dropdown-item:focus,
#menu1-2u .nav-dropdown-sm .dropdown-item:hover {
  background: #5193bb!important;
}
#menu1-2u .navbar,
#menu1-2u .nav-dropdown-sm,
#menu1-2u .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2u .nav-dropdown-sm .dropdown-menu {
  background: #5c9abf;
}
#menu1-2u .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-2u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2u .bg-color.transparent.opened .link:hover,
#menu1-2u .bg-color.transparent.opened .link:focus {
  color: #bb412e;
}
#menu1-2u .link[aria-expanded="true"],
#menu1-2u .dropdown-item[aria-expanded="true"] {
  color: #bb412e!important;
}
#header5-33 .mbr-section-title,
#header5-33 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-33 .mbr-table-cell {
  vertical-align: middle;
}
#header5-33 .heading-title {
  font-size: 46px;
}
#header5-33 .heading-text {
  font-size: 20px;
}
#features9-3i .mbr-iconfont {
  color: #bb412e;
  border-color: #bb412e;
}
#features9-3i .heading-text {
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
}
#features9-3i .heading-title {
  font-family: 'Libre Franklin', serif;
  font-size: 18px;
}
#content7-36 .mbr-section-title,
#content7-36 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-36 .mbr-table-cell {
  vertical-align: middle;
}
#content7-36 .heading-title {
  font-size: 36px;
}
#content7-36 .heading-text {
  font-size: 18px;
}
#features7-2x .heading-title {
  font-size: 36px;
}
#features7-2x .card-title {
  font-size: 18px;
}
#features7-2x .card-title B {
  font-size: 17px;
}
#features7-2x .btn {
  font-size: 15px;
}
#features7-2y .card-title {
  font-size: 18px;
}
#features7-2y .card-title B {
  font-size: 17px;
}
#features7-2y .btn {
  font-size: 15px;
}
#footer3-2z .mbr-section-title {
  font-size: 25px;
  color: #fffffd;
}
#footer3-2z .mbr-section-text {
  color: #ff9685;
}
#menu1-3j .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3j .navbar-toggler {
  color: #fffffd;
}
#menu1-3j .close-icon::before,
#menu1-3j .close-icon::after {
  background-color: #fffffd;
}
#menu1-3j .link,
#menu1-3j .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-3j .link {
  font-size: 0.85rem;
}
#menu1-3j .dropdown-item,
#menu1-3j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu1-3j .link:hover,
#menu1-3j .link:focus {
  color: #bb412e;
}
#menu1-3j .dropdown-item:hover::before,
#menu1-3j .dropdown-item:focus::before {
  background: #bb412e;
}
#menu1-3j .dropdown-item:hover,
#menu1-3j .dropdown-item:focus {
  color: #fffffd;
}
#menu1-3j .link[aria-expanded="true"],
#menu1-3j .dropdown-menu {
  background: #5c9abf;
}
#menu1-3j .nav-dropdown-sm .link:focus,
#menu1-3j .nav-dropdown-sm .link:hover,
#menu1-3j .nav-dropdown-sm .dropdown-item:focus,
#menu1-3j .nav-dropdown-sm .dropdown-item:hover {
  background: #5193bb!important;
}
#menu1-3j .navbar,
#menu1-3j .nav-dropdown-sm,
#menu1-3j .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3j .nav-dropdown-sm .dropdown-menu {
  background: #5c9abf;
}
#menu1-3j .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-3j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3j .bg-color.transparent.opened .link:hover,
#menu1-3j .bg-color.transparent.opened .link:focus {
  color: #bb412e;
}
#menu1-3j .link[aria-expanded="true"],
#menu1-3j .dropdown-item[aria-expanded="true"] {
  color: #bb412e!important;
}
#header5-3k .mbr-section-title,
#header5-3k .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-3k .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#header5-3k .mbr-table-cell {
  vertical-align: middle;
}
#header5-3k .heading-title {
  font-size: 46px;
}
#header5-3k .heading-text {
  font-size: 20px;
}
#form1-3r .form {
  background: #fffffd;
}
#form1-3r .heading-title {
  font-size: 36px;
}
#footer3-3p .mbr-section-title {
  font-size: 25px;
  color: #fffffd;
}
#footer3-3p .mbr-section-text {
  color: #ff9685;
}
#menu1-3s .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3s .navbar-toggler {
  color: #fffffd;
}
#menu1-3s .close-icon::before,
#menu1-3s .close-icon::after {
  background-color: #fffffd;
}
#menu1-3s .link,
#menu1-3s .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-3s .link {
  font-size: 0.85rem;
}
#menu1-3s .dropdown-item,
#menu1-3s .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu1-3s .link:hover,
#menu1-3s .link:focus {
  color: #bb412e;
}
#menu1-3s .dropdown-item:hover::before,
#menu1-3s .dropdown-item:focus::before {
  background: #bb412e;
}
#menu1-3s .dropdown-item:hover,
#menu1-3s .dropdown-item:focus {
  color: #fffffd;
}
#menu1-3s .link[aria-expanded="true"],
#menu1-3s .dropdown-menu {
  background: #5c9abf;
}
#menu1-3s .nav-dropdown-sm .link:focus,
#menu1-3s .nav-dropdown-sm .link:hover,
#menu1-3s .nav-dropdown-sm .dropdown-item:focus,
#menu1-3s .nav-dropdown-sm .dropdown-item:hover {
  background: #5193bb!important;
}
#menu1-3s .navbar,
#menu1-3s .nav-dropdown-sm,
#menu1-3s .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3s .nav-dropdown-sm .dropdown-menu {
  background: #5c9abf;
}
#menu1-3s .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-3s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3s .bg-color.transparent.opened .link:hover,
#menu1-3s .bg-color.transparent.opened .link:focus {
  color: #bb412e;
}
#menu1-3s .link[aria-expanded="true"],
#menu1-3s .dropdown-item[aria-expanded="true"] {
  color: #bb412e!important;
}
#header5-3t .mbr-section-title,
#header5-3t .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-3t .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#header5-3t .mbr-table-cell {
  vertical-align: middle;
}
#header5-3t .heading-title {
  font-size: 46px;
}
#header5-3t .heading-text {
  font-size: 20px;
}
#msg-box1-3z H1 {
  color: #333333;
  font-size: 36px;
}
#features2-41 .mbr-iconfont {
  color: #bb412e;
  border-color: #bb412e;
}
#features2-41 .heading-title {
  font-size: 36px;
}
#features7-3w .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-3w .heading-title {
  font-size: 36px;
}
#features7-3w .card-title {
  font-size: 18px;
}
#features7-3w .card-title B {
  font-size: 17px;
}
#features7-3w .btn {
  font-size: 15px;
}
#features7-3x .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-3x .card-title {
  font-size: 18px;
}
#features7-3x .card-title B {
  font-size: 17px;
}
#features7-3x .btn {
  font-size: 15px;
}
#footer3-3y .mbr-section-title {
  font-size: 25px;
  color: #fffffd;
}
#footer3-3y .mbr-section-text {
  color: #ff9685;
}
#menu1-42 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-42 .navbar-toggler {
  color: #fffffd;
}
#menu1-42 .close-icon::before,
#menu1-42 .close-icon::after {
  background-color: #fffffd;
}
#menu1-42 .link,
#menu1-42 .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-42 .link {
  font-size: 0.85rem;
}
#menu1-42 .dropdown-item,
#menu1-42 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu1-42 .link:hover,
#menu1-42 .link:focus {
  color: #bb412e;
}
#menu1-42 .dropdown-item:hover::before,
#menu1-42 .dropdown-item:focus::before {
  background: #bb412e;
}
#menu1-42 .dropdown-item:hover,
#menu1-42 .dropdown-item:focus {
  color: #fffffd;
}
#menu1-42 .link[aria-expanded="true"],
#menu1-42 .dropdown-menu {
  background: #5c9abf;
}
#menu1-42 .nav-dropdown-sm .link:focus,
#menu1-42 .nav-dropdown-sm .link:hover,
#menu1-42 .nav-dropdown-sm .dropdown-item:focus,
#menu1-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #5193bb!important;
}
#menu1-42 .navbar,
#menu1-42 .nav-dropdown-sm,
#menu1-42 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-42 .nav-dropdown-sm .dropdown-menu {
  background: #5c9abf;
}
#menu1-42 .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-42 .bg-color.transparent.opened .link:hover,
#menu1-42 .bg-color.transparent.opened .link:focus {
  color: #bb412e;
}
#menu1-42 .link[aria-expanded="true"],
#menu1-42 .dropdown-item[aria-expanded="true"] {
  color: #bb412e!important;
}
#header5-43 .mbr-section-title,
#header5-43 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#header5-43 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#header5-43 .mbr-table-cell {
  vertical-align: middle;
}
#header5-43 .heading-title {
  font-size: 46px;
}
#header5-43 .heading-text {
  font-size: 20px;
}
#tabs3-49 H3 {
  font-size: 36px;
}
#features7-46 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-46 .heading-title {
  font-size: 36px;
}
#features7-46 .card-title {
  font-size: 18px;
}
#features7-46 .card-title B {
  font-size: 17px;
}
#features7-46 .btn {
  font-size: 15px;
}
#features7-47 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-47 .card-title {
  font-size: 18px;
}
#features7-47 .card-title B {
  font-size: 17px;
}
#features7-47 .btn {
  font-size: 15px;
}
#footer3-48 .mbr-section-title {
  font-size: 25px;
  color: #fffffd;
}
#footer3-48 .mbr-section-text {
  color: #ff9685;
}
