@import url(https://fonts.googleapis.com/css?family=Raleway: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=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato: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: #2969b0 !important;
}
.bg-success {
  background-color: #fa9806 !important;
}
.bg-info {
  background-color: #03aaff !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #b8312f !important;
}
.btn-primary {
  background-color: #2969b0;
  border-color: #2969b0;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #1b4472;
  border-color: #1b4472;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b4472 !important;
  border-color: #1b4472 !important;
}
.btn-secondary {
  background-color: #03b336;
  border-color: #03b336;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #02681f;
  border-color: #02681f;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #02681f !important;
  border-color: #02681f !important;
}
.btn-info {
  background-color: #03aaff;
  border-color: #03aaff;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #0078b5;
  border-color: #0078b5;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0078b5 !important;
  border-color: #0078b5 !important;
}
.btn-success {
  background-color: #fa9806;
  border-color: #fa9806;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #b06b04;
  border-color: #b06b04;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b06b04 !important;
  border-color: #b06b04 !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: #b8312f;
  border-color: #b8312f;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #7b211f;
  border-color: #7b211f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b211f !important;
  border-color: #7b211f !important;
}
.btn-primary-outline {
  background: none;
  border-color: #16385d;
  color: #16385d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2969b0;
  border-color: #2969b0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2969b0 !important;
  border-color: #2969b0 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #014f18;
  color: #014f18;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #03b336;
  border-color: #03b336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #03b336 !important;
  border-color: #03b336 !important;
}
.btn-info-outline {
  background: none;
  border-color: #00679c;
  color: #00679c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #03aaff;
  border-color: #03aaff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #03aaff !important;
  border-color: #03aaff !important;
}
.btn-success-outline {
  background: none;
  border-color: #975c03;
  color: #975c03;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fa9806;
  border-color: #fa9806;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9806 !important;
  border-color: #fa9806 !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: #671b1a;
  color: #671b1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b8312f;
  border-color: #b8312f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b8312f !important;
  border-color: #b8312f !important;
}
.text-primary {
  color: #2969b0 !important;
}
.text-success {
  color: #fa9806 !important;
}
.text-info {
  color: #03aaff !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #b8312f !important;
}
.alert-success {
  background-color: #fa9806;
}
.alert-info {
  background-color: #03aaff;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #b8312f;
}
.btn-social {
  border-color: #2969b0;
}
.btn-social:hover {
  background: #2969b0;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2969b0;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2969b0;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2969b0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2969b0;
}
.lead a,
.lead a:hover {
  color: #2969b0;
}
.lead blockquote {
  border-color: #2969b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #79aae0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feebce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfefff;
}
.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: #e08886;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #2969b0;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Lora', serif;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Lora', serif;
}
.features6 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.features6 .description {
  font-family: 'Raleway', sans-serif;
}
.count,
.counter-title {
  font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #2969b0;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Lora', serif;
}
.extHeader5 .container label {
  font-family: 'Lora', serif;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Lora', serif;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Lora', serif;
}
.extHeader13 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
  font-family: 'Lora', serif;
}
.extHeader13 .dot {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Lora', serif;
}
.extFeatures .feature-text {
  font-family: 'Raleway', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #2969b0;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Lora', serif;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Lora', serif;
}
.extForm2 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
  font-family: 'Lora', serif;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #2969b0;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #2969b0;
}
.extCounters2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Lora', serif;
}
.extCounters3 .count {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Lora', serif;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #2969b0;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #2969b0;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #2969b0;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Lora', serif;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Lora', serif;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #2969b0;
}
.extAccordion1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #2969b0;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Raleway', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #2969b0;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #2969b0;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #2969b0;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Lora', serif;
}
.extMsg-box1 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Lora', serif;
}
.extMsg-box1 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Lora', serif;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Lora', serif;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #2969b0 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #2969b0;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #2969b0;
}
.theme-border {
  border: 1px solid #2969b0;
}
#extFeatures8-0 .feature-title,
#extFeatures8-0 .description {
  color: #232323;
}
#extFeatures8-0 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-0 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-0 .feature-title {
  font-size: 30px;
}
#extFeatures8-0 P {
  font-size: 20px;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#header3-b .mbr-section-title,
#header3-b .mbr-section-subtitle {
  text-align: center;
}
#header3-b SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-a H4 {
  font-size: 30px;
}
#features3-a P {
  font-size: 25px;
}
#features3-a .btn {
  font-size: 25px;
}
#header3-4 .mbr-section-title,
#header3-4 .mbr-section-subtitle {
  text-align: center;
}
#header3-4 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-5 P {
  font-size: 25px;
}
#msg-box1-6 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-6 .btn {
  font-size: 25px;
}
#msg-box1-6 SPAN {
  font-size: 36px;
}
#header1-7 .btn {
  font-size: 25px;
}
#header1-7 .mbr-section-title {
  color: #2969b0;
}
#header1-7 .mbr-section-lead {
  color: #000000;
}
#header1-7 .mbr-section-lead SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#extFeatures8-8 .feature-title,
#extFeatures8-8 .description {
  color: #232323;
}
#extFeatures8-8 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-8 .mbr-section-subtitle SPAN {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extFeatures8-8 .feature-title {
  font-size: 30px;
  color: #ffffff;
}
#extFeatures8-8 P {
  font-size: 25px;
  color: #ffffff;
}
#extFeatures8-8 .mbr-section-title {
  color: #ffffff;
}
#extHeader1-9 P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-9 .btn {
  font-size: 25px;
}




#extFeatures8-c .feature-title,
#extFeatures8-c .description {
  color: #232323;
}
#extFeatures8-c .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-c .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-c .feature-title {
  font-size: 30px;
}
#extFeatures8-c P {
  font-size: 20px;
}
#header3-d .mbr-section-title,
#header3-d .mbr-section-subtitle {
  text-align: center;
}
#header3-d SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-f .mbr-section-title,
#header3-f .mbr-section-subtitle {
  text-align: center;
}
#header3-f SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-g H4 {
  font-size: 30px;
}
#features3-g P {
  font-size: 25px;
}
#features3-g .btn {
  font-size: 25px;
}
#header3-r .mbr-section-title,
#header3-r .mbr-section-subtitle {
  text-align: center;
}
#header3-r SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-p .btn {
  font-size: 25px;
}
#extHeader5-p SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-p H3 {
  color: #000000;
}
#header3-h .mbr-section-title,
#header3-h .mbr-section-subtitle {
  text-align: center;
}
#header3-h SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-i P {
  font-size: 25px;
}
#msg-box1-j H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-j .btn {
  font-size: 25px;
}
#msg-box1-j SPAN {
  font-size: 36px;
}
#ext_menu-o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-o .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-o .navbar-toggler {
  color: #ffffff;
}
#ext_menu-o .close-icon::before,
#ext_menu-o .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-o .link,
#ext_menu-o .dropdown-item {
  color: #ffffff;
}
#ext_menu-o .link {
  font-size: 1.15rem;
}
#ext_menu-o .dropdown-item,
#ext_menu-o .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-o .link:hover,
#ext_menu-o .dropdown-item:hover,
#ext_menu-o .link:focus,
#ext_menu-o .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-o .link[aria-expanded="true"],
#ext_menu-o .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-o .nav-dropdown-sm .link:focus,
#ext_menu-o .nav-dropdown-sm .link:hover,
#ext_menu-o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-o .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-o .navbar,
#ext_menu-o .nav-dropdown-sm,
#ext_menu-o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-o .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-o .bg-color.transparent.opened .link:hover,
#ext_menu-o .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-o .link[aria-expanded="true"],
#ext_menu-o .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-o .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-q .mbr-plan-header,
#pricing-table2-q .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-q ul,
#pricing-table2-q .mbr-plan-title,
#pricing-table2-q .mbr-price-value,
#pricing-table2-q .mbr-price-figure,
#pricing-table2-q .mbr-price-term {
  color: #28262b;
}
#pricing-table2-q .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-q .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-q UL {
  font-size: 25px;
  color: #000000;
}
#pricing-table2-q .mbr-plan-label {
  font-size: 20px;
}
#pricing-table2-q .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-q .mbr-plan-subtitle {
  font-size: 20px;
}
#extHeader1-m P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-m .btn {
  font-size: 25px;
}






#extFeatures8-s .feature-title,
#extFeatures8-s .description {
  color: #232323;
}
#extFeatures8-s .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-s .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-s .feature-title {
  font-size: 30px;
}
#extFeatures8-s P {
  font-size: 20px;
}
#header3-t .mbr-section-title,
#header3-t .mbr-section-subtitle {
  text-align: center;
}
#header3-t SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-v .mbr-section-title,
#header3-v .mbr-section-subtitle {
  text-align: center;
}
#header3-v SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-w H4 {
  font-size: 30px;
}
#features3-w P {
  font-size: 25px;
}
#features3-w .btn {
  font-size: 25px;
}
#header3-x .mbr-section-title,
#header3-x .mbr-section-subtitle {
  text-align: center;
}
#header3-x SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-y .btn {
  font-size: 25px;
}
#extHeader5-y SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-y H3 {
  color: #000000;
}
#header3-z .mbr-section-title,
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-z SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-10 P {
  font-size: 25px;
}
#msg-box1-11 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-11 .btn {
  font-size: 25px;
}
#msg-box1-11 SPAN {
  font-size: 36px;
}
#ext_menu-12 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-12 .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-12 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-12 .close-icon::before,
#ext_menu-12 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-12 .link,
#ext_menu-12 .dropdown-item {
  color: #ffffff;
}
#ext_menu-12 .link {
  font-size: 1.15rem;
}
#ext_menu-12 .dropdown-item,
#ext_menu-12 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-12 .link:hover,
#ext_menu-12 .dropdown-item:hover,
#ext_menu-12 .link:focus,
#ext_menu-12 .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-12 .link[aria-expanded="true"],
#ext_menu-12 .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-12 .nav-dropdown-sm .link:focus,
#ext_menu-12 .nav-dropdown-sm .link:hover,
#ext_menu-12 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-12 .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-12 .navbar,
#ext_menu-12 .nav-dropdown-sm,
#ext_menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-12 .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-12 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-12 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-12 .bg-color.transparent.opened .link:hover,
#ext_menu-12 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-12 .link[aria-expanded="true"],
#ext_menu-12 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-12 .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-13 .mbr-plan-header,
#pricing-table2-13 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-13 ul,
#pricing-table2-13 .mbr-plan-title,
#pricing-table2-13 .mbr-price-value,
#pricing-table2-13 .mbr-price-figure,
#pricing-table2-13 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-13 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-13 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-13 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-13 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-13 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-13 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-13 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-13 .btn {
  font-size: 25px;
}
#pricing-table2-13 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-14 P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-14 .btn {
  font-size: 25px;
}
#msg-box2-15 .mbr-section-title {
  color: #fff;
}
#msg-box2-15 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-15 .btn {
  font-size: 25px;
}
#form1-16 .form-control-label {
  color: #232323;
}
#contacts1-17 STRONG {
  color: #f3c649;
}






