@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);






body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'PT Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'PT Sans', 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: 'Oswald', 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: 'Oswald', 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: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oswald', sans-serif;
}
.mbr-author-desc {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oswald', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #41a85f !important;
}
.bg-info {
  background-color: #3399ff !important;
}
.bg-warning {
  background-color: #f7da64 !important;
}
.bg-danger {
  background-color: #ff3300 !important;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info {
  background-color: #3399ff;
  border-color: #3399ff;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #0073e5;
  border-color: #0073e5;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0073e5 !important;
  border-color: #0073e5 !important;
}
.btn-success {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-warning {
  background-color: #f7da64;
  border-color: #f7da64;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f3c91b;
  border-color: #f3c91b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f3c91b !important;
  border-color: #f3c91b !important;
}
.btn-danger {
  background-color: #ff3300;
  border-color: #ff3300;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #b32400;
  border-color: #b32400;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b32400 !important;
  border-color: #b32400 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline {
  background: none;
  border-color: #0066cc;
  color: #0066cc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3399ff !important;
  border-color: #3399ff !important;
}
.btn-success-outline {
  background: none;
  border-color: #255e35;
  color: #255e35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e9bd0c;
  color: #e9bd0c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f7da64;
  border-color: #f7da64;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7da64 !important;
  border-color: #f7da64 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #991f00;
  color: #991f00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff3300;
  border-color: #ff3300;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3300 !important;
  border-color: #ff3300 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-success {
  color: #41a85f !important;
}
.text-info {
  color: #3399ff !important;
}
.text-warning {
  color: #f7da64 !important;
}
.text-danger {
  color: #ff3300 !important;
}
.alert-success {
  background-color: #41a85f;
}
.alert-info {
  background-color: #3399ff;
}
.alert-warning {
  background-color: #f7da64;
}
.alert-danger {
  background-color: #ff3300;
}
.btn-social {
  border-color: #ffffff;
}
.btn-social:hover {
  background: #ffffff;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ffffff;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.lead a,
.lead a:hover {
  color: #ffffff;
}
.lead blockquote {
  border-color: #ffffff;
}
.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: #93d5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffd6cc;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #ffffff;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#social-buttons1-1 .mbr-section-title {
  color: #ffffff;
}
#msg-box5-4 .btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
#features1-w .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #000000;
}
#features1-x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-x .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-x .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-x .mbr-cards-col:nth-child(even) .card-title {
  color: #ffffff;
}
#features1-x .mbr-cards-col:nth-child(even) .card-text {
  color: #ffffff;
}
#features1-x .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #efefef;
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 .my-image {
  width: 100%;
}
#features1-y .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y .my-image {
  width: 100%;
}
#features1-z .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#custom-html-10 {
  /* Type valid CSS here */
}
#custom-html-10 .my-image {
  width: 100%;
}
#social-buttons4-y .mbr-section-title,
#social-buttons4-y .btn-social {
  color: #fff;
}
#social-buttons4-y .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#footer1-6 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}



#ext_menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7 .navbar-caption {
  color: #ffffff;
}
#ext_menu-7 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7 .close-icon::before,
#ext_menu-7 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7 .link,
#ext_menu-7 .dropdown-item {
  color: #ffffff;
}
#ext_menu-7 .link {
  font-size: 0.75rem;
}
#ext_menu-7 .dropdown-item,
#ext_menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-7 .link:hover,
#ext_menu-7 .dropdown-item:hover,
#ext_menu-7 .link:focus,
#ext_menu-7 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-menu {
  background: #0e0e0e;
}
#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: #202020!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: #282828;
}
#ext_menu-7 .bg-color.transparent .link {
  color: #ffffff;
  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: #ffffff;
}
#ext_menu-7 .link[aria-expanded="true"],
#ext_menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-8 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#social-buttons1-9 .mbr-section-title {
  color: #ffffff;
}
#header6-i .mbr-section-title {
  color: #1de257;
  font-family: 'Source Sans Pro', sans-serif;
}
#header6-i .mbr-section-text {
  color: #4bed23;
  font-family: 'Roboto Condensed', sans-serif;
}
#custom-html-a {
  /* Type valid CSS here */
}
#custom-html-a .my-image {
  width: 100%;
}

