@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i);






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: #8e44ad;
  border-color: #8e44ad;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a563c1;
  border-color: #a563c1;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a563c1 !important;
  border-color: #a563c1 !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: #8841a6;
  color: #8841a6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #8e44ad;
  border-color: #8e44ad;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #8e44ad !important;
  border-color: #8e44ad !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: #8e44ad;
  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: #a563c1;
  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;
}
/*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*/
#header1-0 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-0 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  text-align: right;
}
#header1-0 .mbr-section-text {
  color: #f1c40f;
  font-size: 20px;
  font-family: 'Arvo', serif;
  text-align: center;
}
#features1-c7 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
}
#features1-c7 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features1-c7 .mbr-section-title SPAN {
  font-size: 60px;
}
#call3-46 .display-1 {
  font-weight: 700;
  color: #fff;
}
#call3-46 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call3-46 .mbr-section-subtitle {
  font-size: 30px;
}
#call3-46 .mbr-section-title {
  font-family: 'PT Sans Narrow', sans-serif;
}
#features1-2m .mbr-section-title {
  font-weight: 700;
}
#features1-2m .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}
#menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1 .navbar-caption {
  color: #ffffff;
}
#menu-1 .navbar-toggler {
  color: #ffffff;
}
#menu-1 .close-icon::before,
#menu-1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1 .link,
#menu-1 .dropdown-item {
  color: #ffffff;
}
#menu-1 .link {
  font-size: 0.875rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1 .link:hover,
#menu-1 .link:focus {
  color: #2980b9;
}
#menu-1 .dropdown-item:hover::before,
#menu-1 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-1 .dropdown-item:hover,
#menu-1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-menu {
  background: #1a242f;
}
#menu-1 .nav-dropdown-sm .link:focus,
#menu-1 .nav-dropdown-sm .link:hover,
#menu-1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-1 .navbar,
#menu-1 .nav-dropdown-sm,
#menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1 .bg-color.transparent.opened .link:hover,
#menu-1 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#features15-2 .mbr-section-title {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  text-align: center;
}
#features15-2 .display-6 {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}
#features15-2 .mbr-cards-row {
  margin-top: 40px;
}
#features15-2 .display-5 {
  text-align: left;
}
#features14-3y .mbr-section-subtitle {
  color: #ffffff;
}
#features14-3y .mbr-section-subtitle B {
  font-size: 20px;
}
#accordion2-4 P {
  text-align: left;
}
#testimonials1-3 .card-block p {
  font-size: 15px;
}
#testimonials1-3 .mbr-section-title {
  font-size: 46px;
}
#footer2-7 .mbr-section-text {
  color: #fff;
}
.cid-tcZRRUro1h.popup-builder {
  background-color: #ffffff;
}
.cid-tcZRRUro1h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tcZRRUro1h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tcZRRUro1h .modal-content,
.cid-tcZRRUro1h .modal-dialog {
  height: auto;
}
.cid-tcZRRUro1h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tcZRRUro1h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tcZRRUro1h .form-wrapper .mbr-form .form-group,
  .cid-tcZRRUro1h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tcZRRUro1h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tcZRRUro1h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcZRRUro1h .mbr-text {
  text-align: center;
}
.cid-tcZRRUro1h .pt-0 {
  padding-top: 0 !important;
}
.cid-tcZRRUro1h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tcZRRUro1h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tcZRRUro1h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tcZRRUro1h .modal-open {
  overflow: hidden;
}
.cid-tcZRRUro1h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tcZRRUro1h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tcZRRUro1h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tcZRRUro1h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tcZRRUro1h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tcZRRUro1h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tcZRRUro1h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tcZRRUro1h .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tcZRRUro1h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tcZRRUro1h .modal-backdrop.fade {
  opacity: 0;
}
.cid-tcZRRUro1h .modal-backdrop.show {
  opacity: .5;
}
.cid-tcZRRUro1h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tcZRRUro1h .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tcZRRUro1h .modal-header .close:hover {
  opacity: 1;
}
.cid-tcZRRUro1h .modal-header .close:focus {
  outline: none;
}
.cid-tcZRRUro1h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tcZRRUro1h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tcZRRUro1h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tcZRRUro1h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tcZRRUro1h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tcZRRUro1h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tcZRRUro1h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tcZRRUro1h .modal-sm {
    max-width: 300px;
  }
  .cid-tcZRRUro1h .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tcZRRUro1h .modal-lg,
  .cid-tcZRRUro1h .modal-xl {
    max-width: 800px;
  }
  .cid-tcZRRUro1h .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tcZRRUro1h .modal-xl {
    max-width: 1140px;
  }
  .cid-tcZRRUro1h .container {
    max-width: 1140px;
  }
}
.cid-tcZRRUro1h .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tcZRRUro1h .container {
    max-width: 720px;
  }
}
.cid-tcZRRUro1h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tcZRRUro1h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tcZRRUro1h .form-group {
  margin-bottom: 1rem;
}
.cid-tcZRRUro1h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tcZRRUro1h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tcZRRUro1h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}


