@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,600i);



body,
input,
textarea,
.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Libre Franklin', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Libre Franklin', serif;
}
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  font-family: 'Libre Franklin', 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: 'Oxygen', sans-serif;
}
.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #0073b3 !important;
}
.bg-success {
  background-color: #0073b3 !important;
}
.bg-info {
  background-color: #74a3c7 !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #ff9685 !important;
}
.btn-primary {
  background-color: #0073b3;
  border-color: #0073b3;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #004266;
  border-color: #004266;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004266 !important;
  border-color: #004266 !important;
}
.btn-secondary {
  background-color: #742282;
  border-color: #742282;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #3e1245;
  border-color: #3e1245;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3e1245 !important;
  border-color: #3e1245 !important;
}
.btn-info {
  background-color: #74a3c7;
  border-color: #74a3c7;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #447eaa;
  border-color: #447eaa;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #447eaa !important;
  border-color: #447eaa !important;
}
.btn-success {
  background-color: #0073b3;
  border-color: #0073b3;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #004266;
  border-color: #004266;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004266 !important;
  border-color: #004266 !important;
}
.btn-warning {
  background-color: #ffd785;
  border-color: #ffd785;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ffbe38;
  border-color: #ffbe38;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe38 !important;
  border-color: #ffbe38 !important;
}
.btn-danger {
  background-color: #ff9685;
  border-color: #ff9685;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff5438;
  border-color: #ff5438;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5438 !important;
  border-color: #ff5438 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #00314d;
  color: #00314d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0073b3;
  border-color: #0073b3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0073b3 !important;
  border-color: #0073b3 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #2c0d31;
  color: #2c0d31;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #742282;
  border-color: #742282;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #742282 !important;
  border-color: #742282 !important;
}
.btn-info-outline {
  background: none;
  border-color: #3d7198;
  color: #3d7198;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #74a3c7;
  border-color: #74a3c7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #74a3c7 !important;
  border-color: #74a3c7 !important;
}
.btn-success-outline {
  background: none;
  border-color: #00314d;
  color: #00314d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0073b3;
  border-color: #0073b3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0073b3 !important;
  border-color: #0073b3 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ffb61f;
  color: #ffb61f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffd785;
  border-color: #ffd785;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd785 !important;
  border-color: #ffd785 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #ff3e1f;
  color: #ff3e1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff9685;
  border-color: #ff9685;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9685 !important;
  border-color: #ff9685 !important;
}
.text-primary {
  color: #0073b3 !important;
}
.text-success {
  color: #0073b3 !important;
}
.text-info {
  color: #74a3c7 !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #ff9685 !important;
}
.alert-success {
  background-color: #0073b3;
}
.alert-info {
  background-color: #74a3c7;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #ff9685;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #0073b3;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #0073b3;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0073b3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0073b3;
}
.lead a,
.lead a:hover {
  color: #0073b3;
}
.lead blockquote {
  border-color: #0073b3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #33b6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #33b6ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfdfec;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #000;
}
/* DirectM */
a {
  color: #74a3c7;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #0073b3;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #0073b3;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #0073b3;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Oxygen', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #0073b3;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #005c8f, #0073b3, #0094e6);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #0073b3 !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #0073b3;
}
.tabs1 .colorBG {
  background-color: #0073b3;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #0073b3;
}
.content4 p {
  border-bottom: 3px solid #0073b3;
  border-top: 3px solid #0073b3;
}
/*follow1*/
.follow1 .btn-social {
  color: #0073b3;
  border-color: #0073b3;
}
.follow1 .btn-social:hover {
  color: #0094e6;
  background: rgba(0, 115, 179, 0.1);
  border-color: #0094e6;
}
/*share1*/
.share1 .btn-social {
  color: #0073b3;
  border-color: #0073b3;
}
.share1 .btn-social:hover {
  color: #0094e6;
  background: rgba(0, 115, 179, 0.1);
  border-color: #0094e6;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #0073b3;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Libre Franklin', serif;
}
.mbr-gallery-filter li {
  color: #74a3c7;
}
.btn-empty:focus {
  color: #0073b3;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #74a3c7;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #0073b3;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #0073b3;
}
.hamburger-icon {
  background-color: #0073b3 !important;
}
.hamburger-icon:before {
  background-color: #0073b3;
}
.hamburger-icon:after {
  background-color: #0073b3;
}
#menu1-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-0 .navbar-toggler {
  color: #083659;
}
#menu1-0 .close-icon::before,
#menu1-0 .close-icon::after {
  background-color: #083659;
}
#menu1-0 .link,
#menu1-0 .dropdown-item {
  color: #083659;
  font-family: 'Libre Franklin', serif;
}
#menu1-0 .link {
  font-size: 1.1rem;
}
#menu1-0 .dropdown-item,
#menu1-0 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu1-0 .link:hover,
#menu1-0 .link:focus {
  color: #34497e;
}
#menu1-0 .dropdown-item:hover::before,
#menu1-0 .dropdown-item:focus::before {
  background: #34497e;
}
#menu1-0 .dropdown-item:hover,
#menu1-0 .dropdown-item:focus {
  color: #083659;
}
#menu1-0 .link[aria-expanded="true"],
#menu1-0 .dropdown-menu {
  background: #ffffff;
}
#menu1-0 .nav-dropdown-sm .link:focus,
#menu1-0 .nav-dropdown-sm .link:hover,
#menu1-0 .nav-dropdown-sm .dropdown-item:focus,
#menu1-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-0 .navbar,
#menu1-0 .nav-dropdown-sm,
#menu1-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-0 .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-0 .bg-color.transparent .link {
  color: #083659;
  transition: none;
}
#menu1-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-0 .bg-color.transparent.opened .link:hover,
#menu1-0 .bg-color.transparent.opened .link:focus {
  color: #34497e;
}
#menu1-0 .link[aria-expanded="true"],
#menu1-0 .dropdown-item[aria-expanded="true"] {
  color: #34497e!important;
}
#header3-1 P {
  font-size: 16px;
}
#features17-3 .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features17-3 .mbr-table-cell {
  vertical-align: middle;
}
#features19-4 .mbr-iconfont {
  background: #0073b3;
  border-color: #0073b3;
}
#features19-4 .heading-title {
  color: #0073b3;
}
#content5-9 .mbr-section-title,
#content5-9 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-9 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-9 .mbr-table-cell {
  vertical-align: middle;
}
#content5-9 .heading-title {
  font-size: 48px;
}
#footer2-16 .footer-list {
  color: #efeade;
}
#footer2-16 .btn-social {
  border-color: #efeade;
  color: #efeade;
}
#footer2-16 .btn-social:hover {
  background: #efeade;
  color: #fff;
}
#footer2-16 .footer-header {
  font-size: 16px;
  text-align: left;
}
#footer2-16 .footer-header B {
  font-size: 14px;
}
#menu1-j .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-j .navbar-toggler {
  color: #083659;
}
#menu1-j .close-icon::before,
#menu1-j .close-icon::after {
  background-color: #083659;
}
#menu1-j .link,
#menu1-j .dropdown-item {
  color: #083659;
  font-family: 'Libre Franklin', serif;
}
#menu1-j .link {
  font-size: 1.1rem;
}
#menu1-j .dropdown-item,
#menu1-j .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu1-j .link:hover,
#menu1-j .link:focus {
  color: #34497e;
}
#menu1-j .dropdown-item:hover::before,
#menu1-j .dropdown-item:focus::before {
  background: #34497e;
}
#menu1-j .dropdown-item:hover,
#menu1-j .dropdown-item:focus {
  color: #083659;
}
#menu1-j .link[aria-expanded="true"],
#menu1-j .dropdown-menu {
  background: #ffffff;
}
#menu1-j .nav-dropdown-sm .link:focus,
#menu1-j .nav-dropdown-sm .link:hover,
#menu1-j .nav-dropdown-sm .dropdown-item:focus,
#menu1-j .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-j .navbar,
#menu1-j .nav-dropdown-sm,
#menu1-j .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-j .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-j .bg-color.transparent .link {
  color: #083659;
  transition: none;
}
#menu1-j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-j .bg-color.transparent.opened .link:hover,
#menu1-j .bg-color.transparent.opened .link:focus {
  color: #34497e;
}
#menu1-j .link[aria-expanded="true"],
#menu1-j .dropdown-item[aria-expanded="true"] {
  color: #34497e!important;
}
#header3-k P {
  font-size: 30px;
  color: #226293;
}
#header3-k H3 {
  font-size: 46px;
}
#features19-m .mbr-iconfont {
  background: #0073b3;
  border-color: #0073b3;
}
#features19-m .heading-title {
  color: #226293;
}
#footer2-16 .footer-list {
  color: #efeade;
}
#footer2-16 .btn-social {
  border-color: #efeade;
  color: #efeade;
}
#footer2-16 .btn-social:hover {
  background: #efeade;
  color: #fff;
}
#footer2-16 .footer-header {
  font-size: 16px;
  text-align: left;
}
#footer2-16 .footer-header B {
  font-size: 14px;
}
#menu1-x .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-x .navbar-toggler {
  color: #083659;
}
#menu1-x .close-icon::before,
#menu1-x .close-icon::after {
  background-color: #083659;
}
#menu1-x .link,
#menu1-x .dropdown-item {
  color: #083659;
  font-family: 'Libre Franklin', serif;
}
#menu1-x .link {
  font-size: 1.1rem;
}
#menu1-x .dropdown-item,
#menu1-x .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu1-x .link:hover,
#menu1-x .link:focus {
  color: #34497e;
}
#menu1-x .dropdown-item:hover::before,
#menu1-x .dropdown-item:focus::before {
  background: #34497e;
}
#menu1-x .dropdown-item:hover,
#menu1-x .dropdown-item:focus {
  color: #083659;
}
#menu1-x .link[aria-expanded="true"],
#menu1-x .dropdown-menu {
  background: #ffffff;
}
#menu1-x .nav-dropdown-sm .link:focus,
#menu1-x .nav-dropdown-sm .link:hover,
#menu1-x .nav-dropdown-sm .dropdown-item:focus,
#menu1-x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-x .navbar,
#menu1-x .nav-dropdown-sm,
#menu1-x .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-x .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-x .bg-color.transparent .link {
  color: #083659;
  transition: none;
}
#menu1-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-x .bg-color.transparent.opened .link:hover,
#menu1-x .bg-color.transparent.opened .link:focus {
  color: #34497e;
}
#menu1-x .link[aria-expanded="true"],
#menu1-x .dropdown-item[aria-expanded="true"] {
  color: #34497e!important;
}
#header3-y P {
  font-size: 30px;
  color: #226293;
}
#header3-y H3 {
  font-size: 48px;
}
#content3-29 .mbr-section-title,
#content3-29 .mbr-section-subtitle {
  text-align: center;
}
#content3-29 H1 {
  color: #226293;
  font-size: 48px;
}
#content3-29 P {
  text-align: right;
}
#footer2-16 .footer-list {
  color: #efeade;
}
#footer2-16 .btn-social {
  border-color: #efeade;
  color: #efeade;
}
#footer2-16 .btn-social:hover {
  background: #efeade;
  color: #fff;
}
#footer2-16 .footer-header {
  font-size: 16px;
  text-align: left;
}
#footer2-16 .footer-header B {
  font-size: 14px;
}
#menu1-1b .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-1b .navbar-toggler {
  color: #083659;
}
#menu1-1b .close-icon::before,
#menu1-1b .close-icon::after {
  background-color: #083659;
}
#menu1-1b .link,
#menu1-1b .dropdown-item {
  color: #083659;
  font-family: 'Libre Franklin', serif;
}
#menu1-1b .link {
  font-size: 1.1rem;
}
#menu1-1b .dropdown-item,
#menu1-1b .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu1-1b .link:hover,
#menu1-1b .link:focus {
  color: #34497e;
}
#menu1-1b .dropdown-item:hover::before,
#menu1-1b .dropdown-item:focus::before {
  background: #34497e;
}
#menu1-1b .dropdown-item:hover,
#menu1-1b .dropdown-item:focus {
  color: #083659;
}
#menu1-1b .link[aria-expanded="true"],
#menu1-1b .dropdown-menu {
  background: #ffffff;
}
#menu1-1b .nav-dropdown-sm .link:focus,
#menu1-1b .nav-dropdown-sm .link:hover,
#menu1-1b .nav-dropdown-sm .dropdown-item:focus,
#menu1-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-1b .navbar,
#menu1-1b .nav-dropdown-sm,
#menu1-1b .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-1b .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-1b .bg-color.transparent .link {
  color: #083659;
  transition: none;
}
#menu1-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-1b .bg-color.transparent.opened .link:hover,
#menu1-1b .bg-color.transparent.opened .link:focus {
  color: #34497e;
}
#menu1-1b .link[aria-expanded="true"],
#menu1-1b .dropdown-item[aria-expanded="true"] {
  color: #34497e!important;
}
#header3-1c P {
  font-size: 30px;
  color: #226293;
}
#header3-1c H3 {
  font-size: 48px;
}
#msg-box5-1i .mbr-section-title {
  color: #fff;
  line-height: 1;
}
#msg-box5-1i .round-text {
  color: #fff;
  text-align: left;
}
#footer2-1g .footer-list {
  color: #efeade;
}
#footer2-1g .btn-social {
  border-color: #efeade;
  color: #efeade;
}
#footer2-1g .btn-social:hover {
  background: #efeade;
  color: #fff;
}
#footer2-1g .footer-header {
  font-size: 16px;
  text-align: left;
}
#footer2-1g .footer-header B {
  font-size: 14px;
}
#menu1-2i .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2i .navbar-toggler {
  color: #083659;
}
#menu1-2i .close-icon::before,
#menu1-2i .close-icon::after {
  background-color: #083659;
}
#menu1-2i .link,
#menu1-2i .dropdown-item {
  color: #083659;
  font-family: 'Libre Franklin', serif;
}
#menu1-2i .link {
  font-size: 1.1rem;
}
#menu1-2i .dropdown-item,
#menu1-2i .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu1-2i .link:hover,
#menu1-2i .link:focus {
  color: #34497e;
}
#menu1-2i .dropdown-item:hover::before,
#menu1-2i .dropdown-item:focus::before {
  background: #34497e;
}
#menu1-2i .dropdown-item:hover,
#menu1-2i .dropdown-item:focus {
  color: #083659;
}
#menu1-2i .link[aria-expanded="true"],
#menu1-2i .dropdown-menu {
  background: #ffffff;
}
#menu1-2i .nav-dropdown-sm .link:focus,
#menu1-2i .nav-dropdown-sm .link:hover,
#menu1-2i .nav-dropdown-sm .dropdown-item:focus,
#menu1-2i .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-2i .navbar,
#menu1-2i .nav-dropdown-sm,
#menu1-2i .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2i .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-2i .bg-color.transparent .link {
  color: #083659;
  transition: none;
}
#menu1-2i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2i .bg-color.transparent.opened .link:hover,
#menu1-2i .bg-color.transparent.opened .link:focus {
  color: #34497e;
}
#menu1-2i .link[aria-expanded="true"],
#menu1-2i .dropdown-item[aria-expanded="true"] {
  color: #34497e!important;
}
#header3-2j P {
  font-size: 25px;
  color: #0073b3;
}
#header3-2j H3 {
  font-size: 48px;
}
#features17-2k .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features17-2k .mbr-table-cell {
  vertical-align: middle;
}
#features19-2l .mbr-iconfont {
  background: #0073b3;
  border-color: #0073b3;
}
#features19-2l .heading-title {
  color: #0073b3;
}
#content3-2w .mbr-section-title,
#content3-2w .mbr-section-subtitle {
  text-align: center;
}
#features6-2x .mbr-iconfont {
  color: #0073b3;
  border-color: #0073b3;
}
#features5-2y .mbr-cards-col:hover .card-overlay {
  opacity: 1;
}
#features5-2y .mbr-cards-col:hover .card-title {
  color: #fff;
}
#features5-2y .mbr-cards-col:hover .mbr-iconfont {
  border: 2px solid #fff;
  color: #fff;
}
#features5-2y .mbr-iconfont {
  color: #0073b3;
  border-color: #0073b3;
}
#footer2-2n .footer-list {
  color: #efeade;
}
#footer2-2n .btn-social {
  border-color: #efeade;
  color: #efeade;
}
#footer2-2n .btn-social:hover {
  background: #efeade;
  color: #fff;
}
#footer2-2n .footer-header {
  font-size: 16px;
  text-align: left;
}
#footer2-2n .footer-header B {
  font-size: 14px;
}
#features2-32 .mbr-iconfont {
  color: #0073b3;
  border-color: #0073b3;
}
#features2-33 .mbr-iconfont {
  color: #0073b3;
  border-color: #0073b3;
}
#tabs2-35 UL {
  text-align: left;
}
#menu1-2a .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-2a .navbar-toggler {
  color: #083659;
}
#menu1-2a .close-icon::before,
#menu1-2a .close-icon::after {
  background-color: #083659;
}
#menu1-2a .link,
#menu1-2a .dropdown-item {
  color: #083659;
  font-family: 'Libre Franklin', serif;
}
#menu1-2a .link {
  font-size: 1.1rem;
}
#menu1-2a .dropdown-item,
#menu1-2a .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#menu1-2a .link:hover,
#menu1-2a .link:focus {
  color: #34497e;
}
#menu1-2a .dropdown-item:hover::before,
#menu1-2a .dropdown-item:focus::before {
  background: #34497e;
}
#menu1-2a .dropdown-item:hover,
#menu1-2a .dropdown-item:focus {
  color: #083659;
}
#menu1-2a .link[aria-expanded="true"],
#menu1-2a .dropdown-menu {
  background: #ffffff;
}
#menu1-2a .nav-dropdown-sm .link:focus,
#menu1-2a .nav-dropdown-sm .link:hover,
#menu1-2a .nav-dropdown-sm .dropdown-item:focus,
#menu1-2a .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-2a .navbar,
#menu1-2a .nav-dropdown-sm,
#menu1-2a .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-2a .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-2a .bg-color.transparent .link {
  color: #083659;
  transition: none;
}
#menu1-2a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-2a .bg-color.transparent.opened .link:hover,
#menu1-2a .bg-color.transparent.opened .link:focus {
  color: #34497e;
}
#menu1-2a .link[aria-expanded="true"],
#menu1-2a .dropdown-item[aria-expanded="true"] {
  color: #34497e!important;
}
#header3-2b P {
  font-size: 25px;
  color: #0073b3;
}
#header3-2b H3 {
  font-size: 48px;
}
#features17-2c .card .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#features17-2c .mbr-table-cell {
  vertical-align: middle;
}
#features19-2d .mbr-iconfont {
  background: #0073b3;
  border-color: #0073b3;
}
#features19-2d .heading-title {
  color: #0073b3;
}
#footer2-2h .footer-list {
  color: #efeade;
}
#footer2-2h .btn-social {
  border-color: #efeade;
  color: #efeade;
}
#footer2-2h .btn-social:hover {
  background: #efeade;
  color: #fff;
}
#footer2-2h .footer-header {
  font-size: 16px;
  text-align: left;
}
#footer2-2h .footer-header B {
  font-size: 14px;
}
