@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script:400);



body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Oxygen', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Oxygen', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Oxygen', 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: 'Oxygen', 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: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #d3b285 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-secondary {
  background-color: #39467b;
  border-color: #39467b;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #212847;
  border-color: #212847;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212847 !important;
  border-color: #212847 !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: #d3b285;
  border-color: #d3b285;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #bf8f4d;
  border-color: #bf8f4d;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf8f4d !important;
  border-color: #bf8f4d !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: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #191e35;
  color: #191e35;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #39467b;
  border-color: #39467b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #39467b !important;
  border-color: #39467b !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: #b28240;
  color: #b28240;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d3b285;
  border-color: #d3b285;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d3b285 !important;
  border-color: #d3b285 !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: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #d3b285 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #d3b285;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.scrollToTop_wraper {
  display: none;
}
#footer1-6 {
  
}
#footer1-6 P {
  color: #39467b;
  font-family: 'Roboto', sans-serif;
}
#custom-html-a {
  /* Type valid CSS here */
  /* Type valid CSS here */
  
  /*# sourceMappingURL=style.css.map */
}
#custom-html-a .hide-buttons .nav-btn {
  display: none !important;
}
#custom-html-a .navbar-caption {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.25rem;
}
#custom-html-a .navbar-toggler {
  color: #ffffff;
}
#custom-html-a .close-icon::before,
#custom-html-a .close-icon::after {
  background-color: #ffffff;
}
#custom-html-a .link,
#custom-html-a .dropdown-item {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
}
#custom-html-a .link {
  font-size: 1.25rem;
}
#custom-html-a .dropdown-item,
#custom-html-a .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#custom-html-a .link:hover,
#custom-html-a .dropdown-item:hover,
#custom-html-a .link:focus,
#custom-html-a .dropdown-item:focus {
  color: #c0a375;
}
#custom-html-a .link[aria-expanded="true"],
#custom-html-a .dropdown-menu {
  background: #293258;
}
#custom-html-a .nav-dropdown-sm .link:focus,
#custom-html-a .nav-dropdown-sm .link:hover,
#custom-html-a .nav-dropdown-sm .dropdown-item:focus,
#custom-html-a .nav-dropdown-sm .dropdown-item:hover {
  background: #344071!important;
}
#custom-html-a .navbar,
#custom-html-a .nav-dropdown-sm,
#custom-html-a .nav-dropdown-sm .link[aria-expanded="true"],
#custom-html-a .nav-dropdown-sm .dropdown-menu {
  background: #39467b;
}
#custom-html-a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#custom-html-a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#custom-html-a .bg-color.transparent.opened .link:hover,
#custom-html-a .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#custom-html-a .link[aria-expanded="true"],
#custom-html-a .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
@media (max-width: 768px) {
  #custom-html-a .navbar-caption {
    font-size: 1.15rem;
  }
}
@media (max-width: 400px) {
  #custom-html-a .navbar-caption {
    font-size: 1.10rem;
  }
  #custom-html-a #custom-html-a .navbar-dropdown .hamburger-icon {
    content: "";
    width: 16px;
    -webkit-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
    -moz-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
    box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  }
  #custom-html-a #custom-html-a .navbar-dropdown .close-icon {
    position: relative;
    width: 21px;
    height: 21px;
    overflow: hidden;
  }
  #custom-html-a #custom-html-a .navbar-dropdown .close-icon::before,
  #custom-html-a #custom-html-a .navbar-dropdown .close-icon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  #custom-html-a #custom-html-a .navbar-dropdown .close-icon::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #custom-html-a #custom-html-a .navbar-dropdown .close-icon::after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
