@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);



.subtitleFont {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
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: #33646b !important;
}
.bg-success {
  background-color: #33646b !important;
}
.bg-info {
  background-color: #33646b !important;
}
.bg-warning {
  background-color: #33646b !important;
}
.bg-danger {
  background-color: #33646b !important;
}
.btn-primary {
  background-color: #33646b;
  border-color: #33646b;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #43848e;
  border-color: #43848e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #43848e !important;
  border-color: #43848e !important;
}
.btn-secondary {
  background-color: #33646b;
  border-color: #33646b;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #43848e;
  border-color: #43848e;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43848e !important;
  border-color: #43848e !important;
}
.btn-info {
  background-color: #33646b;
  border-color: #33646b;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #43848e;
  border-color: #43848e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #43848e !important;
  border-color: #43848e !important;
}
.btn-success {
  background-color: #33646b;
  border-color: #33646b;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #43848e;
  border-color: #43848e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #43848e !important;
  border-color: #43848e !important;
}
.btn-warning {
  background-color: #33646b;
  border-color: #33646b;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #43848e;
  border-color: #43848e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #43848e !important;
  border-color: #43848e !important;
}
.btn-danger {
  background-color: #33646b;
  border-color: #33646b;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #43848e;
  border-color: #43848e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #43848e !important;
  border-color: #43848e !important;
}
.btn-primary-outline {
  background: none;
  border-color: #305e64;
  color: #305e64;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #33646b;
  border-color: #33646b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #33646b !important;
  border-color: #33646b !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #305e64;
  color: #305e64;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #33646b;
  border-color: #33646b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #33646b !important;
  border-color: #33646b !important;
}
.btn-info-outline {
  background: none;
  border-color: #305e64;
  color: #305e64;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #33646b;
  border-color: #33646b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #33646b !important;
  border-color: #33646b !important;
}
.btn-success-outline {
  background: none;
  border-color: #305e64;
  color: #305e64;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #33646b;
  border-color: #33646b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #33646b !important;
  border-color: #33646b !important;
}
.btn-warning-outline {
  background: none;
  border-color: #305e64;
  color: #305e64;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #33646b;
  border-color: #33646b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #33646b !important;
  border-color: #33646b !important;
}
.btn-danger-outline {
  background: none;
  border-color: #305e64;
  color: #305e64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #33646b;
  border-color: #33646b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #33646b !important;
  border-color: #33646b !important;
}
.btn-primary.btn-text {
  color: #33646b;
  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: #43848e;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #33646b;
  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: #43848e;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #33646b;
  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: #43848e;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #33646b;
  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: #43848e;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #33646b;
  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: #43848e;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #33646b;
  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: #43848e;
  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: #33646b !important;
}
.text-success {
  color: #33646b !important;
}
.text-info {
  color: #33646b !important;
}
.text-warning {
  color: #33646b !important;
}
.text-danger {
  color: #33646b !important;
}
.alert-success {
  background-color: #33646b;
}
.alert-info {
  background-color: #33646b;
}
.alert-warning {
  background-color: #33646b;
}
.alert-danger {
  background-color: #33646b;
}
.btn-social {
  border-color: #33646b;
}
.btn-social:hover {
  background: #33646b;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #33646b;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #33646b;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #33646b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #33646b;
}
.lead a {
  color: #33646b;
}
.lead a:hover {
  color: #43848e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #67adb7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #67adb7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #67adb7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #67adb7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #67adb7;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #33646b;
}
.scrollToTop_wraper {
  display: none;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #33646b;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #33646b;
  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(51, 100, 107, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #3b747c;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #33646b;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(51, 100, 107, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #33646b;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #33646b;
}
.mbr-slider .carousel-indicators .active {
  background: #33646b;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #33646b;
}
.mbr-gallery .modal .close:hover {
  background: #33646b;
}
.mbr-gallery-filter li.active {
  border-color: #33646b;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #43848e;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(51, 100, 107, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #33646b;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #33646b;
}
/*content4*/
.content4 p {
  border-top-color: #33646b;
  border-bottom-color: #33646b;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #33646b;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #33646b;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #33646b;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #33646b;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #33646b;
  }
}
.progressbar .progressbar-number {
  background: #43848e;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #33646b;
}
.countdown2 .bottom1 {
  background: #43848e;
}
.countdown2 .bottom2 {
  background: #234448;
}
/*accordion*/
.accordion .panel-heading {
  background: #43848e;
  border-bottom: 1px solid #234448;
}
.accordion .panel-heading:hover {
  background: #234448;
}
.accordion .accordion-group .panel:last-child:after {
  background: #234448;
}
/* news */
.news__card:hover {
  background: #33646b;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #33646b;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #33646b;
  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: #33646b;
}
.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;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
}
#menu-0 .link {
  font-size: 0.875rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-0 .link:hover,
