@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);



body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Roboto', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Roboto', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 0.2em;
}
.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: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: normal;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #5c0b26 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #5c0b26 !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #5c0b26;
  border-color: #5c0b26;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #8a1039 !important ;
  border-color: #8a1039 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9e9e9e !important;
  background-color: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
  opacity: 1;
}
.btn-secondary {
  background-color: #5c0b26;
  border-color: #5c0b26;
  color: #ffffff;
}
.btn-small{
  background-color: #5c0b26;
  border-color: #5c0b26;
  color: #ffffff;
  height: 30 px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #8a1039;
  border-color: #8a1039;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8a1039 !important;
  border-color: #8a1039 !important;
}
.btn-info {
  background-color: #5c0b26;
  border-color: #5c0b26;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #8a1039;
  border-color: #8a1039;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8a1039 !important;
  border-color: #8a1039 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #530a22;
  color: #530a22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #5c0b26;
  border-color: #5c0b26;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #5c0b26 !important;
  border-color: #5c0b26 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #530a22;
  color: #530a22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #5c0b26;
  border-color: #5c0b26;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #5c0b26 !important;
  border-color: #5c0b26 !important;
}
.btn-info-outline {
  background: none;
  border-color: #530a22;
  color: #530a22;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #5c0b26;
  border-color: #5c0b26;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #5c0b26 !important;
  border-color: #5c0b26 !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: #5c0b26;
  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: #8a1039;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #5c0b26;
  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: #8a1039;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #5c0b26;
  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: #8a1039;
  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: #5c0b26 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #5c0b26 !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #5c0b26;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #5c0b26;
}
.btn-social:hover {
  background: #5c0b26;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #5c0b26;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #5c0b26;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5c0b26;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5c0b26;
}
.lead a {
  color: #5c0b26;
}
.lead a:hover {
  color: #af8e8e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ce1955;
}
.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: #ce1955;
}
.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: #5c0b26;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #5c0b26;
}
/*.header9 .nav-tabs .nav-link.active:after {
  background: #5c0b26;
  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(92, 11, 38, 0.0);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: rgba(92, 11, 38, 0.0);
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #5c0b26;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(92, 11, 38, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
 
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #5c0b26;
}
.mbr-slider .carousel-indicators .active {
  background: #5c0b26;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #5c0b26;
}
.mbr-gallery .modal .close:hover {
  background: #5c0b26;
}
.mbr-gallery-filter li.active {
  border-color: #5c0b26;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #8a1039;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(92, 11, 38, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #5c0b26;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #5c0b26;
}
/*content4*/
.content4 p {
  border-top-color: #5c0b26;
  border-bottom-color: #5c0b26;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #5c0b26;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #5c0b26;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #5c0b26;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #5c0b26;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #5c0b26;
  }
}
.progressbar .progressbar-number {
  background: #8a1039;
}
/*countdown*/
.countdown .period {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Montserrat', sans-serif;
}
.countdown1 .number-wrap {
  border-color: #5c0b26;
}
.countdown2 .bottom1 {
  background: #8a1039;
}
.countdown2 .bottom2 {
  background: #2e0613;
}
/*accordion*/
.accordion .panel-heading {
  background: #8a1039;
  border-bottom: 1px solid #2e0613;
}
.accordion .panel-heading:hover {
  background: #2e0613;
}
.accordion .accordion-group .panel:last-child:after {
  background: #2e0613;
  display:none !important;
  border-bottom: 1px solid #2e0613;
}
}
/* news */
.news__card:hover {
  
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #5c0b26;
}
.shop1 .shop-item-price {
  font-family: 'Roboto', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #5c0b26;
  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: 'Montserrat', sans-serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Roboto', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Roboto', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #5c0b26;
}
.animated-bg1 .text {
  font-family: 'Roboto', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Montserrat', sans-serif;
}
.features9 .timeline-panel p {
  font-family: 'Roboto', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Roboto', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Roboto', sans-serif;
}
/*end colorM*/
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: white;
}
#menu-0 .link,
#menu-0 .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-0 .link {
  font-size: 0.875rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-0 .link:hover,