#header1-10 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-10 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#pricing-table1-2d .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table1-2d .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table1-2d UL {
  color: #212121;
}
#pricing-table1-2d .mbr-price-figure {
  color: #212121;
}
#pricing-table1-2d .mbr-price-value {
  color: #212121;
}
#content1-4y P {
  text-align: center;
  font-size: 18px;
  color: #000000;
}
#features15-3q .mbr-section-title {
  font-weight: 700;
}
#features15-3q .display-6 {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}
#features15-3q .mbr-cards-row {
  margin-top: 40px;
}
#features15-3q .display-5 {
  font-family: 'Roboto', sans-serif;
}
#features15-3q P {
  font-size: 18px;
}
#features14-3z .mbr-section-subtitle {
  color: #ffffff;
}
#content4-3r P {
  color: #ffffff;
}
#menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11 .navbar-caption {
  color: #ffffff;
}
#menu-11 .navbar-toggler {
  color: #ffffff;
}
#menu-11 .close-icon::before,
#menu-11 .close-icon::after {
  background-color: #ffffff;
}
#menu-11 .link,
#menu-11 .dropdown-item {
  color: #ffffff;
}
#menu-11 .link {
  font-size: 0.875rem;
}
#menu-11 .dropdown-item,
#menu-11 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#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: #ffffff;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-menu {
  background: #1a242f;
}
#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: #273646!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: #2c3e50;
}
#menu-11 .bg-color.transparent .link {
  color: #ffffff;
  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;
}
#footer2-16 .mbr-section-text {
  color: #fff;
}



#features8-bs .lead {
  color: #9fa3a7;
}
#features8-bs .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-bs .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-bs .mbr-section-title {
  color: #ffffff;
}
#header1-66 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-66 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#pricing-table1-67 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table1-67 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table1-67 UL {
  color: #212121;
  font-size: 13px;
}
#pricing-table1-67 .mbr-price-figure {
  color: #212121;
}
#pricing-table1-67 .mbr-price-value {
  color: #212121;
}
#content3-6l .mbr-section-title,
#content3-6l .mbr-section-subtitle {
  text-align: center;
}
#content3-6l H3 {
  color: #000000;
}
#content3-6l P {
  color: #000000;
}
#content1-69 P {
  text-align: center;
  font-size: 18px;
  color: #000000;
}
#features1-ck .mbr-section-title {
  font-weight: 700;
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#features1-ck .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features15-6b .mbr-section-title {
  font-weight: 700;
}
#features15-6b .display-6 {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}
#features15-6b .mbr-cards-row {
  margin-top: 40px;
}
#features15-6b .display-5 {
  font-family: 'Roboto', sans-serif;
}
#features15-6b P {
  font-size: 18px;
}
#features14-6c .mbr-section-subtitle {
  color: #ffffff;
}
#content4-6d P {
  color: #ffffff;
}
#menu-6e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6e .navbar-caption {
  color: #ffffff;
}
#menu-6e .navbar-toggler {
  color: #ffffff;
}
#menu-6e .close-icon::before,
#menu-6e .close-icon::after {
  background-color: #ffffff;
}
#menu-6e .link,
#menu-6e .dropdown-item {
  color: #ffffff;
}
#menu-6e .link {
  font-size: 0.875rem;
}
#menu-6e .dropdown-item,
#menu-6e .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-6e .link:hover,
#menu-6e .link:focus {
  color: #2980b9;
}
#menu-6e .dropdown-item:hover::before,
#menu-6e .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-6e .dropdown-item:hover,
#menu-6e .dropdown-item:focus {
  color: #ffffff;
}
#menu-6e .link[aria-expanded="true"],
#menu-6e .dropdown-menu {
  background: #1a242f;
}
#menu-6e .nav-dropdown-sm .link:focus,
#menu-6e .nav-dropdown-sm .link:hover,
#menu-6e .nav-dropdown-sm .dropdown-item:focus,
#menu-6e .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-6e .navbar,
#menu-6e .nav-dropdown-sm,
#menu-6e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6e .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-6e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6e .bg-color.transparent.opened .link:hover,
#menu-6e .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-6e .link[aria-expanded="true"],
#menu-6e .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}