#ext_menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-d .navbar-caption {
  color: #ffffff;
}
#ext_menu-d .navbar-toggler {
  color: #ffffff;
}
#ext_menu-d .close-icon::before,
#ext_menu-d .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-d .link,
#ext_menu-d .dropdown-item {
  color: #ffffff;
}
#ext_menu-d .link {
  font-size: 0.75rem;
}
#ext_menu-d .dropdown-item,
#ext_menu-d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-d .link:hover,
#ext_menu-d .dropdown-item:hover,
#ext_menu-d .link:focus,
#ext_menu-d .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-d .nav-dropdown-sm .link:focus,
#ext_menu-d .nav-dropdown-sm .link:hover,
#ext_menu-d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-d .navbar,
#ext_menu-d .nav-dropdown-sm,
#ext_menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-d .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-d .bg-color.transparent.opened .link:hover,
#ext_menu-d .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-e P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#social-buttons1-f .mbr-section-title {
  color: #c1c1c1;
}
#msg-box4-g P {
  color: #1de257;
}
#msg-box4-g H3 {
  color: #ff3300;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h .my-image {
  width: 100%;
}

#ext_menu-j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-j .navbar-caption {
  color: #ffffff;
}
#ext_menu-j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-j .close-icon::before,
#ext_menu-j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-j .link,
#ext_menu-j .dropdown-item {
  color: #ffffff;
}
#ext_menu-j .link {
  font-size: 0.75rem;
}
#ext_menu-j .dropdown-item,
#ext_menu-j .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-j .link:hover,
#ext_menu-j .dropdown-item:hover,
#ext_menu-j .link:focus,
#ext_menu-j .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-j .link[aria-expanded="true"],
#ext_menu-j .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-j .nav-dropdown-sm .link:focus,
#ext_menu-j .nav-dropdown-sm .link:hover,
#ext_menu-j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-j .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-j .navbar,
#ext_menu-j .nav-dropdown-sm,
#ext_menu-j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-j .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-j .bg-color.transparent.opened .link:hover,
#ext_menu-j .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-j .link[aria-expanded="true"],
#ext_menu-j .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-k P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#social-buttons1-l .mbr-section-title {
  color: #ffffff;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y .my-image {
  width: 100%;
}
#content5-m .mbr-section-title,
#content5-m p {
  color: #000000;
}
#content5-m .mbr-section-title {
  text-align: center;
}
#custom-html-n {
  /* Type valid CSS here */
}
#custom-html-n .my-image {
  width: 100%;
}


#social-buttons1-14 .mbr-section-title {
  font-family: 'Oxygen', sans-serif;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 .my-image {
  width: 100%;
}
#ext_menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-y .navbar-caption {
  color: #ffffff;
}
#ext_menu-y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-y .close-icon::before,
#ext_menu-y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-y .link,
#ext_menu-y .dropdown-item {
  color: #ffffff;
}
#ext_menu-y .link {
  font-size: 0.75rem;
}
#ext_menu-y .dropdown-item,
#ext_menu-y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-y .link:hover,
#ext_menu-y .dropdown-item:hover,
#ext_menu-y .link:focus,
#ext_menu-y .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-y .nav-dropdown-sm .link:focus,
#ext_menu-y .nav-dropdown-sm .link:hover,
#ext_menu-y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-y .navbar,
#ext_menu-y .nav-dropdown-sm,
#ext_menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-y .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-y .bg-color.transparent.opened .link:hover,
#ext_menu-y .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#msg-box4-12 H3 {
  color: #ffffff;
}
#msg-box4-12 P {
  color: #f3c649;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 .my-image {
  width: 100%;
}
#footer1-z P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#social-buttons4-10 .mbr-section-title,
#social-buttons4-10 .btn-social {
  color: #fff;
}

