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



body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #005bc1 !important;
}
.bg-success {
  background-color: #e67e22 !important;
}
.bg-info {
  background-color: #005bc1 !important;
}
.bg-warning {
  background-color: #0cbefd !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #005bc1;
  border-color: #005bc1;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #0073f4;
  border-color: #0073f4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0073f4 !important;
  border-color: #0073f4 !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #005bc1;
  border-color: #005bc1;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #0073f4;
  border-color: #0073f4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0073f4 !important;
  border-color: #0073f4 !important;
}
.btn-success {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #eb9950;
  border-color: #eb9950;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eb9950 !important;
  border-color: #eb9950 !important;
}
.btn-warning {
  background-color: #0cbefd;
  border-color: #0cbefd;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #3fccfd;
  border-color: #3fccfd;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3fccfd !important;
  border-color: #3fccfd !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: #0056b7;
  color: #0056b7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #005bc1;
  border-color: #005bc1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #005bc1 !important;
  border-color: #005bc1 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn-info-outline {
  background: none;
  border-color: #0056b7;
  color: #0056b7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #005bc1;
  border-color: #005bc1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #005bc1 !important;
  border-color: #005bc1 !important;
}
.btn-success-outline {
  background: none;
  border-color: #e4791a;
  color: #e4791a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #e67e22 !important;
  border-color: #e67e22 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #02bbfd;
  color: #02bbfd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #0cbefd;
  border-color: #0cbefd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #0cbefd !important;
  border-color: #0cbefd !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: #005bc1;
  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: #0073f4;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #b07cc6;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #005bc1;
  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: #0073f4;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #e67e22;
  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: #eb9950;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #0cbefd;
  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: #3fccfd;
  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: #005bc1 !important;
}
.text-success {
  color: #e67e22 !important;
}
.text-info {
  color: #005bc1 !important;
}
.text-warning {
  color: #0cbefd !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #e67e22;
}
.alert-info {
  background-color: #005bc1;
}
.alert-warning {
  background-color: #0cbefd;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #005bc1;
}
.btn-social:hover {
  background: #005bc1;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #005bc1;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #005bc1;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #005bc1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #005bc1;
}
.lead a {
  color: #005bc1;
}
.lead a:hover {
  color: #0073f4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #429bff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbe9d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #429bff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d6f4ff;
}
.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: #005bc1;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #005bc1;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #005bc1;
  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(0, 91, 193, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #0067db;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #005bc1;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(0, 91, 193, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #005bc1;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #005bc1;
}
.mbr-slider .carousel-indicators .active {
  background: #005bc1;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #005bc1;
}
.mbr-gallery .modal .close:hover {
  background: #005bc1;
}
.mbr-gallery-filter li.active {
  border-color: #005bc1;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #0073f4;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(0, 91, 193, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #005bc1;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #005bc1;
}
/*content4*/
.content4 p {
  border-top-color: #005bc1;
  border-bottom-color: #005bc1;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #005bc1;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #005bc1;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #005bc1;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #005bc1;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #005bc1;
  }
}
.progressbar .progressbar-number {
  background: #0073f4;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #005bc1;
}
.countdown2 .bottom1 {
  background: #0073f4;
}
.countdown2 .bottom2 {
  background: #00438e;
}
/*accordion*/
.accordion .panel-heading {
  background: #0073f4;
  border-bottom: 1px solid #00438e;
}
.accordion .panel-heading:hover {
  background: #00438e;
}
.accordion .accordion-group .panel:last-child:after {
  background: #00438e;
}
/* news */
.news__card:hover {
  background: #005bc1;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #005bc1;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #005bc1;
  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: #005bc1;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
/*end colorM*/
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #005bc1;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #005bc1;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #005bc1;
}
#menu-7 .link {
  font-size: 0.875rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-7 .link:hover,