#features8-bt .lead {
  color: #9fa3a7;
}
#features8-bt .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-bt .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-bt .mbr-section-title {
  color: #ffffff;
}
#header1-3c .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-3c .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-as .mbr-section-title,
#content3-as .mbr-section-subtitle {
  text-align: center;
}
#content3-as H3 {
  color: #ffffff;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
}
#features16-3o .mbr-section-title {
  font-weight: 700;
  letter-spacing: .5vw;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
#features16-3o .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features16-3o .mbr-section-text {
  font-size: 20px;
  color: #ffffff;
}
#features15-3p .mbr-section-title {
  font-weight: 700;
}
#features15-3p .display-6 {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}
#features15-3p .mbr-cards-row {
  margin-top: 40px;
}
#features15-3p .display-5 {
  font-family: 'Roboto', sans-serif;
}
#features15-3p P {
  font-size: 18px;
  color: #ffffff;
}
#content1-ar P {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
#features14-40 .mbr-section-subtitle {
  color: #000000;
}
#content4-3f P {
  color: #ffffff;
}
#menu-3g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3g .navbar-caption {
  color: #ffffff;
}
#menu-3g .navbar-toggler {
  color: #ffffff;
}
#menu-3g .close-icon::before,
#menu-3g .close-icon::after {
  background-color: #ffffff;
}
#menu-3g .link,
#menu-3g .dropdown-item {
  color: #ffffff;
}
#menu-3g .link {
  font-size: 0.875rem;
}
#menu-3g .dropdown-item,
#menu-3g .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#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: #ffffff;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-menu {
  background: #1a242f;
}
#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: #273646!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: #2c3e50;
}
#menu-3g .bg-color.transparent .link {
  color: #ffffff;
  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;
}
#footer2-3h .mbr-section-text {
  color: #fff;
}



#features8-bu .lead {
  color: #9fa3a7;
}
#features8-bu .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-bu .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-bu .mbr-section-title {
  color: #ffffff;
}
#header1-2x .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-2x .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#tabs3-34 .mbr-section-title {
  font-size: 48px;
  font-family: 'Source Sans Pro', sans-serif;
}
#menu-31 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-31 .navbar-caption {
  color: #ffffff;
}
#menu-31 .navbar-toggler {
  color: #ffffff;
}
#menu-31 .close-icon::before,
#menu-31 .close-icon::after {
  background-color: #ffffff;
}
#menu-31 .link,
#menu-31 .dropdown-item {
  color: #ffffff;
}
#menu-31 .link {
  font-size: 0.875rem;
}
#menu-31 .dropdown-item,
#menu-31 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-31 .link:hover,
#menu-31 .link:focus {
  color: #2980b9;
}
#menu-31 .dropdown-item:hover::before,
#menu-31 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-31 .dropdown-item:hover,
#menu-31 .dropdown-item:focus {
  color: #ffffff;
}
#menu-31 .link[aria-expanded="true"],
#menu-31 .dropdown-menu {
  background: #1a242f;
}
#menu-31 .nav-dropdown-sm .link:focus,
#menu-31 .nav-dropdown-sm .link:hover,
#menu-31 .nav-dropdown-sm .dropdown-item:focus,
#menu-31 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-31 .navbar,
#menu-31 .nav-dropdown-sm,
#menu-31 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-31 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-31 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-31 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-31 .bg-color.transparent.opened .link:hover,
#menu-31 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-31 .link[aria-expanded="true"],
#menu-31 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-32 .mbr-section-text {
  color: #fff;
}
#features15-cm .mbr-section-title {
  font-weight: 700;
}
#features15-cm .display-6 {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}
#features15-cm .mbr-cards-row {
  margin-top: 40px;
}
#features15-cm .display-5 {
  font-family: 'Roboto', sans-serif;
}
#features15-cm P {
  font-size: 18px;
}




