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






body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #f3c649 !important;
}
.bg-success {
  background-color: #7c706b !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #90a878 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !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: #7c706b;
  border-color: #7c706b;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #534b48;
  border-color: #534b48;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #534b48 !important;
  border-color: #534b48 !important;
}
.btn-warning {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !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: #c9970d;
  color: #c9970d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !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: #453f3c;
  color: #453f3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7c706b;
  border-color: #7c706b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7c706b !important;
  border-color: #7c706b !important;
}
.btn-warning-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !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: #f3c649 !important;
}
.text-success {
  color: #7c706b !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #90a878 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #7c706b;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #90a878;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #f3c649;
}
.btn-social:hover {
  background: #f3c649;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f3c649;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f3c649;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f3c649;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f3c649;
}
.lead a,
.lead a:hover {
  color: #f3c649;
}
.lead blockquote {
  border-color: #f3c649;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b1ae;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0dac6;
}
.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: #f3c649;
}
.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: #f3c649;
}
.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: #f3c649;
}
.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: #f3c649;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Lora', serif;
}
.extPricingTable1 .mbr-plan-label {
  background: #f3c649;
}
.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: #f3c649;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #f3c649;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #f3c649;
  }
}
.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: #f3c649;
}
.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: #f3c649;
}
.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: #f3c649;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #f3c649;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #f3c649;
  }
}
.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: #f3c649 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #f3c649;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #f3c649;
}
.theme-border {
  border: 1px solid #f3c649;
}
#ext_menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-7 .navbar-toggler {
  color: #000000;
}
#ext_menu-7 .close-icon::before,
#ext_menu-7 .close-icon::after {
  background-color: #000000;
}
#ext_menu-7 .link,
#ext_menu-7 .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-7 .link {
  font-size: 0.9rem;
}
#ext_menu-7 .dropdown-item,
#ext_menu-7 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-7 .link:hover,
#ext_menu-7 .dropdown-item:hover,
#ext_menu-7 .link:focus,
#ext_menu-7 .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-7 .nav-dropdown-sm .link:focus,
#ext_menu-7 .nav-dropdown-sm .link:hover,
#ext_menu-7 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-7 .navbar,
#ext_menu-7 .nav-dropdown-sm,
#ext_menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-7 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7 .bg-color.transparent.opened .link:hover,
#ext_menu-7 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}




#ext_menu-42 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-42 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-42 .navbar-toggler {
  color: #000000;
}
#ext_menu-42 .close-icon::before,
#ext_menu-42 .close-icon::after {
  background-color: #000000;
}
#ext_menu-42 .link,
#ext_menu-42 .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-42 .link {
  font-size: 0.9rem;
}
#ext_menu-42 .dropdown-item,
#ext_menu-42 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-42 .link:hover,
#ext_menu-42 .dropdown-item:hover,
#ext_menu-42 .link:focus,
#ext_menu-42 .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: #ffffff;
}
#ext_menu-42 .bg-color.transparent .link {
  color: #000000;
  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: #f3c649;
}
#ext_menu-42 .link[aria-expanded="true"],
#ext_menu-42 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-42 .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#header5-44 .mbr-section-title {
  color: #fac51c;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#header5-44 .mbr-section-lead {
  color: #9c9a9a;
}
#header5-44 .mbr-section-lead B {
  color: #90a878;
}
#header5-44 .mbr-section-title SPAN {
  color: #000000;
}
#footer1-67 P {
  color: #000000;
  font-size: 17px;
}




#ext_menu-4d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4d .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-4d .navbar-toggler {
  color: #000000;
}
#ext_menu-4d .close-icon::before,
#ext_menu-4d .close-icon::after {
  background-color: #000000;
}
#ext_menu-4d .link,
#ext_menu-4d .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-4d .link {
  font-size: 0.9rem;
}
#ext_menu-4d .dropdown-item,
#ext_menu-4d .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-4d .link:hover,
#ext_menu-4d .dropdown-item:hover,
#ext_menu-4d .link:focus,
#ext_menu-4d .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-4d .link[aria-expanded="true"],
#ext_menu-4d .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-4d .nav-dropdown-sm .link:focus,
#ext_menu-4d .nav-dropdown-sm .link:hover,
#ext_menu-4d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-4d .navbar,
#ext_menu-4d .nav-dropdown-sm,
#ext_menu-4d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-4d .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-4d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4d .bg-color.transparent.opened .link:hover,
#ext_menu-4d .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-4d .link[aria-expanded="true"],
#ext_menu-4d .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-4d .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#footer1-4n P {
  color: #000000;
  font-size: 17px;
}
#header3-84 .mbr-section-title,
#header3-84 .mbr-section-subtitle {
  text-align: center;
}
#header3-84 H3 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#header3-84 SMALL {
  color: #000000;
  font-size: 22px;
}








