@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-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: #dddddd !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-secondary {
  background-color: #d901ed;
  border-color: #d901ed;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ec23fe;
  border-color: #ec23fe;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ec23fe !important;
  border-color: #ec23fe !important;
}
.btn-info {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline {
  background: none;
  border-color: #d8d8d8;
  color: #d8d8d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #d001e3;
  color: #d001e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #d901ed;
  border-color: #d901ed;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #d901ed !important;
  border-color: #d901ed !important;
}
.btn-info-outline {
  background: none;
  border-color: #b6b6b6;
  color: #b6b6b6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline {
  background: none;
  border-color: #e9e9e9;
  color: #e9e9e9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline {
  background: none;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.btn-text {
  color: #dddddd;
  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: #f7f7f7;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #d901ed;
  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: #ec23fe;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #bbbbbb;
  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: #d4d4d4;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #eeeeee;
  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: #ffffff;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #ffffff;
  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: #ffffff;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #000000;
  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: #1a1a1a;
  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: #dddddd !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
.alert-success {
  background-color: #eeeeee;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #000000;
}
.btn-social {
  border-color: #dddddd;
}
.btn-social:hover {
  background: #dddddd;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #dddddd;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #dddddd;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #dddddd;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #dddddd;
}
.lead a {
  color: #dddddd;
}
.lead a:hover {
  color: #f7f7f7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #dddddd;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #dddddd;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #dddddd;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(221, 221, 221, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #eaeaea;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #dddddd;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(221, 221, 221, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #dddddd;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #dddddd;
}
.mbr-slider .carousel-indicators .active {
  background: #dddddd;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #dddddd;
}
.mbr-gallery .modal .close:hover {
  background: #dddddd;
}
.mbr-gallery-filter li.active {
  border-color: #dddddd;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #f7f7f7;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(221, 221, 221, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #dddddd;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #dddddd;
}
/*content4*/
.content4 p {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #dddddd;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #dddddd;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #dddddd;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #dddddd;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #dddddd;
  }
}
.progressbar .progressbar-number {
  background: #f7f7f7;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #dddddd;
}
.countdown2 .bottom1 {
  background: #f7f7f7;
}
.countdown2 .bottom2 {
  background: #c4c4c4;
}
/*accordion*/
.accordion .panel-heading {
  background: #f7f7f7;
  border-bottom: 1px solid #c4c4c4;
}
.accordion .panel-heading:hover {
  background: #c4c4c4;
}
.accordion .accordion-group .panel:last-child:after {
  background: #c4c4c4;
}
/* news */
.news__card:hover {
  background: #dddddd;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #dddddd;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #dddddd;
  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: #dddddd;
}
.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*/
#content1-d P {
  text-align: center;
  color: #000000;
}
#content1-d B {
  color: #000000;
  text-align: left;
}
#content1-d SPAN {
  color: #000000;
  text-align: center;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #999999;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #999999;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #999999;
}
#menu-0 .link {
  font-size: 0.7rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.758rem;
}
#menu-0 .link:hover,
#menu-0 .link:focus {
  color: #dddddd;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #dddddd;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #999999;
}
#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: #999999;
  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: #dddddd;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #dddddd!important;
}
#menu-0 .navbar {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
#menu-0 .nav .link,
#menu-0 .dropdown-item {
  background: transparent!important;
}
#menu-0 .navbar {
  background: rgba(255, 255, 255, 0.9) !important;
}
#menu-0 .dropdown-toggle[aria-expanded="true"],
#menu-0 .dropdown-menu a:hover,
#menu-0 .dropdown-menu a:focus {
  background: rgba(245, 245, 245, 0.5) !important;
}
#menu-0 a {
  position: relative;
  font-style: normal!important;
  color: #000;
  text-decoration: none;
}
#menu-0 a:hover {
  color: #000!important;
}
#menu-0 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-0 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header2-m .mbr-section-title,
#header2-m .mbr-section-subtitle,
#header2-m .btn {
  color: #fff;
}
#header2-m .mbr-section-title {
  font-weight: 700;
}
#header7-l .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-l .mbr-section-text {
  color: #000000;
  font-size: 14px;
}
#header7-l .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 20px;
}
#header7-l .mbr-section-title SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #6f03bb;
  font-size: 25px;
}
#header7-l .mbr-section-text SPAN {
  font-size: 15px;
}
#header7-1l .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-1l .mbr-section-text {
  color: #000000;
  font-size: 14px;
}
#header7-1l .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 20px;
}
#header7-1l .mbr-section-title SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #6f03bb;
}
#header7-1l .mbr-section-text SPAN {
  font-size: 15px;
}
#header7-1l p {
  position: relative;
  background: #faf9f2;
  padding: 2px;
  display: inline;
  line-height: 1.6;
}
#header7-1a .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-1a .mbr-section-text {
  color: #000000;
  font-size: 14px;
}
#header7-1a .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 20px;
}
#header7-1a .mbr-section-title SPAN {
  font-family: 'Montserrat', sans-serif;
  color: #2980b9;
  font-size: 25px;
}
#header7-1a .mbr-section-text SPAN {
  font-size: 15px;
}
#features7-1y .lead {
  color: #9fa3a7;
}
#features7-1y .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-1y .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #6f03bb;
}
#features7-1y .mbr-section-text {
  font-size: 14px;
  color: #000000;
}
#features7-1y .mbr-section-text SPAN {
  font-size: 14px;
}
#features7-1y .mbr-section-text B {
  font-size: 14px;
}
#content1-2h P {
  color: #6f03bb;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#slider3-2f .mbr-section-title,