#custom-html-a .navbar-dropdown .navbar-brand {
  font-family: 'Kaushan Script', cursive;
  color: #ffffff;
  float: none;
  font-size: 0;
  padding: .25rem 0;
  position: relative;
  transition: padding 0.25s ease;
  white-space: nowrap;
}
#custom-html-a .navbar-dropdown .navbar-brand::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#custom-html-a .navbar-dropdown .navbar-logo,
#custom-html-a .navbar-dropdown .navbar-caption {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
  display: inline-block;
  vertical-align: middle;
}
#custom-html-a .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
  transition: margin 0.3s ease-in-out;
}
#custom-html-a .navbar-dropdown .navbar-logo img {
  height: 6.125rem;
  transition: all 0.3s ease-in-out;
}
#custom-html-a .navbar-dropdown .mbr-table-cell {
  height: 5.625rem;
}
#custom-html-a .navbar-dropdown .navbar-caption {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.25rem;
  white-space: normal;
}
#custom-html-a .navbar-dropdown .navbar-caption,
#custom-html-a .navbar-dropdown .navbar-caption:hover {
  color: #ffffff;
  text-decoration: none;
}
#custom-html-a .navbar-dropdown.bg-color.transparent {
  background: none !important;
}
#custom-html-a .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0.625rem 0;
}
#custom-html-a .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.5rem;
}
#custom-html-a .navbar-dropdown.navbar-short .navbar-logo img {
  height: 2.375rem;
}
#custom-html-a .navbar-dropdown.navbar-short .mbr-table-cell {
  height: 3.625rem;
}
#custom-html-a .navbar-dropdown .navbar-close {
  left: 0.6875rem;
  position: fixed;
  top: 0.75rem;
  z-index: 1000;
}
#custom-html-a .navbar-dropdown.opened {
  background: none !important;
}
#custom-html-a .navbar-dropdown.opened .navbar-brand,
#custom-html-a .navbar-dropdown.opened .navbar-toggler {
  display: none;
}
#custom-html-a .navbar-dropdown .hamburger-icon {
  content: "";
  width: 16px;
  -webkit-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  -moz-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
}
#custom-html-a .navbar-dropdown .close-icon {
  position: relative;
  width: 21px;
  height: 21px;
  overflow: hidden;
}
#custom-html-a .navbar-dropdown .close-icon::before,
#custom-html-a .navbar-dropdown .close-icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#custom-html-a .navbar-dropdown .close-icon::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#custom-html-a .navbar-dropdown .close-icon::after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#custom-html-a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  border-right: 0;
  border-top: 0.35em solid transparent;
  margin-left: 0.3rem;
}
#custom-html-a .dropdown-menu .dropdown-item:focus {
  outline: 0;
}
#custom-html-a .nav-dropdown {
  display: table !important;
  font-family: 'Kaushan Script', cursive;
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
#custom-html-a .nav-dropdown .nav-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#custom-html-a .nav-dropdown .nav-btn {
  padding-left: 1rem;
}
#custom-html-a .nav-dropdown .link {
  margin: 1.667em;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
