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






body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'open sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'open sans', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'open sans', 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: 'open sans', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'open sans', serif;
}
.mbr-author-name {
  font-family: 'open sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'open sans', serif;
}
.mbr-plan-title {
  font-family: 'open sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'open sans', serif;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #e25041 !important;
}
.bg-danger {
  background-color: #2969b0 !important;
}
.btn-primary {
  background-color: #4e95ff;
  border-color: #4e95ff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #33860d;
  border-color: #f0f3fb;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #1e4bd2;
  border-color: #1e4bd2;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #e25041;
  border-color: #e25041;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ba2b1c;
  border-color: #ba2b1c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ba2b1c !important;
  border-color: #ba2b1c !important;
}
.btn-danger {
  background-color: #2969b0;
  border-color: #2969b0;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #1b4472;
  border-color: #1b4472;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1b4472 !important;
  border-color: #1b4472 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #a42619;
  color: #a42619;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e25041;
  border-color: #e25041;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e25041 !important;
  border-color: #e25041 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #16385d;
  color: #16385d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2969b0;
  border-color: #2969b0;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2969b0 !important;
  border-color: #2969b0 !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #e25041 !important;
}
.text-danger {
  color: #2969b0 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #e25041;
}
.alert-danger {
  background-color: #2969b0;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #79aae0;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#header1-19 .mbr-section-title {
  color: #c9caf2;
}
#header1-19 .mbr-section-lead {
  color: #efefef;
}
#contacts2-17 UL {
  font-family: 'Open Sans', sans-serif;
}
#contacts2-17 STRONG {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#contacts2-17 P {
  font-family: 'Open Sans', sans-serif;
  color: #cccccc;
}























#msg-box8-a .mbr-section-title,
#msg-box8-a p {
  color: #fff;
}
#msg-box8-a .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #545454;
}
#msg-box8-a .lead {
  color: #ffffff;
  text-align: left;
}
#msg-box8-g .mbr-section-title,
#msg-box8-g p {
  color: #fff;
}
#msg-box8-n .mbr-section-title,
#msg-box8-n p {
  color: #fff;
}
#msg-box8-n .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#msg-box8-n .lead H3 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#features7-q .card-subtitle {
  color: #bcbcbc;
}
#features7-q .iconbox {
  background-color: #1c8dff;
  border-color: #1c8dff;
}
#features7-q H4 {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-w H3 {
  font-size: 32px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-w P {
  text-align: left;
  color: #f7f1e9;
}
#header3-y .mbr-section-title,
#header3-y .mbr-section-subtitle {
  text-align: center;
}
#header3-y SMALL {
  font-family: 'Open Sans', sans-serif;
}
#header3-y H3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
#header3-y SPAN {
  font-size: 18px;
}
#features2-x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #dae5f2;
}
#features2-x .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
  font-size: 15px;
}
#features2-x .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#features2-x .mbr-cards-col:nth-child(even) .card-subtitle {
  font-family: 'Roboto', sans-serif;
}
#features2-x .mbr-cards-col:nth-child(even) .card-title {
  font-size: 15px;
}
#features2-z .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #a8c9f0;
}
#features2-z .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
  font-size: 15px;
}
#features2-z .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
#features2-z .mbr-cards-col:nth-child(even) .card-title {
  font-size: 15px;
}
#features2-z .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  font-family: 'Open Sans', sans-serif;
}
#features2-z .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#features2-z .mbr-cards-col:nth-child(odd) .card-subtitle SPAN {
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-10 H3 {
  font-size: 32px;
  text-align: left;
}
#msg-box5-10 P {
  text-align: left;
  color: #e6e2e2;
}
#header3-16 .mbr-section-title,
#header3-16 .mbr-section-subtitle {
  text-align: center;
}
#header3-16 H3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
#features4-15 .card-subtitle {
  color: #bcbcbc;
}
#features4-15 .iconbox {
  background-color: #3b5998;
  border-color: #3b5998;
}
#features4-15 H4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
#features4-15 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}
#header3-i .mbr-section-title,
#header3-i .mbr-section-subtitle {
  text-align: center;
}
#header3-i H3 {
  text-align: right;
  font-size: 32px;
  color: #232323;
}
#header3-i SPAN {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #ee3b35;
}
#header3-1q .mbr-section-title,
#header3-1q .mbr-section-subtitle {
  text-align: center;
}
#header3-1q SPAN {
  font-family: 'Open Sans', sans-serif;
}
#testimonials4-o .mbr-section-title {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
#testimonials4-o .card-block P {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#testimonials4-o .card-footer > div {
  font-size: 12px;
}
#testimonials4-o .card-block SPAN {
  font-size: 13px;
}
#header3-p .mbr-section-title,
#header3-p .mbr-section-subtitle {
  text-align: center;
}
#header3-p H3 {
  font-size: 30px;
  color: #e25041;
}
#contacts2-b UL {
  font-family: 'Open Sans', sans-serif;
}
#contacts2-b STRONG {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#contacts2-b P {
  font-family: 'Open Sans', sans-serif;
  color: #cccccc;
}


