@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);













body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', 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: 'Montserrat', 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: 'Montserrat', 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: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #7c706b !important;
}
.bg-info {
  background-color: #475577 !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #475577;
  border-color: #475577;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #2a3347;
  border-color: #2a3347;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a3347 !important;
  border-color: #2a3347 !important;
}
.btn-success {
  background-color: #7c706b;
  border-color: #7c706b;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #534b48;
  border-color: #534b48;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #534b48 !important;
  border-color: #534b48 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #212737;
  color: #212737;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #475577;
  border-color: #475577;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #475577 !important;
  border-color: #475577 !important;
}
.btn-success-outline {
  background: none;
  border-color: #453f3c;
  color: #453f3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7c706b;
  border-color: #7c706b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7c706b !important;
  border-color: #7c706b !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-success {
  color: #7c706b !important;
}
.text-info {
  color: #475577 !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #7c706b;
}
.alert-info {
  background-color: #475577;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #000000;
}
.btn-social:hover {
  background: #000000;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #000000;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #000000;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.lead a,
.lead a:hover {
  color: #000000;
}
.lead blockquote {
  border-color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b1ae;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8695b7;
}
.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: #000000;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1 .navbar-caption {
  color: #ffffff;
}
#menu-1 .navbar-toggler {
  color: #ffffff;
}
#menu-1 .close-icon::before,
#menu-1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1 .link,
#menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#menu-1 .link {
  font-size: 1.05rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-1 .link:hover,
#menu-1 .dropdown-item:hover,
#menu-1 .link:focus,
#menu-1 .dropdown-item:focus {
  color: #000000;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-menu {
  background: #0f2256;
}
#menu-1 .nav-dropdown-sm .link:focus,
#menu-1 .nav-dropdown-sm .link:hover,
#menu-1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #152e74!important;
}
#menu-1 .navbar,
#menu-1 .nav-dropdown-sm,
#menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #173381;
}
#menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1 .bg-color.transparent.opened .link:hover,
#menu-1 .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#slider-3 H2 {
  text-align: left;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#slider-3 P {
  color: #ffffff;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#header3-5 .mbr-section-title,
#header3-5 .mbr-section-subtitle {
  text-align: center;
}
#header3-5 SMALL {
  color: #fa0a07;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}
#content2-6 BLOCKQUOTE {
  font-family: 'Ubuntu', sans-serif;
}
#msg-box5-7 H3 {
  text-align: left;
  font-size: 36px;
  color: #000000;
}
#msg-box5-7 P {
  text-align: left;
  color: #000000;
}
#msg-box5-7 .btn {
  font-size: 14px;
}
#header3-9 .mbr-section-title,
#header3-9 .mbr-section-subtitle {
  text-align: center;
}
#features4-8 .card-subtitle {
  color: #bcbcbc;
}
#features4-8 .iconbox {
  background-color: #173381;
  border-color: #173381;
}
#features4-8 P {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
#contacts5-g p,
#contacts5-g .list-group-text,
#contacts5-g .form-control-label {
  color: #000;
}
#contacts5-g strong,
#contacts5-g h4 {
  color: #7e9b9f;
}
#contacts5-g form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-g .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-g .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-g P {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-g .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-g SPAN {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-g .btn {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-g H4 {
  color: #173381;
}
#contacts5-g STRONG {
  color: #173381;
}













#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;
  font-family: 'Ubuntu', sans-serif;
}
#menu-k .link {
  font-size: 1.05rem;
}
#menu-k .dropdown-item,
#menu-k .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-k .link:hover,
#menu-k .dropdown-item:hover,
#menu-k .link:focus,
#menu-k .dropdown-item:focus {
  color: #000000;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-menu {
  background: #0f2256;
}
#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: #152e74!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: #173381;
}
#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: #000000;
}
#menu-k .link[aria-expanded="true"],
#menu-k .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#slider-l H2 {
  text-align: left;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#slider-l P {
  color: #ffffff;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#header3-m .mbr-section-title,
#header3-m .mbr-section-subtitle {
  text-align: center;
}
#header3-m SMALL {
  color: #fa0a07;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}
