@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);








body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Oxygen', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Oxygen', 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 {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.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: #302e66 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #302e66;
  border-color: #302e66;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #171631;
  border-color: #171631;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #171631 !important;
  border-color: #171631 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #0f0e20;
  color: #0f0e20;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #302e66;
  border-color: #302e66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #302e66 !important;
  border-color: #302e66 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #302e66 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #302e66;
}
.btn-social:hover {
  background: #302e66;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #302e66;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #302e66;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #302e66;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #302e66;
}
.lead a,
.lead a:hover {
  color: #302e66;
}
.lead blockquote {
  border-color: #302e66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #615db6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #302e66;
}
.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: 'Oxygen', sans-serif;
}
.count,
.counter-title {
  font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
  font-family: 'Lora', serif;
}
.mbr-iconfont-counters1 {
  color: #302e66;
}
.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: 'Oxygen', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #302e66;
}
.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: #302e66;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #302e66;
}
.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: #302e66;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #302e66;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #302e66;
  }
}
.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: #302e66;
}
.extAccordion1 .panel-heading a {
  font-family: 'Oxygen', 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: #302e66;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Oxygen', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #302e66;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #302e66;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #302e66;
  }
}
.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: #302e66 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #302e66;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #302e66;
}
.theme-border {
  border: 1px solid #302e66;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-0 .link {
  font-size: 0.8rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#header3-4r .mbr-section-title,
#header3-4r .mbr-section-subtitle {
  text-align: center;
}
#header3-4r H3 {
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#header3-4r SMALL {
  font-family: 'Oxygen', sans-serif;
  text-align: right;
}
#msg-box6-44 .mbr-section-title,
#msg-box6-44 .lead p {
  color: #fff;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3f .mbr-section-title,