#menu-0 .link:focus {
  color: white;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #5c0b26;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #ffffff;
}
#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: #ffffff!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: #5c0b26;
}
#menu-0 .bg-color.transparent .link {
  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: #5c0b26;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#slider-1j .mbr-section-title {
  font-size: 35px;
	letter-spacing: normal;
}
#slider-1j .mbr-section-text {
  font-size: 18px;
}
#features1-n .mbr-section-title {
  font-weight: 700;
  color: #000000;
  font-size: 46px;
}
#features1-n .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
}
#features1-n .mbr-section-text {
  color: #000000;
}
#features1-n .mbr-section-title SPAN {
  font-size: 36px;
}

#header7-1r .mbr-section-subtitle {
  text-transform: uppercase;
  color: #ffffff;
}

#header7-1r .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
#header7-1r .mbr-section-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#header7-1r .images {
  margin: 15px;
  height: 170px;
  width: auto;
}
#header7-1r .image {
  padding-top: 150px;
  text-align: center;
}
#header7-1r .mbr-section-btn {
  color: #5c0b26;
}
#header7-o .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-o .mbr-section-text {
  color: #333333;
  text-align: left;
}
#header7-o .mbr-section-title {
  color: #000000;
  font-weight: bold;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
   #header7-o .header-technology {
       background-image: url(../../images/technologymob.jpg)!important;
    }
}
#header7-o .mbr-section-btn {
  margin-bottom: 30px;
}
#header7-1v {
  
}
@media only screen and (max-width: 768px) {
   #header7-1v .header-global {
       background-image: url(../../images/globalmob.jpg)!important;
    }
}
#header7-1v .mbr-section-subtitle {
  text-transform: uppercase;
  color: #ffffff;
}
#header7-1v .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
#header7-1v .mbr-section-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
#header7-1v .mbr-figure {
  height: 100px;
  width: 100px;
}
#header7-1v .image-pad {
  margin: -15px;
}
#header7-1v .image-pad img {
  margin: 15px;
  height: 100px;
  width: auto;
}
#call5-1y .mbr-section-text B {
  font-size: 20px;
}
#call5-1y .mbr-section-title B {
  font-size: 46px;
}
#features1-z .mbr-section-title {
  font-weight: 700;
  color: #999999;
  font-size: 24px;
}
#features1-z .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features1-z .mbr-section-title SPAN {
  color: #666666;
}
#footer6-4g .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-4g .mbr-section-text {
  font-family: Helvetica;
}
#footer6-4g a:hover {
  color: #b08f8f;
}
#menu-1c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1c .navbar-caption {
  color: #ffffff;
}
#menu-1c .navbar-toggler {
  color: #ffffff;
}
#menu-1c .close-icon::before,
#menu-1c .close-icon::after {
  background-color: #ffffff;
}
#menu-1c .link,
#menu-1c .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-1c .link {
  font-size: 0.875rem;
}
#menu-1c .dropdown-item,
#menu-1c .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-1c .link:hover,
#menu-1c .link:focus {
  color: #5c0b26;
}
#menu-1c .dropdown-item:hover::before,
#menu-1c .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-1c .dropdown-item:hover,
#menu-1c .dropdown-item:focus {
  color: #5c0b26;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-menu {
  background: #ffffff;
}
#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: #ffffff!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: #5c0b26;
}
#menu-1c .bg-color.transparent .link {
  color: #ffffff;
  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: #5c0b26;
}
#menu-1c .link[aria-expanded="true"],
#menu-1c .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#header9-56 .elements-content {
  padding-bottom: 50px;
}
#header9-56 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-56 .mbr-section-title,
#header9-56 .tab-pane {
  color: #000;
}
#header9-56 .elements-content {
  padding-bottom: 50px;
}
#header9-56 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-56 .mbr-section-title,
#header9-56 .tab-pane {
  color: #000;
}
#header9-56 B {
  color: #000000;
}
#header9-56 .space {
  padding-top: 50px;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item{
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffff!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#slider-5p .mbr-section-title {
  font-size: 35px;
}
#slider-5p .mbr-section-text {
  font-size: 18px;
}
#content1-3k P {
  color: #000000;
}
#tabs1-2r .mbr-section-title {
	padding-bottom: 10px;
	font-size: 32px;
}
#tabs1-2r .mbr-section-text {
  text-align: justify;
}
#tabs1-2w .mbr-section-text {
  text-align: justify;
}
#tabs1-2w .mbr-section-title {
  font-size: 36px;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item{
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffff!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#slider-58 .mbr-section-title {
  font-size: 35px;
}
#slider-58 .mbr-section-text {
  font-size: 18px;
}
#content2-37 BLOCKQUOTE {
  color: #000000;
}
#tabs1-33 .mbr-section-title {
  margin-top: -50px;
  padding-bottom: 0px;
  font-size: 30px;
}
#tabs1-33 .mbr-section-text {
  text-align: justify;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item{
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item{
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffff!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#slider-50 .mbr-section-title {
  font-size: 35px;
}
#slider-50 .mbr-section-text {
  font-size: 18px;
}
#content1-55 P {
  color: #000000;
}
#features1-51 .mbr-section-title {
	font-weight: 200;

	font-size: 46px;
}
#features1-51 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
#features1-51 .mbr-section-text {
  
}
#features1-51 .mbr-section-title SPAN {
  font-size: 36px;
}
#call5-54 .mbr-section-title {
  font-size: 36px;
  letter-spacing: -1px;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-3d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3d .navbar-caption {
  color: #ffffff;
}
#menu-3d .navbar-toggler {
  color: #ffffff;
}
#menu-3d .close-icon::before,
#menu-3d .close-icon::after {
  background-color: #ffffff;
}
#menu-3d .link,
#menu-3d .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-3d .link {
  font-size: 0.875rem;
}
#menu-3d .dropdown-item,
#menu-3d .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3d .link:hover,
#menu-3d .link:focus {
  color: #5c0b26;
}
#menu-3d .dropdown-item:hover::before,
#menu-3d .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-3d .dropdown-item:hover,
#menu-3d .dropdown-item:focus {
  color: #5c0b26;
}
#menu-3d .link[aria-expanded="true"],
#menu-3d .dropdown-menu {
  background: #ffffff;
}
#menu-3d .nav-dropdown-sm .link:focus,
#menu-3d .nav-dropdown-sm .link:hover,
#menu-3d .nav-dropdown-sm .dropdown-item:focus,
#menu-3d .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffff!important;
}
#menu-3d .navbar,
#menu-3d .nav-dropdown-sm,
#menu-3d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3d .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-3d .bg-color.transparent .link {
  color: white;
  transition: none;
}
#menu-3d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3d .bg-color.transparent.opened .link:hover,
#menu-3d .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-3d .link[aria-expanded="true"],
#menu-3d .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#slider-5h .mbr-section-title {
  font-size: 35px;
}
#slider-5h .mbr-section-text {
  font-size: 18px;
}
#content1-3j P {
  color: #000000;
}
#tabs1-3f .mbr-section-title {
  margin-top: -50px;
  padding-bottom: 10px;
  font-size: 32px;
}
#tabs1-3f .mbr-section-text {
  text-align: justify;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-3n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3n .navbar-caption {
  color: #ffffff;
}
#menu-3n .navbar-toggler {
  color: #ffffff;
}
#menu-3n .close-icon::before,
#menu-3n .close-icon::after {
  background-color: white;
	
}
#menu-3n .link,
#menu-3n .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-3n .link {
  font-size: 0.875rem;
}
#menu-3n .dropdown-item,
#menu-3n .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-3n .link:hover,
#menu-3n .link:focus {
  color: #5c0b26;
}
#menu-3n .dropdown-item:hover::before,
#menu-3n .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-3n .dropdown-item:hover,
#menu-3n .dropdown-item:focus {
  color: #5c0b26;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-menu {
  background: #ffffff;
}
#menu-3n .nav-dropdown-sm .link:focus,
#menu-3n .nav-dropdown-sm .link:hover,
#menu-3n .nav-dropdown-sm .dropdown-item:focus,
#menu-3n .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffff!important;
}
#menu-3n .navbar,
#menu-3n .nav-dropdown-sm,
#menu-3n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3n .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-3n .bg-color.transparent .link {
  color: black;
  transition: none;
}
#menu-3n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3n .bg-color.transparent.opened .link:hover,
#menu-3n .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-3n .link[aria-expanded="true"],
#menu-3n .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#content6-3r P {
  color: #000000;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-41 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-41 .navbar-caption {
  color: #ffffff;
}
#menu-41 .navbar-toggler {
  color: #ffffff;
}
#menu-41 .close-icon::before,
#menu-41 .close-icon::after {
  background-color: #ffffff;
}
#menu-41 .link,
#menu-41 .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-41 .link {
  font-size: 0.875rem;
}
#menu-41 .dropdown-item,
#menu-41 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-41 .link:hover,
#menu-41 .link:focus {
  color: #5c0b26;
}
#menu-41 .dropdown-item:hover::before,
#menu-41 .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-41 .dropdown-item:hover,
#menu-41 .dropdown-item:focus {
  color: #5c0b26;
}
#menu-41 .link[aria-expanded="true"],
#menu-41 .dropdown-menu {
  background: #ffffff;
}
#menu-41 .nav-dropdown-sm .link:focus,
#menu-41 .nav-dropdown-sm .link:hover,
#menu-41 .nav-dropdown-sm .dropdown-item:focus,
#menu-41 .nav-dropdown-sm .dropdown-item:hover {
  background: #ffffff!important;
}
#menu-41 .navbar,
#menu-41 .nav-dropdown-sm,
#menu-41 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-41 .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-41 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-41 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-41 .bg-color.transparent.opened .link:hover,
#menu-41 .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-41 .link[aria-expanded="true"],
#menu-41 .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
/*#content5-5q .mbr-section-title {
  font-size: 48px;
  text-align: left;
  color: #ffffff;
}*/
#content1-3x P {
  color: #000000;
}
#tabs1-3y .mbr-section-title {
  margin-top: -50px;
  padding-bottom: 10px;
  font-size: 32px;
}
#tabs1-3y .mbr-section-text {
	text-align: justify;
}
#tabs1-3y .mbr-section-subtitle {
  text-align: left;
}
#footer6-5c .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-41 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-41 .navbar-caption {
  color: #ffffff;
}
#menu-41 .navbar-toggler {
  color: #ffffff;
}
#menu-41 .close-icon::before,
#menu-41 .close-icon::after {
  background-color: #ffffff;
}
#menu-41 .link,
#menu-41 .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-41 .link {
  font-size: 0.875rem;
}
#menu-41 .dropdown-item,
#menu-41 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-41 .link:hover,
#menu-41 .link:focus {
  color: #5c0b26;
}
#menu-41 .dropdown-item:hover::before,
#menu-41 .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-41 .dropdown-item:hover,
#menu-41 .dropdown-item:focus {
  color: #5c0b26;
}
#menu-41 .link[aria-expanded="true"],
#menu-41 .dropdown-menu {
  background: #ffffff;
}
#menu-41 .nav-dropdown-sm .link:focus,
#menu-41 .nav-dropdown-sm .link:hover,
#menu-41 .nav-dropdown-sm .dropdown-item:focus,
#menu-41 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-41 .navbar,
#menu-41 .nav-dropdown-sm,
#menu-41 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-41 .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-41 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-41 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-41 .bg-color.transparent.opened .link:hover,
#menu-41 .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-41 .link[aria-expanded="true"],
#menu-41 .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
/*#content5-5k .mbr-section-title {
  font-size: 48px;
  text-align: left;
  color: #ffffff;
}*/
#content1-43 P {
  color: #000000;
}
#tabs1-44 .mbr-section-title {
  margin-top: -50px;
  padding-bottom: 10px;
  font-size: 32px;
}
#tabs1-44 .mbr-section-text {
  text-align: justify;
}
#tabs1-44 .mbr-section-subtitle {
  text-align: left;
}
#footer6-5c .text-lg-left {
  color: #ffffff !important;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c p{
	color: white !important;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#menu-47 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-47 .navbar-caption {
  color: #ffffff;
}
#menu-47 .navbar-toggler {
  color: #ffffff;
}
#menu-47 .close-icon::before,
#menu-47 .close-icon::after {
  background-color: #ffffff;
}
#menu-47 .link,
#menu-47 .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-47 .link {
  font-size: 0.875rem;
}
#menu-47 .dropdown-item,
#menu-47 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-47 .link:hover,
#menu-47 .link:focus {
  color: #5c0b26;
}
#menu-47 .dropdown-item:hover::before,
#menu-47 .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-47 .dropdown-item:hover,
#menu-47 .dropdown-item:focus {
  color: #5c0b26;
}
#menu-47 .link[aria-expanded="true"],
#menu-47 .dropdown-menu {
  background: #ffffff;
}
#menu-47 .nav-dropdown-sm .link:focus,
#menu-47 .nav-dropdown-sm .link:hover,
#menu-47 .nav-dropdown-sm .dropdown-item:focus,
#menu-47 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-47 .navbar,
#menu-47 .nav-dropdown-sm,
#menu-47 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-47 .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-47 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-47 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-47 .bg-color.transparent.opened .link:hover,
#menu-47 .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-47 .link[aria-expanded="true"],
#menu-47 .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#slider-5a .mbr-section-title {
  font-size: 35px;
}
#slider-5a .mbr-section-text {
  font-size: 18px;
}
#features1-59 .mbr-section-title {
  font-weight: 700;
}
#features1-59 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#footer6-4t .text-lg-left {
  color: #fff;
}
#menu-4r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4r .navbar-caption {
  color: #ffffff;
}
#menu-4r .navbar-toggler {
  color: #ffffff;
}
#menu-4r .close-icon::before,
#menu-4r .close-icon::after {
  background-color: #ffffff;
}
#menu-4r .link,
#menu-4r .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-4r .link {
  font-size: 0.875rem;
}
#menu-4r .dropdown-item,
#menu-4r .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-4r .link:hover,
#menu-4r .link:focus {
  color: #5c0b26;
}
#menu-4r .dropdown-item:hover::before,
#menu-4r .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-4r .dropdown-item:hover,
#menu-4r .dropdown-item:focus {
  color: #5c0b26;
}
#menu-4r .link[aria-expanded="true"],
#menu-4r .dropdown-menu {
  background: #fbfbfb;
}
#menu-4r .nav-dropdown-sm .link:focus,
#menu-4r .nav-dropdown-sm .link:hover,
#menu-4r .nav-dropdown-sm .dropdown-item:focus,
#menu-4r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-4r .navbar,
#menu-4r .nav-dropdown-sm,
#menu-4r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4r .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-4r .bg-color.transparent .link {
  color: black;
  transition: none;
}
#menu-4r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4r .bg-color.transparent.opened .link:hover,
#menu-4r .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-4r .link[aria-expanded="true"],
#menu-4r .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#intro1-5m .mbr-section-title {
  font-size: 60px;
  padding-top: 70px;
  font-family: 'Montserrat', sans-serif;
}
#contacts1-4v .add {
  font-size: 13px;
}
#footer6-4t .text-lg-left {
  color: #ffffff;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-4t .mbr-section-text {
  font-family: Helvetica;
}
#footer6-4t a:hover {
  color: #b08f8f;
}
#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .nav-dropdown-sm .dropdown-item {
  color: white;
}
#menu-5b .link {
  font-size: 0.875rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5b .link:hover,
