@import url(https://fonts.googleapis.com/css?family=Raleway: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=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&display=swap);









body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', 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: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #944b22 !important;
}
.bg-success {
  background-color: #a96e4a !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #944b22;
  border-color: #944b22;
  color: #612420;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #bd602c;
  border-color: #bd602c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bd602c !important;
  border-color: #bd602c !important;
}
.btn-secondary {
  background-color: #612420;
  border-color: #612420;
  color: #612420;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #87322d;
  border-color: #87322d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #87322d !important;
  border-color: #87322d !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #612420;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #a96e4a;
  border-color: #a96e4a;
  color: #612420;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #bd8969;
  border-color: #bd8969;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bd8969 !important;
  border-color: #bd8969 !important;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #612420;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #612420;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8c4720;
  color: #8c4720;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #944b22;
  border-color: #944b22;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #944b22 !important;
  border-color: #944b22 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #59211d;
  color: #59211d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #612420;
  border-color: #612420;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #612420 !important;
  border-color: #612420 !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #a26947;
  color: #a26947;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #a96e4a;
  border-color: #a96e4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #a96e4a !important;
  border-color: #a96e4a !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #944b22;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #bd602c;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #612420;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #87322d;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #a96e4a;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #bd8969;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #944b22 !important;
}
.text-success {
  color: #a96e4a !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #a96e4a;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #944b22;
}
.btn-social:hover {
  background: #944b22;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #944b22;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #944b22;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #944b22;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #944b22;
}
.lead a {
  color: #944b22;
}
.lead a:hover {
  color: #bd602c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #da895c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5b39e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f0fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #944b22;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #944b22;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #944b22;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a {
  border-radius: 50% !important;
}
.mbr-arrow-up a {
  border-radius: 50% !important;
}
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(148, 75, 34, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #a95627;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #944b22;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(148, 75, 34, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #944b22;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #944b22;
}
.mbr-slider .carousel-indicators .active {
  background: #944b22;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #944b22;
}
.mbr-gallery .modal .close:hover {
  background: #944b22;
}
.mbr-gallery-filter li.active {
  border-color: #944b22;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #bd602c;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(148, 75, 34, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #944b22;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #944b22;
}
/*content4*/
.content4 p {
  border-top-color: #944b22;
  border-bottom-color: #944b22;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #944b22;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #944b22;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #944b22;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #944b22;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #944b22;
  }
}
.progressbar .progressbar-number {
  background: #bd602c;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #944b22;
}
.countdown2 .bottom1 {
  background: #bd602c;
}
.countdown2 .bottom2 {
  background: #6b3618;
}
/*accordion*/
.accordion .panel-heading {
  background: #bd602c;
  border-bottom: 1px solid #6b3618;
}
.accordion .panel-heading:hover {
  background: #6b3618;
}
.accordion .accordion-group .panel:last-child:after {
  background: #6b3618;
}
/* news */
.news__card:hover {
  background: #944b22;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #944b22;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #944b22;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Arvo', serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #944b22;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
/*end colorM*/
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #612420;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #612420;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #612420;
}
#menu-7 .link {
  font-size: 0.95rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-7 .link:hover,
#menu-7 .link:focus {
  color: #944b22;
}
#menu-7 .dropdown-item:hover::before,
#menu-7 .dropdown-item:focus::before {
  background: #944b22;
}
#menu-7 .dropdown-item:hover,
#menu-7 .dropdown-item:focus {
  color: #612420;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#header1-8 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-8 .mbr-section-text {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}
#header1-8 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content1-3s P {
  color: #612420;
  font-size: 22px;
}
#content1-3s B {
  font-family: 'Montserrat', sans-serif;
}
#content1-2 P {
  color: #612420;
}
#content1-2 B {
  font-size: 16px;
  text-align: left;
}
#content1-2 H4 {
  font-size: 22px;
}
#features13-4v .mbr-section-title {
  color: #612420;
  font-family: 'Open Sans', sans-serif;
}
#features13-4v .mbr-section-text {
  color: #612420;
}
#features13-4v .mbr-section-subtitle {
  color: #612420;
}
#features13-4v .mbr-section-title B {
  font-size: 32px;
}
#features13-4v .mbr-section-text B {
  font-size: 17px;
}
#call5-3q .mbr-section-title {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#call5-3q .mbr-section-text {
  color: #612420;
}
#call6-r {
  
  /* Responsive iFrame */
}
#call6-r .responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 300px;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 0;
  border-color: #035b5f;
}
#call6-r .responsive-iframe-container iframe,
#call6-r .vresponsive-iframe-container object,
#call6-r .vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#call4-q .mbr-section-title {
  color: #612420;
}
#footer7-p SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-p P {
  color: #944b22;
}