#features8-bv .lead {
  color: #9fa3a7;
}
#features8-bv .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-bv .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-bv .mbr-section-title {
  color: #ffffff;
}
#header1-35 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-35 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#testimonials3-3b .mbr-section-text {
  color: #000000;
  font-size: 18px;
  font-family: 'Bitter', serif;
}
#content1-c3 P {
  color: #000000;
  font-size: 22px;
  font-family: 'Bitter', serif;
  text-align: center;
}
#content1-7j P {
  color: #000000;
  font-size: 22px;
  font-family: 'Bitter', serif;
  text-align: left;
}
#features14-41 .mbr-section-subtitle {
  color: #000000;
}
#menu-38 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-38 .navbar-caption {
  color: #ffffff;
}
#menu-38 .navbar-toggler {
  color: #ffffff;
}
#menu-38 .close-icon::before,
#menu-38 .close-icon::after {
  background-color: #ffffff;
}
#menu-38 .link,
#menu-38 .dropdown-item {
  color: #ffffff;
}
#menu-38 .link {
  font-size: 0.875rem;
}
#menu-38 .dropdown-item,
#menu-38 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-38 .link:hover,
#menu-38 .link:focus {
  color: #2980b9;
}
#menu-38 .dropdown-item:hover::before,
#menu-38 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-38 .dropdown-item:hover,
#menu-38 .dropdown-item:focus {
  color: #ffffff;
}
#menu-38 .link[aria-expanded="true"],
#menu-38 .dropdown-menu {
  background: #1a242f;
}
#menu-38 .nav-dropdown-sm .link:focus,
#menu-38 .nav-dropdown-sm .link:hover,
#menu-38 .nav-dropdown-sm .dropdown-item:focus,
#menu-38 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-38 .navbar,
#menu-38 .nav-dropdown-sm,
#menu-38 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-38 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-38 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-38 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-38 .bg-color.transparent.opened .link:hover,
#menu-38 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-38 .link[aria-expanded="true"],
#menu-38 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-39 .mbr-section-text {
  color: #fff;
}

#header1-58 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-58 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-5h .mbr-section-title,
#content3-5h .mbr-section-subtitle {
  text-align: center;
}
#content3-5h H3 {
  color: #000000;
}
#content3-5h P {
  color: #000000;
}
#features14-5c .mbr-section-subtitle {
  color: #000000;
}
#menu-5e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5e .navbar-caption {
  color: #ffffff;
}
#menu-5e .navbar-toggler {
  color: #ffffff;
}
#menu-5e .close-icon::before,
#menu-5e .close-icon::after {
  background-color: #ffffff;
}
#menu-5e .link,
#menu-5e .dropdown-item {
  color: #ffffff;
}
#menu-5e .link {
  font-size: 0.875rem;
}
#menu-5e .dropdown-item,
#menu-5e .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5e .link:hover,
#menu-5e .link:focus {
  color: #2980b9;
}
#menu-5e .dropdown-item:hover::before,
#menu-5e .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-5e .dropdown-item:hover,
#menu-5e .dropdown-item:focus {
  color: #ffffff;
}
#menu-5e .link[aria-expanded="true"],
#menu-5e .dropdown-menu {
  background: #1a242f;
}
#menu-5e .nav-dropdown-sm .link:focus,
#menu-5e .nav-dropdown-sm .link:hover,
#menu-5e .nav-dropdown-sm .dropdown-item:focus,
#menu-5e .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5e .navbar,
#menu-5e .nav-dropdown-sm,
#menu-5e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5e .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5e .bg-color.transparent.opened .link:hover,
#menu-5e .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-5e .link[aria-expanded="true"],
#menu-5e .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-5f .mbr-section-text {
  color: #fff;
}

#features8-bw .lead {
  color: #9fa3a7;
}
#features8-bw .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-bw .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-bw .mbr-section-title {
  color: #ffffff;
}
#header1-6o .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-6o .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-6p .mbr-section-title,
#content3-6p .mbr-section-subtitle {
  text-align: center;
}
#content3-6p H3 {
  color: #000000;
}
#content3-6p P {
  color: #000000;
}
#features14-6r .mbr-section-subtitle {
  color: #000000;
}
#menu-6t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6t .navbar-caption {
  color: #ffffff;
}
#menu-6t .navbar-toggler {
  color: #ffffff;
}
#menu-6t .close-icon::before,
#menu-6t .close-icon::after {
  background-color: #ffffff;
}
#menu-6t .link,
#menu-6t .dropdown-item {
  color: #ffffff;
}
#menu-6t .link {
  font-size: 0.875rem;
}
#menu-6t .dropdown-item,
#menu-6t .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-6t .link:hover,
#menu-6t .link:focus {
  color: #2980b9;
}
#menu-6t .dropdown-item:hover::before,
#menu-6t .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-6t .dropdown-item:hover,
#menu-6t .dropdown-item:focus {
  color: #ffffff;
}
#menu-6t .link[aria-expanded="true"],
#menu-6t .dropdown-menu {
  background: #1a242f;
}
#menu-6t .nav-dropdown-sm .link:focus,
#menu-6t .nav-dropdown-sm .link:hover,
#menu-6t .nav-dropdown-sm .dropdown-item:focus,
#menu-6t .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-6t .navbar,
#menu-6t .nav-dropdown-sm,
#menu-6t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6t .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-6t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6t .bg-color.transparent.opened .link:hover,
#menu-6t .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-6t .link[aria-expanded="true"],
#menu-6t .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-6u .mbr-section-text {
  color: #fff;
}