#menu-5b .link:focus {
  color: #5c0b26;
}
#menu-5b .dropdown-item:hover::before,
#menu-5b .dropdown-item:focus::before {
  background: #5c0b26;
}
#menu-5b .dropdown-item:hover,
#menu-5b .dropdown-item:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #ffffff;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #5c0b26;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #5c0b26;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #5c0b26!important;
}
#footer6-5c .text-lg-left {
  color: #ffffff !important;
  font-size: 12px;
  padding-left: 10px;
}
#footer6-5c .mbr-section-text {
  font-family: Helvetica;
}
#footer6-5c a:hover {
  color: #b08f8f;
}
#slider-5g .mbr-section-title {
  font-size: 35px;
}
#slider-5g .mbr-section-text {
  font-size: 18px;
}
#pricing-table1-5f .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table1-5f .mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
#pricing-table1-5f .secondRow {
  padding-top: 10px;
}
.second{
    padding-top: 60px;
}
h7{
	color:#5c0b26;
}
.proc p{
	color: #000000 !important;
}
.getintouch{
	color: white !important;
}
.add{
	margin-top: 50px;
}
.getin{
	
	font-size: 45px;
}


.getin{
	color: black !important;
	font-size: 30px;
}
.tenancy{
	margin-left: 100px;
}
.service h3{
	font-size: 30px !important;
	font-weight: 200 !important;
	color: white !important;
	padding-bottom: 10px;
}
.service p{
	color: white !important;
}
#tabs1-2r h1{
	color: white;
}
#tabs1-2r p, mbr-section-text, corptitle
{
	color: white !important; 
	
}
#benefits p, h1{
	color: black;
}
#benefits h1{
	color: black;
	font-size: 30px;
}
#features3-7d h1{
	color:black;
	font-size: 30px;
}
#features3-7d h5{
	color:black;
	
}
#features3-7d p{
	color: black;
	text-align: center;
	
}
#features3-7e h1{
	font-size: 30px;
	color: black;
	text-align: center;
}
#header7-gbta p{
	font-size: 15px !important;
	color: black !important;
	
}
#header7-gbta h2{
	font-size:16 px !important;
	color: black !important;
	font-weight: 200 !important;
	line-height: normal;
	
}
#header7-gbta h6{
	font-size:20px !important;
	color: black !important;
	font-weight: 200 !important;
	line-height: normal;
	
}
#features3-7e h5 p{
	
	color: black !important;
	
}
#features1-6z h1{
	color:black;
	font-size: 30px;
} 
.quest h1{
	color: black !important;
	font-size: 28px;
	font-weight:200 !important;
	text-align: center !important;
}
.corpquest h1{
	color: black !important;
	font-size: 22px;
	font-weight:200 !important;
	text-align: left !important;
	line-height: 1.5;
}
.why-partner h1{
	color: black !important;
	font-size: 30px;
	
}
.why-partner hr{
	border-width: 4px;
	border-color: #8F153E;
	width:10%;
}
.easy hr{
	border-width: medium;
	border-color: #8F153E;
	width:10%;
	
}
.hos-points{
	
	padding-top: 0px;
	text-align: center !important;
}
.hos-points p{
	color: black !important;
}
.desc hr{
	border-width: 4px;
	border-color: #8F153E;
	width: 10%;
}
#ser hr{
	border-width: medium;
	margin-right: 150px;
}
#ser h1{
	font-size: 30px !important;
	font-weight: 200 !important;
}
#corpqst hr{
	border-width: medium;
	border-color: black;
}
.ready h1{
	font-size: 27px !important;
	text-align: center !important;
	line-height: 1.5;
	
}
.ready p{
	color:black !important;
	text-align: center !important;
}
.questions h2{
	text-align: left !important;
	line-height: 1.5;
	font-size: 18px !important;
	font-weight: 400 !important
}
.desc p{
	font-size: 18px !important;
}
.questions hr{
border-width: 4px;
	border-color: #8F153E;
	width: 10%;
}
.redefine hr{
border-width: 4px;
	border-color: #8F153E;
	width: 10%;
}
.redefine h1 p{
	color: black !important;
}
.sliderhome p h2{
	color: white !important;
}
.comp p h2{
	color: white !important;
}
.inhouse p h2{
	color: white !important;
}
.inhouse h1{
	font-size: 30px !important;
	font-weight: 200 !important;
}
.global p h2{
	color: white !important;
}
.why-choose p{
	color: black !important;
}
.why-choose h1{
	font-size: 30px !important;
	color: black !important;
	padding-bottom: 80px;
}
.choose2{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.why-wwstay h1{
	font-size: 30px !important;
	color: black !important;
	font-weight: 200 !important;

}
.why-wwstay h3{
	font-size: 30px !important;
	color: black !important;
	font-weight: 200 !important;


}
.why-wwstay h4{
  font-size: 25px !important;
  color: black !important;
  font-weight: 200 !important;
  

}
.why-wwstay h5{
  font-size: 22px !important;
  color: black !important;
  font-weight: 200 !important;
  

}
.why-wwstay h6{
  font-size: 15px !important;
  color: black !important;
  font-weight: 200 !important;
  

}
.gbt h1{
	font-size: 30px !important;
	color: white !important;
	font-weight: 200 !important;
	line-height: normal;
}
.global h3{
	font-size: 30px !important;
	color: black !important;
	font-weight: 200 !important;
}
.global p{
	color: black !important;
}
.request h2{
	font-weight: 200 !important;
	font-size: 30px;
}
.request p{
	color: white !important;
}

.case h5{
	font-size: 16px;
}
.inside_title1 h3{
	padding-top: 100px !important;
	color: white !important;
	font-size: 30px !important;
	font-weight: 200 !important;
}
.slidertech p{
	color: white !important;
	text-align: left;
	
}
.slidertech h2{
	color: white !important;
	text-align: left;
	
}
.slidertech h1{
	color: white !important;
	text-align: left;
	
}
.proc h1 p{
	color: black !important;
}
.contact h1{
	font-size: 30px;
	font-weight: 200 !important;
}
.contact p{
	color: black !important;
}


@media only screen and (max-width: 768px) {
   #slider-5h .hospitality{
       background-image: url(../../images/mobile/mhospitality.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}
@media only screen and (max-width: 768px) {
   #slider-5p .corporate{
       background-image: url(../../images/mobile/mcorporate.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}

@media only screen and (max-width: 768px) {
   #slider-50 .mbr-section-hero{
       background-image: url(../../images/mobile/mrelocation.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}

@media only screen and (max-width: 768px) {
   #slider-58 .mbr-section-hero{
       background-image: url(../../images/mobile/mtravelagency.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}


@media only screen and (max-width: 768px) {
   #header7-1r .tech_header{
       background-image: url(../../images/mobile/mpricing_test.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}

@media only screen and (max-width: 768px) {
   .services {
       background-image: url(../../images/mobile/mprepare_test.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}

@media only screen and (max-width: 768px) {
   .intech {
       background-image: url(../../images/mobile/mtechnology2.jpg)!important;
	   background-size: cover;
       background-position: center;
	}
}

@media only screen and (max-width: 768px) {
   .amexgbt {
       background-image: url(../../images/mobile/../../images/mobile/mgbtbg.jpg)!important;
	}
}

@media only screen and (max-width: 768px) {
   .global {
       background-image: url(../../images/mobile/../../images/mobile/mglobal.jpg)!important;
	}
}

@media only screen and (max-width: 768px) {
   #header7-1r .selfbooking{
       background-image: url(../../images/mobile/mself.jpg)!important;
	}
}

@media only screen and (max-width: 768px) {
   #header8-o .rfq{
       background-image: url(../../images/mobile/mrfq.jpg)!important;
	}
}

@media only screen and (max-width: 768px) {
   #header9-o .tenancymng{
       background-image: url(../../images/mobile/mtm.jpg)!important;
	}
}


.planner h6{
	font-size: 22px !important;
	font-weight: 100 !important;
	
}
.planner h2{
	font-size: 25px !important;
	font-weight: 300 !important;
	line-height: 35px;
	
}
.planner p{
	color: black;
}
.aboutevent p{
	color: black;
}
.aboutevent h1{
	color: black !important;
	font-size: 25px !important;
}
ul.product{
	list-style-type: square;

}
.intro{
	padding-top: 0px !important;
}
.input[type='date']:after {
  content: attr(placeholder)
}


#header7-7d .mbr-section-subtitle{
  padding-top: 0px;
  padding-right: 100px !important;
}

.header7 .mbr-figure img{
  height: 500px;
  vertical-align: top !important;
}

.header7{
  padding-right: 0px;
}

.blog{
  text-align: justify !important;
}
.header7 a{
 color: #5c0b26;
}
.blog1 p{
 color: #4259a0 !important;
 font-style: italic !important;
 font-size: 13px !important;
}
.blog1 h5{
 color: black !important;
 font-size: 13px !important;
}
.blog1 h2{
 color: black !important;
 font-size: 18.5px !important;
}
.button {
    background-color: #5c0b26; /* Green */
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.table th {

  border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
     padding: 5px !important;
}
.table td {

  border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: 5px !important;

}
.constructionheader{
  font-size: 36px !important;
  color:white !important;
  text-transform: uppercase;
  text-align: center;

}
@media only screen and (max-width: 768px) {
   #header1-b .mbr-section-title {
     
      font-size: 20px !important;
    
    }
}