#social-buttons4-3f .btn-social {
  color: #fff;
}
#social-buttons4-3f .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-c .navbar-caption {
  color: #ffffff;
}
#ext_menu-c .navbar-toggler {
  color: #2b0680;
}
#ext_menu-c .close-icon::before,
#ext_menu-c .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-c .link,
#ext_menu-c .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-c .link {
  font-size: 0.8rem;
}
#ext_menu-c .dropdown-item,
#ext_menu-c .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-c .link:hover,
#ext_menu-c .dropdown-item:hover,
#ext_menu-c .link:focus,
#ext_menu-c .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-c .link[aria-expanded="true"],
#ext_menu-c .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-c .nav-dropdown-sm .link:focus,
#ext_menu-c .nav-dropdown-sm .link:hover,
#ext_menu-c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-c .navbar,
#ext_menu-c .nav-dropdown-sm,
#ext_menu-c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-c .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-c .bg-color.transparent.opened .link:hover,
#ext_menu-c .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-c .link[aria-expanded="true"],
#ext_menu-c .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4t .mbr-section-title,
#msg-box8-4t p {
  color: #fff;
}
#msg-box8-4t .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-50 P {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  text-align: left;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3h .mbr-section-title,
#social-buttons4-3h .btn-social {
  color: #fff;
}
#social-buttons4-3h .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-g .navbar-caption {
  color: #ffffff;
}
#ext_menu-g .navbar-toggler {
  color: #2b0680;
}
#ext_menu-g .close-icon::before,
#ext_menu-g .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-g .link,
#ext_menu-g .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-g .link {
  font-size: 0.8rem;
}
#ext_menu-g .dropdown-item,
#ext_menu-g .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-g .link:hover,
#ext_menu-g .dropdown-item:hover,
#ext_menu-g .link:focus,
#ext_menu-g .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-g .link[aria-expanded="true"],
#ext_menu-g .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-g .nav-dropdown-sm .link:focus,
#ext_menu-g .nav-dropdown-sm .link:hover,
#ext_menu-g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-g .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-g .navbar,
#ext_menu-g .nav-dropdown-sm,
#ext_menu-g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-g .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-g .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-g .bg-color.transparent.opened .link:hover,
#ext_menu-g .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-g .link[aria-expanded="true"],
#ext_menu-g .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4q .mbr-section-title,
#msg-box8-4q p {
  color: #fff;
}
#msg-box8-4q .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-4z P {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  text-align: left;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3g .mbr-section-title,
#social-buttons4-3g .btn-social {
  color: #fff;
}
#social-buttons4-3g .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-k .navbar-caption {
  color: #ffffff;
}
#ext_menu-k .navbar-toggler {
  color: #2b0680;
}
#ext_menu-k .close-icon::before,
#ext_menu-k .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-k .link,
#ext_menu-k .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-k .link {
  font-size: 0.8rem;
}
#ext_menu-k .dropdown-item,
#ext_menu-k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-k .link:hover,
#ext_menu-k .dropdown-item:hover,
#ext_menu-k .link:focus,
#ext_menu-k .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-k .nav-dropdown-sm .link:focus,
#ext_menu-k .nav-dropdown-sm .link:hover,
#ext_menu-k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-k .navbar,
#ext_menu-k .nav-dropdown-sm,
#ext_menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-k .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-k .bg-color.transparent.opened .link:hover,
#ext_menu-k .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4u .mbr-section-title,
#msg-box8-4u p {
  color: #fff;
}
#msg-box8-4u .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-51 P {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  text-align: left;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3i .mbr-section-title,
#social-buttons4-3i .btn-social {
  color: #fff;
}
#social-buttons4-3i .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-15 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-15 .navbar-caption {
  color: #ffffff;
}
#ext_menu-15 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-15 .close-icon::before,
#ext_menu-15 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-15 .link,
#ext_menu-15 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-15 .link {
  font-size: 0.8rem;
}
#ext_menu-15 .dropdown-item,
#ext_menu-15 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-15 .link:hover,
#ext_menu-15 .dropdown-item:hover,
#ext_menu-15 .link:focus,
#ext_menu-15 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-15 .link[aria-expanded="true"],
#ext_menu-15 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-15 .nav-dropdown-sm .link:focus,
#ext_menu-15 .nav-dropdown-sm .link:hover,
#ext_menu-15 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-15 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-15 .navbar,
#ext_menu-15 .nav-dropdown-sm,
#ext_menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-15 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-15 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-15 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-15 .bg-color.transparent.opened .link:hover,
#ext_menu-15 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-15 .link[aria-expanded="true"],
#ext_menu-15 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-57 .mbr-section-title,
#msg-box8-57 p {
  color: #fff;
}
#msg-box8-57 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-17 I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3o .mbr-section-title,
#social-buttons4-3o .btn-social {
  color: #fff;
}
#social-buttons4-3o .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-1t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1t .navbar-caption {
  color: #ffffff;
}
#ext_menu-1t .navbar-toggler {
  color: #2b0680;
}
#ext_menu-1t .close-icon::before,
#ext_menu-1t .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-1t .link,
#ext_menu-1t .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-1t .link {
  font-size: 0.8rem;
}
#ext_menu-1t .dropdown-item,
#ext_menu-1t .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1t .link:hover,
#ext_menu-1t .dropdown-item:hover,
#ext_menu-1t .link:focus,
#ext_menu-1t .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1t .nav-dropdown-sm .link:focus,
#ext_menu-1t .nav-dropdown-sm .link:hover,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1t .navbar,
#ext_menu-1t .nav-dropdown-sm,
#ext_menu-1t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1t .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-1t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1t .bg-color.transparent.opened .link:hover,
#ext_menu-1t .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-1t .link[aria-expanded="true"],
#ext_menu-1t .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5d .mbr-section-title,
#msg-box8-5d p {
  color: #fff;
}
#msg-box8-5d .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-1v I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3u .mbr-section-title,
#social-buttons4-3u .btn-social {
  color: #fff;
}
#social-buttons4-3u .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}