#extSlider1-19 .btn {
  font-size: 25px;
}
#extSlider1-19 SPAN {
  font-size: 30px;
}
#extFeatures8-1a .feature-title,
#extFeatures8-1a .description {
  color: #232323;
}
#extFeatures8-1a .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-1a .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-1a .feature-title {
  font-size: 30px;
}
#extFeatures8-1a P {
  font-size: 20px;
}
#header3-1b .mbr-section-title,
#header3-1b .mbr-section-subtitle {
  text-align: center;
}
#header3-1b SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-1d .mbr-section-title,
#header3-1d .mbr-section-subtitle {
  text-align: center;
}
#header3-1d SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-1e H4 {
  font-size: 30px;
}
#features3-1e P {
  font-size: 25px;
}
#features3-1e .btn {
  font-size: 25px;
}
#header3-1f .mbr-section-title,
#header3-1f .mbr-section-subtitle {
  text-align: center;
}
#header3-1f SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-1g .btn {
  font-size: 25px;
}
#extHeader5-1g SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-1g H3 {
  color: #000000;
}
#header3-1h .mbr-section-title,
#header3-1h .mbr-section-subtitle {
  text-align: center;
}
#header3-1h SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-1i P {
  font-size: 25px;
}
#msg-box1-1j H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-1j .btn {
  font-size: 25px;
}
#msg-box1-1j SPAN {
  font-size: 36px;
}
#ext_menu-1k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1k .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-1k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1k .close-icon::before,
#ext_menu-1k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1k .link,
#ext_menu-1k .dropdown-item {
  color: #ffffff;
}
#ext_menu-1k .link {
  font-size: 1.15rem;
}
#ext_menu-1k .dropdown-item,
#ext_menu-1k .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-1k .link:hover,
#ext_menu-1k .dropdown-item:hover,
#ext_menu-1k .link:focus,
#ext_menu-1k .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-1k .nav-dropdown-sm .link:focus,
#ext_menu-1k .nav-dropdown-sm .link:hover,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1k .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-1k .navbar,
#ext_menu-1k .nav-dropdown-sm,
#ext_menu-1k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1k .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-1k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1k .bg-color.transparent.opened .link:hover,
#ext_menu-1k .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-1k .link[aria-expanded="true"],
#ext_menu-1k .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-1k .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-1l .mbr-plan-header,
#pricing-table2-1l .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-1l ul,
#pricing-table2-1l .mbr-plan-title,
#pricing-table2-1l .mbr-price-value,
#pricing-table2-1l .mbr-price-figure,
#pricing-table2-1l .mbr-price-term {
  color: #28262b;
}
#pricing-table2-1l .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-1l .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-1l UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-1l .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-1l .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-1l .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-1l .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-1l .btn {
  font-size: 25px;
}
#pricing-table2-1l .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-1m P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-1m .btn {
  font-size: 25px;
}
#msg-box2-1n .mbr-section-title {
  color: #fff;
}
#msg-box2-1n .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-1n .btn {
  font-size: 25px;
}
#form1-1o .form-control-label {
  color: #232323;
}
#contacts1-1p STRONG {
  color: #f3c649;
}







#extSlider1-1q .btn {
  font-size: 25px;
}
#extSlider1-1q SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extSlider1-1q H2 {
  font-size: 48px;
}
#extFeatures8-1r .feature-title,
#extFeatures8-1r .description {
  color: #232323;
}
#extFeatures8-1r .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-1r .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-1r .feature-title {
  font-size: 30px;
}
#extFeatures8-1r P {
  font-size: 20px;
}
#header3-1s .mbr-section-title,
#header3-1s .mbr-section-subtitle {
  text-align: center;
}
#header3-1s SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-1u .mbr-section-title,
#header3-1u .mbr-section-subtitle {
  text-align: center;
}
#header3-1u SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-1v H4 {
  font-size: 30px;
}
#features3-1v P {
  font-size: 25px;
}
#features3-1v .btn {
  font-size: 25px;
}
#header3-1w .mbr-section-title,
#header3-1w .mbr-section-subtitle {
  text-align: center;
}
#header3-1w SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-1x .btn {
  font-size: 25px;
}
#extHeader5-1x SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-1x H3 {
  color: #000000;
}
#header3-1y .mbr-section-title,
#header3-1y .mbr-section-subtitle {
  text-align: center;
}
#header3-1y SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-1z P {
  font-size: 25px;
}
#msg-box1-20 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-20 .btn {
  font-size: 25px;
}
#msg-box1-20 SPAN {
  font-size: 36px;
}
#ext_menu-21 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-21 .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-21 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-21 .close-icon::before,
#ext_menu-21 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-21 .link,
#ext_menu-21 .dropdown-item {
  color: #ffffff;
}
#ext_menu-21 .link {
  font-size: 1.15rem;
}
#ext_menu-21 .dropdown-item,
#ext_menu-21 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-21 .link:hover,
#ext_menu-21 .dropdown-item:hover,
#ext_menu-21 .link:focus,
#ext_menu-21 .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-21 .link[aria-expanded="true"],
#ext_menu-21 .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-21 .nav-dropdown-sm .link:focus,
#ext_menu-21 .nav-dropdown-sm .link:hover,
#ext_menu-21 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-21 .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-21 .navbar,
#ext_menu-21 .nav-dropdown-sm,
#ext_menu-21 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-21 .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-21 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-21 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-21 .bg-color.transparent.opened .link:hover,
#ext_menu-21 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-21 .link[aria-expanded="true"],
#ext_menu-21 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-21 .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-22 .mbr-plan-header,
#pricing-table2-22 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-22 ul,
#pricing-table2-22 .mbr-plan-title,
#pricing-table2-22 .mbr-price-value,
#pricing-table2-22 .mbr-price-figure,
#pricing-table2-22 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-22 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-22 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-22 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-22 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-22 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-22 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-22 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-22 .btn {
  font-size: 25px;
}
#pricing-table2-22 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-23 P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-23 .btn {
  font-size: 25px;
}
#msg-box2-24 .mbr-section-title {
  color: #fff;
}
#msg-box2-24 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-24 .btn {
  font-size: 25px;
}
#form1-25 .form-control-label {
  color: #232323;
}
#contacts1-26 STRONG {
  color: #f3c649;
}








#extSlider1-27 .btn {
  font-size: 25px;
}
#extSlider1-27 SPAN {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
}
#extSlider1-27 H2 {
  font-size: 48px;
}
#extSlider1-27 P {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}
#extFeatures8-28 .feature-title,
#extFeatures8-28 .description {
  color: #232323;
}
#extFeatures8-28 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-28 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-28 .feature-title {
  font-size: 30px;
}
#extFeatures8-28 P {
  font-size: 20px;
}
#header3-29 .mbr-section-title,
#header3-29 .mbr-section-subtitle {
  text-align: center;
}
#header3-29 SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-2b .mbr-section-title,
#header3-2b .mbr-section-subtitle {
  text-align: center;
}
#header3-2b SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-2c H4 {
  font-size: 30px;
}
#features3-2c P {
  font-size: 25px;
}
#features3-2c .btn {
  font-size: 25px;
}
#header3-2d .mbr-section-title,
#header3-2d .mbr-section-subtitle {
  text-align: center;
}
#header3-2d SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-2e .btn {
  font-size: 25px;
}
#extHeader5-2e SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-2e H3 {
  color: #000000;
}
#header3-2f .mbr-section-title,
#header3-2f .mbr-section-subtitle {
  text-align: center;
}
#header3-2f SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-2g P {
  font-size: 25px;
}
#msg-box1-2h H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-2h .btn {
  font-size: 25px;
}
#msg-box1-2h SPAN {
  font-size: 36px;
}
#ext_menu-2i .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2i .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-2i .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2i .close-icon::before,
#ext_menu-2i .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2i .link,
#ext_menu-2i .dropdown-item {
  color: #ffffff;
}
#ext_menu-2i .link {
  font-size: 1.15rem;
}
#ext_menu-2i .dropdown-item,
#ext_menu-2i .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-2i .link:hover,
#ext_menu-2i .dropdown-item:hover,
#ext_menu-2i .link:focus,
#ext_menu-2i .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-2i .link[aria-expanded="true"],
#ext_menu-2i .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-2i .nav-dropdown-sm .link:focus,
#ext_menu-2i .nav-dropdown-sm .link:hover,
#ext_menu-2i .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2i .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-2i .navbar,
#ext_menu-2i .nav-dropdown-sm,
#ext_menu-2i .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2i .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-2i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2i .bg-color.transparent.opened .link:hover,
#ext_menu-2i .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-2i .link[aria-expanded="true"],
#ext_menu-2i .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-2i .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-2j .mbr-plan-header,
#pricing-table2-2j .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-2j ul,
#pricing-table2-2j .mbr-plan-title,
#pricing-table2-2j .mbr-price-value,
#pricing-table2-2j .mbr-price-figure,
#pricing-table2-2j .mbr-price-term {
  color: #28262b;
}
#pricing-table2-2j .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-2j .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-2j UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-2j .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-2j .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-2j .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-2j .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-2j .btn {
  font-size: 25px;
}
#pricing-table2-2j .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-2k P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-2k .btn {
  font-size: 25px;
}
#msg-box2-2l .mbr-section-title {
  color: #fff;
}
#msg-box2-2l .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-2l .btn {
  font-size: 25px;
}
#form1-2m .form-control-label {
  color: #232323;
}
#contacts1-2n STRONG {
  color: #f3c649;
}








#extSlider1-2o .btn {
  font-size: 25px;
}
#extSlider1-2o SPAN {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
}
#extSlider1-2o H2 {
  font-size: 48px;
}
#extSlider1-2o P {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}
#extFeatures8-2p .feature-title,
#extFeatures8-2p .description {
  color: #232323;
}
#extFeatures8-2p .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-2p .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-2p .feature-title {
  font-size: 30px;
}
#extFeatures8-2p P {
  font-size: 20px;
}
#header3-2q .mbr-section-title,
#header3-2q .mbr-section-subtitle {
  text-align: center;
}
#header3-2q SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-2s .mbr-section-title,
#header3-2s .mbr-section-subtitle {
  text-align: center;
}
#header3-2s SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-2t H4 {
  font-size: 30px;
}
#features3-2t P {
  font-size: 25px;
}
#features3-2t .btn {
  font-size: 25px;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#header3-2u SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-2v .btn {
  font-size: 25px;
}
#extHeader5-2v SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-2v H3 {
  color: #000000;
}
#header3-2w .mbr-section-title,
#header3-2w .mbr-section-subtitle {
  text-align: center;
}
#header3-2w SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-2x P {
  font-size: 25px;
}
#msg-box1-2y H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-2y .btn {
  font-size: 25px;
}
#msg-box1-2y SPAN {
  font-size: 36px;
}
#ext_menu-2z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2z .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-2z .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2z .close-icon::before,
#ext_menu-2z .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2z .link,
#ext_menu-2z .dropdown-item {
  color: #ffffff;
}
#ext_menu-2z .link {
  font-size: 1.15rem;
}
#ext_menu-2z .dropdown-item,
#ext_menu-2z .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-2z .link:hover,
#ext_menu-2z .dropdown-item:hover,
#ext_menu-2z .link:focus,
#ext_menu-2z .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-2z .link[aria-expanded="true"],
#ext_menu-2z .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-2z .nav-dropdown-sm .link:focus,
#ext_menu-2z .nav-dropdown-sm .link:hover,
#ext_menu-2z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2z .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-2z .navbar,
#ext_menu-2z .nav-dropdown-sm,
#ext_menu-2z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2z .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-2z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2z .bg-color.transparent.opened .link:hover,
#ext_menu-2z .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-2z .link[aria-expanded="true"],
#ext_menu-2z .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-2z .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-30 .mbr-plan-header,
#pricing-table2-30 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-30 ul,
#pricing-table2-30 .mbr-plan-title,
#pricing-table2-30 .mbr-price-value,
#pricing-table2-30 .mbr-price-figure,
#pricing-table2-30 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-30 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-30 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-30 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-30 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-30 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-30 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-30 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-30 .btn {
  font-size: 25px;
}
#pricing-table2-30 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-31 P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-31 .btn {
  font-size: 25px;
}
#msg-box2-32 .mbr-section-title {
  color: #fff;
}
#msg-box2-32 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-32 .btn {
  font-size: 25px;
}
#form1-33 .form-control-label {
  color: #232323;
}
#contacts1-34 STRONG {
  color: #f3c649;
}








