@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);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans: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 {
  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: #41a85f !important;
}
.bg-success {
  background-color: #256c25 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !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: #256c25;
  border-color: #256c25;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #113311;
  border-color: #113311;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #113311 !important;
  border-color: #113311 !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: #255e35;
  color: #255e35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !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: #0b200b;
  color: #0b200b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #256c25;
  border-color: #256c25;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #256c25 !important;
  border-color: #256c25 !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: #41a85f !important;
}
.text-success {
  color: #256c25 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #256c25;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #41a85f;
}
.btn-social:hover {
  background: #41a85f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #41a85f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #41a85f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #41a85f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #41a85f;
}
.lead a,
.lead a:hover {
  color: #41a85f;
}
.lead blockquote {
  border-color: #41a85f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #93d5a6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ec24e;
}
.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: #41a85f;
}
.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: #41a85f;
}
.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: #41a85f;
}
.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: #41a85f;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #41a85f;
}
.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: #41a85f;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #41a85f;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #41a85f;
  }
}
.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: #41a85f;
}
.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: #41a85f;
}
.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: #41a85f;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #41a85f;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #41a85f;
  }
}
.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: #41a85f !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #41a85f;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #41a85f;
}
.theme-border {
  border: 1px solid #41a85f;
}
#extMsg-box2-28 {
  text-shadow: white 0.0em 0.0em 0.2em;
}
#ext_menu-1v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1v .navbar-caption {
  color: #ffffff;
}
#ext_menu-1v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1v .close-icon::before,
#ext_menu-1v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1v .link,
#ext_menu-1v .dropdown-item {
  color: #ffffff;
}
#ext_menu-1v .link {
  font-size: 0.85rem;
}
#ext_menu-1v .dropdown-item,
#ext_menu-1v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1v .link:hover,
#ext_menu-1v .dropdown-item:hover,
#ext_menu-1v .link:focus,
#ext_menu-1v .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .nav-dropdown-sm .link:focus,
#ext_menu-1v .nav-dropdown-sm .link:hover,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1v .navbar,
#ext_menu-1v .nav-dropdown-sm,
#ext_menu-1v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1v .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1v .bg-color.transparent.opened .link:hover,
#ext_menu-1v .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#header3-2 H3 {
  font-size: 36px;
}
#features1-0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#testimonials4-0 .card-footer > small {
  color: #ffffff;
}
#testimonials4-0 .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials4-0 .mbr-section-title {
  color: #ffffff;
}
#testimonials4-0 .card-block P {
  color: #28324e;
}
#testimonials4-0 .card-footer > div {
  color: #ffffff;
}
#custom-html-4f {
  /* Type valid CSS here */
}
#custom-html-4f .gba-logo-list {
  width: 95%;
  text-align: center;
}
#contacts1-5 P {
  font-size: 15px;
}
#social-buttons4-v .mbr-section-title,
#social-buttons4-v .btn-social {
  color: #fff;
}
#social-buttons4-v .mbr-section-title,
#social-buttons4-v .btn-social {
  color: #fff;
}
#footer1-r P {
  text-align: right;
}
#footer1-r I {
  text-align: right;
}
#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.85rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#msg-box8-f .mbr-section-title,
#msg-box8-f p {
  color: #fff;
}
#msg-box8-f .lead H4 {
  color: #efefef;
}
#extFeatures10-15 .etl-icon {
  color: #333333;
}
#extFeatures10-15 B {
  color: #8c8c8c;
}
#contacts1-6 P {
  font-size: 15px;
}
#social-buttons4-w .mbr-section-title,
#social-buttons4-w .btn-social {
  color: #fff;
}
#social-buttons4-w .mbr-section-title,
#social-buttons4-w .btn-social {
  color: #fff;
}
#footer1-r P {
  text-align: right;
}
#footer1-r I {
  text-align: right;
}