#features8-bx .lead {
  color: #9fa3a7;
}
#features8-bx .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-bx .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-bx .mbr-section-title {
  color: #ffffff;
}
#header1-2o .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-2o .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content1-9z P {
  color: #000000;
  font-size: 22px;
  font-family: 'Arvo', serif;
  text-align: center;
}
#content3-9w .mbr-section-title,
#content3-9w .mbr-section-subtitle {
  text-align: center;
}
#content3-9w H3 {
  text-align: right;
}
#content1-au P {
  color: #000000;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
#content3-7w .mbr-section-title,
#content3-7w .mbr-section-subtitle {
  text-align: center;
}
#content3-7w H3 {
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  color: #f9593a;
}
#content3-8h .mbr-section-title,
#content3-8h .mbr-section-subtitle {
  text-align: center;
}
#content3-8h H3 {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#features8-87 .lead {
  color: #9fa3a7;
}
#features8-87 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-8g .lead {
  color: #9fa3a7;
}
#features8-8g .mbr-section-subtitle {
  text-transform: uppercase;
}
#content3-83 .mbr-section-title,
#content3-83 .mbr-section-subtitle {
  text-align: center;
}
#content3-83 H3 {
  color: #16a085;
}
#animated-bg1-2v .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-2v H1 {
  font-family: 'Oswald', sans-serif;
  color: #f1c40f;
}
#animated-bg1-2v P {
  font-size: 32px;
}
#features14-42 .mbr-section-subtitle {
  color: #ffffff;
}
#menu-2s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2s .navbar-caption {
  color: #ffffff;
}
#menu-2s .navbar-toggler {
  color: #ffffff;
}
#menu-2s .close-icon::before,
#menu-2s .close-icon::after {
  background-color: #ffffff;
}
#menu-2s .link,
#menu-2s .dropdown-item {
  color: #ffffff;
}
#menu-2s .link {
  font-size: 0.875rem;
}
#menu-2s .dropdown-item,
#menu-2s .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2s .link:hover,
#menu-2s .link:focus {
  color: #2980b9;
}
#menu-2s .dropdown-item:hover::before,
#menu-2s .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-2s .dropdown-item:hover,
#menu-2s .dropdown-item:focus {
  color: #ffffff;
}
#menu-2s .link[aria-expanded="true"],
#menu-2s .dropdown-menu {
  background: #1a242f;
}
#menu-2s .nav-dropdown-sm .link:focus,
#menu-2s .nav-dropdown-sm .link:hover,
#menu-2s .nav-dropdown-sm .dropdown-item:focus,
#menu-2s .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-2s .navbar,
#menu-2s .nav-dropdown-sm,
#menu-2s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2s .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-2s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2s .bg-color.transparent.opened .link:hover,
#menu-2s .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-2s .link[aria-expanded="true"],
#menu-2s .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-2t .mbr-section-text {
  color: #fff;
}



#features8-by .lead {
  color: #9fa3a7;
}
#features8-by .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-by .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-by .mbr-section-title {
  color: #ffffff;
}
#header1-8 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-8 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#features6-50 .lead {
  color: #9fa3a7;
}
#features6-50 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features6-50 .mbr-section-text {
  color: #000000;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