#extSlider1-35 .btn {
  font-size: 25px;
}
#extSlider1-35 SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extSlider1-35 H2 {
  font-size: 48px;
}
#extSlider1-35 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-36 .feature-title,
#extFeatures8-36 .description {
  color: #232323;
}
#extFeatures8-36 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-36 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-36 .feature-title {
  font-size: 30px;
}
#extFeatures8-36 P {
  font-size: 20px;
}
#header3-37 .mbr-section-title,
#header3-37 .mbr-section-subtitle {
  text-align: center;
}
#header3-37 SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-39 .mbr-section-title,
#header3-39 .mbr-section-subtitle {
  text-align: center;
}
#header3-39 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-3a H4 {
  font-size: 30px;
}
#features3-3a P {
  font-size: 25px;
}
#features3-3a .btn {
  font-size: 25px;
}
#header3-3b .mbr-section-title,
#header3-3b .mbr-section-subtitle {
  text-align: center;
}
#header3-3b SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-3c .btn {
  font-size: 25px;
}
#extHeader5-3c SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-3c H3 {
  color: #000000;
}
#header3-3d .mbr-section-title,
#header3-3d .mbr-section-subtitle {
  text-align: center;
}
#header3-3d SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-3e P {
  font-size: 25px;
}
#msg-box1-3f H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-3f .btn {
  font-size: 25px;
}
#msg-box1-3f SPAN {
  font-size: 36px;
}
#ext_menu-3g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3g .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-3g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3g .close-icon::before,
#ext_menu-3g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3g .link,
#ext_menu-3g .dropdown-item {
  color: #ffffff;
}
#ext_menu-3g .link {
  font-size: 1.15rem;
}
#ext_menu-3g .dropdown-item,
#ext_menu-3g .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-3g .link:hover,
#ext_menu-3g .dropdown-item:hover,
#ext_menu-3g .link:focus,
#ext_menu-3g .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-3g .link[aria-expanded="true"],
#ext_menu-3g .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-3g .nav-dropdown-sm .link:focus,
#ext_menu-3g .nav-dropdown-sm .link:hover,
#ext_menu-3g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3g .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-3g .navbar,
#ext_menu-3g .nav-dropdown-sm,
#ext_menu-3g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3g .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-3g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3g .bg-color.transparent.opened .link:hover,
#ext_menu-3g .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-3g .link[aria-expanded="true"],
#ext_menu-3g .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-3g .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-3h .mbr-plan-header,
#pricing-table2-3h .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-3h ul,
#pricing-table2-3h .mbr-plan-title,
#pricing-table2-3h .mbr-price-value,
#pricing-table2-3h .mbr-price-figure,
#pricing-table2-3h .mbr-price-term {
  color: #28262b;
}
#pricing-table2-3h .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-3h .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-3h UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-3h .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-3h .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-3h .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-3h .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-3h .btn {
  font-size: 25px;
}
#pricing-table2-3h .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-3i P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-3i .btn {
  font-size: 25px;
}
#msg-box2-3j .mbr-section-title {
  color: #fff;
}
#msg-box2-3j .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-3j .btn {
  font-size: 25px;
}
#form1-3k .form-control-label {
  color: #232323;
}
#contacts1-3l STRONG {
  color: #f3c649;
}








#extSlider1-3m .btn {
  font-size: 25px;
}
#extSlider1-3m SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extSlider1-3m H2 {
  font-size: 48px;
}
#extSlider1-3m P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-3n .feature-title,
#extFeatures8-3n .description {
  color: #232323;
}
#extFeatures8-3n .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-3n .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-3n .feature-title {
  font-size: 30px;
}
#extFeatures8-3n P {
  font-size: 20px;
}
#header3-3o .mbr-section-title,
#header3-3o .mbr-section-subtitle {
  text-align: center;
}
#header3-3o SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-3q .mbr-section-title,
#header3-3q .mbr-section-subtitle {
  text-align: center;
}
#header3-3q SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-3r H4 {
  font-size: 30px;
}
#features3-3r P {
  font-size: 25px;
}
#features3-3r .btn {
  font-size: 25px;
}
#header3-3s .mbr-section-title,
#header3-3s .mbr-section-subtitle {
  text-align: center;
}
#header3-3s SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-3t .btn {
  font-size: 25px;
}
#extHeader5-3t SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-3t H3 {
  color: #000000;
}
#header3-3u .mbr-section-title,
#header3-3u .mbr-section-subtitle {
  text-align: center;
}
#header3-3u SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-3v P {
  font-size: 25px;
}
#msg-box1-3w H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-3w .btn {
  font-size: 25px;
}
#msg-box1-3w SPAN {
  font-size: 36px;
}
#ext_menu-3x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3x .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-3x .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3x .close-icon::before,
#ext_menu-3x .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3x .link,
#ext_menu-3x .dropdown-item {
  color: #ffffff;
}
#ext_menu-3x .link {
  font-size: 1.15rem;
}
#ext_menu-3x .dropdown-item,
#ext_menu-3x .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-3x .link:hover,
#ext_menu-3x .dropdown-item:hover,
#ext_menu-3x .link:focus,
#ext_menu-3x .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-3x .link[aria-expanded="true"],
#ext_menu-3x .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-3x .nav-dropdown-sm .link:focus,
#ext_menu-3x .nav-dropdown-sm .link:hover,
#ext_menu-3x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3x .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-3x .navbar,
#ext_menu-3x .nav-dropdown-sm,
#ext_menu-3x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3x .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-3x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3x .bg-color.transparent.opened .link:hover,
#ext_menu-3x .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-3x .link[aria-expanded="true"],
#ext_menu-3x .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-3x .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-3y .mbr-plan-header,
#pricing-table2-3y .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-3y ul,
#pricing-table2-3y .mbr-plan-title,
#pricing-table2-3y .mbr-price-value,
#pricing-table2-3y .mbr-price-figure,
#pricing-table2-3y .mbr-price-term {
  color: #28262b;
}
#pricing-table2-3y .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-3y .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-3y UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-3y .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-3y .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-3y .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-3y .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-3y .btn {
  font-size: 25px;
}
#pricing-table2-3y .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-3z P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-3z .btn {
  font-size: 25px;
}
#msg-box2-40 .mbr-section-title {
  color: #fff;
}
#msg-box2-40 .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-40 .btn {
  font-size: 25px;
}
#form1-41 .form-control-label {
  color: #232323;
}
#contacts1-42 STRONG {
  color: #f3c649;
}








#extSlider1-43 .btn {
  font-size: 25px;
}
#extSlider1-43 SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extSlider1-43 H2 {
  font-size: 48px;
}
#extSlider1-43 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-44 .feature-title,
#extFeatures8-44 .description {
  color: #232323;
}
#extFeatures8-44 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-44 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-44 .feature-title {
  font-size: 30px;
}
#extFeatures8-44 P {
  font-size: 20px;
}
#header3-45 .mbr-section-title,
#header3-45 .mbr-section-subtitle {
  text-align: center;
}
#header3-45 SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
  text-align: center;
}
#header3-47 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-48 H4 {
  font-size: 30px;
}
#features3-48 P {
  font-size: 25px;
}
#features3-48 .btn {
  font-size: 25px;
}
#header3-49 .mbr-section-title,
#header3-49 .mbr-section-subtitle {
  text-align: center;
}
#header3-49 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-4a .btn {
  font-size: 25px;
}
#extHeader5-4a SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-4a H3 {
  color: #000000;
}
#header3-4b .mbr-section-title,
#header3-4b .mbr-section-subtitle {
  text-align: center;
}
#header3-4b SMALL {
  font-size: 30px;
  color: #b8312f;
}
#content6-4c P {
  font-size: 25px;
}
#msg-box1-4d H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-4d .btn {
  font-size: 25px;
}
#msg-box1-4d SPAN {
  font-size: 36px;
}
#ext_menu-4e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4e .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-4e .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4e .close-icon::before,
#ext_menu-4e .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4e .link,
#ext_menu-4e .dropdown-item {
  color: #ffffff;
}
#ext_menu-4e .link {
  font-size: 1.15rem;
}
#ext_menu-4e .dropdown-item,
#ext_menu-4e .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-4e .link:hover,
#ext_menu-4e .dropdown-item:hover,
#ext_menu-4e .link:focus,
#ext_menu-4e .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-4e .link[aria-expanded="true"],
#ext_menu-4e .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-4e .nav-dropdown-sm .link:focus,
#ext_menu-4e .nav-dropdown-sm .link:hover,
#ext_menu-4e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4e .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-4e .navbar,
#ext_menu-4e .nav-dropdown-sm,
#ext_menu-4e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4e .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-4e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4e .bg-color.transparent.opened .link:hover,
#ext_menu-4e .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-4e .link[aria-expanded="true"],
#ext_menu-4e .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-4e .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-4f .mbr-plan-header,
#pricing-table2-4f .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-4f ul,
#pricing-table2-4f .mbr-plan-title,
#pricing-table2-4f .mbr-price-value,
#pricing-table2-4f .mbr-price-figure,
#pricing-table2-4f .mbr-price-term {
  color: #28262b;
}
#pricing-table2-4f .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-4f .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-4f UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-4f .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-4f .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-4f .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-4f .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-4f .btn {
  font-size: 25px;
}
#pricing-table2-4f .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-4g P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-4g .btn {
  font-size: 25px;
}
#msg-box2-4h .mbr-section-title {
  color: #fff;
}
#msg-box2-4h .mbr-section-subtitle {
  color: #ffffff;
  font-size: 22px;
}
#msg-box2-4h .btn {
  font-size: 25px;
}
#form1-4i .form-control-label {
  color: #232323;
}
#contacts1-4j STRONG {
  color: #f3c649;
}












