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












body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #90a878 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #eb6b56 !important;
}
.bg-danger {
  background-color: #2b0680 !important;
}
.btn-primary {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #eb6b56;
  border-color: #eb6b56;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #db351a;
  border-color: #db351a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #db351a !important;
  border-color: #db351a !important;
}
.btn-danger {
  background-color: #2b0680;
  border-color: #2b0680;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #120337;
  border-color: #120337;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #120337 !important;
  border-color: #120337 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c43017;
  color: #c43017;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #eb6b56;
  border-color: #eb6b56;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eb6b56 !important;
  border-color: #eb6b56 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #0a011f;
  color: #0a011f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2b0680;
  border-color: #2b0680;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0680 !important;
  border-color: #2b0680 !important;
}
.text-primary {
  color: #90a878 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #eb6b56 !important;
}
.text-danger {
  color: #2b0680 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #eb6b56;
}
.alert-danger {
  background-color: #2b0680;
}
.btn-social {
  border-color: #90a878;
}
.btn-social:hover {
  background: #90a878;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #90a878;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #90a878;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #90a878;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #90a878;
}
.lead a,
.lead a:hover {
  color: #90a878;
}
.lead blockquote {
  border-color: #90a878;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #5612f4;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #90a878;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#content5-43 .mbr-section-title,
#content5-43 p {
  color: #fff;
}
#content5-43 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: left;
  color: #4aff85;
  font-size: 36px;
}
#content5-43 .mbr-section-title DIV {
  color: #ffffff;
}
#content5-43 .mbr-section-title SPAN {
  color: #ffffff;
  text-align: right;
  font-size: 36px;
}
#header3-de .mbr-section-title,
#header3-de .mbr-section-subtitle {
  text-align: center;
}
#header3-de .mbr-section-title {
  color: #90a878;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  text-align: center;
}
#content2-du BLOCKQUOTE {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#content2-du P {
  font-size: 13px;
  color: #2969b0;
}
#content2-df BLOCKQUOTE {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#content2-df P {
  font-size: 13px;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#features3-2g P {
  color: #90a878;
  font-size: 13px;
}
#features3-cs P {
  color: #90a878;
  font-size: 13px;
  text-align: center;
}
#features3-cs SPAN {
  font-size: 13px;
}
#features3-2h P {
  color: #90a878;
  font-size: 13px;
  text-align: center;
}
#features3-2h SPAN {
  font-size: 13px;
}
#social-buttons4-2q .mbr-section-title,
#social-buttons4-2q .btn-social {
  color: #fff;
}
#social-buttons4-2q .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}









#header3-dg .mbr-section-title,
#header3-dg .mbr-section-subtitle {
  text-align: center;
}
#header3-dg .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #90a878;
}
#header3-dg .mbr-section-subtitle {
  color: #000000;
}
#msg-box5-e4 H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}
#msg-box5-e4 P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-e3 H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-e3 P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#header2-e1 .mbr-section-text {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#msg-box5-dw H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-dw P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-e6 H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}
#msg-box5-e6 P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#social-buttons4-dv .mbr-section-title,
#social-buttons4-dv .btn-social {
  color: #fff;
}
#social-buttons4-dv .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}








#msg-box5-1s H3 {
  color: #90a878;
  text-align: left;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-1s P {
  color: #efefef;
  text-align: left;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-1s SPAN {
  font-size: 13px;
  color: #c1c1c1;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-1s B {
  color: #90a878;
  font-size: 13px;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#social-buttons4-dx .mbr-section-title,
#social-buttons4-dx .btn-social {
  color: #fff;
}
#social-buttons4-dx .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}





#content6-1u P {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#content6-1u PRE {
  text-align: center;
}
#content6-1u H1 {
  text-align: center;
  font-size: 36px;
  color: #90a878;
}
#content6-1u BLOCKQUOTE {
  text-align: left;
}
#content6-1u H4 {
  text-align: center;
  color: #90a878;
  font-size: 17px;
}
#msg-box8-1v .mbr-section-title,
#msg-box8-1v p {
  color: #fff;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#social-buttons4-dy .mbr-section-title,
#social-buttons4-dy .btn-social {
  color: #fff;
}
#social-buttons4-dy .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}





#features3-1x P {
  color: #efefef;
  font-size: 13px;
  text-align: center;
}
#features3-1x SPAN {
  font-size: 13px;
}
#features3-1x H5 {
  color: #ffffff;
  font-size: 11px;
}
#features3-cy P {
  color: #efefef;
  font-size: 13px;
  text-align: center;
}
#features3-cy SPAN {
  font-size: 13px;
}
#features3-cy H5 {
  color: #ffffff;
}
#features3-d0 H5 {
  color: #efefef;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#social-buttons4-dz .mbr-section-title,
#social-buttons4-dz .btn-social {
  color: #fff;
}
#social-buttons4-dz .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}





#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#social-buttons4-32 .mbr-section-title,
#social-buttons4-32 .btn-social {
  color: #fff;
}
#social-buttons4-32 .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}