#content5-4w .mbr-section-title,
#content5-4w p {
  color: #fff;
}
#content5-4w .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content5-4w P {
  font-family: 'Open Sans', sans-serif;
}
#content5-4z .mbr-section-title,
#content5-4z p {
  color: #fff;
}
#content5-4z DIV {
  color: #efefef;
  font-family: 'Open Sans', sans-serif;
}
#content5-4z .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content5-4x .mbr-section-title,
#content5-4x p {
  color: #fff;
}
#content5-4x .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content5-4x P {
  font-family: 'Open Sans', sans-serif;
}
#content5-51 .mbr-section-title,
#content5-51 p {
  color: #fff;
}
#content5-51 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content5-51 P {
  font-family: 'Open Sans', sans-serif;
}
#content5-52 .mbr-section-title,
#content5-52 p {
  color: #fff;
}
#content5-52 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content5-52 P {
  font-family: 'Open Sans', sans-serif;
}


















#msg-box8-1a .mbr-section-title,
#msg-box8-1a p {
  color: #fff;
}
#msg-box8-1a .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #545454;
}
#msg-box8-1a .lead {
  color: #ffffff;
  text-align: left;
}
#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#msg-box8-1c .mbr-section-title,
#msg-box8-1c p {
  color: #fff;
}
#msg-box8-1c .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#msg-box8-1c .lead H3 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#features7-1d .card-subtitle {
  color: #bcbcbc;
}
#features7-1d .iconbox {
  background-color: #075bf2;
  border-color: #1c8dff;
}
#features7-1d H4 {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-1e H3 {
  font-size: 32px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#msg-box5-1e P {
  text-align: left;
  color: #d3cccc;
}
#header3-1f .mbr-section-title,
#header3-1f .mbr-section-subtitle {
  text-align: center;
}
#header3-1f SMALL {
  font-family: 'Open Sans', sans-serif;
}
#header3-1f H3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
#header3-1f SPAN {
  font-size: 18px;
}
#features2-1g .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #dae5f2;
}
#features2-1g .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
  font-size: 15px;
}
#features2-1g .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
#features2-1g .mbr-cards-col:nth-child(even) .card-subtitle {
  font-family: 'Roboto', sans-serif;
}
#features2-1g .mbr-cards-col:nth-child(even) .card-title {
  font-size: 15px;
}
#features2-1h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #a8c9f0;
}
#features2-1h .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
  font-size: 15px;
}
#features2-1h .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
#features2-1h .mbr-cards-col:nth-child(even) .card-title {
  font-size: 15px;
}
#features2-1h .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  font-family: 'Roboto', sans-serif;
}
#features2-1h .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#msg-box5-1i H3 {
  font-size: 32px;
  text-align: left;
}
#msg-box5-1i P {
  text-align: left;
  color: #d1c9c9;
}
#header3-1j .mbr-section-title,
#header3-1j .mbr-section-subtitle {
  text-align: center;
}
#header3-1j H3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
#features4-1k .card-subtitle {
  color: #bcbcbc;
}
#features4-1k .iconbox {
  background-color: #075bf2;
  border-color: #1c8dff;
}
#features4-1k H4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
#features4-1k P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  color:#73655e;
}
#header3-1l .mbr-section-title,
#header3-1l .mbr-section-subtitle {
  text-align: center;
}
#header3-1l H3 {
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
#header3-1l SMALL {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
}
#header3-1l SPAN {
  color: #ee3b35;
  font-size: 25px;
}
#header3-1p .mbr-section-title,
#header3-1p .mbr-section-subtitle {
  text-align: center;
}
#header3-1p SPAN {
  font-family: 'Open Sans', sans-serif;
}
#testimonials4-1m .mbr-section-title {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
#testimonials4-1m .card-block P {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
#testimonials4-1m .card-footer > div {
  font-size: 12px;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n H3 {
  font-size: 30px;
  color: #ed4543;
}
#contacts2-b UL {
  font-family: 'Open Sans', sans-serif;
}
#contacts2-b STRONG {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#contacts2-b P {
  font-family: 'Open Sans', sans-serif;
  color: #cccccc;
}
.cid-rEO1pm04uK {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #181818;
}
.cid-rEO1pm04uK .title {
  margin-bottom: 2rem;
}
.cid-rEO1pm04uK .mbr-section-subtitle {
  color: #767676;
}
.cid-rEO1pm04uK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rEO1pm04uK a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rEO1pm04uK .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rEO1pm04uK .input-group-btn {
  display: block;
  text-align: center;
}


