@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);



body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', 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: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #e67e22 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #c0392b !important;
}
.btn-primary {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #eb9950;
  border-color: #eb9950;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb9950 !important;
  border-color: #eb9950 !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-danger {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #d65548;
  border-color: #d65548;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d65548 !important;
  border-color: #d65548 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #e4791a;
  color: #e4791a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #e67e22 !important;
  border-color: #e67e22 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-danger-outline {
  background: none;
  border-color: #b83729;
  color: #b83729;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #c0392b !important;
  border-color: #c0392b !important;
}
.btn-primary.btn-text {
  color: #e67e22;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #eb9950;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #b07cc6;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #c0392b;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #d65548;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #e67e22 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #c0392b !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #c0392b;
}
.btn-social {
  border-color: #e67e22;
}
.btn-social:hover {
  background: #e67e22;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #e67e22;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #e67e22;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e67e22;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e67e22;
}
.lead a {
  color: #e67e22;
}
.lead a:hover {
  color: #eb9950;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbe9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f0fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e48f86;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #e67e22;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #e67e22;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #e67e22;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a {
  border-radius: 50% !important;
}
.mbr-arrow-up a {
  border-radius: 50% !important;
}
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(230, 126, 34, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #e98b39;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #e67e22;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(230, 126, 34, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #e67e22;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #e67e22;
}
.mbr-slider .carousel-indicators .active {
  background: #e67e22;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #e67e22;
}
.mbr-gallery .modal .close:hover {
  background: #e67e22;
}
.mbr-gallery-filter li.active {
  border-color: #e67e22;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #eb9950;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(230, 126, 34, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #e67e22;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #e67e22;
}
/*content4*/
.content4 p {
  border-top-color: #e67e22;
  border-bottom-color: #e67e22;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #e67e22;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #e67e22;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #e67e22;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #e67e22;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #e67e22;
  }
}
.progressbar .progressbar-number {
  background: #eb9950;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #e67e22;
}
.countdown2 .bottom1 {
  background: #eb9950;
}
.countdown2 .bottom2 {
  background: #bf6516;
}
/*accordion*/
.accordion .panel-heading {
  background: #eb9950;
  border-bottom: 1px solid #bf6516;
}
.accordion .panel-heading:hover {
  background: #bf6516;
}
.accordion .accordion-group .panel:last-child:after {
  background: #bf6516;
}
/* news */
.news__card:hover {
  background: #e67e22;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #e67e22;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #e67e22;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Arvo', serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #e67e22;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
/*end colorM*/
#header7-4o .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-4o .mbr-section-text {
  color: #666666;
}
#header7-4o .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 80px;
}
#features1-4c .mbr-section-title {
  font-weight: 700;
}
#features1-4c .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features1-4c .mbr-section-text {
  text-align: center;
}
#menu-6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6 .navbar-caption {
  color: #ffffff;
}
#menu-6 .navbar-toggler {
  color: #000000;
}
#menu-6 .close-icon::before,
#menu-6 .close-icon::after {
  background-color: #000000;
}
#menu-6 .link,
#menu-6 .dropdown-item {
  color: #000000;
}
#menu-6 .link {
  font-size: 1.1rem;
}
#menu-6 .dropdown-item,
#menu-6 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-6 .link:hover,
#menu-6 .link:focus {
  color: #e67e22;
}
#menu-6 .dropdown-item:hover::before,
#menu-6 .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-6 .dropdown-item:hover,
#menu-6 .dropdown-item:focus {
  color: #000000;
}
#menu-6 .link[aria-expanded="true"],
#menu-6 .dropdown-menu {
  background: #217dbb;
}
#menu-6 .nav-dropdown-sm .link:focus,
#menu-6 .nav-dropdown-sm .link:hover,
#menu-6 .nav-dropdown-sm .dropdown-item:focus,
#menu-6 .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-6 .navbar,
#menu-6 .nav-dropdown-sm,
#menu-6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6 .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-6 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6 .bg-color.transparent.opened .link:hover,
#menu-6 .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-6 .link[aria-expanded="true"],
#menu-6 .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#table1-4m th {
  color: #9fa3a7;
}
#footer2-4p .mbr-section-text {
  color: #fff;
}