#menu-0 .link:focus {
  color: #33646b;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #33646b;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #ffffff;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #234448;
}
#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: #2e5a61!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: #33646b;
}
#menu-0 .bg-color.transparent .link {
  color: #ffffff;
  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: #33646b;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#header1-1 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-1 .mbr-section-text {
  color: #33646b;
}
#header1-1 .mbr-section-text SPAN {
  font-size: 16px;
}
#custom-html-5a {
  /* Type valid CSS here */
}
#custom-html-5a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5a p {
  font-size: 60px;
  color: #777;
}
#intro1-5n .mbr-section-subtitle {
  color: #431f1f;
}
#intro1-5n .mbr-section-subtitle B {
  color: #33646b;
}
#custom-html-6u {
  /* Type valid CSS here */
}
#custom-html-6u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6u p {
  font-size: 60px;
  color: #777;
}
#content3-1f .mbr-section-title,
#content3-1f .mbr-section-subtitle {
  text-align: center;
}
#content3-1g .mbr-section-title,
#content3-1g .mbr-section-subtitle {
  text-align: center;
}
#menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k .navbar-caption {
  color: #ffffff;
}
#menu-k .navbar-toggler {
  color: #ffffff;
}
#menu-k .close-icon::before,
#menu-k .close-icon::after {
  background-color: #ffffff;
}
#menu-k .link,
#menu-k .dropdown-item {
  color: #ffffff;
}
#menu-k .link {
  font-size: 0.875rem;
}
#menu-k .dropdown-item,
#menu-k .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-k .link:hover,
#menu-k .link:focus {
  color: #33646b;
}
#menu-k .dropdown-item:hover::before,
#menu-k .dropdown-item:focus::before {
  background: #33646b;
}
#menu-k .dropdown-item:hover,
#menu-k .dropdown-item:focus {
  color: #ffffff;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-menu {
  background: #234448;
}
#menu-k .nav-dropdown-sm .link:focus,
#menu-k .nav-dropdown-sm .link:hover,
#menu-k .nav-dropdown-sm .dropdown-item:focus,
#menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-k .navbar,
#menu-k .nav-dropdown-sm,
#menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k .bg-color.transparent.opened .link:hover,
#menu-k .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content1-81 P {
  color: #000000;
}
#custom-html-7z {
  /* Type valid CSS here */
}
#custom-html-7z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7z p {
  font-size: 60px;
  color: #777;
}
#menu-j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-j .navbar-caption {
  color: #ffffff;
}
#menu-j .navbar-toggler {
  color: #ffffff;
}
#menu-j .close-icon::before,
#menu-j .close-icon::after {
  background-color: #ffffff;
}
#menu-j .link,
#menu-j .dropdown-item {
  color: #ffffff;
}
#menu-j .link {
  font-size: 0.875rem;
}
#menu-j .dropdown-item,
#menu-j .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-j .link:hover,
#menu-j .link:focus {
  color: #33646b;
}
#menu-j .dropdown-item:hover::before,
#menu-j .dropdown-item:focus::before {
  background: #33646b;
}
#menu-j .dropdown-item:hover,
#menu-j .dropdown-item:focus {
  color: #ffffff;
}
#menu-j .link[aria-expanded="true"],
#menu-j .dropdown-menu {
  background: #234448;
}
#menu-j .nav-dropdown-sm .link:focus,
#menu-j .nav-dropdown-sm .link:hover,
#menu-j .nav-dropdown-sm .dropdown-item:focus,
#menu-j .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-j .navbar,
#menu-j .nav-dropdown-sm,
#menu-j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-j .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-j .bg-color.transparent.opened .link:hover,
#menu-j .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-j .link[aria-expanded="true"],
#menu-j .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-1h .mbr-section-title,
#content3-1h .mbr-section-subtitle {
  text-align: center;
}
#content3-1i .mbr-section-title,
#content3-1i .mbr-section-subtitle {
  text-align: center;
}
#content1-82 P {
  color: #000000;
}
#custom-html-80 {
  /* Type valid CSS here */
}
#custom-html-80 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-80 p {
  font-size: 60px;
  color: #777;
}
#menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-y .navbar-caption {
  color: #ffffff;
}
#menu-y .navbar-toggler {
  color: #ffffff;
}
#menu-y .close-icon::before,
#menu-y .close-icon::after {
  background-color: #ffffff;
}
#menu-y .link,
#menu-y .dropdown-item {
  color: #ffffff;
}
#menu-y .link {
  font-size: 0.875rem;
}
#menu-y .dropdown-item,
#menu-y .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-y .link:hover,
#menu-y .link:focus {
  color: #33646b;
}
#menu-y .dropdown-item:hover::before,
#menu-y .dropdown-item:focus::before {
  background: #33646b;
}
#menu-y .dropdown-item:hover,
#menu-y .dropdown-item:focus {
  color: #ffffff;
}
#menu-y .link[aria-expanded="true"],
#menu-y .dropdown-menu {
  background: #234448;
}
#menu-y .nav-dropdown-sm .link:focus,
#menu-y .nav-dropdown-sm .link:hover,
#menu-y .nav-dropdown-sm .dropdown-item:focus,
#menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-y .navbar,
#menu-y .nav-dropdown-sm,
#menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-y .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-y .bg-color.transparent.opened .link:hover,
#menu-y .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-y .link[aria-expanded="true"],
#menu-y .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#team1-12 .title1 {
  color: #ffffff;
}
#team1-13 .title2 {
  color: #000000;
}
#team1-13 .text2 {
  color: #bbbbbb;
}
#team1-13 .title1 {
  color: #ffffff;
}
#team1-13 .subtitle1 {
  color: #ffffff;
}
#team1-13 .text1 {
  color: #ffffff;
}
#team1-13 .subtitle2 {
  color: #000000;
}
#content3-1q .mbr-section-title,
#content3-1q .mbr-section-subtitle {
  text-align: center;
}
#content3-20 .mbr-section-title,
#content3-20 .mbr-section-subtitle {
  text-align: center;
}
#content3-20 H3 {
  color: #ffffff;
  text-align: right;
}
#custom-html-7x {
  /* Type valid CSS here */
}
#custom-html-7x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7x p {
  font-size: 60px;
  color: #777;
}
#menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r .navbar-caption {
  color: #ffffff;
}
#menu-r .navbar-toggler {
  color: #ffffff;
}
#menu-r .close-icon::before,
#menu-r .close-icon::after {
  background-color: #ffffff;
}
#menu-r .link,
#menu-r .dropdown-item {
  color: #ffffff;
}
#menu-r .link {
  font-size: 0.875rem;
}
#menu-r .dropdown-item,
#menu-r .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-r .link:hover,
#menu-r .link:focus {
  color: #33646b;
}
#menu-r .dropdown-item:hover::before,
#menu-r .dropdown-item:focus::before {
  background: #33646b;
}
#menu-r .dropdown-item:hover,
#menu-r .dropdown-item:focus {
  color: #ffffff;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-menu {
  background: #234448;
}
#menu-r .nav-dropdown-sm .link:focus,
#menu-r .nav-dropdown-sm .link:hover,
#menu-r .nav-dropdown-sm .dropdown-item:focus,
#menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-r .navbar,
#menu-r .nav-dropdown-sm,
#menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r .bg-color.transparent.opened .link:hover,
#menu-r .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#features2-s .mbr-section-title {
  font-weight: 700;
  color: #ffc80a;
}
#features2-s .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffc80a;
}
#features2-s .mbr-section-text {
  color: #000000;
}
#features2-t .mbr-section-title {
  font-weight: 700;
}
#features2-t .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffc80a;
}
#features2-t .mbr-section-text {
  color: #000000;
}
#custom-html-7y {
  /* Type valid CSS here */
}
#custom-html-7y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7y p {
  font-size: 60px;
  color: #777;
}
#menu-1x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1x .navbar-caption {
  color: #ffffff;
}
#menu-1x .navbar-toggler {
  color: #ffffff;
}
#menu-1x .close-icon::before,
#menu-1x .close-icon::after {
  background-color: #ffffff;
}
#menu-1x .link,
#menu-1x .dropdown-item {
  color: #ffffff;
}
#menu-1x .link {
  font-size: 0.875rem;
}
#menu-1x .dropdown-item,
#menu-1x .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1x .link:hover,
#menu-1x .link:focus {
  color: #33646b;
}
#menu-1x .dropdown-item:hover::before,
#menu-1x .dropdown-item:focus::before {
  background: #33646b;
}
#menu-1x .dropdown-item:hover,
#menu-1x .dropdown-item:focus {
  color: #ffffff;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-menu {
  background: #234448;
}
#menu-1x .nav-dropdown-sm .link:focus,
#menu-1x .nav-dropdown-sm .link:hover,
#menu-1x .nav-dropdown-sm .dropdown-item:focus,
#menu-1x .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-1x .navbar,
#menu-1x .nav-dropdown-sm,
#menu-1x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1x .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-1x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1x .bg-color.transparent.opened .link:hover,
#menu-1x .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-1x .link[aria-expanded="true"],
#menu-1x .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#custom-html-7v {
  /* Type valid CSS here */
}
#custom-html-7v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7v p {
  font-size: 60px;
  color: #777;
}
#menu-22 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-22 .navbar-caption {
  color: #ffffff;
}
#menu-22 .navbar-toggler {
  color: #ffffff;
}
#menu-22 .close-icon::before,
#menu-22 .close-icon::after {
  background-color: #ffffff;
}
#menu-22 .link,
#menu-22 .dropdown-item {
  color: #ffffff;
}
#menu-22 .link {
  font-size: 0.875rem;
}
#menu-22 .dropdown-item,
#menu-22 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-22 .link:hover,
#menu-22 .link:focus {
  color: #33646b;
}
#menu-22 .dropdown-item:hover::before,
#menu-22 .dropdown-item:focus::before {
  background: #33646b;
}
#menu-22 .dropdown-item:hover,
#menu-22 .dropdown-item:focus {
  color: #ffffff;
}
#menu-22 .link[aria-expanded="true"],
#menu-22 .dropdown-menu {
  background: #234448;
}
#menu-22 .nav-dropdown-sm .link:focus,
#menu-22 .nav-dropdown-sm .link:hover,
#menu-22 .nav-dropdown-sm .dropdown-item:focus,
#menu-22 .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-22 .navbar,
#menu-22 .nav-dropdown-sm,
#menu-22 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-22 .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-22 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-22 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-22 .bg-color.transparent.opened .link:hover,
#menu-22 .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-22 .link[aria-expanded="true"],
#menu-22 .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#custom-html-83 {
  /* Type valid CSS here */
}
#custom-html-83 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-83 p {
  font-size: 60px;
  color: #777;
}
#content3-73 .mbr-section-title,
#content3-73 .mbr-section-subtitle {
  text-align: center;
}
#content3-73 H3 {
  color: #33646b;
}
#content1-72 P {
  color: #33646b;
}
#custom-html-7w {
  /* Type valid CSS here */
}
#custom-html-7w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7w p {
  font-size: 60px;
  color: #777;
}
#menu-2e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2e .navbar-caption {
  color: #ffffff;
}
#menu-2e .navbar-toggler {
  color: #ffffff;
}
#menu-2e .close-icon::before,
#menu-2e .close-icon::after {
  background-color: #ffffff;
}
#menu-2e .link,
#menu-2e .dropdown-item {
  color: #ffffff;
}
#menu-2e .link {
  font-size: 0.875rem;
}
#menu-2e .dropdown-item,
#menu-2e .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2e .link:hover,
#menu-2e .link:focus {
  color: #33646b;
}
#menu-2e .dropdown-item:hover::before,
#menu-2e .dropdown-item:focus::before {
  background: #33646b;
}
#menu-2e .dropdown-item:hover,
#menu-2e .dropdown-item:focus {
  color: #ffffff;
}
#menu-2e .link[aria-expanded="true"],
#menu-2e .dropdown-menu {
  background: #234448;
}
#menu-2e .nav-dropdown-sm .link:focus,
#menu-2e .nav-dropdown-sm .link:hover,
#menu-2e .nav-dropdown-sm .dropdown-item:focus,
#menu-2e .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-2e .navbar,
#menu-2e .nav-dropdown-sm,
#menu-2e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2e .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-2e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2e .bg-color.transparent.opened .link:hover,
#menu-2e .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-2e .link[aria-expanded="true"],
#menu-2e .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-7g .mbr-section-title,
#content3-7g .mbr-section-subtitle {
  text-align: center;
}
#content3-7g H3 {
  color: #33646b;
}
#content1-7h P {
  color: #33646b;
}
#custom-html-7q {
  /* Type valid CSS here */
}
#custom-html-7q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7q p {
  font-size: 60px;
  color: #777;
}
#menu-2h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2h .navbar-caption {
  color: #ffffff;
}
#menu-2h .navbar-toggler {
  color: #ffffff;
}
#menu-2h .close-icon::before,
#menu-2h .close-icon::after {
  background-color: #ffffff;
}
#menu-2h .link,
#menu-2h .dropdown-item {
  color: #ffffff;
}
#menu-2h .link {
  font-size: 0.875rem;
}
#menu-2h .dropdown-item,
#menu-2h .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2h .link:hover,
#menu-2h .link:focus {
  color: #33646b;
}
#menu-2h .dropdown-item:hover::before,
#menu-2h .dropdown-item:focus::before {
  background: #33646b;
}
#menu-2h .dropdown-item:hover,
#menu-2h .dropdown-item:focus {
  color: #ffffff;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-menu {
  background: #234448;
}
#menu-2h .nav-dropdown-sm .link:focus,
#menu-2h .nav-dropdown-sm .link:hover,
#menu-2h .nav-dropdown-sm .dropdown-item:focus,
#menu-2h .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-2h .navbar,
#menu-2h .nav-dropdown-sm,
#menu-2h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2h .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-2h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2h .bg-color.transparent.opened .link:hover,
#menu-2h .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-7d .mbr-section-title,
#content3-7d .mbr-section-subtitle {
  text-align: center;
}
#content3-7d H3 {
  color: #33646b;
}
#content1-7e P {
  color: #33646b;
}
#custom-html-7r {
  /* Type valid CSS here */
}
#custom-html-7r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7r p {
  font-size: 60px;
  color: #777;
}
#menu-2k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2k .navbar-caption {
  color: #ffffff;
}
#menu-2k .navbar-toggler {
  color: #ffffff;
}
#menu-2k .close-icon::before,
#menu-2k .close-icon::after {
  background-color: #ffffff;
}
#menu-2k .link,
#menu-2k .dropdown-item {
  color: #ffffff;
}
#menu-2k .link {
  font-size: 0.875rem;
}
#menu-2k .dropdown-item,
#menu-2k .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2k .link:hover,
#menu-2k .link:focus {
  color: #33646b;
}
#menu-2k .dropdown-item:hover::before,
#menu-2k .dropdown-item:focus::before {
  background: #33646b;
}
#menu-2k .dropdown-item:hover,
#menu-2k .dropdown-item:focus {
  color: #ffffff;
}
#menu-2k .link[aria-expanded="true"],
#menu-2k .dropdown-menu {
  background: #234448;
}
#menu-2k .nav-dropdown-sm .link:focus,
#menu-2k .nav-dropdown-sm .link:hover,
#menu-2k .nav-dropdown-sm .dropdown-item:focus,
#menu-2k .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-2k .navbar,
#menu-2k .nav-dropdown-sm,
#menu-2k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2k .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-2k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2k .bg-color.transparent.opened .link:hover,
#menu-2k .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-2k .link[aria-expanded="true"],
#menu-2k .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-7a .mbr-section-title,
#content3-7a .mbr-section-subtitle {
  text-align: center;
}
#content3-7a H3 {
  color: #33646b;
}
#content1-7b P {
  color: #33646b;
}
#custom-html-7s {
  /* Type valid CSS here */
}
#custom-html-7s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7s p {
  font-size: 60px;
  color: #777;
}
#menu-2n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2n .navbar-caption {
  color: #ffffff;
}
#menu-2n .navbar-toggler {
  color: #ffffff;
}
#menu-2n .close-icon::before,
#menu-2n .close-icon::after {
  background-color: #ffffff;
}
#menu-2n .link,
#menu-2n .dropdown-item {
  color: #ffffff;
}
#menu-2n .link {
  font-size: 0.875rem;
}
#menu-2n .dropdown-item,
#menu-2n .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2n .link:hover,
#menu-2n .link:focus {
  color: #33646b;
}
#menu-2n .dropdown-item:hover::before,
#menu-2n .dropdown-item:focus::before {
  background: #33646b;
}
#menu-2n .dropdown-item:hover,
#menu-2n .dropdown-item:focus {
  color: #ffffff;
}
#menu-2n .link[aria-expanded="true"],
#menu-2n .dropdown-menu {
  background: #234448;
}
#menu-2n .nav-dropdown-sm .link:focus,
#menu-2n .nav-dropdown-sm .link:hover,
#menu-2n .nav-dropdown-sm .dropdown-item:focus,
#menu-2n .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-2n .navbar,
#menu-2n .nav-dropdown-sm,
#menu-2n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2n .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-2n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2n .bg-color.transparent.opened .link:hover,
#menu-2n .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-2n .link[aria-expanded="true"],
#menu-2n .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-77 .mbr-section-title,
#content3-77 .mbr-section-subtitle {
  text-align: center;
}
#content3-77 H3 {
  color: #33646b;
}
#content1-78 P {
  color: #33646b;
}
#custom-html-7t {
  /* Type valid CSS here */
}
#custom-html-7t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7t p {
  font-size: 60px;
  color: #777;
}
#menu-32 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-32 .navbar-caption {
  color: #ffffff;
}
#menu-32 .navbar-toggler {
  color: #ffffff;
}
#menu-32 .close-icon::before,
#menu-32 .close-icon::after {
  background-color: #ffffff;
}
#menu-32 .link,
#menu-32 .dropdown-item {
  color: #ffffff;
}
#menu-32 .link {
  font-size: 0.875rem;
}
#menu-32 .dropdown-item,
#menu-32 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-32 .link:hover,
#menu-32 .link:focus {
  color: #33646b;
}
#menu-32 .dropdown-item:hover::before,
#menu-32 .dropdown-item:focus::before {
  background: #33646b;
}
#menu-32 .dropdown-item:hover,
#menu-32 .dropdown-item:focus {
  color: #ffffff;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-menu {
  background: #234448;
}
#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: #2e5a61!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: #33646b;
}
#menu-32 .bg-color.transparent .link {
  color: #ffffff;
  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: #33646b;
}
#menu-32 .link[aria-expanded="true"],
#menu-32 .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#header7-33 .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-33 .mbr-section-text {
  color: #9fa3a7;
  font-size: 20px;
}
#header7-33 .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 48px;
}
#menu-4c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4c .navbar-caption {
  color: #ffffff;
}
#menu-4c .navbar-toggler {
  color: #ffffff;
}
#menu-4c .close-icon::before,
#menu-4c .close-icon::after {
  background-color: #ffffff;
}
#menu-4c .link,
#menu-4c .dropdown-item {
  color: #ffffff;
}
#menu-4c .link {
  font-size: 0.875rem;
}
#menu-4c .dropdown-item,
#menu-4c .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-4c .link:hover,
#menu-4c .link:focus {
  color: #33646b;
}
#menu-4c .dropdown-item:hover::before,
#menu-4c .dropdown-item:focus::before {
  background: #33646b;
}
#menu-4c .dropdown-item:hover,
#menu-4c .dropdown-item:focus {
  color: #ffffff;
}
#menu-4c .link[aria-expanded="true"],
#menu-4c .dropdown-menu {
  background: #234448;
}
#menu-4c .nav-dropdown-sm .link:focus,
#menu-4c .nav-dropdown-sm .link:hover,
#menu-4c .nav-dropdown-sm .dropdown-item:focus,
#menu-4c .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-4c .navbar,
#menu-4c .nav-dropdown-sm,
#menu-4c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4c .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-4c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4c .bg-color.transparent.opened .link:hover,
#menu-4c .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-4c .link[aria-expanded="true"],
#menu-4c .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-4h .mbr-section-title,
#content3-4h .mbr-section-subtitle {
  text-align: center;
}
#content3-4h H3 {
  color: #33646b;
}
#custom-html-4e {
  /* Type valid CSS here */
}
#custom-html-4e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4e p {
  font-size: 60px;
  color: #777;
}
#custom-html-7p {
  /* Type valid CSS here */
}
#custom-html-7p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7p p {
  font-size: 60px;
  color: #777;
}
#menu-2q .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2q .navbar-caption {
  color: #ffffff;
}
#menu-2q .navbar-toggler {
  color: #ffffff;
}
#menu-2q .close-icon::before,
#menu-2q .close-icon::after {
  background-color: #ffffff;
}
#menu-2q .link,
#menu-2q .dropdown-item {
  color: #ffffff;
}
#menu-2q .link {
  font-size: 0.875rem;
}
#menu-2q .dropdown-item,
#menu-2q .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2q .link:hover,
#menu-2q .link:focus {
  color: #33646b;
}
#menu-2q .dropdown-item:hover::before,
#menu-2q .dropdown-item:focus::before {
  background: #33646b;
}
#menu-2q .dropdown-item:hover,
#menu-2q .dropdown-item:focus {
  color: #ffffff;
}
#menu-2q .link[aria-expanded="true"],
#menu-2q .dropdown-menu {
  background: #234448;
}
#menu-2q .nav-dropdown-sm .link:focus,
#menu-2q .nav-dropdown-sm .link:hover,
#menu-2q .nav-dropdown-sm .dropdown-item:focus,
#menu-2q .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-2q .navbar,
#menu-2q .nav-dropdown-sm,
#menu-2q .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2q .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-2q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2q .bg-color.transparent.opened .link:hover,
#menu-2q .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-2q .link[aria-expanded="true"],
#menu-2q .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#content3-74 .mbr-section-title,
#content3-74 .mbr-section-subtitle {
  text-align: center;
}
#content3-74 H3 {
  color: #33646b;
}
#content1-75 P {
  color: #33646b;
}
#custom-html-7u {
  /* Type valid CSS here */
}
#custom-html-7u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7u p {
  font-size: 60px;
  color: #777;
}
#menu-3c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3c .navbar-caption {
  color: #ffffff;
}
#menu-3c .navbar-toggler {
  color: #ffffff;
}
#menu-3c .close-icon::before,
#menu-3c .close-icon::after {
  background-color: #ffffff;
}
#menu-3c .link,
#menu-3c .dropdown-item {
  color: #ffffff;
}
#menu-3c .link {
  font-size: 0.875rem;
}
#menu-3c .dropdown-item,
#menu-3c .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3c .link:hover,
#menu-3c .link:focus {
  color: #33646b;
}
#menu-3c .dropdown-item:hover::before,
#menu-3c .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3c .dropdown-item:hover,
#menu-3c .dropdown-item:focus {
  color: #ffffff;
}
#menu-3c .link[aria-expanded="true"],
#menu-3c .dropdown-menu {
  background: #234448;
}
#menu-3c .nav-dropdown-sm .link:focus,
#menu-3c .nav-dropdown-sm .link:hover,
#menu-3c .nav-dropdown-sm .dropdown-item:focus,
#menu-3c .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3c .navbar,
#menu-3c .nav-dropdown-sm,
#menu-3c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3c .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3c .bg-color.transparent.opened .link:hover,
#menu-3c .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3c .link[aria-expanded="true"],
#menu-3c .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3d .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3d P {
  font-size: 20px;
}
#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: #33646b;
}
#menu-3g .dropdown-item:hover::before,
#menu-3g .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3g .dropdown-item:hover,
#menu-3g .dropdown-item:focus {
  color: #ffffff;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-menu {
  background: #234448;
}
#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: #2e5a61!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: #33646b;
}
#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: #33646b;
}
#menu-3g .link[aria-expanded="true"],
#menu-3g .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3h .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3h P {
  font-size: 20px;
}
#menu-3j .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3j .navbar-caption {
  color: #ffffff;
}
#menu-3j .navbar-toggler {
  color: #ffffff;
}
#menu-3j .close-icon::before,
#menu-3j .close-icon::after {
  background-color: #ffffff;
}
#menu-3j .link,
#menu-3j .dropdown-item {
  color: #ffffff;
}
#menu-3j .link {
  font-size: 0.875rem;
}
#menu-3j .dropdown-item,
#menu-3j .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3j .link:hover,
#menu-3j .link:focus {
  color: #33646b;
}
#menu-3j .dropdown-item:hover::before,
#menu-3j .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3j .dropdown-item:hover,
#menu-3j .dropdown-item:focus {
  color: #ffffff;
}
#menu-3j .link[aria-expanded="true"],
#menu-3j .dropdown-menu {
  background: #234448;
}
#menu-3j .nav-dropdown-sm .link:focus,
#menu-3j .nav-dropdown-sm .link:hover,
#menu-3j .nav-dropdown-sm .dropdown-item:focus,
#menu-3j .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3j .navbar,
#menu-3j .nav-dropdown-sm,
#menu-3j .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3j .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3j .bg-color.transparent.opened .link:hover,
#menu-3j .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3j .link[aria-expanded="true"],
#menu-3j .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3k .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3k P {
  font-size: 20px;
}