#custom-html-a .nav-dropdown .link.dropdown-toggle {
  margin-right: 2.583em;
}
#custom-html-a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}
#custom-html-a .nav-dropdown .link.dropdown-toggle::after {
  display: block;
  margin-top: -0.1667em;
  position: absolute;
  right: 1.3333em;
  top: 50%;
}
#custom-html-a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0;
  padding: 1.667em 2.583em 1.667em 1.667em;
}
#custom-html-a .nav-dropdown .link::after,
#custom-html-a .nav-dropdown .dropdown-item::after {
  color: inherit;
}
#custom-html-a .nav-dropdown .btn {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#custom-html-a .nav-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  left: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
#custom-html-a .nav-dropdown .dropdown-submenu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: -1.25rem;
  top: 0;
}
#custom-html-a .nav-dropdown .dropdown-item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 1.5385em;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#custom-html-a .nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
#custom-html-a .nav-dropdown .dropdown-item:focus,
#custom-html-a .nav-dropdown .dropdown-item:hover {
  background: none;
}
@media (max-width: 767px) {
  #custom-html-a .nav-dropdown.navbar-toggleable-sm {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999;
  }
}
#custom-html-a .nav-dropdown.navbar-toggleable-xl {
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 18.75rem;
  z-index: 999;
}
#custom-html-a .nav-dropdown-sm {
  display: block !important;
  overflow-x: hidden;
  overflow: auto;
  padding-top: 3.875rem;
}
#custom-html-a .nav-dropdown-sm::after {
  content: "";
  display: block;
  height: 3rem;
  width: 100%;
}
#custom-html-a .nav-dropdown-sm.collapse.in ~ .navbar-close {
  display: block !important;
}
#custom-html-a .nav-dropdown-sm.collapsing,
#custom-html-a .nav-dropdown-sm.collapse.in {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
#custom-html-a .nav-dropdown-sm.collapsing[aria-expanded="false"] {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#custom-html-a .nav-dropdown-sm .nav-item {
  display: block;
  margin-left: 0 !important;
  padding-left: 0;
}
#custom-html-a .nav-dropdown-sm .link,
#custom-html-a .nav-dropdown-sm .dropdown-item {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 !important;
  padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
  position: relative;
  white-space: normal;
}
#custom-html-a .nav-dropdown-sm .link:focus,
#custom-html-a .nav-dropdown-sm .link:hover,
#custom-html-a .nav-dropdown-sm .dropdown-item:focus,
#custom-html-a .nav-dropdown-sm .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
#custom-html-a .nav-dropdown-sm .nav-btn {
  position: relative;
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}
#custom-html-a .nav-dropdown-sm .nav-btn::before {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#custom-html-a .nav-dropdown-sm .nav-btn + .nav-btn {
  padding-top: 0.625rem;
}
#custom-html-a .nav-dropdown-sm .nav-btn + .nav-btn::before {
  display: none;
}
#custom-html-a .nav-dropdown-sm .btn {
  padding: 0.625rem 0;
}
#custom-html-a .nav-dropdown-sm .dropdown-toggle::after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.154em;
}
#custom-html-a .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}
#custom-html-a .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
  border-top: 0;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0.35em solid;
}
#custom-html-a .nav-dropdown-sm .dropdown-menu {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  float: none;
  border-radius: 0;
  background: none;
}
#msg-box8-7 {
  
}
#msg-box8-7 .mbr-section-title,
#msg-box8-7 p {
  color: #fff;
}
#msg-box8-7 .mbr-section-title {
  font-size: 100px;
  font-family: 'Kaushan Script', cursive;
  color: #b09061;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  #msg-box8-7 .mbr-section-title {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  #msg-box8-7 .mbr-section-title {
    font-size: 40px;
  }
}
#content1-c {
  
}
#content1-c .content {
  margin: 0;
  padding: 0;
  text-align: justify;
  width: 100%;
}
#content1-c .content .pic {
  float: left;
  margin: 10px 30px 15px 30px;
}
#content1-c .content .pic-right {
  float: right;
  margin: 10px 30px 30px 30px;
}
#content1-c .content p {
  margin: 10px;
  padding: 5px;
  line-height: 1.5;
  font-weight: bold;
}
#content1-c p {
  margin: 10px;
  padding: 5px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Oxygen', sans-serif;
  font-size: 1.15rem;
}
#content1-c img {
  width: 100%;
  height: auto;
}
#header3-c .mbr-section-title,
#header3-c .mbr-section-subtitle {
  text-align: center;
}
#header3-c .mbr-section-title {
  font-size: 18px;
}
#custom-html-i {
  /* Type valid CSS here */
  
  
}
#custom-html-i .hide-buttons .nav-btn {
  display: none !important;
}
#custom-html-i .navbar-caption {
  color: #ffffff;
}
#custom-html-i .navbar-toggler {
  color: #ffffff;
}
#custom-html-i .close-icon::before,
#custom-html-i .close-icon::after {
  background-color: #ffffff;
}
#custom-html-i .link,
#custom-html-i .dropdown-item {
  color: #ffffff;
  font-family: 'Kaushan Script', handwriting;
}
#custom-html-i .link {
  font-size: 0.75rem;
}
#custom-html-i .dropdown-item,
#custom-html-i .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#custom-html-i .link:hover,
#custom-html-i .dropdown-item:hover,
#custom-html-i .link:focus,
#custom-html-i .dropdown-item:focus {
  color: #c0a375;
}
#custom-html-i .link[aria-expanded="true"],
#custom-html-i .dropdown-menu {
  background: #293258;
}
#custom-html-i .nav-dropdown-sm .link:focus,
#custom-html-i .nav-dropdown-sm .link:hover,
#custom-html-i .nav-dropdown-sm .dropdown-item:focus,
#custom-html-i .nav-dropdown-sm .dropdown-item:hover {
  background: #344071!important;
}
#custom-html-i .navbar,
#custom-html-i .nav-dropdown-sm,
#custom-html-i .nav-dropdown-sm .link[aria-expanded="true"],
#custom-html-i .nav-dropdown-sm .dropdown-menu {
  background: #39467b;
}
#custom-html-i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#custom-html-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#custom-html-i .bg-color.transparent.opened .link:hover,
#custom-html-i .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#custom-html-i .link[aria-expanded="true"],
#custom-html-i .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#custom-html-i A {
  font-family: 'Kaushan Script', handwriting;
  font-size: 13px;
}



