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




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: #e67e22 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #eb9950;
  border-color: #eb9950;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb9950 !important;
  border-color: #eb9950 !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #000000;
}
.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: #2ecc71;
  border-color: #2ecc71;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #000000;
}
.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: #000000;
}
.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: #e4791a;
  color: #e4791a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #e67e22 !important;
  border-color: #e67e22 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !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: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !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: #e67e22;
  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: #eb9950;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  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: #b07cc6;
  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: #2ecc71;
  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: #54d98c;
  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: #e67e22 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #e67e22;
}
.btn-social:hover {
  background: #e67e22;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #e67e22;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #e67e22;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e67e22;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e67e22;
}
.lead a {
  color: #e67e22;
}
.lead a:hover {
  color: #eb9950;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbe9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.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: #e67e22;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #e67e22;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #e67e22;
  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(230, 126, 34, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #e98b39;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #e67e22;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(230, 126, 34, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #e67e22;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #e67e22;
}
.mbr-slider .carousel-indicators .active {
  background: #e67e22;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #e67e22;
}
.mbr-gallery .modal .close:hover {
  background: #e67e22;
}
.mbr-gallery-filter li.active {
  border-color: #e67e22;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #eb9950;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(230, 126, 34, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #e67e22;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #e67e22;
}
/*content4*/
.content4 p {
  border-top-color: #e67e22;
  border-bottom-color: #e67e22;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #e67e22;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #e67e22;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #e67e22;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #e67e22;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #e67e22;
  }
}
.progressbar .progressbar-number {
  background: #eb9950;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #e67e22;
}
.countdown2 .bottom1 {
  background: #eb9950;
}
.countdown2 .bottom2 {
  background: #bf6516;
}
/*accordion*/
.accordion .panel-heading {
  background: #eb9950;
  border-bottom: 1px solid #bf6516;
}
.accordion .panel-heading:hover {
  background: #bf6516;
}
.accordion .accordion-group .panel:last-child:after {
  background: #bf6516;
}
/* news */
.news__card:hover {
  background: #e67e22;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #e67e22;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #e67e22;
  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: #e67e22;
}
.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*/
#slider3-4 .mbr-section-title,
#slider3-4 .mbr-section-text {
  color: #fff;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-0 .navbar-toggler {
  color: #333333;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #333333;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-0 .link {
  font-size: 1.2rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-0 .link:hover,
#menu-0 .link:focus {
  color: #e67e22;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #333333;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#features16-g .mbr-section-title {
  font-weight: 700;
  letter-spacing: .5vw;
  text-transform: uppercase;
  font-size: 48px;
  color: #fce40f;
}
#features16-g .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
}
#features16-g .mbr-section-text {
  font-size: 18px;
}
#social-buttons1-20 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-20 .mbr-section-title {
  color: #fff;
}
#footer2-9 .mbr-section-text {
  color: #fff;
}

#menu-s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-s .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-s .navbar-toggler {
  color: #333333;
}
#menu-s .close-icon::before,
#menu-s .close-icon::after {
  background-color: #333333;
}
#menu-s .link,
#menu-s .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-s .link {
  font-size: 1.2rem;
}
#menu-s .dropdown-item,
#menu-s .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-s .link:hover,
#menu-s .link:focus {
  color: #e67e22;
}
#menu-s .dropdown-item:hover::before,
#menu-s .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-s .dropdown-item:hover,
#menu-s .dropdown-item:focus {
  color: #333333;
}
#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: #333333;
  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: #e67e22;
}
#menu-s .link[aria-expanded="true"],
#menu-s .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-t .mbr-section-text {
  color: #fff;
}
#content5-u .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#content1-v P {
  color: #333333;
  font-size: 18px;
}
#social-buttons1-22 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-22 .mbr-section-title {
  color: #fff;
}

#menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-x .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-x .navbar-toggler {
  color: #333333;
}
#menu-x .close-icon::before,
#menu-x .close-icon::after {
  background-color: #333333;
}
#menu-x .link,
#menu-x .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-x .link {
  font-size: 1.2rem;
}
#menu-x .dropdown-item,
#menu-x .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-x .link:hover,
#menu-x .link:focus {
  color: #e67e22;
}
#menu-x .dropdown-item:hover::before,
#menu-x .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-x .dropdown-item:hover,
#menu-x .dropdown-item:focus {
  color: #333333;
}
#menu-x .link[aria-expanded="true"],
#menu-x .dropdown-menu {
  background: #e6e6e6;
}
#menu-x .nav-dropdown-sm .link:focus,
#menu-x .nav-dropdown-sm .link:hover,
#menu-x .nav-dropdown-sm .dropdown-item:focus,
#menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-x .navbar,
#menu-x .nav-dropdown-sm,
#menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-x .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-x .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-x .bg-color.transparent.opened .link:hover,
#menu-x .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-x .link[aria-expanded="true"],
#menu-x .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-y .mbr-section-text {
  color: #fff;
}
#content5-z .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#content1-10 P {
  color: #333333;
  font-size: 18px;
}
#social-buttons1-23 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-23 .mbr-section-title {
  color: #fff;
}

#menu-12 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-12 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-12 .navbar-toggler {
  color: #333333;
}
#menu-12 .close-icon::before,
#menu-12 .close-icon::after {
  background-color: #333333;
}
#menu-12 .link,
#menu-12 .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-12 .link {
  font-size: 1.2rem;
}
#menu-12 .dropdown-item,
#menu-12 .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-12 .link:hover,
#menu-12 .link:focus {
  color: #e67e22;
}
#menu-12 .dropdown-item:hover::before,
#menu-12 .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-12 .dropdown-item:hover,
#menu-12 .dropdown-item:focus {
  color: #333333;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-menu {
  background: #e6e6e6;
}
#menu-12 .nav-dropdown-sm .link:focus,
#menu-12 .nav-dropdown-sm .link:hover,
#menu-12 .nav-dropdown-sm .dropdown-item:focus,
#menu-12 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-12 .navbar,
#menu-12 .nav-dropdown-sm,
#menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-12 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-12 .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-12 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-12 .bg-color.transparent.opened .link:hover,
#menu-12 .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-12 .link[aria-expanded="true"],
#menu-12 .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-13 .mbr-section-text {
  color: #fff;
}
#content5-14 .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#content1-15 P {
  color: #333333;
  font-size: 18px;
}
#social-buttons1-24 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-24 .mbr-section-title {
  color: #fff;
}

#menu-17 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17 .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-17 .navbar-toggler {
  color: #333333;
}
#menu-17 .close-icon::before,
#menu-17 .close-icon::after {
  background-color: #333333;
}
#menu-17 .link,
#menu-17 .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-17 .link {
  font-size: 1.2rem;
}
#menu-17 .dropdown-item,
#menu-17 .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-17 .link:hover,
#menu-17 .link:focus {
  color: #e67e22;
}
#menu-17 .dropdown-item:hover::before,
#menu-17 .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-17 .dropdown-item:hover,
#menu-17 .dropdown-item:focus {
  color: #333333;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-menu {
  background: #e6e6e6;
}
#menu-17 .nav-dropdown-sm .link:focus,
#menu-17 .nav-dropdown-sm .link:hover,
#menu-17 .nav-dropdown-sm .dropdown-item:focus,
#menu-17 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-17 .navbar,
#menu-17 .nav-dropdown-sm,
#menu-17 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-17 .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-17 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17 .bg-color.transparent.opened .link:hover,
#menu-17 .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-17 .link[aria-expanded="true"],
#menu-17 .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-18 .mbr-section-text {
  color: #fff;
}
#content5-19 .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#content1-1a P {
  color: #333333;
  font-size: 18px;
}
#social-buttons1-25 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-25 .mbr-section-title {
  color: #fff;
}