#features6-50 .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #077437;
  font-family: 'Roboto', sans-serif;
}
#gallery2-4a .mbr-gallery-title {
  text-align: center;
}
#gallery2-4z .mbr-gallery-title {
  text-align: center;
}
#features14-43 .mbr-section-subtitle {
  color: #000000;
}
#menu-9 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9 .navbar-caption {
  color: #ffffff;
}
#menu-9 .navbar-toggler {
  color: #ffffff;
}
#menu-9 .close-icon::before,
#menu-9 .close-icon::after {
  background-color: #ffffff;
}
#menu-9 .link,
#menu-9 .dropdown-item {
  color: #ffffff;
}
#menu-9 .link {
  font-size: 0.875rem;
}
#menu-9 .dropdown-item,
#menu-9 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-9 .link:hover,
#menu-9 .link:focus {
  color: #2980b9;
}
#menu-9 .dropdown-item:hover::before,
#menu-9 .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-9 .dropdown-item:hover,
#menu-9 .dropdown-item:focus {
  color: #ffffff;
}
#menu-9 .link[aria-expanded="true"],
#menu-9 .dropdown-menu {
  background: #1a242f;
}
#menu-9 .nav-dropdown-sm .link:focus,
#menu-9 .nav-dropdown-sm .link:hover,
#menu-9 .nav-dropdown-sm .dropdown-item:focus,
#menu-9 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-9 .navbar,
#menu-9 .nav-dropdown-sm,
#menu-9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-9 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9 .bg-color.transparent.opened .link:hover,
#menu-9 .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-9 .link[aria-expanded="true"],
#menu-9 .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-e .mbr-section-text {
  color: #fff;
}

#header1-4l .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-4l .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-4w .mbr-section-title,
#content3-4w .mbr-section-subtitle {
  text-align: center;
}
#features8-4t .lead {
  color: #9fa3a7;
}
#features8-4t .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-4t .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features8-4u .lead {
  color: #9fa3a7;
}
#features8-4u .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-4u .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features8-4v .lead {
  color: #9fa3a7;
}
#features8-4v .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-4v .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features14-4o .mbr-section-subtitle {
  color: #000000;
}
#menu-4p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4p .navbar-caption {
  color: #ffffff;
}
#menu-4p .navbar-toggler {
  color: #ffffff;
}
#menu-4p .close-icon::before,
#menu-4p .close-icon::after {
  background-color: #ffffff;
}
#menu-4p .link,
#menu-4p .dropdown-item {
  color: #ffffff;
}
#menu-4p .link {
  font-size: 0.875rem;
}
#menu-4p .dropdown-item,
#menu-4p .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-4p .link:hover,
#menu-4p .link:focus {
  color: #2980b9;
}
#menu-4p .dropdown-item:hover::before,
#menu-4p .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-4p .dropdown-item:hover,
#menu-4p .dropdown-item:focus {
  color: #ffffff;
}
#menu-4p .link[aria-expanded="true"],
#menu-4p .dropdown-menu {
  background: #1a242f;
}
#menu-4p .nav-dropdown-sm .link:focus,
#menu-4p .nav-dropdown-sm .link:hover,
#menu-4p .nav-dropdown-sm .dropdown-item:focus,
#menu-4p .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-4p .navbar,
#menu-4p .nav-dropdown-sm,
#menu-4p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4p .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-4p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4p .bg-color.transparent.opened .link:hover,
#menu-4p .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-4p .link[aria-expanded="true"],
#menu-4p .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-4q .mbr-section-text {
  color: #fff;
}

#features8-c1 .lead {
  color: #9fa3a7;
}
#features8-c1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-c1 .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-c1 .mbr-section-title {
  color: #ffffff;
}
#header1-f .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-f .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#features14-44 .mbr-section-subtitle {
  color: #000000;
}
#menu-g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g .navbar-caption {
  color: #ffffff;
}
#menu-g .navbar-toggler {
  color: #ffffff;
}
#menu-g .close-icon::before,
#menu-g .close-icon::after {
  background-color: #ffffff;
}
#menu-g .link,
#menu-g .dropdown-item {
  color: #ffffff;
}
#menu-g .link {
  font-size: 0.875rem;
}
#menu-g .dropdown-item,
#menu-g .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-g .link:hover,
#menu-g .link:focus {
  color: #2980b9;
}
#menu-g .dropdown-item:hover::before,
#menu-g .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-g .dropdown-item:hover,
#menu-g .dropdown-item:focus {
  color: #ffffff;
}
#menu-g .link[aria-expanded="true"],
#menu-g .dropdown-menu {
  background: #1a242f;
}
#menu-g .nav-dropdown-sm .link:focus,
#menu-g .nav-dropdown-sm .link:hover,
#menu-g .nav-dropdown-sm .dropdown-item:focus,
#menu-g .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-g .navbar,
#menu-g .nav-dropdown-sm,
#menu-g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g .bg-color.transparent.opened .link:hover,
#menu-g .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-g .link[aria-expanded="true"],
#menu-g .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-l .mbr-section-text {
  color: #fff;
}