#slider-62 H2 {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #f28281;
}
#slider-62 .btn {
  font-size: 19px;
}
#ext_menu-5x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5x .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-5x .navbar-toggler {
  color: #000000;
}
#ext_menu-5x .close-icon::before,
#ext_menu-5x .close-icon::after {
  background-color: #000000;
}
#ext_menu-5x .link,
#ext_menu-5x .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-5x .link {
  font-size: 0.9rem;
}
#ext_menu-5x .dropdown-item,
#ext_menu-5x .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-5x .link:hover,
#ext_menu-5x .dropdown-item:hover,
#ext_menu-5x .link:focus,
#ext_menu-5x .dropdown-item:focus {
  color: #f3c649;
}
#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: #000000;
  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: #f3c649;
}
#ext_menu-5x .link[aria-expanded="true"],
#ext_menu-5x .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-5x .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#testimonials4-bq .mbr-section-title {
  font-size: 32px;
  color: #ffffff;
}
#testimonials4-bq .card-block DIV {
  text-align: left;
}
#testimonials4-bq .card-block P {
  color: #000000;
}
#testimonials4-bq .card-block {
  color: #000000;
}
#testimonials4-bq .mbr-section-title SPAN {
  color: #ffffff;
}
#msg-box3-6u .mbr-section-title,
#msg-box3-6u p {
  color: #000;
}
#msg-box3-6u .lead P {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#features4-60 .card-subtitle {
  color: #bcbcbc;
}
#features4-60 .iconbox {
  background-color: #ffffff;
  border-color: #ffffff;
}
#features4-60 H4 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#features4-60 P {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
}
#features4-60 B {
  color: #000000;
}
#msg-box4-ah H3 {
  color: #f3c649;
  font-size: 32px;
  text-align: center;
}
#msg-box4-ah SPAN {
  color: #000000;
}
#social-buttons2-bo .mbr-section-title,
#social-buttons2-bo .btn-social {
  color: #232323;
}
#social-buttons2-bo .mbr-section-title {
  font-size: 32px;
}
#contacts5-66 p,
#contacts5-66 .list-group-text,
#contacts5-66 .form-control-label {
  color: #000;
}
#contacts5-66 strong,
#contacts5-66 h4 {
  color: #7e9b9f;
}
#contacts5-66 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-66 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-66 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-66 STRONG {
  color: #000000;
  font-size: 17px;
}
#contacts5-66 H4 {
  color: #f7da64;
}
#contacts5-66 .list-group-text {
  font-size: 17px;
}
#contacts5-66 P {
  font-size: 16px;
}
#contacts5-66 .btn {
  font-family: 'Montserrat', sans-serif;
}
#contacts5-66 LI {
  color: #90a878;
}
#footer1-67 P {
  color: #000000;
  font-size: 17px;
}



#ext_menu-6y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6y .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-6y .navbar-toggler {
  color: #000000;
}
#ext_menu-6y .close-icon::before,
#ext_menu-6y .close-icon::after {
  background-color: #000000;
}
#ext_menu-6y .link,
#ext_menu-6y .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-6y .link {
  font-size: 0.9rem;
}
#ext_menu-6y .dropdown-item,
#ext_menu-6y .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-6y .link:hover,
#ext_menu-6y .dropdown-item:hover,
#ext_menu-6y .link:focus,
#ext_menu-6y .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-6y .link[aria-expanded="true"],
#ext_menu-6y .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-6y .nav-dropdown-sm .link:focus,
#ext_menu-6y .nav-dropdown-sm .link:hover,
#ext_menu-6y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6y .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-6y .navbar,
#ext_menu-6y .nav-dropdown-sm,
#ext_menu-6y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6y .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-6y .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-6y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6y .bg-color.transparent.opened .link:hover,
#ext_menu-6y .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-6y .link[aria-expanded="true"],
#ext_menu-6y .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-6y .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#header3-6z .mbr-section-title,
#header3-6z .mbr-section-subtitle {
  text-align: center;
}
#footer1-73 P {
  color: #000000;
  font-size: 17px;
}