#ext_menu-1x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1x .navbar-caption {
  color: #ffffff;
}
#ext_menu-1x .navbar-toggler {
  color: #2b0680;
}
#ext_menu-1x .close-icon::before,
#ext_menu-1x .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-1x .link,
#ext_menu-1x .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-1x .link {
  font-size: 0.8rem;
}
#ext_menu-1x .dropdown-item,
#ext_menu-1x .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1x .link:hover,
#ext_menu-1x .dropdown-item:hover,
#ext_menu-1x .link:focus,
#ext_menu-1x .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-1x .link[aria-expanded="true"],
#ext_menu-1x .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1x .nav-dropdown-sm .link:focus,
#ext_menu-1x .nav-dropdown-sm .link:hover,
#ext_menu-1x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1x .navbar,
#ext_menu-1x .nav-dropdown-sm,
#ext_menu-1x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1x .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-1x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1x .bg-color.transparent.opened .link:hover,
#ext_menu-1x .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-1x .link[aria-expanded="true"],
#ext_menu-1x .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4w .mbr-section-title,
#msg-box8-4w p {
  color: #fff;
}
#msg-box8-4w .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-1z UL {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#content1-1z P {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6f .mbr-section-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6f P {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#extFeatures7-6f H4 {
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6f B {
  font-size: 14px;
  text-align: left;
}
#extFeatures7-6f SPAN {
  font-size: 16px;
}
#contacts1-20 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-20 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3v .mbr-section-title,
#social-buttons4-3v .btn-social {
  color: #fff;
}
#social-buttons4-3v .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-25 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-25 .navbar-caption {
  color: #ffffff;
}
#ext_menu-25 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-25 .close-icon::before,
#ext_menu-25 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-25 .link,
#ext_menu-25 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-25 .link {
  font-size: 0.8rem;
}
#ext_menu-25 .dropdown-item,
#ext_menu-25 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-25 .link:hover,
#ext_menu-25 .dropdown-item:hover,
#ext_menu-25 .link:focus,
#ext_menu-25 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-25 .link[aria-expanded="true"],
#ext_menu-25 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-25 .nav-dropdown-sm .link:focus,
#ext_menu-25 .nav-dropdown-sm .link:hover,
#ext_menu-25 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-25 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-25 .navbar,
#ext_menu-25 .nav-dropdown-sm,
#ext_menu-25 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-25 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-25 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-25 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-25 .bg-color.transparent.opened .link:hover,
#ext_menu-25 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-25 .link[aria-expanded="true"],
#ext_menu-25 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5h .mbr-section-title,
#msg-box8-5h p {
  color: #fff;
}
#msg-box8-5h .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-27 P {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#content1-27 LI {
  font-size: 16px;
}
#contacts1-28 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-28 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3x .mbr-section-title,
#social-buttons4-3x .btn-social {
  color: #fff;
}
#social-buttons4-3x .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-3z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3z .navbar-caption {
  color: #ffffff;
}
#ext_menu-3z .navbar-toggler {
  color: #2b0680;
}
#ext_menu-3z .close-icon::before,
#ext_menu-3z .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-3z .link,
#ext_menu-3z .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-3z .link {
  font-size: 0.8rem;
}
#ext_menu-3z .dropdown-item,
#ext_menu-3z .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-3z .link:hover,
#ext_menu-3z .dropdown-item:hover,
#ext_menu-3z .link:focus,
#ext_menu-3z .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-3z .link[aria-expanded="true"],
#ext_menu-3z .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3z .nav-dropdown-sm .link:focus,
#ext_menu-3z .nav-dropdown-sm .link:hover,
#ext_menu-3z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3z .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3z .navbar,
#ext_menu-3z .nav-dropdown-sm,
#ext_menu-3z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3z .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3z .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-3z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3z .bg-color.transparent.opened .link:hover,
#ext_menu-3z .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-3z .link[aria-expanded="true"],
#ext_menu-3z .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5e .mbr-section-title,
#msg-box8-5e p {
  color: #fff;
}
#msg-box8-5e .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-41 P {
  font-size: 16px;
}
#content1-41 LI {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-42 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-42 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-43 .mbr-section-title,
#social-buttons4-43 .btn-social {
  color: #fff;
}
#social-buttons4-43 .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}







#ext_menu-4c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4c .navbar-caption {
  color: #ffffff;
}
#ext_menu-4c .navbar-toggler {
  color: #2b0680;
}
#ext_menu-4c .close-icon::before,
#ext_menu-4c .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-4c .link,
#ext_menu-4c .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-4c .link {
  font-size: 0.8rem;
}
#ext_menu-4c .dropdown-item,
#ext_menu-4c .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-4c .link:hover,
#ext_menu-4c .dropdown-item:hover,
#ext_menu-4c .link:focus,
#ext_menu-4c .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-4c .link[aria-expanded="true"],
#ext_menu-4c .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-4c .nav-dropdown-sm .link:focus,
#ext_menu-4c .nav-dropdown-sm .link:hover,
#ext_menu-4c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-4c .navbar,
#ext_menu-4c .nav-dropdown-sm,
#ext_menu-4c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-4c .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-4c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4c .bg-color.transparent.opened .link:hover,
#ext_menu-4c .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-4c .link[aria-expanded="true"],
#ext_menu-4c .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4y .mbr-section-title,
#msg-box8-4y p {
  color: #fff;
}
#msg-box8-4y .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-5j .mbr-section-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-5j P {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-5j H4 {
  font-family: 'Oxygen', sans-serif;
  text-align: left;
}
#extFeatures7-5j B {
  font-size: 14px;
}
#contacts1-4f STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-4f P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-4g .mbr-section-title,
#social-buttons4-4g .btn-social {
  color: #fff;
}
#social-buttons4-4g .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}