#extSlider1-4k .btn {
  font-size: 25px;
}
#extSlider1-4k SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-4k H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-4k P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-4l .feature-title,
#extFeatures8-4l .description {
  color: #232323;
}
#extFeatures8-4l .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-4l .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-4l .feature-title {
  font-size: 30px;
}
#extFeatures8-4l P {
  font-size: 20px;
}
#msg-box1-4u H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-4u .btn {
  font-size: 25px;
}
#msg-box1-4u SPAN {
  font-size: 36px;
}
#header3-4m .mbr-section-title,
#header3-4m .mbr-section-subtitle {
  text-align: center;
}
#header3-4m SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-4o .mbr-section-title,
#header3-4o .mbr-section-subtitle {
  text-align: center;
}
#header3-4o SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-4p H4 {
  font-size: 30px;
}
#features3-4p P {
  font-size: 25px;
}
#features3-4p .btn {
  font-size: 25px;
}
#header3-4q .mbr-section-title,
#header3-4q .mbr-section-subtitle {
  text-align: center;
}
#header3-4q SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-4r .btn {
  font-size: 25px;
}
#extHeader5-4r SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-4r H3 {
  color: #000000;
}
#header3-4s .mbr-section-title,
#header3-4s .mbr-section-subtitle {
  text-align: center;
}
#header3-4s SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-51 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-51 .btn {
  font-size: 25px;
}
#msg-box4-51 P {
  font-size: 25px;
}
#msg-box4-56 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-56 .btn {
  font-size: 25px;
}
#msg-box4-56 P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-55 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-55 .btn {
  font-size: 25px;
}
#msg-box4-55 P {
  font-size: 25px;
}
#msg-box4-52 H3 {
  font-size: 25px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#msg-box4-52 .btn {
  font-size: 25px;
}
#msg-box4-52 SPAN {
  color: #ffffff;
}
#content6-4t P {
  font-size: 25px;
}
#ext_menu-4v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4v .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-4v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4v .close-icon::before,
#ext_menu-4v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4v .link,
#ext_menu-4v .dropdown-item {
  color: #ffffff;
}
#ext_menu-4v .link {
  font-size: 1.15rem;
}
#ext_menu-4v .dropdown-item,
#ext_menu-4v .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-4v .link:hover,
#ext_menu-4v .dropdown-item:hover,
#ext_menu-4v .link:focus,
#ext_menu-4v .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-4v .link[aria-expanded="true"],
#ext_menu-4v .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-4v .nav-dropdown-sm .link:focus,
#ext_menu-4v .nav-dropdown-sm .link:hover,
#ext_menu-4v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4v .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-4v .navbar,
#ext_menu-4v .nav-dropdown-sm,
#ext_menu-4v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4v .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-4v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4v .bg-color.transparent.opened .link:hover,
#ext_menu-4v .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-4v .link[aria-expanded="true"],
#ext_menu-4v .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-4v .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-4w .mbr-plan-header,
#pricing-table2-4w .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-4w ul,
#pricing-table2-4w .mbr-plan-title,
#pricing-table2-4w .mbr-price-value,
#pricing-table2-4w .mbr-price-figure,
#pricing-table2-4w .mbr-price-term {
  color: #28262b;
}
#pricing-table2-4w .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-4w .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-4w UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-4w .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-4w .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-4w .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-4w .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-4w .btn {
  font-size: 25px;
}
#pricing-table2-4w .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-4x P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-4x .btn {
  font-size: 25px;
}
#contacts1-50 STRONG {
  color: #f3c649;
}












#extSlider1-57 .btn {
  font-size: 25px;
}
#extSlider1-57 SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-57 H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-57 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-58 .feature-title,
#extFeatures8-58 .description {
  color: #232323;
}
#extFeatures8-58 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-58 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-58 .feature-title {
  font-size: 30px;
}
#extFeatures8-58 P {
  font-size: 20px;
}
#msg-box1-59 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-59 .btn {
  font-size: 25px;
}
#msg-box1-59 SPAN {
  font-size: 36px;
}
#header3-5a .mbr-section-title,
#header3-5a .mbr-section-subtitle {
  text-align: center;
}
#header3-5a SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-5c .mbr-section-title,
#header3-5c .mbr-section-subtitle {
  text-align: center;
}
#header3-5c SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-5d H4 {
  font-size: 30px;
}
#features3-5d P {
  font-size: 25px;
}
#features3-5d .btn {
  font-size: 25px;
}
#header3-5e .mbr-section-title,
#header3-5e .mbr-section-subtitle {
  text-align: center;
}
#header3-5e SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-5f .btn {
  font-size: 25px;
}
#extHeader5-5f SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-5f H3 {
  color: #000000;
}
#header3-5g .mbr-section-title,
#header3-5g .mbr-section-subtitle {
  text-align: center;
}
#header3-5g SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-5h H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-5h .btn {
  font-size: 25px;
}
#msg-box4-5h P {
  font-size: 25px;
}
#msg-box4-5i H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-5i .btn {
  font-size: 25px;
}
#msg-box4-5i P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-5j H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-5j .btn {
  font-size: 25px;
}
#msg-box4-5j P {
  font-size: 25px;
}
#msg-box4-5k H3 {
  font-size: 25px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#msg-box4-5k .btn {
  font-size: 25px;
}
#msg-box4-5k SPAN {
  color: #ffffff;
}
#content6-5l P {
  font-size: 25px;
}
#ext_menu-5m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5m .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-5m .navbar-toggler {
  color: #ffffff;
}
#ext_menu-5m .close-icon::before,
#ext_menu-5m .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-5m .link,
#ext_menu-5m .dropdown-item {
  color: #ffffff;
}
#ext_menu-5m .link {
  font-size: 1.15rem;
}
#ext_menu-5m .dropdown-item,
#ext_menu-5m .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-5m .link:hover,
#ext_menu-5m .dropdown-item:hover,
#ext_menu-5m .link:focus,
#ext_menu-5m .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-5m .link[aria-expanded="true"],
#ext_menu-5m .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-5m .nav-dropdown-sm .link:focus,
#ext_menu-5m .nav-dropdown-sm .link:hover,
#ext_menu-5m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5m .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-5m .navbar,
#ext_menu-5m .nav-dropdown-sm,
#ext_menu-5m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5m .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-5m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-5m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5m .bg-color.transparent.opened .link:hover,
#ext_menu-5m .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-5m .link[aria-expanded="true"],
#ext_menu-5m .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-5m .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-5n .mbr-plan-header,
#pricing-table2-5n .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-5n ul,
#pricing-table2-5n .mbr-plan-title,
#pricing-table2-5n .mbr-price-value,
#pricing-table2-5n .mbr-price-figure,
#pricing-table2-5n .mbr-price-term {
  color: #28262b;
}
#pricing-table2-5n .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-5n .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-5n UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-5n .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-5n .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-5n .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-5n .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-5n .btn {
  font-size: 25px;
}
#pricing-table2-5n .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-5o P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-5o .btn {
  font-size: 25px;
}
#contacts1-5p STRONG {
  color: #f3c649;
}















#extSlider1-69 .btn {
  font-size: 25px;
}
#extSlider1-69 SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-69 H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-69 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-6a .feature-title,
#extFeatures8-6a .description {
  color: #232323;
}
#extFeatures8-6a .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-6a .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-6a .feature-title {
  font-size: 30px;
}
#extFeatures8-6a P {
  font-size: 20px;
}
#header3-6t .mbr-section-title,
#header3-6t .mbr-section-subtitle {
  text-align: center;
}
#header3-6t SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-6t SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-6b H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-6b .btn {
  font-size: 25px;
}
#msg-box1-6b SPAN {
  font-size: 36px;
}
#header3-6c .mbr-section-title,
#header3-6c .mbr-section-subtitle {
  text-align: center;
}
#header3-6c SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-6e .mbr-section-title,
#header3-6e .mbr-section-subtitle {
  text-align: center;
}
#header3-6e SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-6f H4 {
  font-size: 30px;
}
#features3-6f P {
  font-size: 25px;
}
#features3-6f .btn {
  font-size: 25px;
}
#header3-6g .mbr-section-title,
#header3-6g .mbr-section-subtitle {
  text-align: center;
}
#header3-6g SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-6h .btn {
  font-size: 25px;
}
#extHeader5-6h SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-6h H3 {
  color: #000000;
}
#header3-6i .mbr-section-title,
#header3-6i .mbr-section-subtitle {
  text-align: center;
}
#header3-6i SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-6j H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-6j .btn {
  font-size: 25px;
}
#msg-box4-6j P {
  font-size: 25px;
}
#msg-box4-6k H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-6k .btn {
  font-size: 25px;
}
#msg-box4-6k P {
  font-size: 25px;
  text-align: left;
  color: #ffffff;
}
#msg-box4-6k SPAN {
  color: #ffffff;
}
#msg-box4-6l H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-6l .btn {
  font-size: 25px;
}
#msg-box4-6l P {
  font-size: 25px;
}
#msg-box4-6u H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-6u .btn {
  font-size: 25px;
}
#msg-box4-6u P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-6m H3 {
  font-size: 25px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#msg-box4-6m .btn {
  font-size: 25px;
}
#msg-box4-6m SPAN {
  color: #ffffff;
}
#content6-6n P {
  font-size: 25px;
}
#ext_menu-6o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6o .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-6o .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6o .close-icon::before,
#ext_menu-6o .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6o .link,
#ext_menu-6o .dropdown-item {
  color: #ffffff;
}
#ext_menu-6o .link {
  font-size: 1.15rem;
}
#ext_menu-6o .dropdown-item,
#ext_menu-6o .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-6o .link:hover,
#ext_menu-6o .dropdown-item:hover,
#ext_menu-6o .link:focus,
#ext_menu-6o .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-6o .link[aria-expanded="true"],
#ext_menu-6o .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-6o .nav-dropdown-sm .link:focus,
#ext_menu-6o .nav-dropdown-sm .link:hover,
#ext_menu-6o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6o .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-6o .navbar,
#ext_menu-6o .nav-dropdown-sm,
#ext_menu-6o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6o .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-6o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6o .bg-color.transparent.opened .link:hover,
#ext_menu-6o .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-6o .link[aria-expanded="true"],
#ext_menu-6o .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-6o .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-6p .mbr-plan-header,
#pricing-table2-6p .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-6p ul,
#pricing-table2-6p .mbr-plan-title,
#pricing-table2-6p .mbr-price-value,
#pricing-table2-6p .mbr-price-figure,
#pricing-table2-6p .mbr-price-term {
  color: #28262b;
}
#pricing-table2-6p .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-6p .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-6p UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-6p .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-6p .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-6p .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-6p .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-6p .btn {
  font-size: 25px;
}
#pricing-table2-6p .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-6q P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-6q .btn {
  font-size: 25px;
}
#contacts1-6r STRONG {
  color: #f3c649;
}















#extSlider1-6w .btn {
  font-size: 25px;
}
#extSlider1-6w SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-6w H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-6w P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-6x .feature-title,
#extFeatures8-6x .description {
  color: #232323;
}
#extFeatures8-6x .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-6x .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-6x .feature-title {
  font-size: 30px;
}
#extFeatures8-6x P {
  font-size: 20px;
}
#header3-6y .mbr-section-title,
#header3-6y .mbr-section-subtitle {
  text-align: center;
}
#header3-6y SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-6y SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-6z H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-6z .btn {
  font-size: 25px;
}
#msg-box1-6z SPAN {
  font-size: 36px;
}
#header3-70 .mbr-section-title,
#header3-70 .mbr-section-subtitle {
  text-align: center;
}
#header3-70 SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-72 .mbr-section-title,
#header3-72 .mbr-section-subtitle {
  text-align: center;
}
#header3-72 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-73 H4 {
  font-size: 30px;
}
#features3-73 P {
  font-size: 25px;
}
#features3-73 .btn {
  font-size: 25px;
}
#header3-74 .mbr-section-title,
#header3-74 .mbr-section-subtitle {
  text-align: center;
}
#header3-74 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-75 .btn {
  font-size: 25px;
}
#extHeader5-75 SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-75 H3 {
  color: #000000;
}
#header3-76 .mbr-section-title,
#header3-76 .mbr-section-subtitle {
  text-align: center;
}
#header3-76 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-77 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-77 .btn {
  font-size: 25px;
}
#msg-box4-77 P {
  font-size: 25px;
  color: #efefef;
}
#msg-box4-78 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-78 .btn {
  font-size: 25px;
}
#msg-box4-78 P {
  font-size: 25px;
  text-align: left;
  color: #000000;
}
#msg-box4-78 SPAN {
  color: #ffffff;
}
#msg-box4-79 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-79 .btn {
  font-size: 25px;
}
#msg-box4-79 P {
  font-size: 25px;
  color: #ffffff;
}
#msg-box4-7a H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-7a .btn {
  font-size: 25px;
}
#msg-box4-7a P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-7a SPAN {
  color: #ffffff;
}
#msg-box4-7h H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-7h .btn {
  font-size: 25px;
}
#msg-box4-7h P {
  font-size: 25px;
  color: #ffffff;
}
#ext_menu-7d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7d .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-7d .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7d .close-icon::before,
#ext_menu-7d .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7d .link,
#ext_menu-7d .dropdown-item {
  color: #ffffff;
}
#ext_menu-7d .link {
  font-size: 1.15rem;
}
#ext_menu-7d .dropdown-item,
#ext_menu-7d .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-7d .link:hover,
#ext_menu-7d .dropdown-item:hover,
#ext_menu-7d .link:focus,
#ext_menu-7d .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-7d .link[aria-expanded="true"],
#ext_menu-7d .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-7d .nav-dropdown-sm .link:focus,
#ext_menu-7d .nav-dropdown-sm .link:hover,
#ext_menu-7d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7d .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-7d .navbar,
#ext_menu-7d .nav-dropdown-sm,
#ext_menu-7d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7d .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-7d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7d .bg-color.transparent.opened .link:hover,
#ext_menu-7d .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-7d .link[aria-expanded="true"],
#ext_menu-7d .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-7d .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-7e .mbr-plan-header,
#pricing-table2-7e .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-7e ul,
#pricing-table2-7e .mbr-plan-title,
#pricing-table2-7e .mbr-price-value,
#pricing-table2-7e .mbr-price-figure,
#pricing-table2-7e .mbr-price-term {
  color: #28262b;
}
#pricing-table2-7e .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-7e .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-7e UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-7e .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-7e .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-7e .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-7e .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-7e .btn {
  font-size: 25px;
}
#pricing-table2-7e .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-7f P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-7f .btn {
  font-size: 25px;
}
#contacts1-7g STRONG {
  color: #f3c649;
}