#header3-1d .display-1 {
  font-weight: 700;
}
#header3-1d .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-1d .mbr-section-title SPAN {
  text-align: right;
}
#header3-1d .mbr-section-title {
  text-align: center;
}
#header3-1d .mbr-section-subtitle {
  text-align: center;
  color: #34495e;
}
#features3-1e .mbr-section-title {
  font-weight: 700;
  font-size: 72px;
}
#features3-1e .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-1e .mbr-section-text {
  text-align: left;
  color: #ffffff;
}
#content3-1f .mbr-section-title,
#content3-1f .mbr-section-subtitle {
  text-align: center;
}
#team1-1h .text3 {
  color: #eeeeee;
}
#team1-1h .subtitle3 {
  color: #ffffff;
}
#team1-1h .text1 {
  color: #ffffff;
}
#team1-1h .subtitle1 {
  color: #ffffff;
}
#team1-1h .text4 {
  color: #ecf0f1;
}
#team1-1h .subtitle4 {
  color: #ffffff;
}
#team1-1h .subtitle2 {
  color: #ffffff;
}
#image2-1i DIV {
  font-size: 18px;
  font-family: 'Arvo', serif;
}
#testimonials1-1j .card-block p {
  font-size: 15px;
}
#testimonials1-1j .card-block P {
  text-align: left;
}
#content3-1l .mbr-section-title,
#content3-1l .mbr-section-subtitle {
  text-align: center;
}
#content3-1l P {
  font-size: 30px;
}
#menu-1m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1m .navbar-caption {
  color: #ffffff;
}
#menu-1m .navbar-toggler {
  color: #000000;
}
#menu-1m .close-icon::before,
#menu-1m .close-icon::after {
  background-color: #000000;
}
#menu-1m .link,
#menu-1m .dropdown-item {
  color: #000000;
}
#menu-1m .link {
  font-size: 1.1rem;
}
#menu-1m .dropdown-item,
#menu-1m .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-1m .link:hover,
#menu-1m .link:focus {
  color: #e67e22;
}
#menu-1m .dropdown-item:hover::before,
#menu-1m .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-1m .dropdown-item:hover,
#menu-1m .dropdown-item:focus {
  color: #000000;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-menu {
  background: #217dbb;
}
#menu-1m .nav-dropdown-sm .link:focus,
#menu-1m .nav-dropdown-sm .link:hover,
#menu-1m .nav-dropdown-sm .dropdown-item:focus,
#menu-1m .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-1m .navbar,
#menu-1m .nav-dropdown-sm,
#menu-1m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1m .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-1m .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-1m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1m .bg-color.transparent.opened .link:hover,
#menu-1m .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-1m .link[aria-expanded="true"],
#menu-1m .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer1-1o .mbr-section-subtitle,
#footer1-1o .mbr-section-text {
  color: #fff;
}
#footer1-1o .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1o P {
  font-size: 16px;
}
#header2-3f .mbr-section-title,
#header2-3f .mbr-section-subtitle,
#header2-3f .btn {
  color: #fff;
}
#header2-3f .mbr-section-title {
  font-weight: 700;
}
#content3-3g .mbr-section-title,
#content3-3g .mbr-section-subtitle {
  text-align: center;
}
#content6-3h P {
  color: #666666;
}
#features14-3i .mbr-section-text {
  color: #666666;
}
#content3-3j .mbr-section-title,
#content3-3j .mbr-section-subtitle {
  text-align: center;
}
#menu-3l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3l .navbar-caption {
  color: #ffffff;
}
#menu-3l .navbar-toggler {
  color: #000000;
}
#menu-3l .close-icon::before,
#menu-3l .close-icon::after {
  background-color: #000000;
}
#menu-3l .link,
#menu-3l .dropdown-item {
  color: #000000;
}
#menu-3l .link {
  font-size: 1.1rem;
}
#menu-3l .dropdown-item,
#menu-3l .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-3l .link:hover,
#menu-3l .link:focus {
  color: #e67e22;
}
#menu-3l .dropdown-item:hover::before,
#menu-3l .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-3l .dropdown-item:hover,
#menu-3l .dropdown-item:focus {
  color: #000000;
}
#menu-3l .link[aria-expanded="true"],
#menu-3l .dropdown-menu {
  background: #217dbb;
}
#menu-3l .nav-dropdown-sm .link:focus,
#menu-3l .nav-dropdown-sm .link:hover,
#menu-3l .nav-dropdown-sm .dropdown-item:focus,
#menu-3l .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-3l .navbar,
#menu-3l .nav-dropdown-sm,
#menu-3l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3l .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-3l .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-3l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3l .bg-color.transparent.opened .link:hover,
#menu-3l .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-3l .link[aria-expanded="true"],
#menu-3l .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-3m SPAN {
  font-size: 8px;
}
#header2-3n .mbr-section-title,
#header2-3n .mbr-section-subtitle,
#header2-3n .btn {
  color: #fff;
}
#header2-3n .mbr-section-title {
  font-weight: 700;
}
#features14-3q .mbr-section-text {
  color: #666666;
}
#content3-3r .mbr-section-title,
#content3-3r .mbr-section-subtitle {
  text-align: center;
}
#menu-3t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3t .navbar-caption {
  color: #ffffff;
}
#menu-3t .navbar-toggler {
  color: #000000;
}
#menu-3t .close-icon::before,
#menu-3t .close-icon::after {
  background-color: #000000;
}
#menu-3t .link,
#menu-3t .dropdown-item {
  color: #000000;
}
#menu-3t .link {
  font-size: 1.1rem;
}
#menu-3t .dropdown-item,
#menu-3t .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-3t .link:hover,
#menu-3t .link:focus {
  color: #e67e22;
}
#menu-3t .dropdown-item:hover::before,
#menu-3t .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-3t .dropdown-item:hover,
#menu-3t .dropdown-item:focus {
  color: #000000;
}
#menu-3t .link[aria-expanded="true"],
#menu-3t .dropdown-menu {
  background: #217dbb;
}
#menu-3t .nav-dropdown-sm .link:focus,
#menu-3t .nav-dropdown-sm .link:hover,
#menu-3t .nav-dropdown-sm .dropdown-item:focus,
#menu-3t .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-3t .navbar,
#menu-3t .nav-dropdown-sm,
#menu-3t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3t .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-3t .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-3t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3t .bg-color.transparent.opened .link:hover,
#menu-3t .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-3t .link[aria-expanded="true"],
#menu-3t .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-3u SPAN {
  font-size: 8px;
}
#header2-3v .mbr-section-title,
#header2-3v .mbr-section-subtitle,
#header2-3v .btn {
  color: #fff;
}
#header2-3v .mbr-section-title {
  font-weight: 700;
}
#content3-3w .mbr-section-title,
#content3-3w .mbr-section-subtitle {
  text-align: center;
}
#content3-3z .mbr-section-title,
#content3-3z .mbr-section-subtitle {
  text-align: center;
}
#content3-3z P {
  font-size: 30px;
  color: #d35400;
}
#menu-41 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-41 .navbar-caption {
  color: #ffffff;
}
#menu-41 .navbar-toggler {
  color: #000000;
}
#menu-41 .close-icon::before,
#menu-41 .close-icon::after {
  background-color: #000000;
}
#menu-41 .link,
#menu-41 .dropdown-item {
  color: #000000;
}
#menu-41 .link {
  font-size: 1.1rem;
}
#menu-41 .dropdown-item,
#menu-41 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-41 .link:hover,
#menu-41 .link:focus {
  color: #e67e22;
}
#menu-41 .dropdown-item:hover::before,
#menu-41 .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-41 .dropdown-item:hover,
#menu-41 .dropdown-item:focus {
  color: #000000;
}
#menu-41 .link[aria-expanded="true"],
#menu-41 .dropdown-menu {
  background: #217dbb;
}
#menu-41 .nav-dropdown-sm .link:focus,
#menu-41 .nav-dropdown-sm .link:hover,
#menu-41 .nav-dropdown-sm .dropdown-item:focus,
#menu-41 .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-41 .navbar,
#menu-41 .nav-dropdown-sm,
#menu-41 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-41 .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-41 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-41 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-41 .bg-color.transparent.opened .link:hover,
#menu-41 .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-41 .link[aria-expanded="true"],
#menu-41 .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-42 SPAN {
  font-size: 8px;
}
#header7-4q .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-4q .mbr-section-text {
  color: #666666;
}
#header7-4q .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 80px;
}
#features1-4r .mbr-section-title {
  font-weight: 700;
}
#features1-4r .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#menu-4t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4t .navbar-caption {
  color: #ffffff;
}
#menu-4t .navbar-toggler {
  color: #000000;
}
#menu-4t .close-icon::before,
#menu-4t .close-icon::after {
  background-color: #000000;
}
#menu-4t .link,
#menu-4t .dropdown-item {
  color: #000000;
}
#menu-4t .link {
  font-size: 1.1rem;
}
#menu-4t .dropdown-item,
#menu-4t .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-4t .link:hover,
#menu-4t .link:focus {
  color: #e67e22;
}
#menu-4t .dropdown-item:hover::before,
#menu-4t .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-4t .dropdown-item:hover,
#menu-4t .dropdown-item:focus {
  color: #000000;
}
#menu-4t .link[aria-expanded="true"],
#menu-4t .dropdown-menu {
  background: #217dbb;
}
#menu-4t .nav-dropdown-sm .link:focus,
#menu-4t .nav-dropdown-sm .link:hover,
#menu-4t .nav-dropdown-sm .dropdown-item:focus,
#menu-4t .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-4t .navbar,
#menu-4t .nav-dropdown-sm,
#menu-4t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4t .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-4t .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-4t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4t .bg-color.transparent.opened .link:hover,
#menu-4t .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-4t .link[aria-expanded="true"],
#menu-4t .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#table1-4u th {
  color: #9fa3a7;
}
#footer2-4v .mbr-section-text {
  color: #fff;
}
#header7-4w .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-4w .mbr-section-text {
  color: #666666;
}
#header7-4w .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 80px;
}
#features1-4x .mbr-section-title {
  font-weight: 700;
}
#features1-4x .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features1-4x .mbr-section-text {
  text-align: center;
}
#menu-4y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4y .navbar-caption {
  color: #ffffff;
}
#menu-4y .navbar-toggler {
  color: #000000;
}
#menu-4y .close-icon::before,
#menu-4y .close-icon::after {
  background-color: #000000;
}
#menu-4y .link,
#menu-4y .dropdown-item {
  color: #000000;
}
#menu-4y .link {
  font-size: 1.1rem;
}
#menu-4y .dropdown-item,
#menu-4y .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-4y .link:hover,
#menu-4y .link:focus {
  color: #e67e22;
}
#menu-4y .dropdown-item:hover::before,
#menu-4y .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-4y .dropdown-item:hover,
#menu-4y .dropdown-item:focus {
  color: #000000;
}
#menu-4y .link[aria-expanded="true"],
#menu-4y .dropdown-menu {
  background: #217dbb;
}
#menu-4y .nav-dropdown-sm .link:focus,
#menu-4y .nav-dropdown-sm .link:hover,
#menu-4y .nav-dropdown-sm .dropdown-item:focus,
#menu-4y .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-4y .navbar,
#menu-4y .nav-dropdown-sm,
#menu-4y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4y .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-4y .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-4y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4y .bg-color.transparent.opened .link:hover,
#menu-4y .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-4y .link[aria-expanded="true"],
#menu-4y .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#table1-4z th {
  color: #9fa3a7;
}
#footer2-50 .mbr-section-text {
  color: #fff;
}