#ext_menu-65 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-65 .navbar-caption {
  color: #ffffff;
}
#ext_menu-65 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-65 .close-icon::before,
#ext_menu-65 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-65 .link,
#ext_menu-65 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-65 .link {
  font-size: 0.8rem;
}
#ext_menu-65 .dropdown-item,
#ext_menu-65 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-65 .link:hover,
#ext_menu-65 .dropdown-item:hover,
#ext_menu-65 .link:focus,
#ext_menu-65 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-65 .link[aria-expanded="true"],
#ext_menu-65 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-65 .nav-dropdown-sm .link:focus,
#ext_menu-65 .nav-dropdown-sm .link:hover,
#ext_menu-65 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-65 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-65 .navbar,
#ext_menu-65 .nav-dropdown-sm,
#ext_menu-65 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-65 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-65 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-65 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-65 .bg-color.transparent.opened .link:hover,
#ext_menu-65 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-65 .link[aria-expanded="true"],
#ext_menu-65 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-66 .mbr-section-title,
#msg-box8-66 p {
  color: #fff;
}
#msg-box8-66 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6d .mbr-section-title {
  font-size: 30px;
  text-align: left;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6d P {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#extFeatures7-6d H4 {
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6d B {
  font-size: 14px;
  text-align: left;
}
#extFeatures7-6d SPAN {
  font-size: 16px;
}
#extFeatures7-67 .mbr-section-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-67 P {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-67 H4 {
  font-family: 'Oxygen', sans-serif;
  text-align: center;
  font-size: 16px;
}
#extFeatures7-67 B {
  font-size: 14px;
}
#contacts1-69 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-69 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-6a .mbr-section-title,
#social-buttons4-6a .btn-social {
  color: #fff;
}
#social-buttons4-6a .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-75 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-75 .navbar-caption {
  color: #ffffff;
}
#ext_menu-75 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-75 .close-icon::before,
#ext_menu-75 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-75 .link,
#ext_menu-75 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-75 .link {
  font-size: 0.8rem;
}
#ext_menu-75 .dropdown-item,
#ext_menu-75 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-75 .link:hover,
#ext_menu-75 .dropdown-item:hover,
#ext_menu-75 .link:focus,
#ext_menu-75 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-75 .link[aria-expanded="true"],
#ext_menu-75 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-75 .nav-dropdown-sm .link:focus,
#ext_menu-75 .nav-dropdown-sm .link:hover,
#ext_menu-75 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-75 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-75 .navbar,
#ext_menu-75 .nav-dropdown-sm,
#ext_menu-75 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-75 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-75 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-75 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-75 .bg-color.transparent.opened .link:hover,
#ext_menu-75 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-75 .link[aria-expanded="true"],
#ext_menu-75 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-76 .mbr-section-title,
#msg-box8-76 p {
  color: #fff;
}
#msg-box8-76 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-77 P {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  text-align: left;
}
#contacts1-78 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-78 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-79 .mbr-section-title,
#social-buttons4-79 .btn-social {
  color: #fff;
}
#social-buttons4-79 .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}






#ext_menu-3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-3 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-3 .close-icon::before,
#ext_menu-3 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-3 .link,
#ext_menu-3 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-3 .link {
  font-size: 0.8rem;
}
#ext_menu-3 .dropdown-item,
#ext_menu-3 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-3 .link:hover,
#ext_menu-3 .dropdown-item:hover,
#ext_menu-3 .link:focus,
#ext_menu-3 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-3 .link[aria-expanded="true"],
#ext_menu-3 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3 .nav-dropdown-sm .link:focus,
#ext_menu-3 .nav-dropdown-sm .link:hover,
#ext_menu-3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3 .navbar,
#ext_menu-3 .nav-dropdown-sm,
#ext_menu-3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3 .bg-color.transparent.opened .link:hover,
#ext_menu-3 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-3 .link[aria-expanded="true"],
#ext_menu-3 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4s .mbr-section-title,
#msg-box8-4s p {
  color: #fff;
}
#msg-box8-4s .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-7 P {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#extTestimonials5-5i .mbr-section-title {
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3b .mbr-section-title,
#social-buttons4-3b .btn-social {
  color: #fff;
}
#social-buttons4-3b .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}