#menu-s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-s .navbar-caption {
  color: #ffffff;
}
#menu-s .navbar-toggler {
  color: #612420;
}
#menu-s .close-icon::before,
#menu-s .close-icon::after {
  background-color: #612420;
}
#menu-s .link,
#menu-s .dropdown-item {
  color: #612420;
}
#menu-s .link {
  font-size: 0.875rem;
}
#menu-s .dropdown-item,
#menu-s .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-s .link:hover,
#menu-s .link:focus {
  color: #944b22;
}
#menu-s .dropdown-item:hover::before,
#menu-s .dropdown-item:focus::before {
  background: #944b22;
}
#menu-s .dropdown-item:hover,
#menu-s .dropdown-item:focus {
  color: #612420;
}
#menu-s .link[aria-expanded="true"],
#menu-s .dropdown-menu {
  background: #e6e6e6;
}
#menu-s .nav-dropdown-sm .link:focus,
#menu-s .nav-dropdown-sm .link:hover,
#menu-s .nav-dropdown-sm .dropdown-item:focus,
#menu-s .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-s .navbar,
#menu-s .nav-dropdown-sm,
#menu-s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-s .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-s .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-s .bg-color.transparent.opened .link:hover,
#menu-s .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-s .link[aria-expanded="true"],
#menu-s .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#header2-u .mbr-section-title,
#header2-u .mbr-section-subtitle,
#header2-u .btn {
  color: #fff;
}
#header2-u .mbr-section-title {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
#content3-12 .mbr-section-title,
#content3-12 .mbr-section-subtitle {
  text-align: center;
}
#content3-12 H3 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#content3-12 P {
  color: #612420;
}
#contacts3-z .form-control-label {
  color: undefined;
}
#contacts3-z .mbr-section-title {
  color: #612420;
}
#contacts3-z .mbr-section-subtitle {
  color: #612420;
}
#contacts3-z .mbr-section-text {
  color: #612420;
}
#content3-17 .mbr-section-title,
#content3-17 .mbr-section-subtitle {
  text-align: center;
}
#content3-17 H3 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#content3-1a .mbr-section-title,
#content3-1a .mbr-section-subtitle {
  text-align: center;
}
#content3-1a H3 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#content3-1a P {
  color: #612420;
}
#content1-19 UL {
  color: #612420;
}
#team1-1b .text1 {
  color: #612420;
}
#team1-1b .title1 {
  color: #612420;
  font-family: 'Open Sans', sans-serif;
}
#team1-1b .text3 {
  color: #ffffff;
}
#team1-1b .subtitle3 {
  color: #612420;
}
#team1-1b .text4 {
  color: #944b22;
}
#team1-1b .title4 {
  color: #944b22;
  font-family: 'Open Sans', sans-serif;
}
#team1-1b .title3 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#team1-1b H1 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#team1-1b H3 {
  color: #612420;
  font-family: 'Open Sans', sans-serif;
}
#team1-1b .subtitle1 {
  color: #612420;
}
#team1-1b .title2 DIV {
  font-family: 'Open Sans', sans-serif;
}
#team1-1b .subtitle2 {
  font-family: 'Open Sans', sans-serif;
}
#content3-1w .mbr-section-title,
#content3-1w .mbr-section-subtitle {
  text-align: center;
}
#content3-1w H3 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#features6-1v .lead {
  color: #9fa3a7;
}
#features6-1v .mbr-section-subtitle {
  text-transform: uppercase;
}
#features6-1v .mbr-section-text {
  color: #612420;
}
#content4-35 P {
  color: #612420;
}
#footer7-t SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-t P {
  color: #944b22;
}