#header3-5e .display-1 {
  font-weight: 700;
}
#header3-5e .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-5e .mbr-section-title SPAN {
  text-align: right;
}
#header3-5e .mbr-section-title {
  text-align: center;
}
#header3-5e .mbr-section-subtitle {
  text-align: center;
  color: #34495e;
}
#features3-5f .mbr-section-title {
  font-weight: 700;
  font-size: 72px;
}
#features3-5f .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-5f .mbr-section-text {
  text-align: left;
  color: #ffffff;
}
#content3-5h .mbr-section-title,
#content3-5h .mbr-section-subtitle {
  text-align: center;
}
#team1-5j .text3 {
  color: #eeeeee;
}
#team1-5j .subtitle3 {
  color: #ffffff;
}
#team1-5j .text1 {
  color: #ffffff;
}
#team1-5j .subtitle1 {
  color: #ffffff;
}
#team1-5j .text4 {
  color: #ecf0f1;
}
#team1-5j .subtitle4 {
  color: #ffffff;
}
#team1-5j .subtitle2 {
  color: #ffffff;
}
#image2-5k DIV {
  font-size: 18px;
  font-family: 'Arvo', serif;
}
#testimonials1-5l .card-block p {
  font-size: 15px;
}
#testimonials1-5l .card-block P {
  text-align: left;
}
#content3-5n .mbr-section-title,
#content3-5n .mbr-section-subtitle {
  text-align: center;
}
#content3-5n P {
  font-size: 30px;
}
#menu-5o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5o .navbar-caption {
  color: #ffffff;
}
#menu-5o .navbar-toggler {
  color: #000000;
}
#menu-5o .close-icon::before,
#menu-5o .close-icon::after {
  background-color: #000000;
}
#menu-5o .link,
#menu-5o .dropdown-item {
  color: #000000;
}
#menu-5o .link {
  font-size: 1.1rem;
}
#menu-5o .dropdown-item,
#menu-5o .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-5o .link:hover,
#menu-5o .link:focus {
  color: #e67e22;
}
#menu-5o .dropdown-item:hover::before,
#menu-5o .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-5o .dropdown-item:hover,
#menu-5o .dropdown-item:focus {
  color: #000000;
}
#menu-5o .link[aria-expanded="true"],
#menu-5o .dropdown-menu {
  background: #217dbb;
}
#menu-5o .nav-dropdown-sm .link:focus,
#menu-5o .nav-dropdown-sm .link:hover,
#menu-5o .nav-dropdown-sm .dropdown-item:focus,
#menu-5o .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-5o .navbar,
#menu-5o .nav-dropdown-sm,
#menu-5o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5o .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-5o .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-5o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5o .bg-color.transparent.opened .link:hover,
#menu-5o .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-5o .link[aria-expanded="true"],
#menu-5o .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer1-5q .mbr-section-subtitle,
#footer1-5q .mbr-section-text {
  color: #fff;
}
#footer1-5q .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-5q P {
  font-size: 16px;
}
#header3-f .display-1 {
  font-weight: 700;
}
#header3-f .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-f .mbr-section-title SPAN {
  text-align: right;
}
#header3-f .mbr-section-title {
  text-align: left;
}
#features16-j .mbr-section-title {
  font-weight: 700;
  letter-spacing: .5vw;
  text-transform: uppercase;
}
#features16-j .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-o .display-1 {
  font-weight: 700;
}
#call1-o .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#testimonials1-2g .card-block p {
  font-size: 15px;
}
#testimonials1-2g .card-block P {
  text-align: left;
}
#pricing-table2-g .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-g .mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
#pricing-table2-g .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-g .mbr-plan-label B {
  font-size: 12px;
}
#content3-p .mbr-section-title,
#content3-p .mbr-section-subtitle {
  text-align: center;
}
#content3-p P {
  font-size: 30px;
  color: #d35400;
}
#menu-i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-i .navbar-caption {
  color: #ffffff;
}
#menu-i .navbar-toggler {
  color: #000000;
}
#menu-i .close-icon::before,
#menu-i .close-icon::after {
  background-color: #000000;
}
#menu-i .link,
#menu-i .dropdown-item {
  color: #000000;
}
#menu-i .link {
  font-size: 1.1rem;
}
#menu-i .dropdown-item,
#menu-i .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-i .link:hover,
#menu-i .link:focus {
  color: #e67e22;
}
#menu-i .dropdown-item:hover::before,
#menu-i .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-i .dropdown-item:hover,
#menu-i .dropdown-item:focus {
  color: #000000;
}
#menu-i .link[aria-expanded="true"],
#menu-i .dropdown-menu {
  background: #217dbb;
}
#menu-i .nav-dropdown-sm .link:focus,
#menu-i .nav-dropdown-sm .link:hover,
#menu-i .nav-dropdown-sm .dropdown-item:focus,
#menu-i .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-i .navbar,
#menu-i .nav-dropdown-sm,
#menu-i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-i .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-i .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-i .bg-color.transparent.opened .link:hover,
#menu-i .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-i .link[aria-expanded="true"],
#menu-i .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-3e SPAN {
  font-size: 8px;
}
#header2-2r .mbr-section-title,
#header2-2r .mbr-section-subtitle,
#header2-2r .btn {
  color: #fff;
}
#header2-2r .mbr-section-title {
  font-weight: 700;
}
#content3-2s .mbr-section-title,
#content3-2s .mbr-section-subtitle {
  text-align: center;
}
#content6-2t P {
  color: #666666;
}
#features14-2v .mbr-section-text {
  color: #666666;
}
#content3-2z .mbr-section-title,
#content3-2z .mbr-section-subtitle {
  text-align: center;
}
#content3-2z P {
  font-size: 30px;
  color: #d35400;
}
#menu-32 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-32 .navbar-caption {
  color: #ffffff;
}
#menu-32 .navbar-toggler {
  color: #000000;
}
#menu-32 .close-icon::before,
#menu-32 .close-icon::after {
  background-color: #000000;
}
#menu-32 .link,
#menu-32 .dropdown-item {
  color: #000000;
}
#menu-32 .link {
  font-size: 1.1rem;
}
#menu-32 .dropdown-item,
#menu-32 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-32 .link:hover,
#menu-32 .link:focus {
  color: #e67e22;
}
#menu-32 .dropdown-item:hover::before,
#menu-32 .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-32 .dropdown-item:hover,
#menu-32 .dropdown-item:focus {
  color: #000000;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-menu {
  background: #217dbb;
}
#menu-32 .nav-dropdown-sm .link:focus,
#menu-32 .nav-dropdown-sm .link:hover,
#menu-32 .nav-dropdown-sm .dropdown-item:focus,
#menu-32 .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-32 .navbar,
#menu-32 .nav-dropdown-sm,
#menu-32 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-32 .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-32 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-32 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-32 .bg-color.transparent.opened .link:hover,
#menu-32 .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-3e SPAN {
  font-size: 8px;
}
#header2-35 .mbr-section-title,
#header2-35 .mbr-section-subtitle,
#header2-35 .btn {
  color: #fff;
}
#header2-35 .mbr-section-title {
  font-weight: 700;
}
#content3-36 .mbr-section-title,
#content3-36 .mbr-section-subtitle {
  text-align: center;
}
#content6-37 P {
  color: #666666;
}
#features14-38 .mbr-section-text {
  color: #666666;
}
#content3-39 .mbr-section-title,
#content3-39 .mbr-section-subtitle {
  text-align: center;
}
#content3-39 P {
  font-size: 30px;
  color: #d35400;
}
#menu-3b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3b .navbar-caption {
  color: #ffffff;
}
#menu-3b .navbar-toggler {
  color: #000000;
}
#menu-3b .close-icon::before,
#menu-3b .close-icon::after {
  background-color: #000000;
}
#menu-3b .link,
#menu-3b .dropdown-item {
  color: #000000;
}
#menu-3b .link {
  font-size: 1.1rem;
}
#menu-3b .dropdown-item,
#menu-3b .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-3b .link:hover,
#menu-3b .link:focus {
  color: #e67e22;
}
#menu-3b .dropdown-item:hover::before,
#menu-3b .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-3b .dropdown-item:hover,
#menu-3b .dropdown-item:focus {
  color: #000000;
}
#menu-3b .link[aria-expanded="true"],
#menu-3b .dropdown-menu {
  background: #217dbb;
}
#menu-3b .nav-dropdown-sm .link:focus,
#menu-3b .nav-dropdown-sm .link:hover,
#menu-3b .nav-dropdown-sm .dropdown-item:focus,
#menu-3b .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-3b .navbar,
#menu-3b .nav-dropdown-sm,
#menu-3b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3b .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-3b .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-3b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3b .bg-color.transparent.opened .link:hover,
#menu-3b .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-3b .link[aria-expanded="true"],
#menu-3b .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-3e SPAN {
  font-size: 8px;
}