#ext_menu-5k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5k .navbar-caption {
  color: #ffffff;
}
#ext_menu-5k .navbar-toggler {
  color: #2b0680;
}
#ext_menu-5k .close-icon::before,
#ext_menu-5k .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-5k .link,
#ext_menu-5k .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-5k .link {
  font-size: 0.8rem;
}
#ext_menu-5k .dropdown-item,
#ext_menu-5k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-5k .link:hover,
#ext_menu-5k .dropdown-item:hover,
#ext_menu-5k .link:focus,
#ext_menu-5k .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-5k .link[aria-expanded="true"],
#ext_menu-5k .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-5k .nav-dropdown-sm .link:focus,
#ext_menu-5k .nav-dropdown-sm .link:hover,
#ext_menu-5k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-5k .navbar,
#ext_menu-5k .nav-dropdown-sm,
#ext_menu-5k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-5k .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-5k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5k .bg-color.transparent.opened .link:hover,
#ext_menu-5k .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-5k .link[aria-expanded="true"],
#ext_menu-5k .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5l .mbr-section-title,
#msg-box8-5l p {
  color: #fff;
}
#msg-box8-5l .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-5n .mbr-section-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-5n P {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-5n H4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#extFeatures7-5n B {
  font-size: 14px;
}
#extFeatures7-6y .mbr-section-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6y P {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
}
#extFeatures7-6y H4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#extFeatures7-6y B {
  font-size: 14px;
}
#contacts1-5p STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-5p P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-5q .mbr-section-title,
#social-buttons4-5q .btn-social {
  color: #fff;
}
#social-buttons4-5q .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}
















#ext_menu-5x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5x .navbar-caption {
  color: #ffffff;
}
#ext_menu-5x .navbar-toggler {
  color: #2b0680;
}
#ext_menu-5x .close-icon::before,
#ext_menu-5x .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-5x .link,
#ext_menu-5x .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-5x .link {
  font-size: 0.8rem;
}
#ext_menu-5x .dropdown-item,
#ext_menu-5x .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-5x .link:hover,
#ext_menu-5x .dropdown-item:hover,
#ext_menu-5x .link:focus,
#ext_menu-5x .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-5x .link[aria-expanded="true"],
#ext_menu-5x .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-5x .nav-dropdown-sm .link:focus,
#ext_menu-5x .nav-dropdown-sm .link:hover,
#ext_menu-5x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-5x .navbar,
#ext_menu-5x .nav-dropdown-sm,
#ext_menu-5x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-5x .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-5x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5x .bg-color.transparent.opened .link:hover,
#ext_menu-5x .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-5x .link[aria-expanded="true"],
#ext_menu-5x .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5y .mbr-section-title,
#msg-box8-5y p {
  color: #fff;
}
#msg-box8-5y .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-5z I {
  font-family: 'Raleway', sans-serif;
}
#features3-5z H4 {
  font-family: 'Oxygen', sans-serif;
}
#features3-5z P {
  font-family: 'Oxygen', sans-serif;
}
#features3-5z STRONG {
  font-family: 'Oxygen', sans-serif;
}
#features3-60 I {
  font-family: 'Raleway', sans-serif;
}
#features3-60 H4 {
  font-family: 'Oxygen', sans-serif;
}
#features3-60 P {
  font-family: 'Oxygen', sans-serif;
}
#features3-60 STRONG {
  font-family: 'Oxygen', sans-serif;
}
#features3-64 I {
  font-family: 'Raleway', sans-serif;
}
#features3-64 H4 {
  font-family: 'Oxygen', sans-serif;
}
#features3-64 P {
  font-family: 'Oxygen', sans-serif;
}
#features3-64 STRONG {
  font-family: 'Oxygen', sans-serif;
}
#contacts1-61 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-61 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-62 .mbr-section-title,
#social-buttons4-62 .btn-social {
  color: #fff;
}
#social-buttons4-62 .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}










#ext_menu-o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-o .navbar-caption {
  color: #ffffff;
}
#ext_menu-o .navbar-toggler {
  color: #2b0680;
}
#ext_menu-o .close-icon::before,
#ext_menu-o .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-o .link,
#ext_menu-o .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-o .link {
  font-size: 0.8rem;
}
#ext_menu-o .dropdown-item,
#ext_menu-o .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-o .link:hover,
#ext_menu-o .dropdown-item:hover,
#ext_menu-o .link:focus,
#ext_menu-o .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-o .link[aria-expanded="true"],
#ext_menu-o .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: #ffffff;
}
#ext_menu-o .bg-color.transparent .link {
  color: #2b0680;
  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: #302e66;
}
#ext_menu-o .link[aria-expanded="true"],
#ext_menu-o .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-53 .mbr-section-title,
#msg-box8-53 p {
  color: #fff;
}
#msg-box8-53 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-s I {
  font-family: 'Raleway', sans-serif;
}
#features3-s H4 {
  font-family: 'Oxygen', sans-serif;
}
#features3-s P {
  font-family: 'Oxygen', sans-serif;
}
#features3-38 I {
  font-family: 'Raleway', sans-serif;
}
#features3-38 H4 {
  font-family: 'Oxygen', sans-serif;
}
#features3-38 P {
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3k .mbr-section-title,
#social-buttons4-3k .btn-social {
  color: #fff;
}
#social-buttons4-3k .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}







