@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: #2980b9 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #409ad5;
  border-color: #409ad5;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #409ad5 !important;
  border-color: #409ad5 !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: #e74c3c;
  border-color: #e74c3c;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #277ab1;
  color: #277ab1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #2980b9 !important;
  border-color: #2980b9 !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: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #2980b9;
  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: #409ad5;
  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: #e74c3c;
  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: #ed7669;
  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: #2980b9 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #2980b9;
}
.btn-social:hover {
  background: #2980b9;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2980b9;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2980b9;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2980b9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2980b9;
}
.lead a {
  color: #2980b9;
}
.lead a:hover {
  color: #409ad5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fbbe3;
}
.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: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #2980b9;
}
.scrollToTop_wraper {
  display: none;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #2980b9;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #2980b9;
  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(41, 128, 185, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #2e8ece;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #2980b9;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(41, 128, 185, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #2980b9;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #2980b9;
}
.mbr-slider .carousel-indicators .active {
  background: #2980b9;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #2980b9;
}
.mbr-gallery .modal .close:hover {
  background: #2980b9;
}
.mbr-gallery-filter li.active {
  border-color: #2980b9;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #409ad5;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(41, 128, 185, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #2980b9;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #2980b9;
}
/*content4*/
.content4 p {
  border-top-color: #2980b9;
  border-bottom-color: #2980b9;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #2980b9;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #2980b9;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #2980b9;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #2980b9;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #2980b9;
  }
}
.progressbar .progressbar-number {
  background: #409ad5;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #2980b9;
}
.countdown2 .bottom1 {
  background: #409ad5;
}
.countdown2 .bottom2 {
  background: #20638f;
}
/*accordion*/
.accordion .panel-heading {
  background: #409ad5;
  border-bottom: 1px solid #20638f;
}
.accordion .panel-heading:hover {
  background: #20638f;
}
.accordion .accordion-group .panel:last-child:after {
  background: #20638f;
}
/* news */
.news__card:hover {
  background: #2980b9;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #2980b9;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #2980b9;
  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: #2980b9;
}
.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;
}
.form-control {
  background: #f5f5f5;
  padding: 0.8rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/*end colorM*/
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-0 .navbar-toggler {
  color: #2980b9;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #2980b9;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #2980b9;
}
#menu-0 .link {
  font-size: 0.9rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-0 .link:hover,
#menu-0 .link:focus {
  color: #2980b9;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #2980b9;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#header3-2 .display-1 {
  font-weight: 700;
}
#header3-2 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header3-2 .mbr-section-title {
  text-align: center;
  font-size: 60px;
  color: #3498db;
}
#header3-2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
#header3-2 .btn {
  font-size: 11px;
}
#header9-3 .elements-content {
  padding-bottom: 50px;
}
#header9-3 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-3 .mbr-section-title,
#header9-3 .tab-pane {
  color: #000;
}
#header9-3 .header-text {
  text-align: center;
}
#features1-f .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features1-f .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features1-g .mbr-section-title {
  font-weight: 700;
}
#features1-g .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features7-l .lead {
  color: #9fa3a7;
}
#features7-l .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-l .mbr-section-text {
  font-size: 20px;
  color: #333333;
  text-align: left;
}
#features9-d .mbr-section-title {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}
#features9-d P {
  color: #000000;
}
#features9-d H4 {
  color: #2980b9;
}
#features9-d .mbr-section-subtitle {
  color: #333333;
}
#counters2-7 H2 {
  color: #2980b9;
}
#counters2-7 H3 {
  color: #2980b9;
}
#counters2-7 DIV {
  color: #2980b9;
}
#call1-m .display-1 {
  font-weight: 700;
}
#call1-m .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#animated-bg1-6 .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-6 H1 {
  font-size: 46px;
  color: #333333;
}
#header11-5 H1 {
  font-size: 48px;
}
#header11-5 P {
  color: #ffffff;
}
#content3-c .mbr-section-title,
#content3-c .mbr-section-subtitle {
  text-align: center;
}
#content3-c P {
  color: #dddddd;
}
#accordion1-9 H1 {
  font-size: 36px;
}
#testimonials1-n .card-block p {
  font-size: 15px;
}
#footer1-b .mbr-section-subtitle,
#footer1-b .mbr-section-text {
  color: #fff;
}
#footer1-b .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-b P {
  color: #2980b9;
}
#menu-o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-o .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-o .navbar-toggler {
  color: #2980b9;
}
#menu-o .close-icon::before,
#menu-o .close-icon::after {
  background-color: #2980b9;
}
#menu-o .link,
#menu-o .dropdown-item {
  color: #2980b9;
}
#menu-o .link {
  font-size: 0.9rem;
}
#menu-o .dropdown-item,
#menu-o .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-o .link:hover,
#menu-o .link:focus {
  color: #2980b9;
}
#menu-o .dropdown-item:hover::before,
#menu-o .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-o .dropdown-item:hover,
#menu-o .dropdown-item:focus {
  color: #2980b9;
}
#menu-o .link[aria-expanded="true"],
#menu-o .dropdown-menu {
  background: #e6e6e6;
}
#menu-o .nav-dropdown-sm .link:focus,
#menu-o .nav-dropdown-sm .link:hover,
#menu-o .nav-dropdown-sm .dropdown-item:focus,
#menu-o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-o .navbar,
#menu-o .nav-dropdown-sm,
#menu-o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-o .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-o .bg-color.transparent.opened .link:hover,
#menu-o .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-o .link[aria-expanded="true"],
#menu-o .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-t .mbr-section-title {
  font-size: 48px;
}
#header9-q .elements-content {
  padding-bottom: 50px;
}
#header9-q .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-q .mbr-section-title,
#header9-q .tab-pane {
  color: #000;
}
#header9-q .mbr-section-title {
  font-size: 36px;
}
#header9-q .header-text {
  color: #000000;
}
#header9-q P {
  color: #000000;
}
#header7-u .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
}
#header7-u .mbr-section-text {
  color: #000000;
}
#header7-u .mbr-section-title {
  color: #242424;
  font-weight: bold;
}
#counters2-41 H2 {
  color: #ffffff;
}
#counters2-41 H3 {
  color: #2980b9;
}
#counters2-41 DIV {
  color: #2980b9;
}
#counters2-41 P {
  color: #ffffff;
}
#footer1-p .mbr-section-subtitle,
#footer1-p .mbr-section-text {
  color: #fff;
}
#footer1-p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-p P {
  color: #2980b9;
}
#menu-16 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-16 .navbar-toggler {
  color: #2980b9;
}
#menu-16 .close-icon::before,
#menu-16 .close-icon::after {
  background-color: #2980b9;
}
#menu-16 .link,
#menu-16 .dropdown-item {
  color: #2980b9;
}
#menu-16 .link {
  font-size: 0.9rem;
}
#menu-16 .dropdown-item,
#menu-16 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16 .link:hover,
#menu-16 .link:focus {
  color: #2980b9;
}
#menu-16 .dropdown-item:hover::before,
#menu-16 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-16 .dropdown-item:hover,
#menu-16 .dropdown-item:focus {
  color: #2980b9;
}
#menu-16 .link[aria-expanded="true"],
#menu-16 .dropdown-menu {
  background: #e6e6e6;
}
#menu-16 .nav-dropdown-sm .link:focus,
#menu-16 .nav-dropdown-sm .link:hover,
#menu-16 .nav-dropdown-sm .dropdown-item:focus,
#menu-16 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-16 .navbar,
#menu-16 .nav-dropdown-sm,
#menu-16 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-16 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-16 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16 .bg-color.transparent.opened .link:hover,
#menu-16 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-16 .link[aria-expanded="true"],
#menu-16 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer1-17 .mbr-section-subtitle,
#footer1-17 .mbr-section-text {
  color: #fff;
}
#footer1-17 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-17 P {
  color: #2980b9;
}
#content5-1c .mbr-section-title {
  font-size: 48px;
}
#menu-1d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1d .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-1d .navbar-toggler {
  color: #2980b9;
}
#menu-1d .close-icon::before,
#menu-1d .close-icon::after {
  background-color: #2980b9;
}
#menu-1d .link,
#menu-1d .dropdown-item {
  color: #2980b9;
}
#menu-1d .link {
  font-size: 0.9rem;
}
#menu-1d .dropdown-item,
#menu-1d .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1d .link:hover,
#menu-1d .link:focus {
  color: #2980b9;
}
#menu-1d .dropdown-item:hover::before,
#menu-1d .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-1d .dropdown-item:hover,
#menu-1d .dropdown-item:focus {
  color: #2980b9;
}
#menu-1d .link[aria-expanded="true"],
#menu-1d .dropdown-menu {
  background: #e6e6e6;
}
#menu-1d .nav-dropdown-sm .link:focus,
#menu-1d .nav-dropdown-sm .link:hover,
#menu-1d .nav-dropdown-sm .dropdown-item:focus,
#menu-1d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1d .navbar,
#menu-1d .nav-dropdown-sm,
#menu-1d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1d .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-1d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1d .bg-color.transparent.opened .link:hover,
#menu-1d .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-1d .link[aria-expanded="true"],
#menu-1d .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-1i .mbr-section-title {
  font-size: 48px;
}
#footer1-1e .mbr-section-subtitle,
#footer1-1e .mbr-section-text {
  color: #fff;
}
#footer1-1e .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1e P {
  color: #2980b9;
}
#menu-1k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1k .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-1k .navbar-toggler {
  color: #2980b9;
}
#menu-1k .close-icon::before,
#menu-1k .close-icon::after {
  background-color: #2980b9;
}
#menu-1k .link,
#menu-1k .dropdown-item {
  color: #2980b9;
}
#menu-1k .link {
  font-size: 0.9rem;
}
#menu-1k .dropdown-item,
#menu-1k .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1k .link:hover,
#menu-1k .link:focus {
  color: #2980b9;
}
#menu-1k .dropdown-item:hover::before,
#menu-1k .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-1k .dropdown-item:hover,
#menu-1k .dropdown-item:focus {
  color: #2980b9;
}
#menu-1k .link[aria-expanded="true"],
#menu-1k .dropdown-menu {
  background: #e6e6e6;
}
#menu-1k .nav-dropdown-sm .link:focus,
#menu-1k .nav-dropdown-sm .link:hover,
#menu-1k .nav-dropdown-sm .dropdown-item:focus,
#menu-1k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1k .navbar,
#menu-1k .nav-dropdown-sm,
#menu-1k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1k .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-1k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1k .bg-color.transparent.opened .link:hover,
#menu-1k .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-1k .link[aria-expanded="true"],
#menu-1k .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-1l .mbr-section-title {
  font-size: 48px;
}
#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 {
  color: #2980b9;
}
#menu-1u .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1u .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-1u .navbar-toggler {
  color: #2980b9;
}
#menu-1u .close-icon::before,
#menu-1u .close-icon::after {
  background-color: #2980b9;
}
#menu-1u .link,
#menu-1u .dropdown-item {
  color: #2980b9;
}
#menu-1u .link {
  font-size: 0.9rem;
}
#menu-1u .dropdown-item,
#menu-1u .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1u .link:hover,
#menu-1u .link:focus {
  color: #2980b9;
}
#menu-1u .dropdown-item:hover::before,
#menu-1u .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-1u .dropdown-item:hover,
#menu-1u .dropdown-item:focus {
  color: #2980b9;
}
#menu-1u .link[aria-expanded="true"],
#menu-1u .dropdown-menu {
  background: #e6e6e6;
}
#menu-1u .nav-dropdown-sm .link:focus,
#menu-1u .nav-dropdown-sm .link:hover,
#menu-1u .nav-dropdown-sm .dropdown-item:focus,
#menu-1u .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1u .navbar,
#menu-1u .nav-dropdown-sm,
#menu-1u .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1u .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1u .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-1u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1u .bg-color.transparent.opened .link:hover,
#menu-1u .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-1u .link[aria-expanded="true"],
#menu-1u .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-1v .mbr-section-title {
  font-size: 48px;
}
#footer1-1y .mbr-section-subtitle,
#footer1-1y .mbr-section-text {
  color: #fff;
}
#footer1-1y .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-1y P {
  color: #2980b9;
}
#menu-20 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-20 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-20 .navbar-toggler {
  color: #2980b9;
}
#menu-20 .close-icon::before,
#menu-20 .close-icon::after {
  background-color: #2980b9;
}
#menu-20 .link,
#menu-20 .dropdown-item {
  color: #2980b9;
}
#menu-20 .link {
  font-size: 0.9rem;
}
#menu-20 .dropdown-item,
#menu-20 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-20 .link:hover,
#menu-20 .link:focus {
  color: #2980b9;
}
#menu-20 .dropdown-item:hover::before,
#menu-20 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-20 .dropdown-item:hover,
#menu-20 .dropdown-item:focus {
  color: #2980b9;
}
#menu-20 .link[aria-expanded="true"],
#menu-20 .dropdown-menu {
  background: #e6e6e6;
}
#menu-20 .nav-dropdown-sm .link:focus,
#menu-20 .nav-dropdown-sm .link:hover,
#menu-20 .nav-dropdown-sm .dropdown-item:focus,
#menu-20 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-20 .navbar,
#menu-20 .nav-dropdown-sm,
#menu-20 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-20 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-20 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-20 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-20 .bg-color.transparent.opened .link:hover,
#menu-20 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-20 .link[aria-expanded="true"],
#menu-20 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-21 .mbr-section-title {
  font-size: 48px;
}
#footer1-24 .mbr-section-subtitle,
#footer1-24 .mbr-section-text {
  color: #fff;
}
#footer1-24 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-24 P {
  color: #2980b9;
}
#menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-26 .navbar-toggler {
  color: #2980b9;
}
#menu-26 .close-icon::before,
#menu-26 .close-icon::after {
  background-color: #2980b9;
}
#menu-26 .link,
#menu-26 .dropdown-item {
  color: #2980b9;
}
#menu-26 .link {
  font-size: 0.9rem;
}
#menu-26 .dropdown-item,
#menu-26 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-26 .link:hover,
#menu-26 .link:focus {
  color: #2980b9;
}
#menu-26 .dropdown-item:hover::before,
#menu-26 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-26 .dropdown-item:hover,
#menu-26 .dropdown-item:focus {
  color: #2980b9;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-menu {
  background: #e6e6e6;
}
#menu-26 .nav-dropdown-sm .link:focus,
#menu-26 .nav-dropdown-sm .link:hover,
#menu-26 .nav-dropdown-sm .dropdown-item:focus,
#menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-26 .navbar,
#menu-26 .nav-dropdown-sm,
#menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-26 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26 .bg-color.transparent.opened .link:hover,
#menu-26 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-27 .mbr-section-title {
  font-size: 48px;
}
#footer1-2a .mbr-section-subtitle,
#footer1-2a .mbr-section-text {
  color: #fff;
}
#footer1-2a .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2a P {
  color: #2980b9;
}
#menu-2c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2c .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-2c .navbar-toggler {
  color: #2980b9;
}
#menu-2c .close-icon::before,
#menu-2c .close-icon::after {
  background-color: #2980b9;
}
#menu-2c .link,
#menu-2c .dropdown-item {
  color: #2980b9;
}
#menu-2c .link {
  font-size: 0.9rem;
}
#menu-2c .dropdown-item,
#menu-2c .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-2c .link:hover,
#menu-2c .link:focus {
  color: #2980b9;
}
#menu-2c .dropdown-item:hover::before,
#menu-2c .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-2c .dropdown-item:hover,
#menu-2c .dropdown-item:focus {
  color: #2980b9;
}
#menu-2c .link[aria-expanded="true"],
#menu-2c .dropdown-menu {
  background: #e6e6e6;
}
#menu-2c .nav-dropdown-sm .link:focus,
#menu-2c .nav-dropdown-sm .link:hover,
#menu-2c .nav-dropdown-sm .dropdown-item:focus,
#menu-2c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2c .navbar,
#menu-2c .nav-dropdown-sm,
#menu-2c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2c .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-2c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2c .bg-color.transparent.opened .link:hover,
#menu-2c .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-2c .link[aria-expanded="true"],
#menu-2c .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-2d .mbr-section-title {
  font-size: 48px;
}
#footer1-2g .mbr-section-subtitle,
#footer1-2g .mbr-section-text {
  color: #fff;
}
#footer1-2g .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2g P {
  color: #2980b9;
}
#menu-2i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2i .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-2i .navbar-toggler {
  color: #2980b9;
}
#menu-2i .close-icon::before,
#menu-2i .close-icon::after {
  background-color: #2980b9;
}
#menu-2i .link,
#menu-2i .dropdown-item {
  color: #2980b9;
}
#menu-2i .link {
  font-size: 0.9rem;
}
#menu-2i .dropdown-item,
#menu-2i .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-2i .link:hover,
#menu-2i .link:focus {
  color: #2980b9;
}
#menu-2i .dropdown-item:hover::before,
#menu-2i .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-2i .dropdown-item:hover,
#menu-2i .dropdown-item:focus {
  color: #2980b9;
}
#menu-2i .link[aria-expanded="true"],
#menu-2i .dropdown-menu {
  background: #e6e6e6;
}
#menu-2i .nav-dropdown-sm .link:focus,
#menu-2i .nav-dropdown-sm .link:hover,
#menu-2i .nav-dropdown-sm .dropdown-item:focus,
#menu-2i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2i .navbar,
#menu-2i .nav-dropdown-sm,
#menu-2i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2i .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2i .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-2i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2i .bg-color.transparent.opened .link:hover,
#menu-2i .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-2i .link[aria-expanded="true"],
#menu-2i .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-2j .mbr-section-title {
  font-size: 48px;
}
#footer1-2m .mbr-section-subtitle,
#footer1-2m .mbr-section-text {
  color: #fff;
}
#footer1-2m .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2m P {
  color: #2980b9;
}
#menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-11 .navbar-toggler {
  color: #2980b9;
}
#menu-11 .close-icon::before,
#menu-11 .close-icon::after {
  background-color: #2980b9;
}
#menu-11 .link,
#menu-11 .dropdown-item {
  color: #2980b9;
}
#menu-11 .link {
  font-size: 0.9rem;
}
#menu-11 .dropdown-item,
#menu-11 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-11 .link:hover,
#menu-11 .link:focus {
  color: #2980b9;
}
#menu-11 .dropdown-item:hover::before,
#menu-11 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-11 .dropdown-item:hover,
#menu-11 .dropdown-item:focus {
  color: #2980b9;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-menu {
  background: #e6e6e6;
}
#menu-11 .nav-dropdown-sm .link:focus,
#menu-11 .nav-dropdown-sm .link:hover,
#menu-11 .nav-dropdown-sm .dropdown-item:focus,
#menu-11 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-11 .navbar,
#menu-11 .nav-dropdown-sm,
#menu-11 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-11 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-11 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11 .bg-color.transparent.opened .link:hover,
#menu-11 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-13 .mbr-section-title {
  font-size: 36px;
}
#contacts3-14 .mbr-section-title {
  font-size: 19px;
}
#footer1-12 .mbr-section-subtitle,
#footer1-12 .mbr-section-text {
  color: #fff;
}
#footer1-12 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-12 P {
  color: #2980b9;
}
#menu-2o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2o .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-2o .navbar-toggler {
  color: #2980b9;
}
#menu-2o .close-icon::before,
#menu-2o .close-icon::after {
  background-color: #2980b9;
}
#menu-2o .link,
#menu-2o .dropdown-item {
  color: #2980b9;
}
#menu-2o .link {
  font-size: 0.9rem;
}
#menu-2o .dropdown-item,
#menu-2o .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-2o .link:hover,
#menu-2o .link:focus {
  color: #2980b9;
}
#menu-2o .dropdown-item:hover::before,
#menu-2o .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-2o .dropdown-item:hover,
#menu-2o .dropdown-item:focus {
  color: #2980b9;
}
#menu-2o .link[aria-expanded="true"],
#menu-2o .dropdown-menu {
  background: #e6e6e6;
}
#menu-2o .nav-dropdown-sm .link:focus,
#menu-2o .nav-dropdown-sm .link:hover,
#menu-2o .nav-dropdown-sm .dropdown-item:focus,
#menu-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2o .navbar,
#menu-2o .nav-dropdown-sm,
#menu-2o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2o .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2o .bg-color.transparent.opened .link:hover,
#menu-2o .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-2o .link[aria-expanded="true"],
#menu-2o .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#features1-43 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features1-43 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features1-44 .mbr-section-title {
  font-weight: 700;
}
#features1-44 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#content2-2t BLOCKQUOTE {
  color: #000000;
}
#content2-42 DIV {
  text-align: left;
  color: #000000;
}
#content2-42 BLOCKQUOTE {
  color: #000000;
}
#content2-42 P {
  text-align: left;
}
#footer1-2p .mbr-section-subtitle,
#footer1-2p .mbr-section-text {
  color: #fff;
}
#footer1-2p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2p P {
  color: #2980b9;
}
#menu-2v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2v .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-2v .navbar-toggler {
  color: #2980b9;
}
#menu-2v .close-icon::before,
#menu-2v .close-icon::after {
  background-color: #2980b9;
}
#menu-2v .link,
#menu-2v .dropdown-item {
  color: #2980b9;
}
#menu-2v .link {
  font-size: 0.9rem;
}
#menu-2v .dropdown-item,
#menu-2v .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-2v .link:hover,
#menu-2v .link:focus {
  color: #2980b9;
}
#menu-2v .dropdown-item:hover::before,
#menu-2v .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-2v .dropdown-item:hover,
#menu-2v .dropdown-item:focus {
  color: #2980b9;
}
#menu-2v .link[aria-expanded="true"],
#menu-2v .dropdown-menu {
  background: #e6e6e6;
}
#menu-2v .nav-dropdown-sm .link:focus,
#menu-2v .nav-dropdown-sm .link:hover,
#menu-2v .nav-dropdown-sm .dropdown-item:focus,
#menu-2v .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2v .navbar,
#menu-2v .nav-dropdown-sm,
#menu-2v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2v .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2v .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-2v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2v .bg-color.transparent.opened .link:hover,
#menu-2v .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-2v .link[aria-expanded="true"],
#menu-2v .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-2x .mbr-section-title {
  font-size: 32px;
}
#features10-2y .lead {
  color: #ffffff;
}
#features10-2y .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-2y .mbr-section-title {
  color: #ffffff;
}
#features10-2y .mbr-section-text {
  color: #000000;
}
#content2-2z DIV {
  color: #000000;
}
#content2-2z BLOCKQUOTE {
  color: #000000;
}
#call7-31 .display-4 {
  font-size: 36px;
}
#call7-31 .title {
  font-size: 32px;
}
#footer1-2w .mbr-section-subtitle,
#footer1-2w .mbr-section-text {
  color: #fff;
}
#footer1-2w .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-2w P {
  color: #2980b9;
}
#menu-32 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-32 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-32 .navbar-toggler {
  color: #2980b9;
}
#menu-32 .close-icon::before,
#menu-32 .close-icon::after {
  background-color: #2980b9;
}
#menu-32 .link,
#menu-32 .dropdown-item {
  color: #2980b9;
}
#menu-32 .link {
  font-size: 0.9rem;
}
#menu-32 .dropdown-item,
#menu-32 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-32 .link:hover,
#menu-32 .link:focus {
  color: #2980b9;
}
#menu-32 .dropdown-item:hover::before,
#menu-32 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-32 .dropdown-item:hover,
#menu-32 .dropdown-item:focus {
  color: #2980b9;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: #ffffff;
}
#menu-32 .bg-color.transparent .link {
  color: #2980b9;
  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: #2980b9;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-33 .mbr-section-title {
  font-size: 32px;
}
#features10-34 .lead {
  color: #ffffff;
}
#features10-34 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-34 .mbr-section-title {
  color: #ffffff;
}
#features10-34 .mbr-section-text {
  color: #000000;
}
#content2-35 BLOCKQUOTE {
  color: #000000;
}
#content1-36 P {
  color: #000000;
}
#call7-37 .display-4 {
  font-size: 36px;
}
#call7-37 .title {
  font-size: 32px;
}
#footer1-38 .mbr-section-subtitle,
#footer1-38 .mbr-section-text {
  color: #fff;
}
#footer1-38 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-38 P {
  color: #2980b9;
}
#menu-39 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-39 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-39 .navbar-toggler {
  color: #2980b9;
}
#menu-39 .close-icon::before,
#menu-39 .close-icon::after {
  background-color: #2980b9;
}
#menu-39 .link,
#menu-39 .dropdown-item {
  color: #2980b9;
}
#menu-39 .link {
  font-size: 0.9rem;
}
#menu-39 .dropdown-item,
#menu-39 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-39 .link:hover,
#menu-39 .link:focus {
  color: #2980b9;
}
#menu-39 .dropdown-item:hover::before,
#menu-39 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-39 .dropdown-item:hover,
#menu-39 .dropdown-item:focus {
  color: #2980b9;
}
#menu-39 .link[aria-expanded="true"],
#menu-39 .dropdown-menu {
  background: #e6e6e6;
}
#menu-39 .nav-dropdown-sm .link:focus,
#menu-39 .nav-dropdown-sm .link:hover,
#menu-39 .nav-dropdown-sm .dropdown-item:focus,
#menu-39 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-39 .navbar,
#menu-39 .nav-dropdown-sm,
#menu-39 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-39 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-39 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-39 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-39 .bg-color.transparent.opened .link:hover,
#menu-39 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-39 .link[aria-expanded="true"],
#menu-39 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-3a .mbr-section-title {
  font-size: 32px;
}
#features10-3b .lead {
  color: #ffffff;
}
#features10-3b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-3b .mbr-section-title {
  color: #ffffff;
}
#features10-3b .mbr-section-text {
  color: #000000;
}
#content2-3c BLOCKQUOTE {
  color: #000000;
}
#content1-3d P {
  color: #000000;
}
#call7-3e .display-4 {
  font-size: 36px;
}
#call7-3e .title {
  font-size: 32px;
}
#footer1-3f .mbr-section-subtitle,
#footer1-3f .mbr-section-text {
  color: #fff;
}
#footer1-3f .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-3f P {
  color: #2980b9;
}
#menu-3g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3g .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-3g .navbar-toggler {
  color: #2980b9;
}
#menu-3g .close-icon::before,
#menu-3g .close-icon::after {
  background-color: #2980b9;
}
#menu-3g .link,
#menu-3g .dropdown-item {
  color: #2980b9;
}
#menu-3g .link {
  font-size: 0.9rem;
}
#menu-3g .dropdown-item,
#menu-3g .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-3g .link:hover,
#menu-3g .link:focus {
  color: #2980b9;
}
#menu-3g .dropdown-item:hover::before,
#menu-3g .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-3g .dropdown-item:hover,
#menu-3g .dropdown-item:focus {
  color: #2980b9;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-menu {
  background: #e6e6e6;
}
#menu-3g .nav-dropdown-sm .link:focus,
#menu-3g .nav-dropdown-sm .link:hover,
#menu-3g .nav-dropdown-sm .dropdown-item:focus,
#menu-3g .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3g .navbar,
#menu-3g .nav-dropdown-sm,
#menu-3g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3g .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3g .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-3g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3g .bg-color.transparent.opened .link:hover,
#menu-3g .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-3h .mbr-section-title {
  font-size: 32px;
}
#features10-3i .lead {
  color: #ffffff;
}
#features10-3i .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-3i .mbr-section-title {
  color: #ffffff;
}
#features10-3i .mbr-section-text {
  color: #000000;
}
#content2-3j DIV {
  color: #000000;
}
#content2-3j B {
  color: #000000;
}
#content1-3k P {
  color: #000000;
}
#call7-3l .display-4 {
  font-size: 36px;
}
#call7-3l .title {
  font-size: 32px;
}
#footer1-3m .mbr-section-subtitle,
#footer1-3m .mbr-section-text {
  color: #fff;
}
#footer1-3m .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-3m P {
  color: #2980b9;
}
#menu-3n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3n .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-3n .navbar-toggler {
  color: #2980b9;
}
#menu-3n .close-icon::before,
#menu-3n .close-icon::after {
  background-color: #2980b9;
}
#menu-3n .link,
#menu-3n .dropdown-item {
  color: #2980b9;
}
#menu-3n .link {
  font-size: 0.9rem;
}
#menu-3n .dropdown-item,
#menu-3n .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-3n .link:hover,
#menu-3n .link:focus {
  color: #2980b9;
}
#menu-3n .dropdown-item:hover::before,
#menu-3n .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-3n .dropdown-item:hover,
#menu-3n .dropdown-item:focus {
  color: #2980b9;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-menu {
  background: #e6e6e6;
}
#menu-3n .nav-dropdown-sm .link:focus,
#menu-3n .nav-dropdown-sm .link:hover,
#menu-3n .nav-dropdown-sm .dropdown-item:focus,
#menu-3n .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3n .navbar,
#menu-3n .nav-dropdown-sm,
#menu-3n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3n .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3n .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-3n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3n .bg-color.transparent.opened .link:hover,
#menu-3n .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-3o .mbr-section-title {
  font-size: 32px;
}
#features10-3p .lead {
  color: #ffffff;
}
#features10-3p .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-3p .mbr-section-title {
  color: #ffffff;
}
#features10-3p .mbr-section-text {
  color: #000000;
}
#content2-3q BLOCKQUOTE {
  color: #000000;
}
#content1-3r P {
  color: #000000;
}
#call7-3s .display-4 {
  font-size: 36px;
}
#call7-3s .title {
  font-size: 32px;
}
#footer1-3t .mbr-section-subtitle,
#footer1-3t .mbr-section-text {
  color: #fff;
}
#footer1-3t .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-3t P {
  color: #2980b9;
}
#menu-3u .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3u .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-3u .navbar-toggler {
  color: #2980b9;
}
#menu-3u .close-icon::before,
#menu-3u .close-icon::after {
  background-color: #2980b9;
}
#menu-3u .link,
#menu-3u .dropdown-item {
  color: #2980b9;
}
#menu-3u .link {
  font-size: 0.9rem;
}
#menu-3u .dropdown-item,
#menu-3u .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-3u .link:hover,
#menu-3u .link:focus {
  color: #2980b9;
}
#menu-3u .dropdown-item:hover::before,
#menu-3u .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-3u .dropdown-item:hover,
#menu-3u .dropdown-item:focus {
  color: #2980b9;
}
#menu-3u .link[aria-expanded="true"],
#menu-3u .dropdown-menu {
  background: #e6e6e6;
}
#menu-3u .nav-dropdown-sm .link:focus,
#menu-3u .nav-dropdown-sm .link:hover,
#menu-3u .nav-dropdown-sm .dropdown-item:focus,
#menu-3u .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-3u .navbar,
#menu-3u .nav-dropdown-sm,
#menu-3u .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3u .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-3u .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-3u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3u .bg-color.transparent.opened .link:hover,
#menu-3u .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-3u .link[aria-expanded="true"],
#menu-3u .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-3v .mbr-section-title {
  font-size: 32px;
}
#features10-3w .lead {
  color: #ffffff;
}
#features10-3w .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-3w .mbr-section-title {
  color: #ffffff;
}
#features10-3w .mbr-section-text {
  color: #000000;
}
#content2-3x P {
  color: #000000;
}
#content2-3x DIV {
  color: #000000;
}
#call7-3z .display-4 {
  font-size: 36px;
}
#call7-3z .title {
  font-size: 32px;
}
#footer1-40 .mbr-section-subtitle,
#footer1-40 .mbr-section-text {
  color: #fff;
}
#footer1-40 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-40 P {
  color: #2980b9;
}
#menu-45 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-45 .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-45 .navbar-toggler {
  color: #2980b9;
}
#menu-45 .close-icon::before,
#menu-45 .close-icon::after {
  background-color: #2980b9;
}
#menu-45 .link,
#menu-45 .dropdown-item {
  color: #2980b9;
}
#menu-45 .link {
  font-size: 0.9rem;
}
#menu-45 .dropdown-item,
#menu-45 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-45 .link:hover,
#menu-45 .link:focus {
  color: #2980b9;
}
#menu-45 .dropdown-item:hover::before,
#menu-45 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-45 .dropdown-item:hover,
#menu-45 .dropdown-item:focus {
  color: #2980b9;
}
#menu-45 .link[aria-expanded="true"],
#menu-45 .dropdown-menu {
  background: #e6e6e6;
}
#menu-45 .nav-dropdown-sm .link:focus,
#menu-45 .nav-dropdown-sm .link:hover,
#menu-45 .nav-dropdown-sm .dropdown-item:focus,
#menu-45 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-45 .navbar,
#menu-45 .nav-dropdown-sm,
#menu-45 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-45 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-45 .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-45 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-45 .bg-color.transparent.opened .link:hover,
#menu-45 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-45 .link[aria-expanded="true"],
#menu-45 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-46 .mbr-section-title {
  font-size: 32px;
}
#content2-48 P {
  color: #000000;
}
#content2-48 DIV {
  color: #000000;
}
#footer1-4a .mbr-section-subtitle,
#footer1-4a .mbr-section-text {
  color: #fff;
}
#footer1-4a .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-4a P {
  color: #2980b9;
}
#menu-4b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4b .navbar-caption {
  color: #ffffff;
  font-size: 22px;
}
#menu-4b .navbar-toggler {
  color: #2980b9;
}
#menu-4b .close-icon::before,
#menu-4b .close-icon::after {
  background-color: #2980b9;
}
#menu-4b .link,
#menu-4b .dropdown-item {
  color: #2980b9;
}
#menu-4b .link {
  font-size: 0.9rem;
}
#menu-4b .dropdown-item,
#menu-4b .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-4b .link:hover,
#menu-4b .link:focus {
  color: #2980b9;
}
#menu-4b .dropdown-item:hover::before,
#menu-4b .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-4b .dropdown-item:hover,
#menu-4b .dropdown-item:focus {
  color: #2980b9;
}
#menu-4b .link[aria-expanded="true"],
#menu-4b .dropdown-menu {
  background: #e6e6e6;
}
#menu-4b .nav-dropdown-sm .link:focus,
#menu-4b .nav-dropdown-sm .link:hover,
#menu-4b .nav-dropdown-sm .dropdown-item:focus,
#menu-4b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-4b .navbar,
#menu-4b .nav-dropdown-sm,
#menu-4b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4b .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-4b .bg-color.transparent .link {
  color: #2980b9;
  transition: none;
}
#menu-4b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4b .bg-color.transparent.opened .link:hover,
#menu-4b .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-4b .link[aria-expanded="true"],
#menu-4b .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#content5-4c .mbr-section-title {
  font-size: 32px;
}
#content2-4d P {
  color: #000000;
}
#content2-4d DIV {
  color: #000000;
}
#footer1-4e .mbr-section-subtitle,
#footer1-4e .mbr-section-text {
  color: #fff;
}
#footer1-4e .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer1-4e P {
  color: #2980b9;
}