#extSlider1-7i .btn {
  font-size: 25px;
}
#extSlider1-7i SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-7i H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-7i P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-7j .feature-title,
#extFeatures8-7j .description {
  color: #232323;
}
#extFeatures8-7j .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-7j .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-7j .feature-title {
  font-size: 30px;
}
#extFeatures8-7j P {
  font-size: 20px;
}
#header3-7k .mbr-section-title,
#header3-7k .mbr-section-subtitle {
  text-align: center;
}
#header3-7k SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-7k SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-7l H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-7l .btn {
  font-size: 25px;
}
#msg-box1-7l SPAN {
  font-size: 36px;
}
#header3-7m .mbr-section-title,
#header3-7m .mbr-section-subtitle {
  text-align: center;
}
#header3-7m SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-7o .mbr-section-title,
#header3-7o .mbr-section-subtitle {
  text-align: center;
}
#header3-7o SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-7p H4 {
  font-size: 30px;
}
#features3-7p P {
  font-size: 25px;
}
#features3-7p .btn {
  font-size: 25px;
}
#header3-7q .mbr-section-title,
#header3-7q .mbr-section-subtitle {
  text-align: center;
}
#header3-7q SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-7r .btn {
  font-size: 25px;
}
#extHeader5-7r SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-7r H3 {
  color: #000000;
}
#header3-7s .mbr-section-title,
#header3-7s .mbr-section-subtitle {
  text-align: center;
}
#header3-7s SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-7t H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-7t .btn {
  font-size: 25px;
}
#msg-box4-7t P {
  font-size: 25px;
  color: #efefef;
}
#msg-box4-7u H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-7u .btn {
  font-size: 25px;
}
#msg-box4-7u P {
  font-size: 25px;
  text-align: left;
  color: #000000;
}
#msg-box4-7u SPAN {
  color: #ffffff;
}
#msg-box4-7v H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-7v .btn {
  font-size: 25px;
}
#msg-box4-7v P {
  font-size: 25px;
  color: #ffffff;
}
#msg-box4-7w H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-7w .btn {
  font-size: 25px;
}
#msg-box4-7w P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-7w SPAN {
  color: #ffffff;
}
#msg-box4-7x H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-7x .btn {
  font-size: 25px;
}
#msg-box4-7x P {
  font-size: 25px;
  color: #ffffff;
}
#ext_menu-7y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7y .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-7y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7y .close-icon::before,
#ext_menu-7y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7y .link,
#ext_menu-7y .dropdown-item {
  color: #ffffff;
}
#ext_menu-7y .link {
  font-size: 1.15rem;
}
#ext_menu-7y .dropdown-item,
#ext_menu-7y .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-7y .link:hover,
#ext_menu-7y .dropdown-item:hover,
#ext_menu-7y .link:focus,
#ext_menu-7y .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-7y .link[aria-expanded="true"],
#ext_menu-7y .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-7y .nav-dropdown-sm .link:focus,
#ext_menu-7y .nav-dropdown-sm .link:hover,
#ext_menu-7y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7y .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-7y .navbar,
#ext_menu-7y .nav-dropdown-sm,
#ext_menu-7y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7y .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-7y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7y .bg-color.transparent.opened .link:hover,
#ext_menu-7y .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-7y .link[aria-expanded="true"],
#ext_menu-7y .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-7y .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-7z .mbr-plan-header,
#pricing-table2-7z .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-7z ul,
#pricing-table2-7z .mbr-plan-title,
#pricing-table2-7z .mbr-price-value,
#pricing-table2-7z .mbr-price-figure,
#pricing-table2-7z .mbr-price-term {
  color: #28262b;
}
#pricing-table2-7z .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-7z .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-7z UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-7z .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-7z .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-7z .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-7z .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-7z .btn {
  font-size: 25px;
}
#pricing-table2-7z .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-80 P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-80 .btn {
  font-size: 25px;
}
#contacts1-81 STRONG {
  color: #f3c649;
}















#extSlider1-82 .btn {
  font-size: 25px;
}
#extSlider1-82 SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-82 H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-82 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-83 .feature-title,
#extFeatures8-83 .description {
  color: #232323;
}
#extFeatures8-83 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-83 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-83 .feature-title {
  font-size: 30px;
}
#extFeatures8-83 P {
  font-size: 20px;
}
#header3-84 .mbr-section-title,
#header3-84 .mbr-section-subtitle {
  text-align: center;
}
#header3-84 SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-84 SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-85 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-85 .btn {
  font-size: 25px;
}
#msg-box1-85 SPAN {
  font-size: 36px;
}
#header3-86 .mbr-section-title,
#header3-86 .mbr-section-subtitle {
  text-align: center;
}
#header3-86 SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-88 .mbr-section-title,
#header3-88 .mbr-section-subtitle {
  text-align: center;
}
#header3-88 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-89 H4 {
  font-size: 30px;
}
#features3-89 P {
  font-size: 25px;
}
#features3-89 .btn {
  font-size: 25px;
}
#header3-8a .mbr-section-title,
#header3-8a .mbr-section-subtitle {
  text-align: center;
}
#header3-8a SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-8b .btn {
  font-size: 25px;
}
#extHeader5-8b SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-8b H3 {
  color: #000000;
}
#header3-8c .mbr-section-title,
#header3-8c .mbr-section-subtitle {
  text-align: center;
}
#header3-8c SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-8d H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-8d .btn {
  font-size: 25px;
}
#msg-box4-8d P {
  font-size: 25px;
  color: #efefef;
}
#msg-box4-8e H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-8e .btn {
  font-size: 25px;
}
#msg-box4-8e P {
  font-size: 25px;
  text-align: left;
  color: #000000;
}
#msg-box4-8e SPAN {
  color: #ffffff;
}
#msg-box4-8f H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-8f .btn {
  font-size: 25px;
}
#msg-box4-8f P {
  font-size: 25px;
  color: #ffffff;
}
#msg-box4-8g H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-8g .btn {
  font-size: 25px;
}
#msg-box4-8g P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-8g SPAN {
  color: #ffffff;
}
#msg-box4-8h H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-8h .btn {
  font-size: 25px;
}
#msg-box4-8h P {
  font-size: 25px;
  color: #ffffff;
}
#ext_menu-8i .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8i .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-8i .navbar-toggler {
  color: #ffffff;
}
#ext_menu-8i .close-icon::before,
#ext_menu-8i .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-8i .link,
#ext_menu-8i .dropdown-item {
  color: #ffffff;
}
#ext_menu-8i .link {
  font-size: 1.15rem;
}
#ext_menu-8i .dropdown-item,
#ext_menu-8i .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-8i .link:hover,
#ext_menu-8i .dropdown-item:hover,
#ext_menu-8i .link:focus,
#ext_menu-8i .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-8i .link[aria-expanded="true"],
#ext_menu-8i .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-8i .nav-dropdown-sm .link:focus,
#ext_menu-8i .nav-dropdown-sm .link:hover,
#ext_menu-8i .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8i .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-8i .navbar,
#ext_menu-8i .nav-dropdown-sm,
#ext_menu-8i .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8i .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-8i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-8i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8i .bg-color.transparent.opened .link:hover,
#ext_menu-8i .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-8i .link[aria-expanded="true"],
#ext_menu-8i .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-8i .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-8j .mbr-plan-header,
#pricing-table2-8j .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-8j ul,
#pricing-table2-8j .mbr-plan-title,
#pricing-table2-8j .mbr-price-value,
#pricing-table2-8j .mbr-price-figure,
#pricing-table2-8j .mbr-price-term {
  color: #28262b;
}
#pricing-table2-8j .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-8j .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-8j UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-8j .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-8j .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-8j .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-8j .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-8j .btn {
  font-size: 25px;
}
#pricing-table2-8j .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-8k P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-8k .btn {
  font-size: 25px;
}
#contacts1-8l STRONG {
  color: #f3c649;
}















#extSlider1-8m .btn {
  font-size: 25px;
}
#extSlider1-8m SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-8m H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-8m P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-8n .feature-title,
#extFeatures8-8n .description {
  color: #232323;
}
#extFeatures8-8n .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-8n .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-8n .feature-title {
  font-size: 30px;
}
#extFeatures8-8n P {
  font-size: 25px;
}
#header3-8o .mbr-section-title,
#header3-8o .mbr-section-subtitle {
  text-align: center;
}
#header3-8o SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-8o SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-8p H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-8p .btn {
  font-size: 25px;
}
#msg-box1-8p SPAN {
  font-size: 36px;
}
#header3-8q .mbr-section-title,
#header3-8q .mbr-section-subtitle {
  text-align: center;
}
#header3-8q SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-8s .mbr-section-title,
#header3-8s .mbr-section-subtitle {
  text-align: center;
}
#header3-8s SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-8t H4 {
  font-size: 30px;
}
#features3-8t P {
  font-size: 25px;
}
#features3-8t .btn {
  font-size: 25px;
}
#header3-8u .mbr-section-title,
#header3-8u .mbr-section-subtitle {
  text-align: center;
}
#header3-8u SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-8v .btn {
  font-size: 25px;
}
#extHeader5-8v SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-8v H3 {
  color: #000000;
}
#header3-8w .mbr-section-title,
#header3-8w .mbr-section-subtitle {
  text-align: center;
}
#header3-8w SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-8x H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-8x .btn {
  font-size: 25px;
}
#msg-box4-8x P {
  font-size: 25px;
  color: #efefef;
}
#msg-box4-8y H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-8y .btn {
  font-size: 25px;
}
#msg-box4-8y P {
  font-size: 25px;
  text-align: left;
  color: #000000;
}
#msg-box4-8y SPAN {
  color: #ffffff;
}
#msg-box4-8z H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-8z .btn {
  font-size: 25px;
}
#msg-box4-8z P {
  font-size: 25px;
  color: #ffffff;
}
#msg-box4-90 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-90 .btn {
  font-size: 25px;
}
#msg-box4-90 P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-90 SPAN {
  color: #ffffff;
}
#msg-box4-91 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-91 .btn {
  font-size: 25px;
}
#msg-box4-91 P {
  font-size: 25px;
  color: #ffffff;
}
#ext_menu-92 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-92 .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-92 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-92 .close-icon::before,
#ext_menu-92 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-92 .link,
#ext_menu-92 .dropdown-item {
  color: #ffffff;
}
#ext_menu-92 .link {
  font-size: 1.15rem;
}
#ext_menu-92 .dropdown-item,
#ext_menu-92 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-92 .link:hover,
#ext_menu-92 .dropdown-item:hover,
#ext_menu-92 .link:focus,
#ext_menu-92 .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-92 .link[aria-expanded="true"],
#ext_menu-92 .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-92 .nav-dropdown-sm .link:focus,
#ext_menu-92 .nav-dropdown-sm .link:hover,
#ext_menu-92 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-92 .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-92 .navbar,
#ext_menu-92 .nav-dropdown-sm,
#ext_menu-92 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-92 .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-92 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-92 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-92 .bg-color.transparent.opened .link:hover,
#ext_menu-92 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-92 .link[aria-expanded="true"],
#ext_menu-92 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-92 .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-93 .mbr-plan-header,
#pricing-table2-93 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-93 ul,
#pricing-table2-93 .mbr-plan-title,
#pricing-table2-93 .mbr-price-value,
#pricing-table2-93 .mbr-price-figure,
#pricing-table2-93 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-93 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-93 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-93 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-93 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-93 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-93 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-93 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-93 .btn {
  font-size: 25px;
}
#pricing-table2-93 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-94 P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-94 .btn {
  font-size: 25px;
}
#extHeader1-94 SPAN {
  font-size: 25px;
}
#contacts1-95 STRONG {
  color: #f3c649;
}