#ext_menu-t .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-t .navbar-caption {
  color: #ffffff;
}
#ext_menu-t .navbar-toggler {
  color: #2b0680;
}
#ext_menu-t .close-icon::before,
#ext_menu-t .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-t .link,
#ext_menu-t .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-t .link {
  font-size: 0.8rem;
}
#ext_menu-t .dropdown-item,
#ext_menu-t .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-t .link:hover,
#ext_menu-t .dropdown-item:hover,
#ext_menu-t .link:focus,
#ext_menu-t .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-t .link[aria-expanded="true"],
#ext_menu-t .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-t .nav-dropdown-sm .link:focus,
#ext_menu-t .nav-dropdown-sm .link:hover,
#ext_menu-t .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-t .navbar,
#ext_menu-t .nav-dropdown-sm,
#ext_menu-t .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-t .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-t .bg-color.transparent.opened .link:hover,
#ext_menu-t .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-t .link[aria-expanded="true"],
#ext_menu-t .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-54 .mbr-section-title,
#msg-box8-54 p {
  color: #fff;
}
#msg-box8-54 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-v I {
  font-family: 'Raleway', sans-serif;
}
#features3-v P {
  font-family: 'Oxygen', sans-serif;
}
#features3-v H4 {
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3l .mbr-section-title,
#social-buttons4-3l .btn-social {
  color: #fff;
}
#social-buttons4-3l .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}