#features8-c2 .lead {
  color: #9fa3a7;
}
#features8-c2 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-c2 .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-c2 .mbr-section-title {
  color: #ffffff;
}
#header1-8s .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-8s .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-90 .mbr-section-title,
#content3-90 .mbr-section-subtitle {
  text-align: center;
}
#content3-90 H3 {
  font-family: 'PT Serif', serif;
}
#content3-90 P {
  text-align: right;
}
.cid-s0jjv9wDrd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0jjv9wDrd .mbr-text {
  color: #000000;
}
.cid-s0jjv9wDrd .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-s0jjv9wDrd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s0jjv9wDrd .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #1abc9c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1abc9c, #5eeebb);
}
.cid-s0jjv9wDrd .mbr-text UL {
  text-align: left;
}
#content3-92 .mbr-section-title,
#content3-92 .mbr-section-subtitle {
  text-align: center;
}
#content3-92 H3 {
  font-size: 36px;
  font-family: 'Arvo', serif;
}
#content3-9i .mbr-section-title,
#content3-9i .mbr-section-subtitle {
  text-align: center;
}
#content3-9i H3 {
  font-size: 30px;
  font-family: 'Arvo', serif;
}
#content3-9j .mbr-section-title,
#content3-9j .mbr-section-subtitle {
  text-align: center;
}
#content3-9j H3 {
  font-size: 30px;
  font-family: 'Arvo', serif;
}
#features8-9d .lead {
  color: #9fa3a7;
}
#features8-9d .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-9f .lead {
  color: #9fa3a7;
}
#features7-9f .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-9f .mbr-section-text {
  color: #333333;
}
#features8-9k .lead {
  color: #9fa3a7;
}
#features8-9k .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-9k .mbr-section-text {
  color: #000000;
}
#header9-9c .elements-content {
  padding-bottom: 50px;
}
#header9-9c .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-9c .mbr-section-title,
#header9-9c .tab-pane {
  color: #000;
}
#header9-9c .mbr-section-title DIV {
  font-size: 36px;
}
#header9-9c .mbr-section-title {
  font-size: 36px;
}
#header9-9c P {
  color: #333333;
}
#features5-9s .lead {
  color: #9fa3a7;
}
#features5-9s .mbr-section-subtitle {
  text-transform: uppercase;
}
#features5-9s .card-number {
  left: -20px;
}
#features5-9s .mbr-section-text {
  color: #000000;
}
#features5-9t .lead {
  color: #9fa3a7;
}
#features5-9t .mbr-section-subtitle {
  text-transform: uppercase;
}
#features5-9t .card-number {
  left: -20px;
}
#features5-9t .mbr-section-text {
  color: #000000;
}
#menu-8w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8w .navbar-caption {
  color: #ffffff;
}
#menu-8w .navbar-toggler {
  color: #ffffff;
}
#menu-8w .close-icon::before,
#menu-8w .close-icon::after {
  background-color: #ffffff;
}
#menu-8w .link,
#menu-8w .dropdown-item {
  color: #ffffff;
}
#menu-8w .link {
  font-size: 0.875rem;
}
#menu-8w .dropdown-item,
#menu-8w .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-8w .link:hover,
#menu-8w .link:focus {
  color: #2980b9;
}
#menu-8w .dropdown-item:hover::before,
#menu-8w .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-8w .dropdown-item:hover,
#menu-8w .dropdown-item:focus {
  color: #ffffff;
}
#menu-8w .link[aria-expanded="true"],
#menu-8w .dropdown-menu {
  background: #1a242f;
}
#menu-8w .nav-dropdown-sm .link:focus,
#menu-8w .nav-dropdown-sm .link:hover,
#menu-8w .nav-dropdown-sm .dropdown-item:focus,
#menu-8w .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-8w .navbar,
#menu-8w .nav-dropdown-sm,
#menu-8w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8w .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-8w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8w .bg-color.transparent.opened .link:hover,
#menu-8w .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-8w .link[aria-expanded="true"],
#menu-8w .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-8x .mbr-section-text {
  color: #fff;
}
#footer2-ap .mbr-section-text {
  color: #fff;
}
#header1-aq .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-aq .mbr-section-title {
  text-align: center;
  font-size: 84px;
}