#social-buttons4-17 .mbr-section-title,
#social-buttons4-17 .btn-social {
  color: #fff;
}
#custom-html-18 {
  /* Type valid CSS here */
}
#custom-html-18 .my-image {
  width: 100%;
}
#ext_menu-15 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-15 .navbar-caption {
  color: #ffffff;
}
#ext_menu-15 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-15 .close-icon::before,
#ext_menu-15 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-15 .link,
#ext_menu-15 .dropdown-item {
  color: #ffffff;
}
#ext_menu-15 .link {
  font-size: 0.75rem;
}
#ext_menu-15 .dropdown-item,
#ext_menu-15 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-15 .link:hover,
#ext_menu-15 .dropdown-item:hover,
#ext_menu-15 .link:focus,
#ext_menu-15 .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-15 .link[aria-expanded="true"],
#ext_menu-15 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-15 .nav-dropdown-sm .link:focus,
#ext_menu-15 .nav-dropdown-sm .link:hover,
#ext_menu-15 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-15 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-15 .navbar,
#ext_menu-15 .nav-dropdown-sm,
#ext_menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-15 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-15 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-15 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-15 .bg-color.transparent.opened .link:hover,
#ext_menu-15 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-15 .link[aria-expanded="true"],
#ext_menu-15 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#custom-html-1a {
  /* Type valid CSS here */
}
#custom-html-1a .my-image {
  width: 100%;
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b .my-image {
  width: 100%;
}
#custom-html-1c {
  /* Type valid CSS here */
}
#custom-html-1c .my-image {
  width: 100%;
}
#custom-html-1e {
  /* Type valid CSS here */
}
#custom-html-1e .my-image {
  width: 100%;
}
#custom-html-1f {
  /* Type valid CSS here */
}
#custom-html-1f .my-image {
  width: 100%;
}
#custom-html-1h {
  /* Type valid CSS here */
}
#custom-html-1h .my-image {
  width: 100%;
}
#custom-html-1k {
  /* Type valid CSS here */
}
#custom-html-1k .my-image {
  width: 100%;
}
#custom-html-1l {
  /* Type valid CSS here */
}
#custom-html-1l .my-image {
  width: 100%;
}
#custom-html-1m {
  /* Type valid CSS here */
}
#custom-html-1m .my-image {
  width: 100%;
}
#custom-html-1n {
  /* Type valid CSS here */
}
#custom-html-1n .my-image {
  width: 100%;
}
#custom-html-1o {
  /* Type valid CSS here */
}
#custom-html-1o .my-image {
  width: 100%;
}
#custom-html-1p {
  /* Type valid CSS here */
}
#custom-html-1p .my-image {
  width: 100%;
}
#custom-html-1q {
  /* Type valid CSS here */
}
#custom-html-1q .my-image {
  width: 100%;
}
#custom-html-1r {
  /* Type valid CSS here */
}
#custom-html-1r .my-image {
  width: 100%;
}
#custom-html-1s {
  /* Type valid CSS here */
}
#custom-html-1s .my-image {
  width: 100%;
}
#custom-html-1t {
  /* Type valid CSS here */
}
#custom-html-1t .my-image {
  width: 100%;
}
#footer1-16 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y .my-image {
  width: 100%;
}
#social-buttons1-1j .mbr-section-title {
  color: #ffffff;
}

#social-buttons4-10 .mbr-section-title,
#social-buttons4-10 .btn-social {
  color: #fff;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 .my-image {
  width: 100%;
}
#msg-box4-15 H3 {
  color: #ffffff;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 .my-image {
  width: 100%;
}
#ext_menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-y .navbar-caption {
  color: #ffffff;
}
#ext_menu-y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-y .close-icon::before,
#ext_menu-y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-y .link,
#ext_menu-y .dropdown-item {
  color: #ffffff;
}
#ext_menu-y .link {
  font-size: 0.75rem;
}
#ext_menu-y .dropdown-item,
#ext_menu-y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-y .link:hover,
#ext_menu-y .dropdown-item:hover,
#ext_menu-y .link:focus,
#ext_menu-y .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-y .nav-dropdown-sm .link:focus,
#ext_menu-y .nav-dropdown-sm .link:hover,
#ext_menu-y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-y .navbar,
#ext_menu-y .nav-dropdown-sm,
#ext_menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-y .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-y .bg-color.transparent.opened .link:hover,
#ext_menu-y .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#msg-box4-16 H3 {
  color: #232323;
}
#custom-html-17 {
  /* Type valid CSS here */
}
#custom-html-17 .my-image {
  width: 100%;
}
#msg-box4-19 H3 {
  color: #ffffff;
}
#msg-box4-1a H3 {
  color: #ffffff;
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b .my-image {
  width: 100%;
}
#social-buttons3-1c .mbr-section-title,
#social-buttons3-1c .btn-social {
  color: #fff;
}
#footer1-z P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}