#ext_menu-1v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1v .navbar-caption {
  color: #ffffff;
}
#ext_menu-1v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1v .close-icon::before,
#ext_menu-1v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1v .link,
#ext_menu-1v .dropdown-item {
  color: #ffffff;
}
#ext_menu-1v .link {
  font-size: 0.85rem;
}
#ext_menu-1v .dropdown-item,
#ext_menu-1v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1v .link:hover,
#ext_menu-1v .dropdown-item:hover,
#ext_menu-1v .link:focus,
#ext_menu-1v .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .nav-dropdown-sm .link:focus,
#ext_menu-1v .nav-dropdown-sm .link:hover,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1v .navbar,
#ext_menu-1v .nav-dropdown-sm,
#ext_menu-1v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1v .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1v .bg-color.transparent.opened .link:hover,
#ext_menu-1v .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#header6-2a .mbr-section-title {
  color: #28262b;
}
#header6-2a .mbr-section-text {
  color: #000000;
}
#header3-23 .mbr-section-title,
#header3-23 .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-24 H3 {
  font-size: 24px;
}
#testimonials4-t .card-footer > small {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#testimonials4-t .card-footer > div {
  color: #ffffff;
  font-size: 17px;
}
#contacts1-7 P {
  font-size: 15px;
}
#social-buttons4-x .mbr-section-title,
#social-buttons4-x .btn-social {
  color: #fff;
}
#social-buttons4-x .mbr-section-title,
#social-buttons4-x .btn-social {
  color: #fff;
}
#footer1-r P {
  text-align: right;
}
#footer1-r I {
  text-align: right;
}


#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.85rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#testimonials1-j .card-footer > small {
  color: #a7a7a7;
}
#content1-k H4 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#testimonials4-y .mbr-section-title {
  color: #ffffff;
}
#testimonials4-y .card-footer > small {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#testimonials4-y .card-footer > div {
  color: #ffffff;
  font-size: 17px;
}
#contacts1-8 P {
  font-size: 15px;
}
#footer1-r P {
  text-align: right;
}
#footer1-r I {
  text-align: right;
}
#social-buttons4-s .mbr-section-title,
#social-buttons4-s .btn-social {
  color: #fff;
}
#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.85rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#contacts1-9 P {
  font-size: 15px;
}
#pricing-table2-9 .mbr-plan-header,
#pricing-table2-9 .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-9 ul,
#pricing-table2-9 .mbr-plan-title,
#pricing-table2-9 .mbr-price-value,
#pricing-table2-9 .mbr-price-figure,
#pricing-table2-9 .mbr-price-term {
  color: #28262b;
}
#pricing-table2-9 .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-9 .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table1-a .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table1-a .mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
#custom-html-b {
  /* Type valid CSS here */
}
#custom-html-b .my-image {
  width: 100%;
}
#contacts1-8 P {
  font-size: 15px;
}
#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.85rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#contacts1-12 P {
  font-size: 15px;
}
#footer1-13 P {
  text-align: right;
}
#footer1-13 I {
  text-align: right;
}
#extPricingTable1-1i DIV {
  font-size: 16px;
}


#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
}
#ext_menu-1j .link {
  font-size: 0.85rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#header6-1m .mbr-section-title {
  color: #ffffff;
  font-size: 46px;
}
#header6-1m .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
#header6-1m .mbr-section-text SPAN {
  text-align: left;
  color: #ffffff;
}
#header6-1m .mbr-section-text I {
  color: #ffffff;
}
#header6-1m .mbr-section-text B {
  color: #ffffff;
}
#testimonials4-1n .mbr-section-title {
  color: #ffffff;
}
#testimonials4-1n .card-footer > small {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#testimonials4-1n .card-footer > div {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#custom-html-3v {
  /* Type valid CSS here */
}
#custom-html-3v .gba-logo-list {
  width: 95%;
  text-align: center;
}
#contacts1-1k P {
  font-size: 15px;
}
#footer1-1l P {
  text-align: right;
}
#footer1-1l I {
  text-align: right;
}