#slider3-2f .mbr-section-text {
  color: #fff;
}
#slider3-2f .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
#slider3-2f .mbr-section-text {
  font-size: 14px;
  color: #000000;
  text-align: center;
}
#content1-3r P {
  color: #6f03bb;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#content1-3s P {
  color: #000000;
  font-size: 14px;
}
#content1-3s a {
  position: relative;
  font-style: normal!important;
  color: #6f03bb;
  text-decoration: none;
}
#content1-3s a:hover {
  color: #000!important;
}
#content1-3s a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#content1-3s a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#image2-3q DIV {
  color: #6f03bb;
}
#image2-3q img {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 5px;
}
#content1-3u P {
  color: #000000;
  font-size: 14px;
}
#content1-3u a {
  position: relative;
  font-style: normal!important;
  color: #6f03bb;
  text-decoration: none;
}
#content1-3u a:hover {
  color: #000!important;
}
#content1-3u a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#content1-3u a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#image2-3t DIV {
  color: #6f03bb;
}
#image2-3t img {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 5px;
}
#features7-12 .lead {
  color: #9fa3a7;
}
#features7-12 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features7-12 .mbr-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #6f03bb;
}
#features7-12 .mbr-section-text {
  color: #000000;
  font-size: 12px;
}
#features7-12 .mbr-section-text B {
  font-size: 12px;
}
#features7-12 a {
  position: relative;
  font-style: normal!important;
  color: #8c8c8c;
  text-decoration: none;
}
#features7-12 a:hover {
  color: #000!important;
}
#features7-12 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#features7-12 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#content1-3k P {
  text-align: center;
}
#footer3-14 .mbr-section-subtitle,
#footer3-14 .mbr-section-text {
  color: #fff;
}
#footer3-14 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #d2b48c;
}
#footer3-14 P {
  font-family: 'Montserrat', sans-serif;
}
#footer3-14 a {
  position: relative;
  font-style: normal!important;
  color: #d2b48c;
  text-decoration: none;
}
#footer3-14 a:hover {
  color: #d901ed!important;
}
#footer3-14 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#footer3-14 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#menu-2k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2k .navbar-caption {
  color: #ffffff;
}
#menu-2k .navbar-toggler {
  color: #999999;
}
#menu-2k .close-icon::before,
#menu-2k .close-icon::after {
  background-color: #999999;
}
#menu-2k .link,
#menu-2k .dropdown-item {
  color: #999999;
}
#menu-2k .link {
  font-size: 0.7rem;
}
#menu-2k .dropdown-item,
#menu-2k .nav-dropdown-sm .link {
  font-size: 0.758rem;
}
#menu-2k .link:hover,
#menu-2k .link:focus {
  color: #dddddd;
}
#menu-2k .dropdown-item:hover::before,
#menu-2k .dropdown-item:focus::before {
  background: #dddddd;
}
#menu-2k .dropdown-item:hover,
#menu-2k .dropdown-item:focus {
  color: #999999;
}
#menu-2k .link[aria-expanded="true"],
#menu-2k .dropdown-menu {
  background: #e6e6e6;
}
#menu-2k .nav-dropdown-sm .link:focus,
#menu-2k .nav-dropdown-sm .link:hover,
#menu-2k .nav-dropdown-sm .dropdown-item:focus,
#menu-2k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2k .navbar,
#menu-2k .nav-dropdown-sm,
#menu-2k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2k .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-2k .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-2k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2k .bg-color.transparent.opened .link:hover,
#menu-2k .bg-color.transparent.opened .link:focus {
  color: #dddddd;
}
#menu-2k .link[aria-expanded="true"],
#menu-2k .dropdown-item[aria-expanded="true"] {
  color: #dddddd!important;
}
#menu-2k .navbar {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
#menu-2k .nav .link,
#menu-2k .dropdown-item {
  background: transparent!important;
}
#menu-2k .navbar {
  background: rgba(255, 255, 255, 0.9) !important;
}
#menu-2k .dropdown-toggle[aria-expanded="true"],
#menu-2k .dropdown-menu a:hover,
#menu-2k .dropdown-menu a:focus {
  background: rgba(245, 245, 245, 0.5) !important;
}
#menu-2k a {
  position: relative;
  font-style: normal!important;
  color: #000;
  text-decoration: none;
}
#menu-2k a:hover {
  color: #000!important;
}
#menu-2k a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-2k a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#content3-34 .mbr-section-title,
#content3-34 .mbr-section-subtitle {
  text-align: center;
}
#content3-34 H3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #6f03bb;
}
#content2-35 BLOCKQUOTE {
  color: #000000;
  font-size: 15px;
  text-align: left;
}
#footer3-32 .mbr-section-subtitle,
#footer3-32 .mbr-section-text {
  color: #fff;
}
#footer3-32 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #d2b48c;
}
#footer3-32 P {
  font-family: 'Montserrat', sans-serif;
}
#footer3-32 a {
  position: relative;
  font-style: normal!important;
  color: #d2b48c;
  text-decoration: none;
}
#footer3-32 a:hover {
  color: #d901ed!important;
}
#footer3-32 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#footer3-32 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#menu-36 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-36 .navbar-caption {
  color: #ffffff;
}
#menu-36 .navbar-toggler {
  color: #999999;
}
#menu-36 .close-icon::before,
#menu-36 .close-icon::after {
  background-color: #999999;
}
#menu-36 .link,
#menu-36 .dropdown-item {
  color: #999999;
}
#menu-36 .link {
  font-size: 0.7rem;
}
#menu-36 .dropdown-item,
#menu-36 .nav-dropdown-sm .link {
  font-size: 0.758rem;
}
#menu-36 .link:hover,
#menu-36 .link:focus {
  color: #dddddd;
}
#menu-36 .dropdown-item:hover::before,
#menu-36 .dropdown-item:focus::before {
  background: #dddddd;
}
#menu-36 .dropdown-item:hover,
#menu-36 .dropdown-item:focus {
  color: #999999;
}
#menu-36 .link[aria-expanded="true"],
#menu-36 .dropdown-menu {
  background: #e6e6e6;
}
#menu-36 .nav-dropdown-sm .link:focus,
#menu-36 .nav-dropdown-sm .link:hover,
#menu-36 .nav-dropdown-sm .dropdown-item:focus,
#menu-36 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-36 .navbar,
#menu-36 .nav-dropdown-sm,
#menu-36 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-36 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-36 .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-36 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-36 .bg-color.transparent.opened .link:hover,
#menu-36 .bg-color.transparent.opened .link:focus {
  color: #dddddd;
}
#menu-36 .link[aria-expanded="true"],
#menu-36 .dropdown-item[aria-expanded="true"] {
  color: #dddddd!important;
}
#menu-36 .navbar {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
#menu-36 .nav .link,
#menu-36 .dropdown-item {
  background: transparent!important;
}
#menu-36 .navbar {
  background: rgba(255, 255, 255, 0.9) !important;
}
#menu-36 .dropdown-toggle[aria-expanded="true"],
#menu-36 .dropdown-menu a:hover,
#menu-36 .dropdown-menu a:focus {
  background: rgba(245, 245, 245, 0.5) !important;
}
#menu-36 a {
  position: relative;
  font-style: normal!important;
  color: #000;
  text-decoration: none;
}
#menu-36 a:hover {
  color: #000!important;
}
#menu-36 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-36 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#content3-39 .mbr-section-title,
#content3-39 .mbr-section-subtitle {
  text-align: center;
}
#content3-39 H3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #6f03bb;
}
#content2-3a BLOCKQUOTE {
  color: #000000;
  font-size: 15px;
  text-align: left;
}
#footer3-3f .mbr-section-subtitle,
#footer3-3f .mbr-section-text {
  color: #fff;
}
#footer3-3f .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #d2b48c;
}
#footer3-3f P {
  font-family: 'Montserrat', sans-serif;
}
#footer3-3f a {
  position: relative;
  font-style: normal!important;
  color: #d2b48c;
  text-decoration: none;
}
#footer3-3f a:hover {
  color: #d901ed!important;
}
#footer3-3f a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d901ed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#footer3-3f a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
