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




body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Open Sans', sans-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: 'Open Sans', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Open Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Open Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #295288 !important;
}
.bg-success {
  background-color: #9c9d9f !important;
}
.bg-info {
  background-color: #ff530d !important;
}
.bg-warning {
  background-color: #11294c !important;
}
.bg-danger {
  background-color: #06112c !important;
}
.btn-primary {
  background-color: #295288;
  border-color: #295288;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #172f4d;
  border-color: #172f4d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #172f4d !important;
  border-color: #172f4d !important;
}
.btn-secondary {
  background-color: #46a7c9;
  border-color: #46a7c9;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #2c7b97;
  border-color: #2c7b97;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c7b97 !important;
  border-color: #2c7b97 !important;
}
.btn-info {
  background-color: #ff530d;
  border-color: #ff530d;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #c03700;
  border-color: #c03700;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c03700 !important;
  border-color: #c03700 !important;
}
.btn-success {
  background-color: #9c9d9f;
  border-color: #9c9d9f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #757779;
  border-color: #757779;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #757779 !important;
  border-color: #757779 !important;
}
.btn-warning {
  background-color: #11294c;
  border-color: #11294c;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #03070d;
  border-color: #03070d;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #03070d !important;
  border-color: #03070d !important;
}
.btn-danger {
  background-color: #06112c;
  border-color: #06112c;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #11233a;
  color: #11233a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #295288;
  border-color: #295288;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #295288 !important;
  border-color: #295288 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #266b83;
  color: #266b83;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #46a7c9;
  border-color: #46a7c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #46a7c9 !important;
  border-color: #46a7c9 !important;
}
.btn-info-outline {
  background: none;
  border-color: #a63000;
  color: #a63000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff530d;
  border-color: #ff530d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff530d !important;
  border-color: #ff530d !important;
}
.btn-success-outline {
  background: none;
  border-color: #696a6c;
  color: #696a6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9c9d9f;
  border-color: #9c9d9f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9c9d9f !important;
  border-color: #9c9d9f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #11294c;
  border-color: #11294c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #11294c !important;
  border-color: #11294c !important;
}
.btn-danger-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #06112c;
  border-color: #06112c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #06112c !important;
  border-color: #06112c !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-success {
  color: #9c9d9f !important;
}
.text-info {
  color: #ff530d !important;
}
.text-warning {
  color: #11294c !important;
}
.text-danger {
  color: #06112c !important;
}
.alert-success {
  background-color: #9c9d9f;
}
.alert-info {
  background-color: #ff530d;
}
.alert-warning {
  background-color: #11294c;
}
.alert-danger {
  background-color: #06112c;
}
.btn-social {
  border-color: #295288;
}
.btn-social:hover {
  background: #295288;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #295288;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #295288;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #295288;
}
.lead a,
.lead a:hover {
  color: #295288;
}
.lead blockquote {
  border-color: #295288;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6191cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddddde;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffe4d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6696dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4bbf3;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #295288;
}
#menu-2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2 .navbar-caption {
  color: #ffffff;
}
#menu-2 .navbar-toggler {
  color: #efefef;
}
#menu-2 .close-icon::before,
#menu-2 .close-icon::after {
  background-color: #efefef;
}
#menu-2 .link,
#menu-2 .dropdown-item {
  color: #efefef;
  font-family: 'Open Sans', sans-serif;
}
#menu-2 .link {
  font-size: 0.8rem;
}
#menu-2 .dropdown-item,
#menu-2 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2 .link:hover,
#menu-2 .dropdown-item:hover,
#menu-2 .link:focus,
#menu-2 .dropdown-item:focus {
  color: #295288;
}
#menu-2 .link[aria-expanded="true"],
#menu-2 .dropdown-menu {
  background: #1d3a61;
}
#menu-2 .nav-dropdown-sm .link:focus,
#menu-2 .nav-dropdown-sm .link:hover,
#menu-2 .nav-dropdown-sm .dropdown-item:focus,
#menu-2 .nav-dropdown-sm .dropdown-item:hover {
  background: #254b7c!important;
}
#menu-2 .navbar,
#menu-2 .nav-dropdown-sm,
#menu-2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2 .nav-dropdown-sm .dropdown-menu {
  background: #295288;
}
#menu-2 .bg-color.transparent .link {
  color: #efefef;
  transition: none;
}
#menu-2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2 .bg-color.transparent.opened .link:hover,
#menu-2 .bg-color.transparent.opened .link:focus {
  color: #295288;
}
#menu-2 .link[aria-expanded="true"],
#menu-2 .dropdown-item[aria-expanded="true"] {
  color: #295288!important;
}
#header1-3 .mbr-section-title {
  color: #efefef;
}
#header1-3 .mbr-section-lead {
  color: #efefef;
  font-size: 25px;
}
#msg-box3-7 .mbr-section-title,
#msg-box3-7 p {
  color: #000;
}
#msg-box3-7 .lead P {
  font-size: 21px;
  color: #11294c;
}
#msg-box3-7 .mbr-section-title {
  color: #295288;
}
#msg-box8-d .mbr-section-title,
#msg-box8-d p {
  color: #fff;
}
#msg-box8-d .mbr-section-title {
  color: #efefef;
}
#msg-box8-d .lead P {
  color: #295288;
}
#features3-h P {
  text-align: center;
  color: #efefef;
  font-size: 17px;
}
#features3-h H4 {
  color: #efefef;
  font-size: 24px;
}
#msg-box8-8 .mbr-section-title,
#msg-box8-8 p {
  color: #fff;
}
#msg-box8-8 .lead P {
  font-size: 19px;
}
#msg-box8-8 .mbr-section-title {
  color: #295288;
}
#features7-9 .card-subtitle {
  color: #11294c;
  font-size: 19px;
}
#features7-9 .iconbox {
  background-color: #46a7c9;
  border-color: #46a7c9;
}
#features7-9 H4 {
  color: #295288;
  font-size: 24px;
}
#features7-9 P {
  color: #11294c;
  font-size: 17px;
}
#features7-9 .card-subtitle I {
  color: #11294c;
}
#header3-k .mbr-section-title,
#header3-k .mbr-section-subtitle {
  text-align: center;
}
#header3-k H2 {
  color: #efefef;
}
#content2-l BLOCKQUOTE {
  color: #ffffff;
  font-size: 19px;
}
#content2-l P {
  text-align: left;
  font-size: 21px;
  color: #efefef;
}
#content2-l UL {
  font-size: 21px;
  color: #efefef;
}
#header3-u .mbr-section-title,
#header3-u .mbr-section-subtitle {
  text-align: center;
}
#header3-u H2 {
  color: #295288;
}
#features4-t .card-subtitle {
  color: #bcbcbc;
}
#features4-t .iconbox {
  background-color: #46a7c9;
  border-color: #46a7c9;
}
#features4-t P {
  color: #11294c;
  font-size: 21px;
}
#features4-t B {
  color: #295288;
}
#msg-box8-n .mbr-section-title,
#msg-box8-n p {
  color: #fff;
}
#features6-m P {
  color: #11294c;
  font-size: 17px;
}
#features6-m H4 {
  color: #11294c;
  font-size: 21px;
}
#header3-15 .mbr-section-title,
#header3-15 .mbr-section-subtitle {
  text-align: center;
}
#header3-15 H2 {
  color: #295288;
  font-size: 30px;
}
#msg-box5-r P {
  font-size: 21px;
  color: #11294c;
}
#msg-box5-r H2 {
  color: #295288;
}
#msg-box5-r .btn {
  font-size: 14px;
}
#msg-box8-s .mbr-section-title,
#msg-box8-s p {
  color: #fff;
}
#msg-box8-s .lead P {
  font-size: 21px;
  color: #efefef;
}
#msg-box8-s .mbr-section-title {
  color: #46a7c9;
}
#msg-box1-12 H3 {
  color: #295288;
}
#msg-box1-12 H2 {
  color: #11294c;
}
#msg-box1-12 I {
  font-size: 19px;
}
#features1-13 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #295288;
}
#features1-13 .mbr-cards-col:nth-child(even) .card-title {
  color: #11294c;
}
#features1-13 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #11294c;
}
#features1-13 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #efefef;
}
#features1-13 .mbr-cards-col:nth-child(even) .card-text {
  color: #11294c;
}
#features1-17 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-17 .mbr-cards-col:nth-child(odd) .card-text {
  color: #11294c;
}
#features1-17 .mbr-cards-col:nth-child(even) .card-text {
  color: #efefef;
}
#features1-17 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #efefef;
}
#features1-17 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #11294c;
}
#msg-box3-18 .mbr-section-title,
#msg-box3-18 p {
  color: #000;
}
#msg-box3-18 .mbr-section-title {
  color: #295288;
}
#social-buttons4-16 .mbr-section-title,
#social-buttons4-16 .btn-social {
  color: #fff;
}
#social-buttons4-16 .mbr-section-title {
  color: #efefef;
}
#form2-w .mbr-section-title {
  color: #295288;
}
#form2-w .mbr-section-subtitle {
  color: #11294c;
}
#contacts1-10 STRONG {
  color: #efefef;
}
#footer1-z P {
  color: #11294c;
}