#menu-7 .link:focus {
  color: #005bc1;
}
#menu-7 .dropdown-item:hover::before,
#menu-7 .dropdown-item:focus::before {
  background: #005bc1;
}
#menu-7 .dropdown-item:hover,
#menu-7 .dropdown-item:focus {
  color: #005bc1;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #005bc1;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #005bc1;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #005bc1!important;
}
#content6-9 {
  
}
#content6-9 P {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #6791c1;
}
#slider-1n .mbr-section-title {
  font-size: 80px;
  text-align: left;
}
#slider-1n .mbr-section-text {
  font-size: 24px;
  text-align: left;
}
#content3-1j .mbr-section-title,
#content3-1j .mbr-section-subtitle {
  text-align: center;
}
#content3-1j H3 {
  font-size: 48px;
  color: #005bc1;
}
#content6-1i P {
  color: #666666;
}
#features1-1 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
}
#features1-1 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
#features1-1 .mbr-section-text {
  color: #eeeeee;
}
#form2-4 .mbr-section-subtitle {
  text-transform: uppercase;
  color: #6791c1;
}
#form2-4 .form-control-label {
  color: undefined;
}
#form2-4 .mbr-section-title {
  color: #005bc1;
}
#form2-4 .mbr-section-text {
  color: #6791c1;
}
#footer1-5 .mbr-section-subtitle,
#footer1-5 .mbr-section-text {
  color: #fff;
}
#footer1-5 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-d .navbar-caption {
  color: #ffffff;
}
#menu-d .navbar-toggler {
  color: #005bc1;
}
#menu-d .close-icon::before,
#menu-d .close-icon::after {
  background-color: #005bc1;
}
#menu-d .link,
#menu-d .dropdown-item {
  color: #005bc1;
}
#menu-d .link {
  font-size: 0.875rem;
}
#menu-d .dropdown-item,
#menu-d .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-d .link:hover,
#menu-d .link:focus {
  color: #005bc1;
}
#menu-d .dropdown-item:hover::before,
#menu-d .dropdown-item:focus::before {
  background: #005bc1;
}
#menu-d .dropdown-item:hover,
#menu-d .dropdown-item:focus {
  color: #005bc1;
}
#menu-d .link[aria-expanded="true"],
#menu-d .dropdown-menu {
  background: #e6e6e6;
}
#menu-d .nav-dropdown-sm .link:focus,
#menu-d .nav-dropdown-sm .link:hover,
#menu-d .nav-dropdown-sm .dropdown-item:focus,
#menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-d .navbar,
#menu-d .nav-dropdown-sm,
#menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-d .bg-color.transparent .link {
  color: #005bc1;
  transition: none;
}
#menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-d .bg-color.transparent.opened .link:hover,
#menu-d .bg-color.transparent.opened .link:focus {
  color: #005bc1;
}
#menu-d .link[aria-expanded="true"],
#menu-d .dropdown-item[aria-expanded="true"] {
  color: #005bc1!important;
}
#footer1-e .mbr-section-subtitle,
#footer1-e .mbr-section-text {
  color: #fff;
}
#footer1-e .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#content5-n .mbr-section-title {
  font-size: 60px;
  color: #005bc1;
}
#content5-n P {
  color: #6791c1;
  text-align: left;
}
#features14-i .mbr-section-text {
  text-align: left;
}
#features14-i .mbr-section-title {
  color: #005bc1;
}
#features14-k .mbr-section-title {
  color: #005bc1;
}
#features14-l .mbr-section-title {
  color: #005bc1;
}
#features14-m .mbr-section-title {
  color: #005bc1;
}
#call3-14 .display-1 {
  font-weight: 700;
  color: #fff;
}
#call3-14 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call3-14 .mbr-section-title {
  font-size: 60px;
  color: #005bc1;
}
#call3-14 .mbr-section-subtitle {
  color: #6791c1;
}
#menu-p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-p .navbar-caption {
  color: #ffffff;
}
#menu-p .navbar-toggler {
  color: #005bc1;
}
#menu-p .close-icon::before,
#menu-p .close-icon::after {
  background-color: #005bc1;
}
#menu-p .link,
#menu-p .dropdown-item {
  color: #005bc1;
}
#menu-p .link {
  font-size: 0.875rem;
}
#menu-p .dropdown-item,
#menu-p .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-p .link:hover,
#menu-p .link:focus {
  color: #005bc1;
}
#menu-p .dropdown-item:hover::before,
#menu-p .dropdown-item:focus::before {
  background: #005bc1;
}
#menu-p .dropdown-item:hover,
#menu-p .dropdown-item:focus {
  color: #005bc1;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-menu {
  background: #e6e6e6;
}
#menu-p .nav-dropdown-sm .link:focus,
#menu-p .nav-dropdown-sm .link:hover,
#menu-p .nav-dropdown-sm .dropdown-item:focus,
#menu-p .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-p .navbar,
#menu-p .nav-dropdown-sm,
#menu-p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-p .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-p .bg-color.transparent .link {
  color: #005bc1;
  transition: none;
}
#menu-p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-p .bg-color.transparent.opened .link:hover,
#menu-p .bg-color.transparent.opened .link:focus {
  color: #005bc1;
}
#menu-p .link[aria-expanded="true"],
#menu-p .dropdown-item[aria-expanded="true"] {
  color: #005bc1!important;
}
#content5-z .mbr-section-title {
  font-size: 60px;
  color: #005bc1;
}
#team1-y H1 {
  font-size: 24px;
}
#form2-w .mbr-section-subtitle {
  text-transform: uppercase;
  color: #6791c1;
}
#form2-w .form-control-label {
  color: undefined;
}
#form2-w .mbr-section-title {
  color: #005bc1;
}
#form2-w .mbr-section-text {
  color: #6791c1;
}
#footer1-q .mbr-section-subtitle,
#footer1-q .mbr-section-text {
  color: #fff;
}
#footer1-q .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#menu-15 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-15 .navbar-caption {
  color: #ffffff;
}
#menu-15 .navbar-toggler {
  color: #005bc1;
}
#menu-15 .close-icon::before,
#menu-15 .close-icon::after {
  background-color: #005bc1;
}
#menu-15 .link,
#menu-15 .dropdown-item {
  color: #005bc1;
}
#menu-15 .link {
  font-size: 0.875rem;
}
#menu-15 .dropdown-item,
#menu-15 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-15 .link:hover,
#menu-15 .link:focus {
  color: #005bc1;
}
#menu-15 .dropdown-item:hover::before,
#menu-15 .dropdown-item:focus::before {
  background: #005bc1;
}
#menu-15 .dropdown-item:hover,
#menu-15 .dropdown-item:focus {
  color: #005bc1;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-menu {
  background: #e6e6e6;
}
#menu-15 .nav-dropdown-sm .link:focus,
#menu-15 .nav-dropdown-sm .link:hover,
#menu-15 .nav-dropdown-sm .dropdown-item:focus,
#menu-15 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-15 .navbar,
#menu-15 .nav-dropdown-sm,
#menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-15 .bg-color.transparent .link {
  color: #005bc1;
  transition: none;
}
#menu-15 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-15 .bg-color.transparent.opened .link:hover,
#menu-15 .bg-color.transparent.opened .link:focus {
  color: #005bc1;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-item[aria-expanded="true"] {
  color: #005bc1!important;
}
#footer1-16 .mbr-section-subtitle,
#footer1-16 .mbr-section-text {
  color: #fff;
}
#footer1-16 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#content5-17 .mbr-section-title {
  font-size: 60px;
  color: #005bc1;
}
#content5-17 P {
  color: #6791c1;
  text-align: left;
}
#call3-1d .display-1 {
  font-weight: 700;
  color: #fff;
}
#call3-1d .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call3-1d .mbr-section-title {
  font-size: 60px;
  color: #005bc1;
}
#call3-1d .mbr-section-subtitle {
  color: #6791c1;
}
#menu-1o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1o .navbar-caption {
  color: #ffffff;
}
#menu-1o .navbar-toggler {
  color: #005bc1;
}
#menu-1o .close-icon::before,
#menu-1o .close-icon::after {
  background-color: #005bc1;
}
#menu-1o .link,
#menu-1o .dropdown-item {
  color: #005bc1;
}
#menu-1o .link {
  font-size: 0.875rem;
}
#menu-1o .dropdown-item,
#menu-1o .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1o .link:hover,
#menu-1o .link:focus {
  color: #005bc1;
}
#menu-1o .dropdown-item:hover::before,
#menu-1o .dropdown-item:focus::before {
  background: #005bc1;
}
#menu-1o .dropdown-item:hover,
#menu-1o .dropdown-item:focus {
  color: #005bc1;
}
#menu-1o .link[aria-expanded="true"],
#menu-1o .dropdown-menu {
  background: #e6e6e6;
}
#menu-1o .nav-dropdown-sm .link:focus,
#menu-1o .nav-dropdown-sm .link:hover,
#menu-1o .nav-dropdown-sm .dropdown-item:focus,
#menu-1o .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1o .navbar,
#menu-1o .nav-dropdown-sm,
#menu-1o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1o .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1o .bg-color.transparent .link {
  color: #005bc1;
  transition: none;
}
#menu-1o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1o .bg-color.transparent.opened .link:hover,
#menu-1o .bg-color.transparent.opened .link:focus {
  color: #005bc1;
}
#menu-1o .link[aria-expanded="true"],
#menu-1o .dropdown-item[aria-expanded="true"] {
  color: #005bc1!important;
}
#footer1-1p .mbr-section-subtitle,
#footer1-1p .mbr-section-text {
  color: #fff;
}
#footer1-1p .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#header7-1z .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-1z .mbr-section-text {
  color: #6791c1;
}
#header7-1z .mbr-section-title {
  color: #005bc1;
  font-weight: bold;
  font-size: 80px;
}
#menu-21 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-21 .navbar-caption {
  color: #ffffff;
}
#menu-21 .navbar-toggler {
  color: #005bc1;
}
#menu-21 .close-icon::before,
#menu-21 .close-icon::after {
  background-color: #005bc1;
}
#menu-21 .link,
#menu-21 .dropdown-item {
  color: #005bc1;
}
#menu-21 .link {
  font-size: 0.875rem;
}
#menu-21 .dropdown-item,
#menu-21 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-21 .link:hover,
#menu-21 .link:focus {
  color: #005bc1;
}
#menu-21 .dropdown-item:hover::before,
#menu-21 .dropdown-item:focus::before {
  background: #005bc1;
}
#menu-21 .dropdown-item:hover,
#menu-21 .dropdown-item:focus {
  color: #005bc1;
}
#menu-21 .link[aria-expanded="true"],
#menu-21 .dropdown-menu {
  background: #e6e6e6;
}
#menu-21 .nav-dropdown-sm .link:focus,
#menu-21 .nav-dropdown-sm .link:hover,
#menu-21 .nav-dropdown-sm .dropdown-item:focus,
#menu-21 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-21 .navbar,
#menu-21 .nav-dropdown-sm,
#menu-21 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-21 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-21 .bg-color.transparent .link {
  color: #005bc1;
  transition: none;
}
#menu-21 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-21 .bg-color.transparent.opened .link:hover,
#menu-21 .bg-color.transparent.opened .link:focus {
  color: #005bc1;
}
#menu-21 .link[aria-expanded="true"],
#menu-21 .dropdown-item[aria-expanded="true"] {
  color: #005bc1!important;
}
#footer1-22 .mbr-section-subtitle,
#footer1-22 .mbr-section-text {
  color: #fff;
}
#footer1-22 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
}
#header7-23 .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-23 .mbr-section-text {
  color: #6791c1;
}
#header7-23 .mbr-section-title {
  color: #005bc1;
  font-weight: bold;
  font-size: 80px;
}