#features8-c0 .lead {
  color: #9fa3a7;
}
#features8-c0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-c0 .mbr-section-text {
  text-align: left;
  color: #dddddd;
}
#features8-c0 .mbr-section-title {
  color: #ffffff;
}
#header1-bc .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-bc .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-bo .mbr-section-title,
#content3-bo .mbr-section-subtitle {
  text-align: center;
}
#content3-bo H3 {
  font-family: 'PT Serif', serif;
  font-size: 36px;
}
#content3-bo P {
  text-align: right;
}
#features14-bj .mbr-section-subtitle {
  color: #000000;
}
#menu-bk .hide-buttons .nav-btn {
  display: none !important;
}
#menu-bk .navbar-caption {
  color: #ffffff;
}
#menu-bk .navbar-toggler {
  color: #ffffff;
}
#menu-bk .close-icon::before,
#menu-bk .close-icon::after {
  background-color: #ffffff;
}
#menu-bk .link,
#menu-bk .dropdown-item {
  color: #ffffff;
}
#menu-bk .link {
  font-size: 0.875rem;
}
#menu-bk .dropdown-item,
#menu-bk .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-bk .link:hover,
#menu-bk .link:focus {
  color: #2980b9;
}
#menu-bk .dropdown-item:hover::before,
#menu-bk .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-bk .dropdown-item:hover,
#menu-bk .dropdown-item:focus {
  color: #ffffff;
}
#menu-bk .link[aria-expanded="true"],
#menu-bk .dropdown-menu {
  background: #1a242f;
}
#menu-bk .nav-dropdown-sm .link:focus,
#menu-bk .nav-dropdown-sm .link:hover,
#menu-bk .nav-dropdown-sm .dropdown-item:focus,
#menu-bk .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-bk .navbar,
#menu-bk .nav-dropdown-sm,
#menu-bk .nav-dropdown-sm .link[aria-expanded="true"],
#menu-bk .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-bk .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-bk .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-bk .bg-color.transparent.opened .link:hover,
#menu-bk .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-bk .link[aria-expanded="true"],
#menu-bk .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-bl .mbr-section-text {
  color: #fff;
}

#header1-c9 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-c9 .mbr-section-title {
  font-family: 'Merriweather', serif;
  color: #1abc9c;
}
#content3-cb .mbr-section-title,
#content3-cb .mbr-section-subtitle {
  text-align: center;
}
#features8-cc .lead {
  color: #9fa3a7;
}
#features8-cc .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-cc .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features8-cd .lead {
  color: #9fa3a7;
}
#features8-cd .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-cd .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features8-ce .lead {
  color: #9fa3a7;
}
#features8-ce .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-ce .mbr-section-text {
  color: #000000;
  font-size: 17px;
}
#features14-cg .mbr-section-subtitle {
  color: #000000;
}
#menu-ch .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ch .navbar-caption {
  color: #ffffff;
}
#menu-ch .navbar-toggler {
  color: #ffffff;
}
#menu-ch .close-icon::before,
#menu-ch .close-icon::after {
  background-color: #ffffff;
}
#menu-ch .link,
#menu-ch .dropdown-item {
  color: #ffffff;
}
#menu-ch .link {
  font-size: 0.875rem;
}
#menu-ch .dropdown-item,
#menu-ch .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-ch .link:hover,
#menu-ch .link:focus {
  color: #2980b9;
}
#menu-ch .dropdown-item:hover::before,
#menu-ch .dropdown-item:focus::before {
  background: #2980b9;
}
#menu-ch .dropdown-item:hover,
#menu-ch .dropdown-item:focus {
  color: #ffffff;
}
#menu-ch .link[aria-expanded="true"],
#menu-ch .dropdown-menu {
  background: #1a242f;
}
#menu-ch .nav-dropdown-sm .link:focus,
#menu-ch .nav-dropdown-sm .link:hover,
#menu-ch .nav-dropdown-sm .dropdown-item:focus,
#menu-ch .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-ch .navbar,
#menu-ch .nav-dropdown-sm,
#menu-ch .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ch .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-ch .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ch .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ch .bg-color.transparent.opened .link:hover,
#menu-ch .bg-color.transparent.opened .link:focus {
  color: #2980b9;
}
#menu-ch .link[aria-expanded="true"],
#menu-ch .dropdown-item[aria-expanded="true"] {
  color: #2980b9!important;
}
#footer2-ci .mbr-section-text {
  color: #fff;
}