#header3-m H3 {
  font-family: 'Ubuntu', sans-serif;
}
#content2-n BLOCKQUOTE {
  font-family: 'Ubuntu', sans-serif;
}
#content2-u BLOCKQUOTE {
  font-family: 'Ubuntu', sans-serif;
}
#content2-v BLOCKQUOTE {
  font-family: 'Ubuntu', sans-serif;
}
#msg-box5-o H3 {
  text-align: left;
  font-size: 36px;
  color: #000000;
}
#msg-box5-o P {
  text-align: left;
  color: #000000;
}
#header3-p .mbr-section-title,
#header3-p .mbr-section-subtitle {
  text-align: center;
}
#features4-q .card-subtitle {
  color: #bcbcbc;
}
#features4-q .iconbox {
  background-color: #173381;
  border-color: #173381;
}
#features4-q P {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
#contacts5-s p,
#contacts5-s .list-group-text,
#contacts5-s .form-control-label {
  color: #000;
}
#contacts5-s strong,
#contacts5-s h4 {
  color: #7e9b9f;
}
#contacts5-s form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-s .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-s .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-s P {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-s .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-s SPAN {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-s .btn {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-s H4 {
  color: #173381;
}
#contacts5-s STRONG {
  color: #173381;
}










#menu-w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-w .navbar-caption {
  color: #ffffff;
}
#menu-w .navbar-toggler {
  color: #ffffff;
}
#menu-w .close-icon::before,
#menu-w .close-icon::after {
  background-color: #ffffff;
}
#menu-w .link,
#menu-w .dropdown-item {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#menu-w .link {
  font-size: 1.05rem;
}
#menu-w .dropdown-item,
#menu-w .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-w .link:hover,
#menu-w .dropdown-item:hover,
#menu-w .link:focus,
#menu-w .dropdown-item:focus {
  color: #000000;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-menu {
  background: #0f2256;
}
#menu-w .nav-dropdown-sm .link:focus,
#menu-w .nav-dropdown-sm .link:hover,
#menu-w .nav-dropdown-sm .dropdown-item:focus,
#menu-w .nav-dropdown-sm .dropdown-item:hover {
  background: #152e74!important;
}
#menu-w .navbar,
#menu-w .nav-dropdown-sm,
#menu-w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-w .nav-dropdown-sm .dropdown-menu {
  background: #173381;
}
#menu-w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-w .bg-color.transparent.opened .link:hover,
#menu-w .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#slider-x H2 {
  text-align: left;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#slider-x P {
  color: #ffffff;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#header3-1a .mbr-section-title,
#header3-1a .mbr-section-subtitle {
  text-align: center;
}
#header3-1a H3 {
  font-family: 'Ubuntu', sans-serif;
}
#header3-1a SMALL {
  font-family: 'Ubuntu', sans-serif;
  color: #fa0a07;
  font-size: 20px;
}
#msg-box5-12 H3 {
  text-align: left;
  font-size: 36px;
  color: #000000;
}
#msg-box5-12 P {
  text-align: left;
  color: #000000;
}
#header3-13 .mbr-section-title,
#header3-13 .mbr-section-subtitle {
  text-align: center;
}
#features4-14 .card-subtitle {
  color: #bcbcbc;
}
#features4-14 .iconbox {
  background-color: #173381;
  border-color: #173381;
}
#features4-14 P {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
#contacts5-16 p,
#contacts5-16 .list-group-text,
#contacts5-16 .form-control-label {
  color: #000;
}
#contacts5-16 strong,
#contacts5-16 h4 {
  color: #7e9b9f;
}
#contacts5-16 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-16 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-16 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-16 P {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-16 .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-16 SPAN {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-16 .btn {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-16 H4 {
  color: #173381;
}
#contacts5-16 STRONG {
  color: #173381;
}