#menu-3m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3m .navbar-caption {
  color: #ffffff;
}
#menu-3m .navbar-toggler {
  color: #ffffff;
}
#menu-3m .close-icon::before,
#menu-3m .close-icon::after {
  background-color: #ffffff;
}
#menu-3m .link,
#menu-3m .dropdown-item {
  color: #ffffff;
}
#menu-3m .link {
  font-size: 0.875rem;
}
#menu-3m .dropdown-item,
#menu-3m .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3m .link:hover,
#menu-3m .link:focus {
  color: #33646b;
}
#menu-3m .dropdown-item:hover::before,
#menu-3m .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3m .dropdown-item:hover,
#menu-3m .dropdown-item:focus {
  color: #ffffff;
}
#menu-3m .link[aria-expanded="true"],
#menu-3m .dropdown-menu {
  background: #234448;
}
#menu-3m .nav-dropdown-sm .link:focus,
#menu-3m .nav-dropdown-sm .link:hover,
#menu-3m .nav-dropdown-sm .dropdown-item:focus,
#menu-3m .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3m .navbar,
#menu-3m .nav-dropdown-sm,
#menu-3m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3m .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3m .bg-color.transparent.opened .link:hover,
#menu-3m .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3m .link[aria-expanded="true"],
#menu-3m .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3n .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3n P {
  font-size: 20px;
  color: #000000;
}
#features3-6h .mbr-section-title {
  font-weight: 700;
}
#features3-6h .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #33646b;
}
#features3-6h .mbr-section-text {
  color: #33646b;
}
#features3-6i .mbr-section-title {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #33646b;
}
#features3-6i .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #33646b;
}
#features3-6i .mbr-section-text {
  color: #33646b;
}
#features3-6j .mbr-section-title {
  font-weight: 700;
}
#features3-6j .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #33646b;
}
#features3-6j .mbr-section-text {
  color: #33646b;
}
#features3-6k .mbr-section-title {
  font-weight: 700;
}
#features3-6k .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-6l .mbr-section-title {
  font-weight: 700;
}
#features3-6l .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-6m .mbr-section-title {
  font-weight: 700;
}
#features3-6m .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-6n .mbr-section-title {
  font-weight: 700;
}
#features3-6n .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-6o .mbr-section-title {
  font-weight: 700;
}
#features3-6o .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#menu-3p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3p .navbar-caption {
  color: #ffffff;
}
#menu-3p .navbar-toggler {
  color: #ffffff;
}
#menu-3p .close-icon::before,
#menu-3p .close-icon::after {
  background-color: #ffffff;
}
#menu-3p .link,
#menu-3p .dropdown-item {
  color: #ffffff;
}
#menu-3p .link {
  font-size: 0.875rem;
}
#menu-3p .dropdown-item,
#menu-3p .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3p .link:hover,
#menu-3p .link:focus {
  color: #33646b;
}
#menu-3p .dropdown-item:hover::before,
#menu-3p .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3p .dropdown-item:hover,
#menu-3p .dropdown-item:focus {
  color: #ffffff;
}
#menu-3p .link[aria-expanded="true"],
#menu-3p .dropdown-menu {
  background: #234448;
}
#menu-3p .nav-dropdown-sm .link:focus,
#menu-3p .nav-dropdown-sm .link:hover,
#menu-3p .nav-dropdown-sm .dropdown-item:focus,
#menu-3p .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3p .navbar,
#menu-3p .nav-dropdown-sm,
#menu-3p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3p .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3p .bg-color.transparent.opened .link:hover,
#menu-3p .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3p .link[aria-expanded="true"],
#menu-3p .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3q .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3q P {
  font-size: 20px;
}
#menu-3s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3s .navbar-caption {
  color: #ffffff;
}
#menu-3s .navbar-toggler {
  color: #ffffff;
}
#menu-3s .close-icon::before,
#menu-3s .close-icon::after {
  background-color: #ffffff;
}
#menu-3s .link,
#menu-3s .dropdown-item {
  color: #ffffff;
}
#menu-3s .link {
  font-size: 0.875rem;
}
#menu-3s .dropdown-item,
#menu-3s .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3s .link:hover,
#menu-3s .link:focus {
  color: #33646b;
}
#menu-3s .dropdown-item:hover::before,
#menu-3s .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3s .dropdown-item:hover,
#menu-3s .dropdown-item:focus {
  color: #ffffff;
}
#menu-3s .link[aria-expanded="true"],
#menu-3s .dropdown-menu {
  background: #234448;
}
#menu-3s .nav-dropdown-sm .link:focus,
#menu-3s .nav-dropdown-sm .link:hover,
#menu-3s .nav-dropdown-sm .dropdown-item:focus,
#menu-3s .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3s .navbar,
#menu-3s .nav-dropdown-sm,
#menu-3s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3s .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3s .bg-color.transparent.opened .link:hover,
#menu-3s .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3s .link[aria-expanded="true"],
#menu-3s .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3t .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3t P {
  font-size: 20px;
}
#menu-3v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3v .navbar-caption {
  color: #ffffff;
}
#menu-3v .navbar-toggler {
  color: #ffffff;
}
#menu-3v .close-icon::before,
#menu-3v .close-icon::after {
  background-color: #ffffff;
}
#menu-3v .link,
#menu-3v .dropdown-item {
  color: #ffffff;
}
#menu-3v .link {
  font-size: 0.875rem;
}
#menu-3v .dropdown-item,
#menu-3v .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3v .link:hover,
#menu-3v .link:focus {
  color: #33646b;
}
#menu-3v .dropdown-item:hover::before,
#menu-3v .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3v .dropdown-item:hover,
#menu-3v .dropdown-item:focus {
  color: #ffffff;
}
#menu-3v .link[aria-expanded="true"],
#menu-3v .dropdown-menu {
  background: #234448;
}
#menu-3v .nav-dropdown-sm .link:focus,
#menu-3v .nav-dropdown-sm .link:hover,
#menu-3v .nav-dropdown-sm .dropdown-item:focus,
#menu-3v .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3v .navbar,
#menu-3v .nav-dropdown-sm,
#menu-3v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3v .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3v .bg-color.transparent.opened .link:hover,
#menu-3v .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3v .link[aria-expanded="true"],
#menu-3v .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3w .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3w P {
  font-size: 20px;
}
#menu-3y .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3y .navbar-caption {
  color: #ffffff;
}
#menu-3y .navbar-toggler {
  color: #ffffff;
}
#menu-3y .close-icon::before,
#menu-3y .close-icon::after {
  background-color: #ffffff;
}
#menu-3y .link,
#menu-3y .dropdown-item {
  color: #ffffff;
}
#menu-3y .link {
  font-size: 0.875rem;
}
#menu-3y .dropdown-item,
#menu-3y .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3y .link:hover,
#menu-3y .link:focus {
  color: #33646b;
}
#menu-3y .dropdown-item:hover::before,
#menu-3y .dropdown-item:focus::before {
  background: #33646b;
}
#menu-3y .dropdown-item:hover,
#menu-3y .dropdown-item:focus {
  color: #ffffff;
}
#menu-3y .link[aria-expanded="true"],
#menu-3y .dropdown-menu {
  background: #234448;
}
#menu-3y .nav-dropdown-sm .link:focus,
#menu-3y .nav-dropdown-sm .link:hover,
#menu-3y .nav-dropdown-sm .dropdown-item:focus,
#menu-3y .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-3y .navbar,
#menu-3y .nav-dropdown-sm,
#menu-3y .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3y .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-3y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3y .bg-color.transparent.opened .link:hover,
#menu-3y .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-3y .link[aria-expanded="true"],
#menu-3y .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-3z .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3z P {
  font-size: 20px;
}
#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: #33646b;
}
#menu-38 .dropdown-item:hover::before,
#menu-38 .dropdown-item:focus::before {
  background: #33646b;
}
#menu-38 .dropdown-item:hover,
#menu-38 .dropdown-item:focus {
  color: #ffffff;
}
#menu-38 .link[aria-expanded="true"],
#menu-38 .dropdown-menu {
  background: #234448;
}
#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: #2e5a61!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: #33646b;
}
#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: #33646b;
}
#menu-38 .link[aria-expanded="true"],
#menu-38 .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-39 .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-39 P {
  font-size: 20px;
}
#menu-6r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6r .navbar-caption {
  color: #ffffff;
}
#menu-6r .navbar-toggler {
  color: #ffffff;
}
#menu-6r .close-icon::before,
#menu-6r .close-icon::after {
  background-color: #ffffff;
}
#menu-6r .link,
#menu-6r .dropdown-item {
  color: #ffffff;
}
#menu-6r .link {
  font-size: 0.875rem;
}
#menu-6r .dropdown-item,
#menu-6r .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-6r .link:hover,
#menu-6r .link:focus {
  color: #33646b;
}
#menu-6r .dropdown-item:hover::before,
#menu-6r .dropdown-item:focus::before {
  background: #33646b;
}
#menu-6r .dropdown-item:hover,
#menu-6r .dropdown-item:focus {
  color: #ffffff;
}
#menu-6r .link[aria-expanded="true"],
#menu-6r .dropdown-menu {
  background: #234448;
}
#menu-6r .nav-dropdown-sm .link:focus,
#menu-6r .nav-dropdown-sm .link:hover,
#menu-6r .nav-dropdown-sm .dropdown-item:focus,
#menu-6r .nav-dropdown-sm .dropdown-item:hover {
  background: #2e5a61!important;
}
#menu-6r .navbar,
#menu-6r .nav-dropdown-sm,
#menu-6r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6r .nav-dropdown-sm .dropdown-menu {
  background: #33646b;
}
#menu-6r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6r .bg-color.transparent.opened .link:hover,
#menu-6r .bg-color.transparent.opened .link:focus {
  color: #33646b;
}
#menu-6r .link[aria-expanded="true"],
#menu-6r .dropdown-item[aria-expanded="true"] {
  color: #33646b!important;
}
#animated-bg1-6s .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-6s P {
  font-size: 20px;
}