#extPricingTable1-1p .mbr-plan-price-desc {
  color: #000000;
  font-family: 'Lora', serif;
}
#ext_menu-1v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1v .navbar-caption {
  color: #ffffff;
}
#ext_menu-1v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1v .close-icon::before,
#ext_menu-1v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1v .link,
#ext_menu-1v .dropdown-item {
  color: #ffffff;
}
#ext_menu-1v .link {
  font-size: 0.85rem;
}
#ext_menu-1v .dropdown-item,
#ext_menu-1v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1v .link:hover,
#ext_menu-1v .dropdown-item:hover,
#ext_menu-1v .link:focus,
#ext_menu-1v .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .nav-dropdown-sm .link:focus,
#ext_menu-1v .nav-dropdown-sm .link:hover,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1v .navbar,
#ext_menu-1v .nav-dropdown-sm,
#ext_menu-1v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1v .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1v .bg-color.transparent.opened .link:hover,
#ext_menu-1v .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#contacts1-1w P {
  font-size: 15px;
}
#footer1-1x P {
  text-align: right;
}
#footer1-1x I {
  text-align: right;
}
#ext_menu-1v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1v .navbar-caption {
  color: #ffffff;
}
#ext_menu-1v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1v .close-icon::before,
#ext_menu-1v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1v .link,
#ext_menu-1v .dropdown-item {
  color: #ffffff;
}
#ext_menu-1v .link {
  font-size: 0.85rem;
}
#ext_menu-1v .dropdown-item,
#ext_menu-1v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-1v .link:hover,
#ext_menu-1v .dropdown-item:hover,
#ext_menu-1v .link:focus,
#ext_menu-1v .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .nav-dropdown-sm .link:focus,
#ext_menu-1v .nav-dropdown-sm .link:hover,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1v .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-1v .navbar,
#ext_menu-1v .nav-dropdown-sm,
#ext_menu-1v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1v .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-1v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1v .bg-color.transparent.opened .link:hover,
#ext_menu-1v .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-1v .link[aria-expanded="true"],
#ext_menu-1v .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#contacts1-1r P {
  font-size: 15px;
}
#footer1-1s P {
  text-align: right;
}
#footer1-1s I {
  text-align: right;
}
#extPricingTable1-2e .mbr-plan-price-desc {
  color: #000000;
}
#extMsg-box2-2f {
  text-shadow: white 0.0em 0.0em 0.2em;
}
#social-buttons3-2q .mbr-section-title,
#social-buttons3-2q .btn-social {
  color: #fff;
}
#ext_menu-2g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2g .navbar-caption {
  color: #ffffff;
}
#ext_menu-2g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2g .close-icon::before,
#ext_menu-2g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2g .link,
#ext_menu-2g .dropdown-item {
  color: #ffffff;
}
#ext_menu-2g .link {
  font-size: 0.85rem;
}
#ext_menu-2g .dropdown-item,
#ext_menu-2g .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-2g .link:hover,
#ext_menu-2g .dropdown-item:hover,
#ext_menu-2g .link:focus,
#ext_menu-2g .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-2g .link[aria-expanded="true"],
#ext_menu-2g .dropdown-menu {
  background: #000000;
}
#ext_menu-2g .nav-dropdown-sm .link:focus,
#ext_menu-2g .nav-dropdown-sm .link:hover,
#ext_menu-2g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2g .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-2g .navbar,
#ext_menu-2g .nav-dropdown-sm,
#ext_menu-2g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2g .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-2g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2g .bg-color.transparent.opened .link:hover,
#ext_menu-2g .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-2g .link[aria-expanded="true"],
#ext_menu-2g .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#header3-2h .mbr-section-title,
#header3-2h .mbr-section-subtitle {
  text-align: center;
}
#header3-2h H3 {
  font-size: 36px;
}
#features1-2i .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#testimonials4-2k .card-footer > small {
  color: #ffffff;
}
#testimonials4-2k .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials4-2k .mbr-section-title {
  color: #ffffff;
}
#testimonials4-2k .card-block P {
  color: #28324e;
}
#testimonials4-2k .card-footer > div {
  color: #ffffff;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l .gba-logo-list {
  width: 95%;
  text-align: center;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m .gba-logo-list {
  width: 95%;
  text-align: center;
}
#contacts1-2n P {
  font-size: 15px;
}
#social-buttons4-2o .mbr-section-title,
#social-buttons4-2o .btn-social {
  color: #fff;
}
#social-buttons4-2o .mbr-section-title,
#social-buttons4-2o .btn-social {
  color: #fff;
}
#footer1-2p P {
  text-align: right;
}
#footer1-2p I {
  text-align: right;
}
#pricing-table2-2t .mbr-plan-header,
#pricing-table2-2t .mbr-plan-body {
  background-color: #f4f4f4;
}
#pricing-table2-2t ul,
#pricing-table2-2t .mbr-plan-title,
#pricing-table2-2t .mbr-price-value,
#pricing-table2-2t .mbr-price-figure,
#pricing-table2-2t .mbr-price-term {
  color: #28262b;
}
#pricing-table2-2t .mbr-plan {
  border-color: #e8e8e8;
}
#pricing-table2-2t .mbr-plan .list-group-item {
  border-color: #cfcfcf;
}
#pricing-table1-2u .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table1-2u .mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
#custom-html-2v {
  /* Type valid CSS here */
}
#custom-html-2v .my-image {
  width: 100%;
}
#contacts1-2w P {
  font-size: 15px;
}
#ext_menu-2g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2g .navbar-caption {
  color: #ffffff;
}
#ext_menu-2g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2g .close-icon::before,
#ext_menu-2g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2g .link,
#ext_menu-2g .dropdown-item {
  color: #ffffff;
}
#ext_menu-2g .link {
  font-size: 0.85rem;
}
#ext_menu-2g .dropdown-item,
#ext_menu-2g .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-2g .link:hover,
#ext_menu-2g .dropdown-item:hover,
#ext_menu-2g .link:focus,
#ext_menu-2g .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-2g .link[aria-expanded="true"],
#ext_menu-2g .dropdown-menu {
  background: #000000;
}
#ext_menu-2g .nav-dropdown-sm .link:focus,
#ext_menu-2g .nav-dropdown-sm .link:hover,
#ext_menu-2g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2g .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-2g .navbar,
#ext_menu-2g .nav-dropdown-sm,
#ext_menu-2g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2g .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-2g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2g .bg-color.transparent.opened .link:hover,
#ext_menu-2g .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-2g .link[aria-expanded="true"],
#ext_menu-2g .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#contacts1-2y P {
  font-size: 15px;
}