#msg-box6-20 .mbr-section-title,
#msg-box6-20 .lead p {
  color: #fff;
}
#msg-box6-20 H3 {
  text-align: left;
  color: #8c8c8c;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
#msg-box6-33 .mbr-section-title,
#msg-box6-33 .lead p {
  color: #fff;
}
#msg-box6-33 H3 {
  text-align: left;
  color: #8c8c8c;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
}
#msg-box6-33 DIV {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box6-33 SPAN {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box6-22 .mbr-section-title,
#msg-box6-22 .lead p {
  color: #fff;
}
#msg-box6-22 H3 {
  text-align: left;
  color: #90a878;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}
#msg-box6-22 SPAN {
  font-family: 'Oswald', sans-serif;
}
#msg-box6-34 .mbr-section-title,
#msg-box6-34 .lead p {
  color: #fff;
}
#msg-box6-34 H3 {
  text-align: left;
  color: #90a878;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
}
#msg-box6-34 DIV {
  font-family: 'Oswald', sans-serif;
}
#msg-box6-34 SPAN {
  font-family: 'Oswald', sans-serif;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#social-buttons4-35 .mbr-section-title,
#social-buttons4-35 .btn-social {
  color: #fff;
}
#social-buttons4-35 .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}







#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#msg-box7-6t .mbr-section-title,
#msg-box7-6t .lead p {
  color: #fff;
}
#msg-box7-6t H3 {
  font-size: 22px;
  text-align: right;
  color: #90a878;
  font-family: 'Oswald', sans-serif;
}
#msg-box7-6t P {
  font-size: 14px;
  text-align: right;
  color: #c1c1c1;
  font-family: 'Montserrat', sans-serif;
}
#social-buttons4-36 .mbr-section-title,
#social-buttons4-36 .btn-social {
  color: #fff;
}
#social-buttons4-36 .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}










#header1-26 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 46px;
  color: #90a878;
}
#header1-26 .mbr-section-lead SPAN {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #efefef;
}
#header1-26 .mbr-section-title SPAN {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
#header1-26 .mbr-section-lead FONT {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #cccccc;
}
#header1-26 .mbr-section-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #c2c2c2;
}
#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-1h .link {
  font-size: 0.8rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #181818;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-1h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .btn {
  font-family: 'Open Sans', sans-serif;
}
#footer1-1f P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#social-buttons4-37 .mbr-section-title,
#social-buttons4-37 .btn-social {
  color: #fff;
}
#social-buttons4-37 .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}















#footer1-4z P {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #acacac;
}
#menu-50 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-50 .navbar-caption {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
#menu-50 .navbar-toggler {
  color: #ffffff;
}
#menu-50 .link,
#menu-50 .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#menu-50 .link {
  font-size: 0.8rem;
}
#menu-50 .dropdown-item,
#menu-50 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-50 .link:hover,
#menu-50 .dropdown-item:hover,
#menu-50 .link:focus,
#menu-50 .dropdown-item:focus {
  color: #90a878;
}
#menu-50 .link[aria-expanded="true"],
#menu-50 .dropdown-menu {
  background: #181818;
}
#menu-50 .nav-dropdown-sm .link:focus,
#menu-50 .nav-dropdown-sm .link:hover,
#menu-50 .nav-dropdown-sm .dropdown-item:focus,
#menu-50 .nav-dropdown-sm .dropdown-item:hover {
  background: #2a2a2a!important;
}
#menu-50 .navbar,
#menu-50 .nav-dropdown-sm,
#menu-50 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-50 .nav-dropdown-sm .dropdown-menu {
  background: #323232;
}
#menu-50 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-50 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-50 .bg-color.transparent.opened .link:hover,
#menu-50 .bg-color.transparent.opened .link:focus {
  color: #90a878;
}
#menu-50 .link[aria-expanded="true"],
#menu-50 .dropdown-item[aria-expanded="true"] {
  color: #90a878!important;
}
#menu-50.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-50 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-50 .close-icon::before,
#menu-50 .close-icon::after {
  background-color: #ffffff;
}
#menu-50 .btn {
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-51 H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-51 P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-51 .btn {
  font-size: 12px;
}
#msg-box5-5c H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-5c P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-5e H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-5e P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-5g H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-5g P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-5l H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-5l P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box7-5t .mbr-section-title,
#msg-box7-5t .lead p {
  color: #fff;
}
#msg-box7-5t H3 {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  text-align: right;
}
#msg-box7-5u .mbr-section-title,
#msg-box7-5u .lead p {
  color: #fff;
}
#msg-box7-5u H3 {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  text-align: right;
}
#msg-box7-5v .mbr-section-title,
#msg-box7-5v .lead p {
  color: #fff;
}
#msg-box7-5v H3 {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  text-align: right;
}
#msg-box5-dt H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-dt P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#msg-box5-e2 H3 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-e2 P {
  color: #8c8c8c;
  text-align: center;
  font-size: 15px;
}
#social-buttons4-65 .mbr-section-title,
#social-buttons4-65 .btn-social {
  color: #fff;
}
#social-buttons4-65 .mbr-section-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