#menu-1d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1d .navbar-caption {
  color: #ffffff;
}
#menu-1d .navbar-toggler {
  color: #612420;
}
#menu-1d .close-icon::before,
#menu-1d .close-icon::after {
  background-color: #612420;
}
#menu-1d .link,
#menu-1d .dropdown-item {
  color: #612420;
}
#menu-1d .link {
  font-size: 0.875rem;
}
#menu-1d .dropdown-item,
#menu-1d .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1d .link:hover,
#menu-1d .link:focus {
  color: #944b22;
}
#menu-1d .dropdown-item:hover::before,
#menu-1d .dropdown-item:focus::before {
  background: #944b22;
}
#menu-1d .dropdown-item:hover,
#menu-1d .dropdown-item:focus {
  color: #612420;
}
#menu-1d .link[aria-expanded="true"],
#menu-1d .dropdown-menu {
  background: #e6e6e6;
}
#menu-1d .nav-dropdown-sm .link:focus,
#menu-1d .nav-dropdown-sm .link:hover,
#menu-1d .nav-dropdown-sm .dropdown-item:focus,
#menu-1d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1d .navbar,
#menu-1d .nav-dropdown-sm,
#menu-1d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1d .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-1d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1d .bg-color.transparent.opened .link:hover,
#menu-1d .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-1d .link[aria-expanded="true"],
#menu-1d .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#header2-1e .mbr-section-title,
#header2-1e .mbr-section-subtitle,
#header2-1e .btn {
  color: #fff;
}
#header2-1e .mbr-section-title {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
#header2-1e .mbr-section-title SPAN {
  font-size: 60px;
}
#content3-1z .mbr-section-title,
#content3-1z .mbr-section-subtitle {
  text-align: center;
}
#content3-1z H3 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#content3-1z P {
  color: #612420;
}
#content1-20 P {
  color: #612420;
}
#content1-20 UL {
  color: #612420;
}
#gallery3-21 .mbr-gallery-title P {
  color: #612420;
}
#gallery3-21 .mbr-gallery-title {
  color: #612420;
}
#content3-22 .mbr-section-title,
#content3-22 .mbr-section-subtitle {
  text-align: center;
}
#content3-22 H3 {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#content3-22 P {
  color: #612420;
}
#content1-23 P {
  color: #612420;
}
#header1-25 {
  
  /* Responsive iFrame */
}
#header1-25 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-25 .mbr-section-title {
  text-align: center;
}
#header1-25 .mbr-section-text {
  text-align: center;
}
#header1-25 .responsive-iframe-container {
  position: relative;
  padding-bottom: 16.25%;
  padding-top: 30px;
  height: 500px;
  Width: 60%;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 0;
  border-color: #035b5f;
  margin: auto;
}
#header1-25 .responsive-iframe-container iframe,
#header1-25 .vresponsive-iframe-container object,
#header1-25 .vresponsive-iframe-container embed {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#features9-28 .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
}
#features9-28 H4 {
  color: #612420;
  font-family: 'Open Sans', sans-serif;
}
#features9-28 P {
  color: #612420;
}
#features7-2a .lead {
  color: #9fa3a7;
}
#features7-2a .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-2a .mbr-section-title {
  color: #612420;
  font-family: 'Montserrat', sans-serif;
}
#features7-2a .mbr-section-text {
  color: #612420;
}
#content4-2b P {
  color: #612420;
}
#footer7-1l SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-1l P {
  color: #944b22;
}


#content3-2r .mbr-section-title,
#content3-2r .mbr-section-subtitle {
  text-align: center;
}
#content3-2r H3 {
  color: #612420;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
}
#content3-2r P {
  color: #612420;
}
#menu-2d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2d .navbar-caption {
  color: #ffffff;
}
#menu-2d .navbar-toggler {
  color: #612420;
}
#menu-2d .close-icon::before,
#menu-2d .close-icon::after {
  background-color: #612420;
}
#menu-2d .link,
#menu-2d .dropdown-item {
  color: #612420;
}
#menu-2d .link {
  font-size: 0.875rem;
}
#menu-2d .dropdown-item,
#menu-2d .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2d .link:hover,
#menu-2d .link:focus {
  color: #944b22;
}
#menu-2d .dropdown-item:hover::before,
#menu-2d .dropdown-item:focus::before {
  background: #944b22;
}
#menu-2d .dropdown-item:hover,
#menu-2d .dropdown-item:focus {
  color: #612420;
}
#menu-2d .link[aria-expanded="true"],
#menu-2d .dropdown-menu {
  background: #e6e6e6;
}
#menu-2d .nav-dropdown-sm .link:focus,
#menu-2d .nav-dropdown-sm .link:hover,
#menu-2d .nav-dropdown-sm .dropdown-item:focus,
#menu-2d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2d .navbar,
#menu-2d .nav-dropdown-sm,
#menu-2d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2d .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-2d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2d .bg-color.transparent.opened .link:hover,
#menu-2d .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-2d .link[aria-expanded="true"],
#menu-2d .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#footer7-2o SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-2o P {
  color: #944b22;
}




#content3-2v .mbr-section-title,
#content3-2v .mbr-section-subtitle {
  text-align: center;
}
#content3-2v H3 {
  color: #612420;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