#menu-1b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1b .navbar-caption {
  color: #ffffff;
}
#menu-1b .navbar-toggler {
  color: #ffffff;
}
#menu-1b .close-icon::before,
#menu-1b .close-icon::after {
  background-color: #ffffff;
}
#menu-1b .link,
#menu-1b .dropdown-item {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#menu-1b .link {
  font-size: 1.05rem;
}
#menu-1b .dropdown-item,
#menu-1b .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-1b .link:hover,
#menu-1b .dropdown-item:hover,
#menu-1b .link:focus,
#menu-1b .dropdown-item:focus {
  color: #000000;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-menu {
  background: #0f2256;
}
#menu-1b .nav-dropdown-sm .link:focus,
#menu-1b .nav-dropdown-sm .link:hover,
#menu-1b .nav-dropdown-sm .dropdown-item:focus,
#menu-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #152e74!important;
}
#menu-1b .navbar,
#menu-1b .nav-dropdown-sm,
#menu-1b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1b .nav-dropdown-sm .dropdown-menu {
  background: #173381;
}
#menu-1b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1b .bg-color.transparent.opened .link:hover,
#menu-1b .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#slider-1c H2 {
  text-align: left;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#slider-1c P {
  color: #ffffff;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#header3-1d .mbr-section-title,
#header3-1d .mbr-section-subtitle {
  text-align: center;
}
#header3-1d H3 {
  font-family: 'Ubuntu', sans-serif;
}
#header3-1d SMALL {
  font-family: 'Ubuntu', sans-serif;
  color: #fa0a07;
  font-size: 20px;
}
#content5-1k .mbr-section-title,
#content5-1k p {
  color: #fff;
}
#content5-1k .mbr-section-title {
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
}
#content5-1k P {
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
}
#content5-1m .mbr-section-title,
#content5-1m p {
  color: #fff;
}
#content5-1m .mbr-section-title {
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
}
#content5-1m P {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  text-align: left;
}
#msg-box5-1f H3 {
  text-align: left;
  font-size: 36px;
  color: #000000;
}
#msg-box5-1f P {
  text-align: left;
  color: #000000;
}
#header3-1g .mbr-section-title,
#header3-1g .mbr-section-subtitle {
  text-align: center;
}
#features4-1h .card-subtitle {
  color: #bcbcbc;
}
#features4-1h .iconbox {
  background-color: #173381;
  border-color: #173381;
}
#features4-1h P {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
#contacts5-1j p,
#contacts5-1j .list-group-text,
#contacts5-1j .form-control-label {
  color: #000;
}
#contacts5-1j strong,
#contacts5-1j h4 {
  color: #7e9b9f;
}
#contacts5-1j form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-1j .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-1j .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-1j P {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1j .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1j SPAN {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1j .btn {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1j H4 {
  color: #173381;
}
#contacts5-1j STRONG {
  color: #173381;
}











#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
}
#menu-1p .navbar-toggler {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #ffffff;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#menu-1p .link {
  font-size: 1.05rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #000000;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: #0f2256;
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #152e74!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: #173381;
}
#menu-1p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#slider-1q H2 {
  text-align: left;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
#slider-1q P {
  color: #ffffff;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#form1-1z .form-control-label {
  color: #000000;
}
#form1-1z .mbr-section-title {
  font-family: 'Ubuntu', sans-serif;
}
#form1-1z SMALL {
  font-family: 'Ubuntu', sans-serif;
  color: #fa0a07;
  font-size: 20px;
}
#form1-1z .btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
}
#header3-1v .mbr-section-title,
#header3-1v .mbr-section-subtitle {
  text-align: center;
}
#features4-1w .card-subtitle {
  color: #bcbcbc;
}
#features4-1w .iconbox {
  background-color: #173381;
  border-color: #173381;
}
#features4-1w P {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
#contacts5-1y p,
#contacts5-1y .list-group-text,
#contacts5-1y .form-control-label {
  color: #000;
}
#contacts5-1y strong,
#contacts5-1y h4 {
  color: #7e9b9f;
}
#contacts5-1y form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-1y .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-1y .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-1y P {
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1y .list-group-text {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1y SPAN {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1y .btn {
  font-family: 'Ubuntu', sans-serif;
}
#contacts5-1y H4 {
  color: #173381;
}
#contacts5-1y STRONG {
  color: #173381;
}
#msg-box3-2d .mbr-section-title,
#msg-box3-2d p {
  color: #000;
}
#msg-box3-2d .mbr-section-title {
  color: #ffffff;
}
#msg-box3-2d .lead P {
  color: #ffffff;
}
#msg-box3-2d .btn {
  font-size: 18px;
}