#extSlider1-96 .btn {
  font-size: 25px;
}
#extSlider1-96 SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-96 H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-96 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-97 .feature-title,
#extFeatures8-97 .description {
  color: #232323;
}
#extFeatures8-97 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-97 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-97 .feature-title {
  font-size: 30px;
}
#extFeatures8-97 P {
  font-size: 20px;
}
#header3-98 .mbr-section-title,
#header3-98 .mbr-section-subtitle {
  text-align: center;
}
#header3-98 SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-98 SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-99 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-99 .btn {
  font-size: 25px;
}
#msg-box1-99 SPAN {
  font-size: 36px;
}
#header3-9a .mbr-section-title,
#header3-9a .mbr-section-subtitle {
  text-align: center;
}
#header3-9a SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-9c .mbr-section-title,
#header3-9c .mbr-section-subtitle {
  text-align: center;
}
#header3-9c SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-9d H4 {
  font-size: 30px;
}
#features3-9d P {
  font-size: 25px;
}
#features3-9d .btn {
  font-size: 25px;
}
#header3-9e .mbr-section-title,
#header3-9e .mbr-section-subtitle {
  text-align: center;
}
#header3-9e SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-9f .btn {
  font-size: 25px;
}
#extHeader5-9f SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-9f H3 {
  color: #000000;
}
#header3-9g .mbr-section-title,
#header3-9g .mbr-section-subtitle {
  text-align: center;
}
#header3-9g SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-9h H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-9h .btn {
  font-size: 25px;
}
#msg-box4-9h P {
  font-size: 25px;
  color: #efefef;
}
#msg-box4-9i H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-9i .btn {
  font-size: 25px;
}
#msg-box4-9i P {
  font-size: 25px;
  text-align: left;
  color: #000000;
}
#msg-box4-9i SPAN {
  color: #ffffff;
}
#msg-box4-9j H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-9j .btn {
  font-size: 25px;
}
#msg-box4-9j P {
  font-size: 25px;
  color: #ffffff;
}
#msg-box4-9k H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-9k .btn {
  font-size: 25px;
}
#msg-box4-9k P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-9k SPAN {
  color: #ffffff;
}
#msg-box4-9l H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-9l .btn {
  font-size: 25px;
}
#msg-box4-9l P {
  font-size: 25px;
  color: #ffffff;
}
#ext_menu-9m .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-9m .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-9m .navbar-toggler {
  color: #ffffff;
}
#ext_menu-9m .close-icon::before,
#ext_menu-9m .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-9m .link,
#ext_menu-9m .dropdown-item {
  color: #ffffff;
}
#ext_menu-9m .link {
  font-size: 1.15rem;
}
#ext_menu-9m .dropdown-item,
#ext_menu-9m .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-9m .link:hover,
#ext_menu-9m .dropdown-item:hover,
#ext_menu-9m .link:focus,
#ext_menu-9m .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-9m .link[aria-expanded="true"],
#ext_menu-9m .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-9m .nav-dropdown-sm .link:focus,
#ext_menu-9m .nav-dropdown-sm .link:hover,
#ext_menu-9m .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-9m .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-9m .navbar,
#ext_menu-9m .nav-dropdown-sm,
#ext_menu-9m .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-9m .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-9m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-9m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-9m .bg-color.transparent.opened .link:hover,
#ext_menu-9m .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-9m .link[aria-expanded="true"],
#ext_menu-9m .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-9m .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-9n .mbr-plan-header,
#pricing-table2-9n .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-9n ul,
#pricing-table2-9n .mbr-plan-title,
#pricing-table2-9n .mbr-price-value,
#pricing-table2-9n .mbr-price-figure,
#pricing-table2-9n .mbr-price-term {
  color: #28262b;
}
#pricing-table2-9n .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-9n .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-9n UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-9n .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-9n .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-9n .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-9n .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-9n .btn {
  font-size: 25px;
}
#pricing-table2-9n .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#extHeader1-9o P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-9o .btn {
  font-size: 25px;
}
#contacts1-9p STRONG {
  color: #f3c649;
}

























#extSlider1-9q .btn {
  font-size: 25px;
}
#extSlider1-9q SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-9q H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-9q P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-9r .feature-title,
#extFeatures8-9r .description {
  color: #232323;
}
#extFeatures8-9r .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-9r .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-9r .feature-title {
  font-size: 30px;
}
#extFeatures8-9r P {
  font-size: 25px;
}
#header3-9s .mbr-section-title,
#header3-9s .mbr-section-subtitle {
  text-align: center;
}
#header3-9s SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-9s SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-9t H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-9t .btn {
  font-size: 25px;
}
#msg-box1-9t SPAN {
  font-size: 36px;
}
#header3-9u .mbr-section-title,
#header3-9u .mbr-section-subtitle {
  text-align: center;
}
#header3-9u SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-9w .mbr-section-title,
#header3-9w .mbr-section-subtitle {
  text-align: center;
}
#header3-9w SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-9x H4 {
  font-size: 30px;
}
#features3-9x P {
  font-size: 25px;
}
#features3-9x .btn {
  font-size: 25px;
}
#header3-9y .mbr-section-title,
#header3-9y .mbr-section-subtitle {
  text-align: center;
}
#header3-9y SMALL {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#extHeader5-9z .btn {
  font-size: 25px;
}
#extHeader5-9z SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#extHeader5-9z H3 {
  color: #000000;
}
#header3-a0 .mbr-section-title,
#header3-a0 .mbr-section-subtitle {
  text-align: center;
}
#header3-a0 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-a1 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-a1 .btn {
  font-size: 25px;
}
#msg-box4-a1 P {
  font-size: 30px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
}
#msg-box4-a2 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-a2 .btn {
  font-size: 25px;
}
#msg-box4-a2 P {
  font-size: 30px;
  text-align: left;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#msg-box4-a2 SPAN {
  color: #ffffff;
}
#msg-box4-a3 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-a3 .btn {
  font-size: 25px;
}
#msg-box4-a3 P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#msg-box4-a4 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-a4 .btn {
  font-size: 25px;
}
#msg-box4-a4 P {
  font-size: 30px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
#msg-box4-a4 SPAN {
  color: #ffffff;
}
#msg-box4-a5 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-a5 .btn {
  font-size: 25px;
}
#msg-box4-a5 P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-a6 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a6 .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-a6 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-a6 .close-icon::before,
#ext_menu-a6 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-a6 .link,
#ext_menu-a6 .dropdown-item {
  color: #ffffff;
}
#ext_menu-a6 .link {
  font-size: 1.15rem;
}
#ext_menu-a6 .dropdown-item,
#ext_menu-a6 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-a6 .link:hover,
#ext_menu-a6 .dropdown-item:hover,
#ext_menu-a6 .link:focus,
#ext_menu-a6 .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-a6 .link[aria-expanded="true"],
#ext_menu-a6 .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-a6 .nav-dropdown-sm .link:focus,
#ext_menu-a6 .nav-dropdown-sm .link:hover,
#ext_menu-a6 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a6 .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-a6 .navbar,
#ext_menu-a6 .nav-dropdown-sm,
#ext_menu-a6 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a6 .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-a6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-a6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a6 .bg-color.transparent.opened .link:hover,
#ext_menu-a6 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-a6 .link[aria-expanded="true"],
#ext_menu-a6 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-a6 .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-a7 .mbr-plan-header,
#pricing-table2-a7 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-a7 ul,
#pricing-table2-a7 .mbr-plan-title,
#pricing-table2-a7 .mbr-price-value,
#pricing-table2-a7 .mbr-price-figure,
#pricing-table2-a7 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-a7 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-a7 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-a7 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-a7 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-a7 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-a7 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-a7 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-a7 .btn {
  font-size: 25px;
}
#pricing-table2-a7 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#pricing-table2-a7 .mbr-section__container .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#pricing-table2-a7 .mbr-plan-price-desc SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}
#testimonials4-ab .card-block P {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#testimonials4-ab .card-footer > div {
  font-size: 30px;
  color: #000000;
}
#testimonials4-ab .mbr-section-title {
  color: #000000;
}
#form1-az .form-control-label {
  color: #232323;
}
#form1-az SMALL {
  font-size: 25px;
  color: #b8312f;
  font-family: 'Raleway', sans-serif;
}
#form1-az SPAN {
  font-family: 'Lato', sans-serif;
}
#contacts1-a9 STRONG {
  color: #f3c649;
}