#footer1-a {
  
}
#footer1-a P {
  color: #39467b;
  font-family: 'Roboto', sans-serif;
}
#form1-b .form-control-label {
  color: #232323;
}
#form1-b .mbr-section-title {
  color: #39467b;
  font-family: 'Kaushan Script', handwriting;
  font-size: 60px;
}
#form1-b .btn {
  font-family: 'Roboto', sans-serif;
}
#form1-b SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 20px;
}
#menu-e {
  
}
#menu-e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-e .navbar-caption {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.25rem;
}
#menu-e .navbar-toggler {
  color: #ffffff;
}
#menu-e .close-icon::before,
#menu-e .close-icon::after {
  background-color: #ffffff;
}
#menu-e .link,
#menu-e .dropdown-item {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
}
#menu-e .link {
  font-size: 1.25rem;
}
#menu-e .dropdown-item,
#menu-e .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#menu-e .link:hover,
#menu-e .dropdown-item:hover,
#menu-e .link:focus,
#menu-e .dropdown-item:focus {
  color: #c0a375;
}
#menu-e .link[aria-expanded="true"],
#menu-e .dropdown-menu {
  background: #293258;
}
#menu-e .nav-dropdown-sm .link:focus,
#menu-e .nav-dropdown-sm .link:hover,
#menu-e .nav-dropdown-sm .dropdown-item:focus,
#menu-e .nav-dropdown-sm .dropdown-item:hover {
  background: #344071!important;
}
#menu-e .navbar,
#menu-e .nav-dropdown-sm,
#menu-e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-e .nav-dropdown-sm .dropdown-menu {
  background: #39467b;
}
#menu-e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-e .bg-color.transparent.opened .link:hover,
#menu-e .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-e .link[aria-expanded="true"],
#menu-e .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
@media (max-width: 768px) {
  #menu-e .navbar-caption {
    font-size: 1.15rem;
  }
}
@media (max-width: 400px) {
  #menu-e navbar-caption {
    font-size: 1.10rem;
  }
}



#footer1-g {
  
}
#footer1-g P {
  color: #39467b;
  font-family: 'Roboto', sans-serif;
}
#menu-i {
  
}
#menu-i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-i .navbar-caption {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.25rem;
}
#menu-i .navbar-toggler {
  color: #ffffff;
}
#menu-i .close-icon::before,
#menu-i .close-icon::after {
  background-color: #ffffff;
}
#menu-i .link,
#menu-i .dropdown-item {
  color: #ffffff;
  font-family: 'Kaushan Script', cursive;
}
#menu-i .link {
  font-size: 1.25rem;
}
#menu-i .dropdown-item,
#menu-i .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#menu-i .link:hover,
#menu-i .dropdown-item:hover,
#menu-i .link:focus,
#menu-i .dropdown-item:focus {
  color: #c0a375;
}
#menu-i .link[aria-expanded="true"],
#menu-i .dropdown-menu {
  background: #293258;
}
#menu-i .nav-dropdown-sm .link:focus,
#menu-i .nav-dropdown-sm .link:hover,
#menu-i .nav-dropdown-sm .dropdown-item:focus,
#menu-i .nav-dropdown-sm .dropdown-item:hover {
  background: #344071!important;
}
#menu-i .navbar,
#menu-i .nav-dropdown-sm,
#menu-i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-i .nav-dropdown-sm .dropdown-menu {
  background: #39467b;
}
#menu-i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-i .bg-color.transparent.opened .link:hover,
#menu-i .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-i .link[aria-expanded="true"],
#menu-i .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
@media (max-width: 768px) {
  #menu-i .navbar-caption {
    font-size: 1.15rem;
  }
}
@media (max-width: 400px) {
  #menu-i navbar-caption {
    font-size: 1.10rem;
  }
}
#header2-j .mbr-section-title {
  font-family: 'Kaushan Script', handwriting;
  text-align: right;
  color: #efefef;
  font-size: 60px;
}
#header2-j .mbr-section-text B {
  font-size: 23px;
  color: #efefef;
}
#features1-a {
  
}
#features1-a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-a .mbr-cards-col:nth-child(odd) .card-title {
  color: #232323;
}
#features1-a .mbr-cards-col:nth-child(odd) .card-text {
  color: #232323;
}
#features1-a .mbr-cards-col:nth-child(even) .card-title {
  font-family: 'Kaushan Script', cursive;
  font-size: 25px;
  color: #28324e;
}
#features1-a .mbr-cards-col:nth-child(odd) .card-title {
  font-family: 'Kaushan Script', cursive;
  font-size: 25px;
  color: #28324e;
}
#features3-9 {
  
}
#features3-9 .card-title {
  font-family: 'Kaushan Script', cursive;
  font-size: 25px;
  font-color: ##28324e;
}
#header3-m .mbr-section-title,
#header3-m .mbr-section-subtitle {
  text-align: center;
}
#header3-m .mbr-section-title I {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#header3-m .mbr-section-title FONT {
  font-family: 'Oxygen', sans-serif;
}