#ext_menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-x .navbar-caption {
  color: #ffffff;
}
#ext_menu-x .navbar-toggler {
  color: #2b0680;
}
#ext_menu-x .close-icon::before,
#ext_menu-x .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-x .link,
#ext_menu-x .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-x .link {
  font-size: 0.8rem;
}
#ext_menu-x .dropdown-item,
#ext_menu-x .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-x .link:hover,
#ext_menu-x .dropdown-item:hover,
#ext_menu-x .link:focus,
#ext_menu-x .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-x .nav-dropdown-sm .link:focus,
#ext_menu-x .nav-dropdown-sm .link:hover,
#ext_menu-x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-x .navbar,
#ext_menu-x .nav-dropdown-sm,
#ext_menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-x .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-x .bg-color.transparent.opened .link:hover,
#ext_menu-x .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-55 .mbr-section-title,
#msg-box8-55 p {
  color: #fff;
}
#msg-box8-55 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-z I {
  font-family: 'Raleway', sans-serif;
}
#features3-z H4 {
  font-family: 'Oxygen', sans-serif;
}
#features3-z P {
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-1w P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3m .mbr-section-title,
#social-buttons4-3m .btn-social {
  color: #fff;
}
#social-buttons4-3m .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-11 .navbar-caption {
  color: #ffffff;
}
#ext_menu-11 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-11 .close-icon::before,
#ext_menu-11 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-11 .link,
#ext_menu-11 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-11 .link {
  font-size: 0.8rem;
}
#ext_menu-11 .dropdown-item,
#ext_menu-11 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-11 .link:hover,
#ext_menu-11 .dropdown-item:hover,
#ext_menu-11 .link:focus,
#ext_menu-11 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-11 .link[aria-expanded="true"],
#ext_menu-11 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-11 .nav-dropdown-sm .link:focus,
#ext_menu-11 .nav-dropdown-sm .link:hover,
#ext_menu-11 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-11 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-11 .navbar,
#ext_menu-11 .nav-dropdown-sm,
#ext_menu-11 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-11 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-11 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-11 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-11 .bg-color.transparent.opened .link:hover,
#ext_menu-11 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-11 .link[aria-expanded="true"],
#ext_menu-11 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-56 .mbr-section-title,
#msg-box8-56 p {
  color: #fff;
}
#msg-box8-56 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-13 I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3n .mbr-section-title,
#social-buttons4-3n .btn-social {
  color: #fff;
}
#social-buttons4-3n .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1h .navbar-caption {
  color: #ffffff;
}
#ext_menu-1h .navbar-toggler {
  color: #2b0680;
}
#ext_menu-1h .close-icon::before,
#ext_menu-1h .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-1h .link,
#ext_menu-1h .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-1h .link {
  font-size: 0.8rem;
}
#ext_menu-1h .dropdown-item,
#ext_menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1h .link:hover,
#ext_menu-1h .dropdown-item:hover,
#ext_menu-1h .link:focus,
#ext_menu-1h .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-1h .link[aria-expanded="true"],
#ext_menu-1h .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1h .nav-dropdown-sm .link:focus,
#ext_menu-1h .nav-dropdown-sm .link:hover,
#ext_menu-1h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1h .navbar,
#ext_menu-1h .nav-dropdown-sm,
#ext_menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1h .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1h .bg-color.transparent.opened .link:hover,
#ext_menu-1h .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-1h .link[aria-expanded="true"],
#ext_menu-1h .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5a .mbr-section-title,
#msg-box8-5a p {
  color: #fff;
}
#msg-box8-5a .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-1j I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3r .mbr-section-title,
#social-buttons4-3r .btn-social {
  color: #fff;
}
#social-buttons4-3r .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-1d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1d .navbar-caption {
  color: #ffffff;
}
#ext_menu-1d .navbar-toggler {
  color: #2b0680;
}
#ext_menu-1d .close-icon::before,
#ext_menu-1d .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-1d .link,
#ext_menu-1d .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-1d .link {
  font-size: 0.8rem;
}
#ext_menu-1d .dropdown-item,
#ext_menu-1d .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1d .link:hover,
#ext_menu-1d .dropdown-item:hover,
#ext_menu-1d .link:focus,
#ext_menu-1d .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-1d .link[aria-expanded="true"],
#ext_menu-1d .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1d .nav-dropdown-sm .link:focus,
#ext_menu-1d .nav-dropdown-sm .link:hover,
#ext_menu-1d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1d .navbar,
#ext_menu-1d .nav-dropdown-sm,
#ext_menu-1d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1d .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-1d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1d .bg-color.transparent.opened .link:hover,
#ext_menu-1d .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-1d .link[aria-expanded="true"],
#ext_menu-1d .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-59 .mbr-section-title,
#msg-box8-59 p {
  color: #fff;
}
#msg-box8-59 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-1f I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3q .mbr-section-title,
#social-buttons4-3q .btn-social {
  color: #fff;
}
#social-buttons4-3q .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-19 .navbar-caption {
  color: #ffffff;
}
#ext_menu-19 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-19 .close-icon::before,
#ext_menu-19 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-19 .link,
#ext_menu-19 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-19 .link {
  font-size: 0.8rem;
}
#ext_menu-19 .dropdown-item,
#ext_menu-19 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-19 .link:hover,
#ext_menu-19 .dropdown-item:hover,
#ext_menu-19 .link:focus,
#ext_menu-19 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-19 .nav-dropdown-sm .link:focus,
#ext_menu-19 .nav-dropdown-sm .link:hover,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-19 .navbar,
#ext_menu-19 .nav-dropdown-sm,
#ext_menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-19 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-19 .bg-color.transparent.opened .link:hover,
#ext_menu-19 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-58 .mbr-section-title,
#msg-box8-58 p {
  color: #fff;
}
#msg-box8-58 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-1b I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3p .mbr-section-title,
#social-buttons4-3p .btn-social {
  color: #fff;
}
#social-buttons4-3p .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-1l .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1l .navbar-caption {
  color: #ffffff;
}
#ext_menu-1l .navbar-toggler {
  color: #2b0680;
}
#ext_menu-1l .close-icon::before,
#ext_menu-1l .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-1l .link,
#ext_menu-1l .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-1l .link {
  font-size: 0.8rem;
}
#ext_menu-1l .dropdown-item,
#ext_menu-1l .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1l .link:hover,
#ext_menu-1l .dropdown-item:hover,
#ext_menu-1l .link:focus,
#ext_menu-1l .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-1l .link[aria-expanded="true"],
#ext_menu-1l .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1l .nav-dropdown-sm .link:focus,
#ext_menu-1l .nav-dropdown-sm .link:hover,
#ext_menu-1l .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1l .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1l .navbar,
#ext_menu-1l .nav-dropdown-sm,
#ext_menu-1l .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1l .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1l .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-1l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1l .bg-color.transparent.opened .link:hover,
#ext_menu-1l .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-1l .link[aria-expanded="true"],
#ext_menu-1l .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5b .mbr-section-title,
#msg-box8-5b p {
  color: #fff;
}
#msg-box8-5b .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-1n I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3s .mbr-section-title,
#social-buttons4-3s .btn-social {
  color: #fff;
}
#social-buttons4-3s .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}