#extSlider1-ad .btn {
  font-size: 25px;
}
#extSlider1-ad SPAN {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
#extSlider1-ad H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-ad P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-ae .feature-title,
#extFeatures8-ae .description {
  color: #232323;
}
#extFeatures8-ae .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-ae .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-ae .feature-title {
  font-size: 30px;
}
#extFeatures8-ae P {
  font-size: 25px;
}
#header3-af .mbr-section-title,
#header3-af .mbr-section-subtitle {
  text-align: center;
}
#header3-af SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-af SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#msg-box1-ag H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-ag .btn {
  font-size: 25px;
}
#msg-box1-ag SPAN {
  font-size: 36px;
}
#header3-ah .mbr-section-title,
#header3-ah .mbr-section-subtitle {
  text-align: center;
}
#header3-ah SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-aj .mbr-section-title,
#header3-aj .mbr-section-subtitle {
  text-align: center;
}
#header3-aj SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-ak H4 {
  font-size: 30px;
}
#features3-ak P {
  font-size: 25px;
}
#features3-ak .btn {
  font-size: 25px;
}
#header3-al .mbr-section-title,
#header3-al .mbr-section-subtitle {
  text-align: center;
}
#header3-al SMALL {
  font-size: 30px;
  color: #b8312f;
}
#extHeader5-am .btn {
  font-size: 25px;
}
#extHeader5-am SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000000;
}
#extHeader5-am H3 {
  color: #000000;
}
#header3-an .mbr-section-title,
#header3-an .mbr-section-subtitle {
  text-align: center;
}
#header3-an SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-ao H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-ao .btn {
  font-size: 25px;
}
#msg-box4-ao P {
  font-size: 25px;
  color: #efefef;
}
#msg-box4-ap H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-ap .btn {
  font-size: 25px;
}
#msg-box4-ap P {
  font-size: 25px;
  text-align: left;
  color: #000000;
}
#msg-box4-ap SPAN {
  color: #ffffff;
}
#msg-box4-aq H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-aq .btn {
  font-size: 25px;
}
#msg-box4-aq P {
  font-size: 25px;
  color: #ffffff;
}
#msg-box4-ar H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-ar .btn {
  font-size: 25px;
}
#msg-box4-ar P {
  font-size: 25px;
  text-align: left;
}
#msg-box4-ar SPAN {
  color: #ffffff;
}
#msg-box4-as H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-as .btn {
  font-size: 25px;
}
#msg-box4-as P {
  font-size: 25px;
  color: #ffffff;
}
#ext_menu-at .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-at .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-at .navbar-toggler {
  color: #ffffff;
}
#ext_menu-at .close-icon::before,
#ext_menu-at .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-at .link,
#ext_menu-at .dropdown-item {
  color: #ffffff;
}
#ext_menu-at .link {
  font-size: 1.15rem;
}
#ext_menu-at .dropdown-item,
#ext_menu-at .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-at .link:hover,
#ext_menu-at .dropdown-item:hover,
#ext_menu-at .link:focus,
#ext_menu-at .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-at .link[aria-expanded="true"],
#ext_menu-at .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-at .nav-dropdown-sm .link:focus,
#ext_menu-at .nav-dropdown-sm .link:hover,
#ext_menu-at .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-at .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-at .navbar,
#ext_menu-at .nav-dropdown-sm,
#ext_menu-at .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-at .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-at .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-at .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-at .bg-color.transparent.opened .link:hover,
#ext_menu-at .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-at .link[aria-expanded="true"],
#ext_menu-at .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-at .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-au .mbr-plan-header,
#pricing-table2-au .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-au ul,
#pricing-table2-au .mbr-plan-title,
#pricing-table2-au .mbr-price-value,
#pricing-table2-au .mbr-price-figure,
#pricing-table2-au .mbr-price-term {
  color: #28262b;
}
#pricing-table2-au .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-au .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-au UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-au .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-au .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-au .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-au .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-au .btn {
  font-size: 25px;
}
#pricing-table2-au .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#header3-aw .mbr-section-title,
#header3-aw .mbr-section-subtitle {
  text-align: center;
}
#header3-aw SMALL {
  font-size: 25px;
  color: #000000;
}
#extHeader1-ax P {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
#extHeader1-ax .btn {
  font-size: 25px;
}
#contacts1-ay STRONG {
  color: #f3c649;
}





























#extSlider1-b0 .btn {
  font-size: 25px;
}
#extSlider1-b0 SPAN {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#extSlider1-b0 H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-b0 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-b1 .feature-title,
#extFeatures8-b1 .description {
  color: #232323;
}
#extFeatures8-b1 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-b1 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-b1 .feature-title {
  font-size: 30px;
}
#extFeatures8-b1 P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#extFeatures8-b1 .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-b2 .mbr-section-title,
#header3-b2 .mbr-section-subtitle {
  text-align: center;
}
#header3-b2 SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-b2 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
}
#msg-box1-b3 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-b3 .btn {
  font-size: 25px;
}
#msg-box1-b3 SPAN {
  font-size: 36px;
}
#header3-b4 .mbr-section-title,
#header3-b4 .mbr-section-subtitle {
  text-align: center;
}
#header3-b4 SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-b4 SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-b6 .mbr-section-title,
#header3-b6 .mbr-section-subtitle {
  text-align: center;
}
#header3-b6 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-b7 H4 {
  font-size: 30px;
}
#features3-b7 P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#features3-b7 .btn {
  font-size: 25px;
}
#header3-b8 .mbr-section-title,
#header3-b8 .mbr-section-subtitle {
  text-align: center;
}
#header3-b8 SMALL {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#extHeader5-b9 .btn {
  font-size: 25px;
}
#extHeader5-b9 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#extHeader5-b9 H3 {
  color: #000000;
}
#header3-ba .mbr-section-title,
#header3-ba .mbr-section-subtitle {
  text-align: center;
}
#header3-ba SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-bb H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-bb .btn {
  font-size: 25px;
}
#msg-box4-bb P {
  font-size: 30px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
}
#msg-box4-bc H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-bc .btn {
  font-size: 25px;
}
#msg-box4-bc P {
  font-size: 30px;
  text-align: left;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#msg-box4-bc SPAN {
  color: #ffffff;
}
#msg-box4-bd H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-bd .btn {
  font-size: 25px;
}
#msg-box4-bd P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#msg-box4-be H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-be .btn {
  font-size: 25px;
}
#msg-box4-be P {
  font-size: 30px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
#msg-box4-be SPAN {
  color: #ffffff;
}
#msg-box4-bf H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-bf .btn {
  font-size: 25px;
}
#msg-box4-bf P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-bg .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-bg .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-bg .navbar-toggler {
  color: #ffffff;
}
#ext_menu-bg .close-icon::before,
#ext_menu-bg .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-bg .link,
#ext_menu-bg .dropdown-item {
  color: #ffffff;
}
#ext_menu-bg .link {
  font-size: 1.15rem;
}
#ext_menu-bg .dropdown-item,
#ext_menu-bg .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-bg .link:hover,
#ext_menu-bg .dropdown-item:hover,
#ext_menu-bg .link:focus,
#ext_menu-bg .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-bg .link[aria-expanded="true"],
#ext_menu-bg .dropdown-menu {
  background: #1e8dc8;
}
#ext_menu-bg .nav-dropdown-sm .link:focus,
#ext_menu-bg .nav-dropdown-sm .link:hover,
#ext_menu-bg .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-bg .nav-dropdown-sm .dropdown-item:hover {
  background: #2ba0df!important;
}
#ext_menu-bg .navbar,
#ext_menu-bg .nav-dropdown-sm,
#ext_menu-bg .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-bg .nav-dropdown-sm .dropdown-menu {
  background: #38a6e1;
}
#ext_menu-bg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-bg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-bg .bg-color.transparent.opened .link:hover,
#ext_menu-bg .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-bg .link[aria-expanded="true"],
#ext_menu-bg .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-bg .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-bh .mbr-plan-header,
#pricing-table2-bh .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-bh ul,
#pricing-table2-bh .mbr-plan-title,
#pricing-table2-bh .mbr-price-value,
#pricing-table2-bh .mbr-price-figure,
#pricing-table2-bh .mbr-price-term {
  color: #28262b;
}
#pricing-table2-bh .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-bh .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-bh UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-bh .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-bh .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-bh .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-bh .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-bh .btn {
  font-size: 25px;
}
#pricing-table2-bh .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#pricing-table2-bh .mbr-section__container .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#pricing-table2-bh .mbr-plan-price-desc SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}
#testimonials4-bi .card-block P {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#testimonials4-bi .card-footer > div {
  font-size: 30px;
  color: #000000;
}
#testimonials4-bi .mbr-section-title {
  color: #000000;
}
#form1-bj .form-control-label {
  color: #232323;
}
#form1-bj SMALL {
  font-size: 25px;
  color: #b8312f;
  font-family: 'Raleway', sans-serif;
}
#form1-bj SPAN {
  font-family: 'Lato', sans-serif;
}
#contacts1-bk STRONG {
  color: #f3c649;
}





























#extSlider1-bl .btn {
  font-size: 25px;
}
#extSlider1-bl SPAN {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#extSlider1-bl H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-bl P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-bm .feature-title,
#extFeatures8-bm .description {
  color: #232323;
}
#extFeatures8-bm .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-bm .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-bm .feature-title {
  font-size: 30px;
}
#extFeatures8-bm P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#extFeatures8-bm .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-bn .mbr-section-title,
#header3-bn .mbr-section-subtitle {
  text-align: center;
}
#header3-bn SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-bn SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#msg-box1-bo H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-bo .btn {
  font-size: 25px;
}
#msg-box1-bo SPAN {
  font-size: 36px;
}
#header3-bp .mbr-section-title,
#header3-bp .mbr-section-subtitle {
  text-align: center;
}
#header3-bp SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-bp SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-br .mbr-section-title,
#header3-br .mbr-section-subtitle {
  text-align: center;
}
#header3-br SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-bs H4 {
  font-size: 30px;
}
#features3-bs P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#features3-bs .btn {
  font-size: 25px;
}
#header3-bt .mbr-section-title,
#header3-bt .mbr-section-subtitle {
  text-align: center;
}
#header3-bt SMALL {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#extHeader5-bu .btn {
  font-size: 25px;
}
#extHeader5-bu SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#extHeader5-bu H3 {
  color: #000000;
}
#header3-bv .mbr-section-title,
#header3-bv .mbr-section-subtitle {
  text-align: center;
}
#header3-bv SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-bw H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-bw .btn {
  font-size: 25px;
}
#msg-box4-bw P {
  font-size: 30px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
}
#msg-box4-bx H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-bx .btn {
  font-size: 25px;
}
#msg-box4-bx P {
  font-size: 30px;
  text-align: left;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#msg-box4-bx SPAN {
  color: #ffffff;
}
#msg-box4-by H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-by .btn {
  font-size: 25px;
}
#msg-box4-by P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#msg-box4-bz H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-bz .btn {
  font-size: 25px;
}
#msg-box4-bz P {
  font-size: 30px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
#msg-box4-bz SPAN {
  color: #ffffff;
}
#msg-box4-c0 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-c0 .btn {
  font-size: 25px;
}
#msg-box4-c0 P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-c1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-c1 .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-c1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-c1 .close-icon::before,
#ext_menu-c1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-c1 .link,
#ext_menu-c1 .dropdown-item {
  color: #ffffff;
}
#ext_menu-c1 .link {
  font-size: 1.15rem;
}
#ext_menu-c1 .dropdown-item,
#ext_menu-c1 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-c1 .link:hover,
#ext_menu-c1 .dropdown-item:hover,
#ext_menu-c1 .link:focus,
#ext_menu-c1 .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-c1 .link[aria-expanded="true"],
#ext_menu-c1 .dropdown-menu {
  background: #1f5087;
}
#ext_menu-c1 .nav-dropdown-sm .link:focus,
#ext_menu-c1 .nav-dropdown-sm .link:hover,
#ext_menu-c1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-c1 .nav-dropdown-sm .dropdown-item:hover {
  background: #2662a4!important;
}
#ext_menu-c1 .navbar,
#ext_menu-c1 .nav-dropdown-sm,
#ext_menu-c1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-c1 .nav-dropdown-sm .dropdown-menu {
  background: #2969b0;
}
#ext_menu-c1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-c1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-c1 .bg-color.transparent.opened .link:hover,
#ext_menu-c1 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-c1 .link[aria-expanded="true"],
#ext_menu-c1 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-c1 .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-c2 .mbr-plan-header,
#pricing-table2-c2 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-c2 ul,
#pricing-table2-c2 .mbr-plan-title,
#pricing-table2-c2 .mbr-price-value,
#pricing-table2-c2 .mbr-price-figure,
#pricing-table2-c2 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-c2 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-c2 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-c2 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-c2 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-c2 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-c2 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-c2 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-c2 .btn {
  font-size: 25px;
}
#pricing-table2-c2 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#pricing-table2-c2 .mbr-section__container .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#pricing-table2-c2 .mbr-plan-price-desc SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}
#testimonials4-c3 .card-block P {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#testimonials4-c3 .card-footer > div {
  font-size: 30px;
  color: #000000;
}
#testimonials4-c3 .mbr-section-title {
  color: #000000;
}
#form1-c4 .form-control-label {
  color: #232323;
}
#form1-c4 SMALL {
  font-size: 25px;
  color: #b8312f;
  font-family: 'Raleway', sans-serif;
}
#form1-c4 SPAN {
  font-family: 'Lato', sans-serif;
}
#form1-c4 .btn {
  font-size: 36px;
}
#contacts1-c5 STRONG {
  color: #f3c649;
}





