#content3-2v P {
  color: #612420;
  font-family: 'Open Sans', sans-serif;
}
#features8-5c .lead {
  color: #9fa3a7;
}
#features8-5c .mbr-section-subtitle {
  text-transform: uppercase;
}
#features8-5c .mbr-section-text {
  font-size: 20px;
  color: #ecf0f1;
}
#accordion1-30 P {
  color: #612420;
}
#accordion1-30 H1 {
  color: #612420;
}
#accordion1-4n P {
  font-family: 'Open Sans', sans-serif;
  color: #612420;
}
#menu-2x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2x .navbar-caption {
  color: #ffffff;
}
#menu-2x .navbar-toggler {
  color: #612420;
}
#menu-2x .close-icon::before,
#menu-2x .close-icon::after {
  background-color: #612420;
}
#menu-2x .link,
#menu-2x .dropdown-item {
  color: #612420;
}
#menu-2x .link {
  font-size: 0.875rem;
}
#menu-2x .dropdown-item,
#menu-2x .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-2x .link:hover,
#menu-2x .link:focus {
  color: #944b22;
}
#menu-2x .dropdown-item:hover::before,
#menu-2x .dropdown-item:focus::before {
  background: #944b22;
}
#menu-2x .dropdown-item:hover,
#menu-2x .dropdown-item:focus {
  color: #612420;
}
#menu-2x .link[aria-expanded="true"],
#menu-2x .dropdown-menu {
  background: #e6e6e6;
}
#menu-2x .nav-dropdown-sm .link:focus,
#menu-2x .nav-dropdown-sm .link:hover,
#menu-2x .nav-dropdown-sm .dropdown-item:focus,
#menu-2x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2x .navbar,
#menu-2x .nav-dropdown-sm,
#menu-2x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2x .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-2x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2x .bg-color.transparent.opened .link:hover,
#menu-2x .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-2x .link[aria-expanded="true"],
#menu-2x .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#footer7-2y SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-2y P {
  color: #944b22;
}


#menu-4x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4x .navbar-caption {
  color: #ffffff;
}
#menu-4x .navbar-toggler {
  color: #612420;
}
#menu-4x .close-icon::before,
#menu-4x .close-icon::after {
  background-color: #612420;
}
#menu-4x .link,
#menu-4x .dropdown-item {
  color: #612420;
}
#menu-4x .link {
  font-size: 0.875rem;
}
#menu-4x .dropdown-item,
#menu-4x .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-4x .link:hover,
#menu-4x .link:focus {
  color: #944b22;
}
#menu-4x .dropdown-item:hover::before,
#menu-4x .dropdown-item:focus::before {
  background: #944b22;
}
#menu-4x .dropdown-item:hover,
#menu-4x .dropdown-item:focus {
  color: #612420;
}
#menu-4x .link[aria-expanded="true"],
#menu-4x .dropdown-menu {
  background: #e6e6e6;
}
#menu-4x .nav-dropdown-sm .link:focus,
#menu-4x .nav-dropdown-sm .link:hover,
#menu-4x .nav-dropdown-sm .dropdown-item:focus,
#menu-4x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-4x .navbar,
#menu-4x .nav-dropdown-sm,
#menu-4x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-4x .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-4x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4x .bg-color.transparent.opened .link:hover,
#menu-4x .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-4x .link[aria-expanded="true"],
#menu-4x .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#features7-5b .lead {
  color: #9fa3a7;
}
#features7-5b .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-5b .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
  color: #944b22;
}
#footer7-5a SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-5a P {
  color: #944b22;
}

#content3-5f .mbr-section-title,
#content3-5f .mbr-section-subtitle {
  text-align: center;
}
#content3-5j {
  /* Responsive iFrame */
}
#content3-5j .mbr-section-title,
#content3-5j .mbr-section-subtitle {
  text-align: center;
}
#content3-5j .responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 800px;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 0;
  border-color: #612420;
}
#content3-5j .responsive-iframe-container iframe,
#content3-5j .vresponsive-iframe-container object,
#content3-5j .vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
}
#menu-5d .navbar-toggler {
  color: #612420;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #612420;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #612420;
}
#menu-5d .link {
  font-size: 0.95rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 1.029rem;
}
#menu-5d .link:hover,
#menu-5d .link:focus {
  color: #944b22;
}
#menu-5d .dropdown-item:hover::before,
#menu-5d .dropdown-item:focus::before {
  background: #944b22;
}
#menu-5d .dropdown-item:hover,
#menu-5d .dropdown-item:focus {
  color: #612420;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #e6e6e6;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-5d .bg-color.transparent .link {
  color: #612420;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #944b22;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #944b22!important;
}
#footer7-5e SPAN {
  font-family: 'Oswald', sans-serif;
}
#footer7-5e P {
  color: #944b22;
}