#ext_menu-8q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-8q .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-8q .navbar-toggler {
  color: #000000;
}
#ext_menu-8q .close-icon::before,
#ext_menu-8q .close-icon::after {
  background-color: #000000;
}
#ext_menu-8q .link,
#ext_menu-8q .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-8q .link {
  font-size: 0.9rem;
}
#ext_menu-8q .dropdown-item,
#ext_menu-8q .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-8q .link:hover,
#ext_menu-8q .dropdown-item:hover,
#ext_menu-8q .link:focus,
#ext_menu-8q .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-8q .link[aria-expanded="true"],
#ext_menu-8q .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-8q .nav-dropdown-sm .link:focus,
#ext_menu-8q .nav-dropdown-sm .link:hover,
#ext_menu-8q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-8q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-8q .navbar,
#ext_menu-8q .nav-dropdown-sm,
#ext_menu-8q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-8q .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-8q .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-8q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-8q .bg-color.transparent.opened .link:hover,
#ext_menu-8q .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-8q .link[aria-expanded="true"],
#ext_menu-8q .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-8q .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#footer1-8r P {
  color: #000000;
  font-size: 17px;
}
#header3-8v .mbr-section-title,
#header3-8v .mbr-section-subtitle {
  text-align: center;
}
#header3-8v H3 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
#header3-8v SMALL {
  color: #b8312f;
  font-size: 22px;
}
#features1-8s .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #41a85f;
}
#features1-8s .mbr-cards-col:nth-child(even) .card-text {
  text-align: left;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-title {
  color: #fac51c;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
  text-align: left;
}
#features1-8s .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #41a85f;
  font-family: 'Raleway', sans-serif;
}
#features1-8s .mbr-cards-col:nth-child(even) .card-title {
  color: #fac51c;
  font-family: 'Raleway', sans-serif;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-subtitle DIV {
  color: #41a85f;
  font-family: 'Raleway', sans-serif;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-title DIV {
  color: #fac51c;
}
#features1-8s .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  font-family: 'Raleway', sans-serif;
}
#header3-9o .mbr-section-title,
#header3-9o .mbr-section-subtitle {
  text-align: center;
}
#header3-9o H3 {
  color: #fac51c;
}
#footer1-9e P {
  color: #000000;
  font-size: 17px;
}
#footer1-9i P {
  color: #000000;
  font-size: 17px;
}
#footer1-9k P {
  color: #000000;
  font-size: 17px;
}
#footer1-9g P {
  color: #000000;
  font-size: 17px;
}




#ext_menu-ai .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-ai .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-ai .navbar-toggler {
  color: #000000;
}
#ext_menu-ai .close-icon::before,
#ext_menu-ai .close-icon::after {
  background-color: #000000;
}
#ext_menu-ai .link,
#ext_menu-ai .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-ai .link {
  font-size: 0.9rem;
}
#ext_menu-ai .dropdown-item,
#ext_menu-ai .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-ai .link:hover,
#ext_menu-ai .dropdown-item:hover,
#ext_menu-ai .link:focus,
#ext_menu-ai .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-ai .link[aria-expanded="true"],
#ext_menu-ai .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-ai .nav-dropdown-sm .link:focus,
#ext_menu-ai .nav-dropdown-sm .link:hover,
#ext_menu-ai .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-ai .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-ai .navbar,
#ext_menu-ai .nav-dropdown-sm,
#ext_menu-ai .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-ai .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-ai .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-ai .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-ai .bg-color.transparent.opened .link:hover,
#ext_menu-ai .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-ai .link[aria-expanded="true"],
#ext_menu-ai .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-ai .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#header3-aj .mbr-section-title,
#header3-aj .mbr-section-subtitle {
  text-align: center;
}
#header3-aj H3 {
  color: #fac51c;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