#extPricingTable1-31 .mbr-plan-price-desc {
  color: #000000;
  font-family: 'Lora', serif;
}
#extMsg-box2-3b {
  text-shadow: white 0.0em 0.0em 0.2em;
}
#ext_menu-3c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3c .navbar-caption {
  color: #ffffff;
}
#ext_menu-3c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3c .close-icon::before,
#ext_menu-3c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3c .link,
#ext_menu-3c .dropdown-item {
  color: #ffffff;
}
#ext_menu-3c .link {
  font-size: 0.85rem;
}
#ext_menu-3c .dropdown-item,
#ext_menu-3c .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-3c .link:hover,
#ext_menu-3c .dropdown-item:hover,
#ext_menu-3c .link:focus,
#ext_menu-3c .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-3c .link[aria-expanded="true"],
#ext_menu-3c .dropdown-menu {
  background: #000000;
}
#ext_menu-3c .nav-dropdown-sm .link:focus,
#ext_menu-3c .nav-dropdown-sm .link:hover,
#ext_menu-3c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3c .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-3c .navbar,
#ext_menu-3c .nav-dropdown-sm,
#ext_menu-3c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3c .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-3c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3c .bg-color.transparent.opened .link:hover,
#ext_menu-3c .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-3c .link[aria-expanded="true"],
#ext_menu-3c .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#header3-3d .mbr-section-title,
#header3-3d .mbr-section-subtitle {
  text-align: center;
}
#header3-3e .mbr-section-title,
#header3-3e .mbr-section-subtitle {
  text-align: center;
}
#header3-3e H3 {
  font-size: 36px;
}
#features1-3f .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#testimonials4-3h .card-footer > small {
  color: #ffffff;
}
#testimonials4-3h .mbr-section-subtitle {
  color: #ffffff;
}
#testimonials4-3h .mbr-section-title {
  color: #ffffff;
}
#testimonials4-3h .card-block P {
  color: #28324e;
}
#testimonials4-3h .card-footer > div {
  color: #ffffff;
}
#custom-html-3i {
  /* Type valid CSS here */
}
#custom-html-3i .gba-logo-list {
  width: 95%;
  text-align: center;
}
#custom-html-3j {
  /* Type valid CSS here */
}
#custom-html-3j .gba-logo-list {
  width: 95%;
  text-align: center;
}
#contacts1-3k P {
  font-size: 15px;
}
#social-buttons4-3l .mbr-section-title,
#social-buttons4-3l .btn-social {
  color: #fff;
}
#social-buttons4-3l .mbr-section-title,
#social-buttons4-3l .btn-social {
  color: #fff;
}
#footer1-3m P {
  text-align: right;
}
#footer1-3m I {
  text-align: right;
}
#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
}
#ext_menu-42 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #ffffff;
}
#ext_menu-42 .link {
  font-size: 0.85rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #000000;
}
#ext_menu-42 .nav-dropdown-sm .link:focus,
#ext_menu-42 .nav-dropdown-sm .link:hover,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-42 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-42 .navbar,
#ext_menu-42 .nav-dropdown-sm,
#ext_menu-42 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-42 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-42 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-42 .bg-color.transparent.opened .link:hover,
#ext_menu-42 .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#contacts1-43 P {
  font-size: 15px;
}
#footer1-44 P {
  text-align: right;
}
#footer1-44 I {
  text-align: right;
}
#ext_menu-4g .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4g .navbar-caption {
  color: #ffffff;
}
#ext_menu-4g .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4g .close-icon::before,
#ext_menu-4g .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4g .link,
#ext_menu-4g .dropdown-item {
  color: #ffffff;
}
#ext_menu-4g .link {
  font-size: 0.85rem;
}
#ext_menu-4g .dropdown-item,
#ext_menu-4g .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-4g .link:hover,
#ext_menu-4g .dropdown-item:hover,
#ext_menu-4g .link:focus,
#ext_menu-4g .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-4g .link[aria-expanded="true"],
#ext_menu-4g .dropdown-menu {
  background: #000000;
}
#ext_menu-4g .nav-dropdown-sm .link:focus,
#ext_menu-4g .nav-dropdown-sm .link:hover,
#ext_menu-4g .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4g .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-4g .navbar,
#ext_menu-4g .nav-dropdown-sm,
#ext_menu-4g .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4g .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-4g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4g .bg-color.transparent.opened .link:hover,
#ext_menu-4g .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-4g .link[aria-expanded="true"],
#ext_menu-4g .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#msg-box8-4h .mbr-section-title,
#msg-box8-4h p {
  color: #fff;
}
#msg-box8-4h .lead H4 {
  color: #efefef;
}
#extFeatures10-4l .etl-icon {
  color: #333333;
}
#extFeatures10-4l B {
  color: #8c8c8c;
}
#contacts1-4m P {
  font-size: 15px;
}
#social-buttons4-4n .mbr-section-title,
#social-buttons4-4n .btn-social {
  color: #fff;
}
#social-buttons4-4n .mbr-section-title,
#social-buttons4-4n .btn-social {
  color: #fff;
}
#footer1-4o P {
  text-align: right;
}
#footer1-4o I {
  text-align: right;
}