#header2-2j .mbr-section-title,
#header2-2j .mbr-section-subtitle,
#header2-2j .btn {
  color: #fff;
}
#header2-2j .mbr-section-title {
  font-weight: 700;
}
#content3-26 .mbr-section-title,
#content3-26 .mbr-section-subtitle {
  text-align: center;
}
#content6-27 P {
  color: #666666;
}
#content2-2l DIV {
  color: #333333;
}
#content2-2l BLOCKQUOTE {
  color: #333333;
}
#features14-2n .mbr-section-text {
  color: #666666;
}
#features13-2p .mbr-section-text {
  color: #333333;
}
#features14-2q .mbr-section-text {
  color: #666666;
}
#image2-29 DIV {
  font-size: 18px;
  font-family: 'Arvo', serif;
}
#content3-2c .mbr-section-title,
#content3-2c .mbr-section-subtitle {
  text-align: center;
}
#content3-2c P {
  font-size: 30px;
  color: #d35400;
}
#testimonials1-2a .card-block p {
  font-size: 15px;
}
#testimonials1-2a .card-block P {
  text-align: left;
}
#menu-2d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2d .navbar-caption {
  color: #ffffff;
}
#menu-2d .navbar-toggler {
  color: #000000;
}
#menu-2d .close-icon::before,
#menu-2d .close-icon::after {
  background-color: #000000;
}
#menu-2d .link,
#menu-2d .dropdown-item {
  color: #000000;
}
#menu-2d .link {
  font-size: 1.1rem;
}
#menu-2d .dropdown-item,
#menu-2d .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu-2d .link:hover,
#menu-2d .link:focus {
  color: #e67e22;
}
#menu-2d .dropdown-item:hover::before,
#menu-2d .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-2d .dropdown-item:hover,
#menu-2d .dropdown-item:focus {
  color: #000000;
}
#menu-2d .link[aria-expanded="true"],
#menu-2d .dropdown-menu {
  background: #217dbb;
}
#menu-2d .nav-dropdown-sm .link:focus,
#menu-2d .nav-dropdown-sm .link:hover,
#menu-2d .nav-dropdown-sm .dropdown-item:focus,
#menu-2d .nav-dropdown-sm .dropdown-item:hover {
  background: #2791d9!important;
}
#menu-2d .navbar,
#menu-2d .nav-dropdown-sm,
#menu-2d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2d .nav-dropdown-sm .dropdown-menu {
  background: #3498db;
}
#menu-2d .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-2d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2d .bg-color.transparent.opened .link:hover,
#menu-2d .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-2d .link[aria-expanded="true"],
#menu-2d .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer8-42 SPAN {
  font-size: 8px;
}