#header3-aj SMALL {
  color: #ffffff;
  font-size: 22px;
}
#header2-ak .mbr-section-text {
  color: #000000;
}
#header2-ak .mbr-section-title {
  color: #000000;
  font-size: 24px;
}
#header2-al .mbr-section-text {
  color: #000000;
}
#header2-al .mbr-section-title {
  color: #000000;
  font-size: 24px;
}
#footer1-am P {
  color: #000000;
  font-size: 17px;
}












#ext_menu-an .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-an .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-an .navbar-toggler {
  color: #000000;
}
#ext_menu-an .close-icon::before,
#ext_menu-an .close-icon::after {
  background-color: #000000;
}
#ext_menu-an .link,
#ext_menu-an .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-an .link {
  font-size: 0.9rem;
}
#ext_menu-an .dropdown-item,
#ext_menu-an .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-an .link:hover,
#ext_menu-an .dropdown-item:hover,
#ext_menu-an .link:focus,
#ext_menu-an .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-an .link[aria-expanded="true"],
#ext_menu-an .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-an .nav-dropdown-sm .link:focus,
#ext_menu-an .nav-dropdown-sm .link:hover,
#ext_menu-an .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-an .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-an .navbar,
#ext_menu-an .nav-dropdown-sm,
#ext_menu-an .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-an .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-an .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-an .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-an .bg-color.transparent.opened .link:hover,
#ext_menu-an .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-an .link[aria-expanded="true"],
#ext_menu-an .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-an .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#footer1-ao P {
  color: #000000;
  font-size: 17px;
}
#testimonials4-cp .card-block B {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}
#testimonials4-cp .card-block {
  color: #000000;
}
#testimonials4-cp .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#features1-aq .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #41a85f;
}
#features1-aq .mbr-cards-col:nth-child(even) .card-text {
  text-align: left;
  font-family: 'Lora', serif;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
  text-align: left;
  font-family: 'Lora', serif;
}
#features1-aq .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #41a85f;
}
#features1-aq .mbr-cards-col:nth-child(even) .card-title {
  color: #28324e;
  font-family: 'Raleway', sans-serif;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-subtitle DIV {
  color: #41a85f;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-title DIV {
  color: #000000;
}
#features1-aq .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  font-family: 'Lora', serif;
  font-size: 15px;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  font-family: 'Lora', serif;
  font-size: 15px;
}
#features1-aq .mbr-cards-col:nth-child(even) .card-text SPAN {
  font-family: 'Lora', serif;
  font-size: 17px;
}
#features1-aq .mbr-cards-col:nth-child(odd) .card-text B {
  font-size: 17px;
}
#features1-aq .mbr-cards-col:nth-child(even) .card-text B {
  font-size: 17px;
}
#header3-as {
  
}
#header3-as .mbr-section-title,
#header3-as .mbr-section-subtitle {
  text-align: center;
}
#header3-as H3 {
  color: #fac51c;
}
#social-buttons2-d1 .mbr-section-title,
#social-buttons2-d1 .btn-social {
  color: #232323;
}
#social-buttons2-d1 .mbr-section-title {
  font-size: 32px;
}
#contacts5-bk p,
#contacts5-bk .list-group-text,
#contacts5-bk .form-control-label {
  color: #000;
}
#contacts5-bk strong,
#contacts5-bk h4 {
  color: #7e9b9f;
}
#contacts5-bk form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-bk .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-bk .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-bk STRONG {
  color: #000000;
  font-size: 17px;
}
#contacts5-bk H4 {
  color: #f7da64;
}
#contacts5-bk .list-group-text {
  font-size: 17px;
}
#contacts5-bk P {
  font-size: 16px;
}
#contacts5-bk .btn {
  font-family: 'Montserrat', sans-serif;
}
#contacts5-bk LI {
  color: #90a878;
}