#menu-1c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1c .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-1c .navbar-toggler {
  color: #333333;
}
#menu-1c .close-icon::before,
#menu-1c .close-icon::after {
  background-color: #333333;
}
#menu-1c .link,
#menu-1c .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-1c .link {
  font-size: 1.2rem;
}
#menu-1c .dropdown-item,
#menu-1c .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-1c .link:hover,
#menu-1c .link:focus {
  color: #e67e22;
}
#menu-1c .dropdown-item:hover::before,
#menu-1c .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-1c .dropdown-item:hover,
#menu-1c .dropdown-item:focus {
  color: #333333;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-menu {
  background: #e6e6e6;
}
#menu-1c .nav-dropdown-sm .link:focus,
#menu-1c .nav-dropdown-sm .link:hover,
#menu-1c .nav-dropdown-sm .dropdown-item:focus,
#menu-1c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1c .navbar,
#menu-1c .nav-dropdown-sm,
#menu-1c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1c .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-1c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1c .bg-color.transparent.opened .link:hover,
#menu-1c .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-1d .mbr-section-text {
  color: #fff;
}
#content5-1e .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#content1-1f P {
  color: #333333;
  font-size: 18px;
}
#social-buttons1-26 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-26 .mbr-section-title {
  color: #fff;
}



#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-1h .navbar-toggler {
  color: #333333;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #333333;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-1h .link {
  font-size: 1.2rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-1h .link:hover,
#menu-1h .link:focus {
  color: #e67e22;
}
#menu-1h .dropdown-item:hover::before,
#menu-1h .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-1h .dropdown-item:hover,
#menu-1h .dropdown-item:focus {
  color: #333333;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: #e6e6e6;
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1h .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-1i .mbr-section-text {
  color: #fff;
}
#content5-1j .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#animated-bg1-2b .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-2b H1 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
#animated-bg1-2b P {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#social-buttons1-27 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-27 .mbr-section-title {
  color: #fff;
}

#menu-1r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1r .navbar-caption {
  color: #ffffff;
  font-size: 30px;
}
#menu-1r .navbar-toggler {
  color: #333333;
}
#menu-1r .close-icon::before,
#menu-1r .close-icon::after {
  background-color: #333333;
}
#menu-1r .link,
#menu-1r .dropdown-item {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#menu-1r .link {
  font-size: 1.2rem;
}
#menu-1r .dropdown-item,
#menu-1r .nav-dropdown-sm .link {
  font-size: 1.300rem;
}
#menu-1r .link:hover,
#menu-1r .link:focus {
  color: #e67e22;
}
#menu-1r .dropdown-item:hover::before,
#menu-1r .dropdown-item:focus::before {
  background: #e67e22;
}
#menu-1r .dropdown-item:hover,
#menu-1r .dropdown-item:focus {
  color: #333333;
}
#menu-1r .link[aria-expanded="true"],
#menu-1r .dropdown-menu {
  background: #e6e6e6;
}
#menu-1r .nav-dropdown-sm .link:focus,
#menu-1r .nav-dropdown-sm .link:hover,
#menu-1r .nav-dropdown-sm .dropdown-item:focus,
#menu-1r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-1r .navbar,
#menu-1r .nav-dropdown-sm,
#menu-1r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-1r .bg-color.transparent .link {
  color: #333333;
  transition: none;
}
#menu-1r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1r .bg-color.transparent.opened .link:hover,
#menu-1r .bg-color.transparent.opened .link:focus {
  color: #e67e22;
}
#menu-1r .link[aria-expanded="true"],
#menu-1r .dropdown-item[aria-expanded="true"] {
  color: #e67e22!important;
}
#footer2-1s .mbr-section-text {
  color: #fff;
}
#content5-1t .mbr-section-title {
  text-align: left;
  font-size: 60px;
}
#content1-1u P {
  color: #333333;
  font-size: 18px;
}
#social-buttons1-21 .btn-social {
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 2rem;
}
#social-buttons1-21 .mbr-section-title {
  color: #fff;
}