#extSlider1-c6 .btn {
  font-size: 25px;
}
#extSlider1-c6 SPAN {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#extSlider1-c6 H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-c6 P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-c7 .feature-title,
#extFeatures8-c7 .description {
  color: #232323;
}
#extFeatures8-c7 .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-c7 .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-c7 .feature-title {
  font-size: 30px;
}
#extFeatures8-c7 P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#extFeatures8-c7 .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-c8 .mbr-section-title,
#header3-c8 .mbr-section-subtitle {
  text-align: center;
}
#header3-c8 SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-c8 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#msg-box1-c9 H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-c9 .btn {
  font-size: 25px;
}
#msg-box1-c9 SPAN {
  font-size: 36px;
}
#header3-ca .mbr-section-title,
#header3-ca .mbr-section-subtitle {
  text-align: center;
}
#header3-ca SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-ca SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-cc .mbr-section-title,
#header3-cc .mbr-section-subtitle {
  text-align: center;
}
#header3-cc SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-cd H4 {
  font-size: 30px;
}
#features3-cd P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#features3-cd .btn {
  font-size: 25px;
}
#header3-ce .mbr-section-title,
#header3-ce .mbr-section-subtitle {
  text-align: center;
}
#header3-ce SMALL {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#extHeader5-cf .btn {
  font-size: 25px;
}
#extHeader5-cf SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#extHeader5-cf H3 {
  color: #000000;
}
#header3-cg .mbr-section-title,
#header3-cg .mbr-section-subtitle {
  text-align: center;
}
#header3-cg SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-ch H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-ch .btn {
  font-size: 25px;
}
#msg-box4-ch P {
  font-size: 30px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
}
#msg-box4-ci H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-ci .btn {
  font-size: 25px;
}
#msg-box4-ci P {
  font-size: 30px;
  text-align: left;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#msg-box4-ci SPAN {
  color: #ffffff;
}
#msg-box4-cj H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-cj .btn {
  font-size: 25px;
}
#msg-box4-cj P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#msg-box4-ck H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-ck .btn {
  font-size: 25px;
}
#msg-box4-ck P {
  font-size: 30px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
#msg-box4-ck SPAN {
  color: #ffffff;
}
#msg-box4-cl H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-cl .btn {
  font-size: 25px;
}
#msg-box4-cl P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-cm .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-cm .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-cm .navbar-toggler {
  color: #ffffff;
}
#ext_menu-cm .close-icon::before,
#ext_menu-cm .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-cm .link,
#ext_menu-cm .dropdown-item {
  color: #ffffff;
}
#ext_menu-cm .link {
  font-size: 1.15rem;
}
#ext_menu-cm .dropdown-item,
#ext_menu-cm .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-cm .link:hover,
#ext_menu-cm .dropdown-item:hover,
#ext_menu-cm .link:focus,
#ext_menu-cm .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-cm .link[aria-expanded="true"],
#ext_menu-cm .dropdown-menu {
  background: #1f5087;
}
#ext_menu-cm .nav-dropdown-sm .link:focus,
#ext_menu-cm .nav-dropdown-sm .link:hover,
#ext_menu-cm .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-cm .nav-dropdown-sm .dropdown-item:hover {
  background: #2662a4!important;
}
#ext_menu-cm .navbar,
#ext_menu-cm .nav-dropdown-sm,
#ext_menu-cm .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-cm .nav-dropdown-sm .dropdown-menu {
  background: #2969b0;
}
#ext_menu-cm .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-cm .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-cm .bg-color.transparent.opened .link:hover,
#ext_menu-cm .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-cm .link[aria-expanded="true"],
#ext_menu-cm .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-cm .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-cn .mbr-plan-header,
#pricing-table2-cn .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-cn ul,
#pricing-table2-cn .mbr-plan-title,
#pricing-table2-cn .mbr-price-value,
#pricing-table2-cn .mbr-price-figure,
#pricing-table2-cn .mbr-price-term {
  color: #28262b;
}
#pricing-table2-cn .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-cn .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-cn UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-cn .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-cn .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-cn .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-cn .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-cn .btn {
  font-size: 25px;
}
#pricing-table2-cn .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#pricing-table2-cn .mbr-section__container .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#pricing-table2-cn .mbr-plan-price-desc SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}
#testimonials4-co .card-block P {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#testimonials4-co .card-footer > div {
  font-size: 30px;
  color: #000000;
}
#testimonials4-co .mbr-section-title {
  color: #000000;
}
#form1-cp .form-control-label {
  color: #232323;
}
#form1-cp SMALL {
  font-size: 25px;
  color: #b8312f;
  font-family: 'Raleway', sans-serif;
}
#form1-cp SPAN {
  font-family: 'Lato', sans-serif;
}
#form1-cp .btn {
  font-size: 36px;
}
#contacts1-cq STRONG {
  color: #f3c649;
}





























#extSlider1-cr .btn {
  font-size: 25px;
}
#extSlider1-cr SPAN {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#extSlider1-cr H2 {
  font-size: 48px;
  color: #ffffff;
}
#extSlider1-cr P {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
#extFeatures8-cs .feature-title,
#extFeatures8-cs .description {
  color: #232323;
}
#extFeatures8-cs .feature-subtitle {
  color: #8c8c8c;
}
#extFeatures8-cs .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#extFeatures8-cs .feature-title {
  font-size: 30px;
}
#extFeatures8-cs P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#extFeatures8-cs .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-ct .mbr-section-title,
#header3-ct .mbr-section-subtitle {
  text-align: center;
}
#header3-ct SMALL {
  font-size: 25px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#header3-ct SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#msg-box1-cu H2 {
  font-size: 30px;
  color: #b8312f;
}
#msg-box1-cu .btn {
  font-size: 25px;
}
#msg-box1-cu SPAN {
  font-size: 36px;
}
#header3-cv .mbr-section-title,
#header3-cv .mbr-section-subtitle {
  text-align: center;
}
#header3-cv SMALL {
  color: #b8312f;
  font-size: 30px;
}
#header3-cv SPAN {
  font-family: 'Lato', sans-serif;
}
#header3-cx .mbr-section-title,
#header3-cx .mbr-section-subtitle {
  text-align: center;
}
#header3-cx SMALL {
  font-size: 30px;
  color: #b8312f;
}
#features3-cy H4 {
  font-size: 30px;
}
#features3-cy P {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
#features3-cy .btn {
  font-size: 25px;
}
#header3-cz .mbr-section-title,
#header3-cz .mbr-section-subtitle {
  text-align: center;
}
#header3-cz SMALL {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#extHeader5-d0 .btn {
  font-size: 25px;
}
#extHeader5-d0 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #000000;
}
#extHeader5-d0 H3 {
  color: #000000;
}
#header3-d1 .mbr-section-title,
#header3-d1 .mbr-section-subtitle {
  text-align: center;
}
#header3-d1 SMALL {
  font-size: 30px;
  color: #b8312f;
}
#msg-box4-d2 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-d2 .btn {
  font-size: 25px;
}
#msg-box4-d2 P {
  font-size: 30px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
}
#msg-box4-d3 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-d3 .btn {
  font-size: 25px;
}
#msg-box4-d3 P {
  font-size: 30px;
  text-align: left;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#msg-box4-d3 SPAN {
  color: #ffffff;
}
#msg-box4-d4 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-d4 .btn {
  font-size: 25px;
}
#msg-box4-d4 P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#msg-box4-d5 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
#msg-box4-d5 .btn {
  font-size: 25px;
}
#msg-box4-d5 P {
  font-size: 30px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
#msg-box4-d5 SPAN {
  color: #ffffff;
}
#msg-box4-d6 H3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#msg-box4-d6 .btn {
  font-size: 25px;
}
#msg-box4-d6 P {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#ext_menu-d7 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-d7 .navbar-caption {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
}
#ext_menu-d7 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-d7 .close-icon::before,
#ext_menu-d7 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-d7 .link,
#ext_menu-d7 .dropdown-item {
  color: #ffffff;
}
#ext_menu-d7 .link {
  font-size: 1.15rem;
}
#ext_menu-d7 .dropdown-item,
#ext_menu-d7 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-d7 .link:hover,
#ext_menu-d7 .dropdown-item:hover,
#ext_menu-d7 .link:focus,
#ext_menu-d7 .dropdown-item:focus {
  color: #2969b0;
}
#ext_menu-d7 .link[aria-expanded="true"],
#ext_menu-d7 .dropdown-menu {
  background: #1f5087;
}
#ext_menu-d7 .nav-dropdown-sm .link:focus,
#ext_menu-d7 .nav-dropdown-sm .link:hover,
#ext_menu-d7 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-d7 .nav-dropdown-sm .dropdown-item:hover {
  background: #2662a4!important;
}
#ext_menu-d7 .navbar,
#ext_menu-d7 .nav-dropdown-sm,
#ext_menu-d7 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-d7 .nav-dropdown-sm .dropdown-menu {
  background: #2969b0;
}
#ext_menu-d7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-d7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-d7 .bg-color.transparent.opened .link:hover,
#ext_menu-d7 .bg-color.transparent.opened .link:focus {
  color: #2969b0;
}
#ext_menu-d7 .link[aria-expanded="true"],
#ext_menu-d7 .dropdown-item[aria-expanded="true"] {
  color: #2969b0!important;
}
#ext_menu-d7 .btn {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
#pricing-table2-d8 .mbr-plan-header,
#pricing-table2-d8 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-d8 ul,
#pricing-table2-d8 .mbr-plan-title,
#pricing-table2-d8 .mbr-price-value,
#pricing-table2-d8 .mbr-price-figure,
#pricing-table2-d8 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-d8 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-d8 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table2-d8 UL {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
#pricing-table2-d8 .mbr-plan-label {
  font-size: 25px;
}
#pricing-table2-d8 .mbr-plan-title {
  font-size: 30px;
}
#pricing-table2-d8 .mbr-plan-subtitle {
  font-size: 20px;
}
#pricing-table2-d8 .mbr-section__container .mbr-section-subtitle {
  color: #b8312f;
  font-size: 30px;
}
#pricing-table2-d8 .btn {
  font-size: 25px;
}
#pricing-table2-d8 .mbr-plan-price-desc {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#pricing-table2-d8 .mbr-section__container .mbr-section-subtitle SPAN {
  font-family: 'Lato', sans-serif;
}
#pricing-table2-d8 .mbr-plan-price-desc SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}
#testimonials4-d9 .card-block P {
  font-size: 30px;
  color: #b8312f;
  font-family: 'Lato', sans-serif;
}
#testimonials4-d9 .card-footer > div {
  font-size: 30px;
  color: #000000;
}
#testimonials4-d9 .mbr-section-title {
  color: #000000;
}
#form1-da .form-control-label {
  color: #232323;
}
#form1-da SMALL {
  font-size: 25px;
  color: #b8312f;
  font-family: 'Raleway', sans-serif;
}
#form1-da SPAN {
  font-family: 'Lato', sans-serif;
}
#form1-da .btn {
  font-size: 36px;
}
#contacts1-db STRONG {
  color: #f3c649;
}