#testimonials4-co .card-block B {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}
#testimonials4-co .card-block {
  color: #000000;
}
#testimonials4-co .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#features3-av P {
  color: #000000;
}
#ext_menu-aw .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-aw .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-aw .navbar-toggler {
  color: #000000;
}
#ext_menu-aw .close-icon::before,
#ext_menu-aw .close-icon::after {
  background-color: #000000;
}
#ext_menu-aw .link,
#ext_menu-aw .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-aw .link {
  font-size: 0.9rem;
}
#ext_menu-aw .dropdown-item,
#ext_menu-aw .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-aw .link:hover,
#ext_menu-aw .dropdown-item:hover,
#ext_menu-aw .link:focus,
#ext_menu-aw .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-aw .link[aria-expanded="true"],
#ext_menu-aw .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-aw .nav-dropdown-sm .link:focus,
#ext_menu-aw .nav-dropdown-sm .link:hover,
#ext_menu-aw .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-aw .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-aw .navbar,
#ext_menu-aw .nav-dropdown-sm,
#ext_menu-aw .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-aw .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-aw .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-aw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-aw .bg-color.transparent.opened .link:hover,
#ext_menu-aw .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-aw .link[aria-expanded="true"],
#ext_menu-aw .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-aw .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#social-buttons2-d2 .mbr-section-title,
#social-buttons2-d2 .btn-social {
  color: #232323;
}
#social-buttons2-d2 .mbr-section-title {
  font-size: 32px;
}
#contacts5-bk p,
#contacts5-bk .list-group-text,
#contacts5-bk .form-control-label {
  color: #000;
}
#contacts5-bk strong,
#contacts5-bk h4 {
  color: #7e9b9f;
}
#contacts5-bk form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-bk .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-bk .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-bk STRONG {
  color: #000000;
  font-size: 17px;
}
#contacts5-bk H4 {
  color: #f7da64;
}
#contacts5-bk .list-group-text {
  font-size: 17px;
}
#contacts5-bk P {
  font-size: 16px;
}
#contacts5-bk .btn {
  font-family: 'Montserrat', sans-serif;
}
#contacts5-bk LI {
  color: #90a878;
}
#footer1-ay P {
  color: #000000;
  font-size: 17px;
}



#ext_menu-cb .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-cb .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-cb .navbar-toggler {
  color: #000000;
}
#ext_menu-cb .close-icon::before,
#ext_menu-cb .close-icon::after {
  background-color: #000000;
}
#ext_menu-cb .link,
#ext_menu-cb .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-cb .link {
  font-size: 0.9rem;
}
#ext_menu-cb .dropdown-item,
#ext_menu-cb .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-cb .link:hover,
#ext_menu-cb .dropdown-item:hover,
#ext_menu-cb .link:focus,
#ext_menu-cb .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-cb .link[aria-expanded="true"],
#ext_menu-cb .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-cb .nav-dropdown-sm .link:focus,
#ext_menu-cb .nav-dropdown-sm .link:hover,
#ext_menu-cb .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-cb .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-cb .navbar,
#ext_menu-cb .nav-dropdown-sm,
#ext_menu-cb .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-cb .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-cb .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-cb .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-cb .bg-color.transparent.opened .link:hover,
#ext_menu-cb .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-cb .link[aria-expanded="true"],
#ext_menu-cb .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-cb .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#msg-box8-ce .mbr-section-title,
#msg-box8-ce p {
  color: #fff;
}