#ext_menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1p .navbar-caption {
  color: #ffffff;
}
#ext_menu-1p .navbar-toggler {
  color: #2b0680;
}
#ext_menu-1p .close-icon::before,
#ext_menu-1p .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-1p .link,
#ext_menu-1p .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-1p .link {
  font-size: 0.8rem;
}
#ext_menu-1p .dropdown-item,
#ext_menu-1p .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-1p .link:hover,
#ext_menu-1p .dropdown-item:hover,
#ext_menu-1p .link:focus,
#ext_menu-1p .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-1p .link[aria-expanded="true"],
#ext_menu-1p .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1p .nav-dropdown-sm .link:focus,
#ext_menu-1p .nav-dropdown-sm .link:hover,
#ext_menu-1p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1p .navbar,
#ext_menu-1p .nav-dropdown-sm,
#ext_menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1p .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1p .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1p .bg-color.transparent.opened .link:hover,
#ext_menu-1p .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-1p .link[aria-expanded="true"],
#ext_menu-1p .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5c .mbr-section-title,
#msg-box8-5c p {
  color: #fff;
}
#msg-box8-5c .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#features3-1r I {
  font-family: 'Raleway', sans-serif;
}
#contacts1-1w STRONG {
  color: #ffffff;
}
#social-buttons4-3t .mbr-section-title,
#social-buttons4-3t .btn-social {
  color: #fff;
}
#social-buttons4-3t .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}





#ext_menu-21 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-21 .navbar-caption {
  color: #ffffff;
}
#ext_menu-21 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-21 .close-icon::before,
#ext_menu-21 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-21 .link,
#ext_menu-21 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-21 .link {
  font-size: 0.8rem;
}
#ext_menu-21 .dropdown-item,
#ext_menu-21 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-21 .link:hover,
#ext_menu-21 .dropdown-item:hover,
#ext_menu-21 .link:focus,
#ext_menu-21 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-21 .link[aria-expanded="true"],
#ext_menu-21 .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: #ffffff;
}
#ext_menu-21 .bg-color.transparent .link {
  color: #2b0680;
  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: #302e66;
}
#ext_menu-21 .link[aria-expanded="true"],
#ext_menu-21 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-4x .mbr-section-title,
#msg-box8-4x p {
  color: #fff;
}
#msg-box8-4x .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#content1-23 P {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#content1-23 UL {
  font-size: 16px;
}
#contacts1-24 STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-24 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3w .mbr-section-title,
#social-buttons4-3w .btn-social {
  color: #fff;
}
#social-buttons4-3w .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}







#ext_menu-29 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-29 .navbar-caption {
  color: #ffffff;
}
#ext_menu-29 .navbar-toggler {
  color: #2b0680;
}
#ext_menu-29 .close-icon::before,
#ext_menu-29 .close-icon::after {
  background-color: #2b0680;
}
#ext_menu-29 .link,
#ext_menu-29 .dropdown-item {
  color: #2b0680;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-29 .link {
  font-size: 0.8rem;
}
#ext_menu-29 .dropdown-item,
#ext_menu-29 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#ext_menu-29 .link:hover,
#ext_menu-29 .dropdown-item:hover,
#ext_menu-29 .link:focus,
#ext_menu-29 .dropdown-item:focus {
  color: #302e66;
}
#ext_menu-29 .link[aria-expanded="true"],
#ext_menu-29 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-29 .nav-dropdown-sm .link:focus,
#ext_menu-29 .nav-dropdown-sm .link:hover,
#ext_menu-29 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-29 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-29 .navbar,
#ext_menu-29 .nav-dropdown-sm,
#ext_menu-29 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-29 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-29 .bg-color.transparent .link {
  color: #2b0680;
  transition: none;
}
#ext_menu-29 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-29 .bg-color.transparent.opened .link:hover,
#ext_menu-29 .bg-color.transparent.opened .link:focus {
  color: #302e66;
}
#ext_menu-29 .link[aria-expanded="true"],
#ext_menu-29 .dropdown-item[aria-expanded="true"] {
  color: #302e66!important;
}
#msg-box8-5g .mbr-section-title,
#msg-box8-5g p {
  color: #fff;
}
#form1-2i .form-control-label {
  color: #000000;
}
#form1-2i .mbr-section-title {
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#form1-2i STRONG {
  font-family: 'Oxygen', sans-serif;
}
#content7-2h P {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#content7-7a P {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-2c STRONG {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#contacts1-2c P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3y .mbr-section-title,
#social-buttons4-3y .btn-social {
  color: #fff;
}
#social-buttons4-3y .mbr-section-title {
  font-size: 17px;
  color: #ffffff;
}