#ext_menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-y .navbar-caption {
  color: #ffffff;
}
#ext_menu-y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-y .close-icon::before,
#ext_menu-y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-y .link,
#ext_menu-y .dropdown-item {
  color: #ffffff;
}
#ext_menu-y .link {
  font-size: 0.75rem;
}
#ext_menu-y .dropdown-item,
#ext_menu-y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-y .link:hover,
#ext_menu-y .dropdown-item:hover,
#ext_menu-y .link:focus,
#ext_menu-y .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-y .nav-dropdown-sm .link:focus,
#ext_menu-y .nav-dropdown-sm .link:hover,
#ext_menu-y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-y .navbar,
#ext_menu-y .nav-dropdown-sm,
#ext_menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-y .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-y .bg-color.transparent.opened .link:hover,
#ext_menu-y .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-z P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#social-buttons4-10 .mbr-section-title,
#social-buttons4-10 .btn-social {
  color: #fff;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 .my-image {
  width: 100%;
}
#msg-box4-12 H3 {
  color: #ffffff;
}
#msg-box4-12 P {
  color: #fac51c;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 .my-image {
  width: 100%;
}
#msg-box4-15 H3 {
  color: #ffffff;
}
#msg-box4-15 P {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  color: #f7da64;
}
#custom-html-16 {
  /* Type valid CSS here */
}
#custom-html-16 .my-image {
  width: 100%;
}
#msg-box4-17 H3 {
  color: #f3c649;
}
#msg-box4-18 H3 {
  color: #ffffff;
}
#msg-box4-18 P {
  color: #fac51c;
}
#msg-box4-19 H3 {
  color: #fac51c;
}
#msg-box4-19 P {
  color: #ffffff;
}
#custom-html-1a {
  /* Type valid CSS here */
}
#custom-html-1a .my-image {
  width: 100%;
}
#msg-box4-1b H3 {
  color: #fac51c;
}
#msg-box4-1c H3 {
  color: #ffffff;
}
#msg-box4-1c P {
  color: #ffffff;
}
#custom-html-1d {
  /* Type valid CSS here */
}
#custom-html-1d .my-image {
  width: 100%;
}
#custom-html-1f {
  /* Type valid CSS here */
}
#custom-html-1f .my-image {
  width: 100%;
}
#social-buttons1-14 .mbr-section-title {
  color: #ffffff;
}

#ext_menu-y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-y .navbar-caption {
  color: #ffffff;
}
#ext_menu-y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-y .close-icon::before,
#ext_menu-y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-y .link,
#ext_menu-y .dropdown-item {
  color: #ffffff;
}
#ext_menu-y .link {
  font-size: 0.75rem;
}
#ext_menu-y .dropdown-item,
#ext_menu-y .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-y .link:hover,
#ext_menu-y .dropdown-item:hover,
#ext_menu-y .link:focus,
#ext_menu-y .dropdown-item:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-y .nav-dropdown-sm .link:focus,
#ext_menu-y .nav-dropdown-sm .link:hover,
#ext_menu-y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-y .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-y .navbar,
#ext_menu-y .nav-dropdown-sm,
#ext_menu-y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-y .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-y .bg-color.transparent.opened .link:hover,
#ext_menu-y .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#ext_menu-y .link[aria-expanded="true"],
#ext_menu-y .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-z P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#social-buttons4-10 .mbr-section-title,
#social-buttons4-10 .btn-social {
  color: #fff;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 .my-image {
  width: 100%;
}
#msg-box4-12 H3 {
  color: #ffffff;
}
#msg-box4-12 P {
  color: #ffffff;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 .my-image {
  width: 100%;
}
#social-buttons3-14 .mbr-section-title,
#social-buttons3-14 .btn-social {
  color: #fff;
}
#msg-box4-15 H3 {
  color: #ffffff;
}
#msg-box4-15 P {
  color: #41a85f;
}
#msg-box4-16 H3 {
  color: #fac51c;
}
#msg-box4-16 P {
  color: #ffffff;
}
#msg-box4-17 H3 {
  color: #fac51c;
}
#msg-box4-17 P {
  color: #ef0a07;
}
#msg-box4-18 H3 {
  color: #ffffff;
}
#msg-box4-18 P {
  color: #fac51c;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 .my-image {
  width: 100%;
}
#msg-box4-1a H3 {
  color: #ffffff;
}
#msg-box4-1b H3 {
  color: #2969b0;
}