#ext_menu-b1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-b1 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-b1 .navbar-toggler {
  color: #000000;
}
#ext_menu-b1 .close-icon::before,
#ext_menu-b1 .close-icon::after {
  background-color: #000000;
}
#ext_menu-b1 .link,
#ext_menu-b1 .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-b1 .link {
  font-size: 0.9rem;
}
#ext_menu-b1 .dropdown-item,
#ext_menu-b1 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-b1 .link:hover,
#ext_menu-b1 .dropdown-item:hover,
#ext_menu-b1 .link:focus,
#ext_menu-b1 .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-b1 .link[aria-expanded="true"],
#ext_menu-b1 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-b1 .nav-dropdown-sm .link:focus,
#ext_menu-b1 .nav-dropdown-sm .link:hover,
#ext_menu-b1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-b1 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-b1 .navbar,
#ext_menu-b1 .nav-dropdown-sm,
#ext_menu-b1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-b1 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-b1 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-b1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-b1 .bg-color.transparent.opened .link:hover,
#ext_menu-b1 .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-b1 .link[aria-expanded="true"],
#ext_menu-b1 .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-b1 .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#testimonials4-ck .card-block B {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}
#testimonials4-ck .card-block {
  color: #000000;
}
#testimonials4-ck .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#testimonials4-ck .card-block SPAN {
  font-size: 19px;
}
#extTabs1-b8 P {
  text-align: left;
  font-family: 'Lora', serif;
  font-size: 17px;
}
#extTabs1-b8 B {
  color: #90a878;
}
#social-buttons2-d3 .mbr-section-title,
#social-buttons2-d3 .btn-social {
  color: #232323;
}
#social-buttons2-d3 .mbr-section-title {
  font-size: 32px;
}
#contacts5-bk p,
#contacts5-bk .list-group-text,
#contacts5-bk .form-control-label {
  color: #000;
}
#contacts5-bk strong,
#contacts5-bk h4 {
  color: #7e9b9f;
}
#contacts5-bk form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-bk .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-bk .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-bk STRONG {
  color: #000000;
  font-size: 17px;
}
#contacts5-bk H4 {
  color: #f7da64;
}
#contacts5-bk .list-group-text {
  font-size: 17px;
}
#contacts5-bk P {
  font-size: 16px;
}
#contacts5-bk .btn {
  font-family: 'Montserrat', sans-serif;
}
#contacts5-bk LI {
  color: #90a878;
}
#footer1-b6 P {
  color: #000000;
  font-size: 17px;
}





#testimonials4-cr .card-block B {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}
#testimonials4-cr .card-block {
  color: #000000;
}
#testimonials4-cr .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
}
#testimonials4-cr .card-block P {
  font-size: 19px;
}
#ext_menu-ct .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-ct .navbar-caption {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Oxygen', sans-serif;
}
#ext_menu-ct .navbar-toggler {
  color: #000000;
}
#ext_menu-ct .close-icon::before,
#ext_menu-ct .close-icon::after {
  background-color: #000000;
}
#ext_menu-ct .link,
#ext_menu-ct .dropdown-item {
  color: #000000;
  font-family: 'Droid Sans', sans-serif;
}
#ext_menu-ct .link {
  font-size: 0.9rem;
}
#ext_menu-ct .dropdown-item,
#ext_menu-ct .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-ct .link:hover,
#ext_menu-ct .dropdown-item:hover,
#ext_menu-ct .link:focus,
#ext_menu-ct .dropdown-item:focus {
  color: #f3c649;
}
#ext_menu-ct .link[aria-expanded="true"],
#ext_menu-ct .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-ct .nav-dropdown-sm .link:focus,
#ext_menu-ct .nav-dropdown-sm .link:hover,
#ext_menu-ct .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-ct .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-ct .navbar,
#ext_menu-ct .nav-dropdown-sm,
#ext_menu-ct .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-ct .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-ct .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#ext_menu-ct .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-ct .bg-color.transparent.opened .link:hover,
#ext_menu-ct .bg-color.transparent.opened .link:focus {
  color: #f3c649;
}
#ext_menu-ct .link[aria-expanded="true"],
#ext_menu-ct .dropdown-item[aria-expanded="true"] {
  color: #f3c649!important;
}
#ext_menu-ct .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
#testimonials2-db .card-block {
  text-align: left;
}
#social-buttons2-d5 .mbr-section-title,
#social-buttons2-d5 .btn-social {
  color: #232323;
}
#social-buttons2-d5 .mbr-section-title {
  font-size: 32px;
}
#contacts5-bk p,
#contacts5-bk .list-group-text,
#contacts5-bk .form-control-label {
  color: #000;
}
#contacts5-bk strong,
#contacts5-bk h4 {
  color: #7e9b9f;
}
#contacts5-bk form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-bk .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-bk .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#contacts5-bk STRONG {
  color: #000000;
  font-size: 17px;
}
#contacts5-bk H4 {
  color: #f7da64;
}
#contacts5-bk .list-group-text {
  font-size: 17px;
}
#contacts5-bk P {
  font-size: 16px;
}
#contacts5-bk .btn {
  font-family: 'Montserrat', sans-serif;
}
#contacts5-bk LI {
  color: #90a878;
}
#footer1-cv P {
  color: #000000;
  font-size: 17px;
}