#ext_menu-4p .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4p .navbar-caption {
  color: #ffffff;
}
#ext_menu-4p .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4p .close-icon::before,
#ext_menu-4p .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4p .link,
#ext_menu-4p .dropdown-item {
  color: #ffffff;
}
#ext_menu-4p .link {
  font-size: 0.85rem;
}
#ext_menu-4p .dropdown-item,
#ext_menu-4p .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-4p .link:hover,
#ext_menu-4p .dropdown-item:hover,
#ext_menu-4p .link:focus,
#ext_menu-4p .dropdown-item:focus {
  color: #41a85f;
}
#ext_menu-4p .link[aria-expanded="true"],
#ext_menu-4p .dropdown-menu {
  background: #000000;
}
#ext_menu-4p .nav-dropdown-sm .link:focus,
#ext_menu-4p .nav-dropdown-sm .link:hover,
#ext_menu-4p .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4p .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-4p .navbar,
#ext_menu-4p .nav-dropdown-sm,
#ext_menu-4p .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4p .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-4p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4p .bg-color.transparent.opened .link:hover,
#ext_menu-4p .bg-color.transparent.opened .link:focus {
  color: #41a85f;
}
#ext_menu-4p .link[aria-expanded="true"],
#ext_menu-4p .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#testimonials1-4r .card-footer > small {
  color: #a7a7a7;
}
#content1-4s H4 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#testimonials4-4t .mbr-section-title {
  color: #ffffff;
}
#testimonials4-4t .card-footer > small {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#testimonials4-4t .card-footer > div {
  color: #ffffff;
  font-size: 17px;
}
#contacts1-4u P {
  font-size: 15px;
}
#footer1-4v P {
  text-align: right;
}
#footer1-4v I {
  text-align: right;
}
#social-buttons4-4w .mbr-section-title,
#social-buttons4-4w .btn-social {
  color: #fff;
}
