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





body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f1c40f !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #f1c40f;
  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: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #b07cc6;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #f1c40f !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #f1c40f;
}
.btn-social:hover {
  background: #f1c40f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f1c40f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f1c40f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f1c40f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f1c40f;
}
.lead a {
  color: #f1c40f;
}
.lead a:hover {
  color: #f4d03f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f0fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #f1c40f;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #f1c40f;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #f1c40f;
  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(241, 196, 15, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #f2ca27;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #f1c40f;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(241, 196, 15, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #f1c40f;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #f1c40f;
}
.mbr-slider .carousel-indicators .active {
  background: #f1c40f;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #f1c40f;
}
.mbr-gallery .modal .close:hover {
  background: #f1c40f;
}
.mbr-gallery-filter li.active {
  border-color: #f1c40f;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #f4d03f;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(241, 196, 15, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #f1c40f;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #f1c40f;
}
/*content4*/
.content4 p {
  border-top-color: #f1c40f;
  border-bottom-color: #f1c40f;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #f1c40f;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #f1c40f;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #f1c40f;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #f1c40f;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #f1c40f;
  }
}
.progressbar .progressbar-number {
  background: #f4d03f;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #f1c40f;
}
.countdown2 .bottom1 {
  background: #f4d03f;
}
.countdown2 .bottom2 {
  background: #c29d0b;
}
/*accordion*/
.accordion .panel-heading {
  background: #f4d03f;
  border-bottom: 1px solid #c29d0b;
}
.accordion .panel-heading:hover {
  background: #c29d0b;
}
.accordion .accordion-group .panel:last-child:after {
  background: #c29d0b;
}
/* news */
.news__card:hover {
  background: #f1c40f;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #f1c40f;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #f1c40f;
  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: #f1c40f;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
/*end colorM*/
#menu-44 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-44 .navbar-caption {
  color: #ffffff;
}
#menu-44 .navbar-toggler {
  color: #000000;
}
#menu-44 .close-icon::before,
#menu-44 .close-icon::after {
  background-color: #000000;
}
#menu-44 .link,
#menu-44 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-44 .link {
  font-size: 0.75rem;
}
#menu-44 .dropdown-item,
#menu-44 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-44 .link:hover,
#menu-44 .link:focus {
  color: #f1c40f;
}
#menu-44 .dropdown-item:hover::before,
#menu-44 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-44 .dropdown-item:hover,
#menu-44 .dropdown-item:focus {
  color: #000000;
}
#menu-44 .link[aria-expanded="true"],
#menu-44 .dropdown-menu {
  background: #a04000;
}
#menu-44 .nav-dropdown-sm .link:focus,
#menu-44 .nav-dropdown-sm .link:hover,
#menu-44 .nav-dropdown-sm .dropdown-item:focus,
#menu-44 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-44 .navbar,
#menu-44 .nav-dropdown-sm,
#menu-44 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-44 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-44 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-44 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-44 .bg-color.transparent.opened .link:hover,
#menu-44 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-44 .link[aria-expanded="true"],
#menu-44 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
#content3-3 .mbr-section-title,
#content3-3 .mbr-section-subtitle {
  text-align: center;
}
#features4-9 .mbr-section-title {
  font-weight: 700;
}
#features4-9 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features4-a .mbr-section-title {
  font-weight: 700;
}
#features4-a .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#content3-b .mbr-section-title,
#content3-b .mbr-section-subtitle {
  text-align: center;
}
#call1-d .display-1 {
  font-weight: 700;
}
#call1-d .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-d .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#content3-j3 .mbr-section-title,
#content3-j3 .mbr-section-subtitle {
  text-align: center;
}
#content3-j5 .mbr-section-title,
#content3-j5 .mbr-section-subtitle {
  text-align: center;
}
#features3-1y .mbr-section-title {
  font-weight: 700;
}
#features3-1y .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#content3-j7 .mbr-section-title,
#content3-j7 .mbr-section-subtitle {
  text-align: center;
}
#content3-j9 .mbr-section-title,
#content3-j9 .mbr-section-subtitle {
  text-align: center;
}
#pricing-table2-e .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-e .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-e H1 {
  color: #ffffff;
}
#content3-jb .mbr-section-title,
#content3-jb .mbr-section-subtitle {
  text-align: center;
}
#content3-jd .mbr-section-title,
#content3-jd .mbr-section-subtitle {
  text-align: center;
}
#content3-i .mbr-section-title,
#content3-i .mbr-section-subtitle {
  text-align: center;
}
#content3-kh .mbr-section-title,
#content3-kh .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-kg .card-block p {
  font-size: 15px;
}
#content3-jf .mbr-section-title,
#content3-jf .mbr-section-subtitle {
  text-align: center;
}
#content3-jj .mbr-section-title,
#content3-jj .mbr-section-subtitle {
  text-align: center;
}
#content3-jo .mbr-section-title,
#content3-jo .mbr-section-subtitle {
  text-align: center;
}
#content3-jp .mbr-section-title,
#content3-jp .mbr-section-subtitle {
  text-align: center;
}
#content3-jw .mbr-section-title,
#content3-jw .mbr-section-subtitle {
  text-align: center;
}
#form1-g .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-g .form-control-label {
  color: undefined;
}
#footer2-1v .mbr-section-text {
  color: #fff;
}
#footer2-1v P {
  font-size: 20px;
}


#header2-y .mbr-section-title,
#header2-y .mbr-section-subtitle,
#header2-y .btn {
  color: #fff;
}
#header2-y .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-z .mbr-section-title,
#content3-z .mbr-section-subtitle {
  text-align: center;
}
#content3-z H3 {
  text-align: right;
}
#content3-11 .mbr-section-title,
#content3-11 .mbr-section-subtitle {
  text-align: center;
}
#content3-13 .mbr-section-title,
#content3-13 .mbr-section-subtitle {
  text-align: center;
}
#content3-15 .mbr-section-title,
#content3-15 .mbr-section-subtitle {
  text-align: center;
}
#content3-17 .mbr-section-title,
#content3-17 .mbr-section-subtitle {
  text-align: center;
}
#content3-18 .mbr-section-title,
#content3-18 .mbr-section-subtitle {
  text-align: center;
}
#content3-19 .mbr-section-title,
#content3-19 .mbr-section-subtitle {
  text-align: center;
}
#content3-1a .mbr-section-title,
#content3-1a .mbr-section-subtitle {
  text-align: center;
}
#content3-1b .mbr-section-title,
#content3-1b .mbr-section-subtitle {
  text-align: center;
}
#content3-1c .mbr-section-title,
#content3-1c .mbr-section-subtitle {
  text-align: center;
}
#content3-1d .mbr-section-title,
#content3-1d .mbr-section-subtitle {
  text-align: center;
}
#call1-s .display-1 {
  font-weight: 700;
}
#call1-s .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-s .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#content3-v .mbr-section-title,
#content3-v .mbr-section-subtitle {
  text-align: center;
}
#form1-x .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-1v .mbr-section-text {
  color: #fff;
}
#footer2-1v P {
  font-size: 20px;
}
#menu-44 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-44 .navbar-caption {
  color: #ffffff;
}
#menu-44 .navbar-toggler {
  color: #000000;
}
#menu-44 .close-icon::before,
#menu-44 .close-icon::after {
  background-color: #000000;
}
#menu-44 .link,
#menu-44 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-44 .link {
  font-size: 0.75rem;
}
#menu-44 .dropdown-item,
#menu-44 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-44 .link:hover,
#menu-44 .link:focus {
  color: #f1c40f;
}
#menu-44 .dropdown-item:hover::before,
#menu-44 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-44 .dropdown-item:hover,
#menu-44 .dropdown-item:focus {
  color: #000000;
}
#menu-44 .link[aria-expanded="true"],
#menu-44 .dropdown-menu {
  background: #a04000;
}
#menu-44 .nav-dropdown-sm .link:focus,
#menu-44 .nav-dropdown-sm .link:hover,
#menu-44 .nav-dropdown-sm .dropdown-item:focus,
#menu-44 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-44 .navbar,
#menu-44 .nav-dropdown-sm,
#menu-44 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-44 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-44 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-44 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-44 .bg-color.transparent.opened .link:hover,
#menu-44 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-44 .link[aria-expanded="true"],
#menu-44 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-33 .mbr-section-title,
#header2-33 .mbr-section-subtitle,
#header2-33 .btn {
  color: #fff;
}
#header2-33 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-3d .mbr-section-title,
#content3-3d .mbr-section-subtitle {
  text-align: center;
}
#call1-3z .display-1 {
  font-weight: 700;
}
#call1-3z .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-3z .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#content3-40 .mbr-section-title,
#content3-40 .mbr-section-subtitle {
  text-align: center;
}
#pricing-table2-46 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-46 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-46 H1 {
  color: #ffffff;
}
#form1-42 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-43 .mbr-section-text {
  color: #fff;
}
#footer2-43 P {
  font-size: 20px;
}
#menu-44 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-44 .navbar-caption {
  color: #ffffff;
}
#menu-44 .navbar-toggler {
  color: #000000;
}
#menu-44 .close-icon::before,
#menu-44 .close-icon::after {
  background-color: #000000;
}
#menu-44 .link,
#menu-44 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-44 .link {
  font-size: 0.75rem;
}
#menu-44 .dropdown-item,
#menu-44 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-44 .link:hover,
#menu-44 .link:focus {
  color: #f1c40f;
}
#menu-44 .dropdown-item:hover::before,
#menu-44 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-44 .dropdown-item:hover,
#menu-44 .dropdown-item:focus {
  color: #000000;
}
#menu-44 .link[aria-expanded="true"],
#menu-44 .dropdown-menu {
  background: #a04000;
}
#menu-44 .nav-dropdown-sm .link:focus,
#menu-44 .nav-dropdown-sm .link:hover,
#menu-44 .nav-dropdown-sm .dropdown-item:focus,
#menu-44 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-44 .navbar,
#menu-44 .nav-dropdown-sm,
#menu-44 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-44 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-44 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-44 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-44 .bg-color.transparent.opened .link:hover,
#menu-44 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-44 .link[aria-expanded="true"],
#menu-44 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-47 .mbr-section-title,
#header2-47 .mbr-section-subtitle,
#header2-47 .btn {
  color: #fff;
}
#header2-47 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features1-4s .mbr-section-title {
  font-weight: 700;
}
#features1-4s .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-4j .display-1 {
  font-weight: 700;
}
#call1-4j .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-4j .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-4m .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-4m .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-4m H1 {
  color: #ffffff;
}
#content3-4k .mbr-section-title,
#content3-4k .mbr-section-subtitle {
  text-align: center;
}
#form1-4n .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-4o .mbr-section-text {
  color: #fff;
}
#footer2-4o P {
  font-size: 20px;
}
#menu-4p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4p .navbar-caption {
  color: #ffffff;
}
#menu-4p .navbar-toggler {
  color: #000000;
}
#menu-4p .close-icon::before,
#menu-4p .close-icon::after {
  background-color: #000000;
}
#menu-4p .link,
#menu-4p .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-4p .link {
  font-size: 0.75rem;
}
#menu-4p .dropdown-item,
#menu-4p .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4p .link:hover,
#menu-4p .link:focus {
  color: #f1c40f;
}
#menu-4p .dropdown-item:hover::before,
#menu-4p .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-4p .dropdown-item:hover,
#menu-4p .dropdown-item:focus {
  color: #000000;
}
#menu-4p .link[aria-expanded="true"],
#menu-4p .dropdown-menu {
  background: #a04000;
}
#menu-4p .nav-dropdown-sm .link:focus,
#menu-4p .nav-dropdown-sm .link:hover,
#menu-4p .nav-dropdown-sm .dropdown-item:focus,
#menu-4p .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-4p .navbar,
#menu-4p .nav-dropdown-sm,
#menu-4p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4p .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-4p .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-4p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4p .bg-color.transparent.opened .link:hover,
#menu-4p .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-4p .link[aria-expanded="true"],
#menu-4p .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-4t .mbr-section-title,
#header2-4t .mbr-section-subtitle,
#header2-4t .btn {
  color: #fff;
}
#header2-4t .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#call1-4w .display-1 {
  font-weight: 700;
}
#call1-4w .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-4w .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-4y .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-4y .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-4y H1 {
  color: #ffffff;
}
#content3-4z .mbr-section-title,
#content3-4z .mbr-section-subtitle {
  text-align: center;
}
#form1-51 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-52 .mbr-section-text {
  color: #fff;
}
#footer2-52 P {
  font-size: 20px;
}
#menu-53 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-53 .navbar-caption {
  color: #ffffff;
}
#menu-53 .navbar-toggler {
  color: #000000;
}
#menu-53 .close-icon::before,
#menu-53 .close-icon::after {
  background-color: #000000;
}
#menu-53 .link,
#menu-53 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-53 .link {
  font-size: 0.75rem;
}
#menu-53 .dropdown-item,
#menu-53 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-53 .link:hover,
#menu-53 .link:focus {
  color: #f1c40f;
}
#menu-53 .dropdown-item:hover::before,
#menu-53 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-53 .dropdown-item:hover,
#menu-53 .dropdown-item:focus {
  color: #000000;
}
#menu-53 .link[aria-expanded="true"],
#menu-53 .dropdown-menu {
  background: #a04000;
}
#menu-53 .nav-dropdown-sm .link:focus,
#menu-53 .nav-dropdown-sm .link:hover,
#menu-53 .nav-dropdown-sm .dropdown-item:focus,
#menu-53 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-53 .navbar,
#menu-53 .nav-dropdown-sm,
#menu-53 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-53 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-53 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-53 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-53 .bg-color.transparent.opened .link:hover,
#menu-53 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-53 .link[aria-expanded="true"],
#menu-53 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-54 .mbr-section-title,
#header2-54 .mbr-section-subtitle,
#header2-54 .btn {
  color: #fff;
}
#header2-54 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#header7-5e .mbr-section-subtitle {
  text-transform: uppercase;
  color: #9fa3a7;
}
#header7-5e .mbr-section-text {
  color: #9fa3a7;
}
#header7-5e .mbr-section-title {
  color: #242424;
  font-weight: bold;
  font-size: 60px;
}
#content3-59 .mbr-section-title,
#content3-59 .mbr-section-subtitle {
  text-align: center;
}
#call1-56 .display-1 {
  font-weight: 700;
}
#call1-56 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-56 .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-58 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-58 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-58 H1 {
  color: #ffffff;
}
#form1-5b .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-5c .mbr-section-text {
  color: #fff;
}
#footer2-5c P {
  font-size: 20px;
}
#menu-5d .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5d .navbar-caption {
  color: #ffffff;
}
#menu-5d .navbar-toggler {
  color: #000000;
}
#menu-5d .close-icon::before,
#menu-5d .close-icon::after {
  background-color: #000000;
}
#menu-5d .link,
#menu-5d .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-5d .link {
  font-size: 0.75rem;
}
#menu-5d .dropdown-item,
#menu-5d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5d .link:hover,
#menu-5d .link:focus {
  color: #f1c40f;
}
#menu-5d .dropdown-item:hover::before,
#menu-5d .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5d .dropdown-item:hover,
#menu-5d .dropdown-item:focus {
  color: #000000;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-menu {
  background: #a04000;
}
#menu-5d .nav-dropdown-sm .link:focus,
#menu-5d .nav-dropdown-sm .link:hover,
#menu-5d .nav-dropdown-sm .dropdown-item:focus,
#menu-5d .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-5d .navbar,
#menu-5d .nav-dropdown-sm,
#menu-5d .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5d .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-5d .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-5d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5d .bg-color.transparent.opened .link:hover,
#menu-5d .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5d .link[aria-expanded="true"],
#menu-5d .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-5i .mbr-section-title,
#header2-5i .mbr-section-subtitle,
#header2-5i .btn {
  color: #fff;
}
#header2-5i .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content5-ke .mbr-section-title {
  font-size: 48px;
}
#call1-5n .display-1 {
  font-weight: 700;
}
#call1-5n .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-5n .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-5p .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-5p .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-5p H1 {
  color: #ffffff;
}
#form1-5q .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-5r .mbr-section-text {
  color: #fff;
}
#footer2-5r P {
  font-size: 20px;
}
#menu-5s .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5s .navbar-caption {
  color: #ffffff;
}
#menu-5s .navbar-toggler {
  color: #000000;
}
#menu-5s .close-icon::before,
#menu-5s .close-icon::after {
  background-color: #000000;
}
#menu-5s .link,
#menu-5s .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-5s .link {
  font-size: 0.75rem;
}
#menu-5s .dropdown-item,
#menu-5s .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5s .link:hover,
#menu-5s .link:focus {
  color: #f1c40f;
}
#menu-5s .dropdown-item:hover::before,
#menu-5s .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-5s .dropdown-item:hover,
#menu-5s .dropdown-item:focus {
  color: #000000;
}
#menu-5s .link[aria-expanded="true"],
#menu-5s .dropdown-menu {
  background: #a04000;
}
#menu-5s .nav-dropdown-sm .link:focus,
#menu-5s .nav-dropdown-sm .link:hover,
#menu-5s .nav-dropdown-sm .dropdown-item:focus,
#menu-5s .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-5s .navbar,
#menu-5s .nav-dropdown-sm,
#menu-5s .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5s .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-5s .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-5s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5s .bg-color.transparent.opened .link:hover,
#menu-5s .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-5s .link[aria-expanded="true"],
#menu-5s .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-5u .mbr-section-title,
#header2-5u .mbr-section-subtitle,
#header2-5u .btn {
  color: #fff;
}
#header2-5u .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#call1-5x .display-1 {
  font-weight: 700;
}
#call1-5x .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-5x .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-5z .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-5z .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-5z H1 {
  color: #ffffff;
}
#form1-60 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-61 .mbr-section-text {
  color: #fff;
}
#footer2-61 P {
  font-size: 20px;
}
#menu-62 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-62 .navbar-caption {
  color: #ffffff;
}
#menu-62 .navbar-toggler {
  color: #000000;
}
#menu-62 .close-icon::before,
#menu-62 .close-icon::after {
  background-color: #000000;
}
#menu-62 .link,
#menu-62 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-62 .link {
  font-size: 0.75rem;
}
#menu-62 .dropdown-item,
#menu-62 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-62 .link:hover,
#menu-62 .link:focus {
  color: #f1c40f;
}
#menu-62 .dropdown-item:hover::before,
#menu-62 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-62 .dropdown-item:hover,
#menu-62 .dropdown-item:focus {
  color: #000000;
}
#menu-62 .link[aria-expanded="true"],
#menu-62 .dropdown-menu {
  background: #a04000;
}
#menu-62 .nav-dropdown-sm .link:focus,
#menu-62 .nav-dropdown-sm .link:hover,
#menu-62 .nav-dropdown-sm .dropdown-item:focus,
#menu-62 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-62 .navbar,
#menu-62 .nav-dropdown-sm,
#menu-62 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-62 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-62 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-62 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-62 .bg-color.transparent.opened .link:hover,
#menu-62 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-62 .link[aria-expanded="true"],
#menu-62 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-66 .mbr-section-title,
#header2-66 .mbr-section-subtitle,
#header2-66 .btn {
  color: #fff;
}
#header2-66 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-6j .mbr-section-title,
#content3-6j .mbr-section-subtitle {
  text-align: center;
}
#content3-6l .mbr-section-title,
#content3-6l .mbr-section-subtitle {
  text-align: center;
}
#content3-6n .mbr-section-title,
#content3-6n .mbr-section-subtitle {
  text-align: center;
}
#content3-6p .mbr-section-title,
#content3-6p .mbr-section-subtitle {
  text-align: center;
}
#content3-6r .mbr-section-title,
#content3-6r .mbr-section-subtitle {
  text-align: center;
}
#call1-6c .display-1 {
  font-weight: 700;
}
#call1-6c .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-6c .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-6e .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-6e .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-6e H1 {
  color: #ffffff;
}
#form1-6f .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-6g .mbr-section-text {
  color: #fff;
}
#footer2-6g P {
  font-size: 20px;
}
#menu-6h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6h .navbar-caption {
  color: #ffffff;
}
#menu-6h .navbar-toggler {
  color: #000000;
}
#menu-6h .close-icon::before,
#menu-6h .close-icon::after {
  background-color: #000000;
}
#menu-6h .link,
#menu-6h .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-6h .link {
  font-size: 0.75rem;
}
#menu-6h .dropdown-item,
#menu-6h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-6h .link:hover,
#menu-6h .link:focus {
  color: #f1c40f;
}
#menu-6h .dropdown-item:hover::before,
#menu-6h .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-6h .dropdown-item:hover,
#menu-6h .dropdown-item:focus {
  color: #000000;
}
#menu-6h .link[aria-expanded="true"],
#menu-6h .dropdown-menu {
  background: #a04000;
}
#menu-6h .nav-dropdown-sm .link:focus,
#menu-6h .nav-dropdown-sm .link:hover,
#menu-6h .nav-dropdown-sm .dropdown-item:focus,
#menu-6h .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-6h .navbar,
#menu-6h .nav-dropdown-sm,
#menu-6h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6h .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-6h .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-6h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6h .bg-color.transparent.opened .link:hover,
#menu-6h .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-6h .link[aria-expanded="true"],
#menu-6h .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-6v .mbr-section-title,
#header2-6v .mbr-section-subtitle,
#header2-6v .btn {
  color: #fff;
}
#header2-6v .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#call1-7d .display-1 {
  font-weight: 700;
}
#call1-7d .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-7d .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-7f .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-7f .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-7f H1 {
  color: #ffffff;
}
#form1-7g .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-7h .mbr-section-text {
  color: #fff;
}
#footer2-7h P {
  font-size: 20px;
}
#menu-7i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7i .navbar-caption {
  color: #ffffff;
}
#menu-7i .navbar-toggler {
  color: #000000;
}
#menu-7i .close-icon::before,
#menu-7i .close-icon::after {
  background-color: #000000;
}
#menu-7i .link,
#menu-7i .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-7i .link {
  font-size: 0.75rem;
}
#menu-7i .dropdown-item,
#menu-7i .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7i .link:hover,
#menu-7i .link:focus {
  color: #f1c40f;
}
#menu-7i .dropdown-item:hover::before,
#menu-7i .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-7i .dropdown-item:hover,
#menu-7i .dropdown-item:focus {
  color: #000000;
}
#menu-7i .link[aria-expanded="true"],
#menu-7i .dropdown-menu {
  background: #a04000;
}
#menu-7i .nav-dropdown-sm .link:focus,
#menu-7i .nav-dropdown-sm .link:hover,
#menu-7i .nav-dropdown-sm .dropdown-item:focus,
#menu-7i .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-7i .navbar,
#menu-7i .nav-dropdown-sm,
#menu-7i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7i .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-7i .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-7i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7i .bg-color.transparent.opened .link:hover,
#menu-7i .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-7i .link[aria-expanded="true"],
#menu-7i .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-7l .mbr-section-title,
#header2-7l .mbr-section-subtitle,
#header2-7l .btn {
  color: #fff;
}
#header2-7l .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-80 .mbr-section-title,
#content3-80 .mbr-section-subtitle {
  text-align: center;
}
#content3-81 .mbr-section-title,
#content3-81 .mbr-section-subtitle {
  text-align: center;
}
#content3-82 .mbr-section-title,
#content3-82 .mbr-section-subtitle {
  text-align: center;
}
#call1-7u .display-1 {
  font-weight: 700;
}
#call1-7u .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-7u .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-7w .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-7w .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-7w H1 {
  color: #ffffff;
}
#form1-7x .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-7y .mbr-section-text {
  color: #fff;
}
#footer2-7y P {
  font-size: 20px;
}
#menu-7z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7z .navbar-caption {
  color: #ffffff;
}
#menu-7z .navbar-toggler {
  color: #000000;
}
#menu-7z .close-icon::before,
#menu-7z .close-icon::after {
  background-color: #000000;
}
#menu-7z .link,
#menu-7z .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-7z .link {
  font-size: 0.75rem;
}
#menu-7z .dropdown-item,
#menu-7z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7z .link:hover,
#menu-7z .link:focus {
  color: #f1c40f;
}
#menu-7z .dropdown-item:hover::before,
#menu-7z .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-7z .dropdown-item:hover,
#menu-7z .dropdown-item:focus {
  color: #000000;
}
#menu-7z .link[aria-expanded="true"],
#menu-7z .dropdown-menu {
  background: #a04000;
}
#menu-7z .nav-dropdown-sm .link:focus,
#menu-7z .nav-dropdown-sm .link:hover,
#menu-7z .nav-dropdown-sm .dropdown-item:focus,
#menu-7z .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-7z .navbar,
#menu-7z .nav-dropdown-sm,
#menu-7z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7z .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-7z .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-7z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7z .bg-color.transparent.opened .link:hover,
#menu-7z .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-7z .link[aria-expanded="true"],
#menu-7z .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-83 .mbr-section-title,
#header2-83 .mbr-section-subtitle,
#header2-83 .btn {
  color: #fff;
}
#header2-83 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-86 .mbr-section-title,
#content3-86 .mbr-section-subtitle {
  text-align: center;
}
#content3-89 .mbr-section-title,
#content3-89 .mbr-section-subtitle {
  text-align: center;
}
#call1-8f .display-1 {
  font-weight: 700;
}
#call1-8f .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-8f .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-8h .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-8h .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-8h H1 {
  color: #ffffff;
}
#form1-8i .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-8j .mbr-section-text {
  color: #fff;
}
#footer2-8j P {
  font-size: 20px;
}
#menu-8k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8k .navbar-caption {
  color: #ffffff;
}
#menu-8k .navbar-toggler {
  color: #000000;
}
#menu-8k .close-icon::before,
#menu-8k .close-icon::after {
  background-color: #000000;
}
#menu-8k .link,
#menu-8k .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-8k .link {
  font-size: 0.75rem;
}
#menu-8k .dropdown-item,
#menu-8k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-8k .link:hover,
#menu-8k .link:focus {
  color: #f1c40f;
}
#menu-8k .dropdown-item:hover::before,
#menu-8k .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-8k .dropdown-item:hover,
#menu-8k .dropdown-item:focus {
  color: #000000;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-menu {
  background: #a04000;
}
#menu-8k .nav-dropdown-sm .link:focus,
#menu-8k .nav-dropdown-sm .link:hover,
#menu-8k .nav-dropdown-sm .dropdown-item:focus,
#menu-8k .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-8k .navbar,
#menu-8k .nav-dropdown-sm,
#menu-8k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8k .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-8k .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-8k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8k .bg-color.transparent.opened .link:hover,
#menu-8k .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-8k .link[aria-expanded="true"],
#menu-8k .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-8m .mbr-section-title,
#header2-8m .mbr-section-subtitle,
#header2-8m .btn {
  color: #fff;
}
#header2-8m .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-8q .mbr-section-title,
#content3-8q .mbr-section-subtitle {
  text-align: center;
}
#content3-8t .mbr-section-title,
#content3-8t .mbr-section-subtitle {
  text-align: center;
}
#content3-93 .mbr-section-title,
#content3-93 .mbr-section-subtitle {
  text-align: center;
}
#content3-94 .mbr-section-title,
#content3-94 .mbr-section-subtitle {
  text-align: center;
}
#content3-95 .mbr-section-title,
#content3-95 .mbr-section-subtitle {
  text-align: center;
}
#content3-96 .mbr-section-title,
#content3-96 .mbr-section-subtitle {
  text-align: center;
}
#call1-8x .display-1 {
  font-weight: 700;
}
#call1-8x .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-8x .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-8z .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-8z .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-8z H1 {
  color: #ffffff;
}
#form1-90 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-91 .mbr-section-text {
  color: #fff;
}
#footer2-91 P {
  font-size: 20px;
}
#menu-92 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-92 .navbar-caption {
  color: #ffffff;
}
#menu-92 .navbar-toggler {
  color: #000000;
}
#menu-92 .close-icon::before,
#menu-92 .close-icon::after {
  background-color: #000000;
}
#menu-92 .link,
#menu-92 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-92 .link {
  font-size: 0.75rem;
}
#menu-92 .dropdown-item,
#menu-92 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-92 .link:hover,
#menu-92 .link:focus {
  color: #f1c40f;
}
#menu-92 .dropdown-item:hover::before,
#menu-92 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-92 .dropdown-item:hover,
#menu-92 .dropdown-item:focus {
  color: #000000;
}
#menu-92 .link[aria-expanded="true"],
#menu-92 .dropdown-menu {
  background: #a04000;
}
#menu-92 .nav-dropdown-sm .link:focus,
#menu-92 .nav-dropdown-sm .link:hover,
#menu-92 .nav-dropdown-sm .dropdown-item:focus,
#menu-92 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-92 .navbar,
#menu-92 .nav-dropdown-sm,
#menu-92 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-92 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-92 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-92 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-92 .bg-color.transparent.opened .link:hover,
#menu-92 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-92 .link[aria-expanded="true"],
#menu-92 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-9f .mbr-section-title,
#header2-9f .mbr-section-subtitle,
#header2-9f .btn {
  color: #fff;
}
#header2-9f .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-9l .mbr-section-title,
#content3-9l .mbr-section-subtitle {
  text-align: center;
}
#features4-aa .mbr-section-title {
  font-weight: 700;
}
#features4-aa .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-a1 .display-1 {
  font-weight: 700;
}
#call1-a1 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-a1 .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-a3 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-a3 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-a3 H1 {
  color: #ffffff;
}
#form1-a4 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-a5 .mbr-section-text {
  color: #fff;
}
#footer2-a5 P {
  font-size: 20px;
}
#menu-a6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-a6 .navbar-caption {
  color: #ffffff;
}
#menu-a6 .navbar-toggler {
  color: #000000;
}
#menu-a6 .close-icon::before,
#menu-a6 .close-icon::after {
  background-color: #000000;
}
#menu-a6 .link,
#menu-a6 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-a6 .link {
  font-size: 0.75rem;
}
#menu-a6 .dropdown-item,
#menu-a6 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-a6 .link:hover,
#menu-a6 .link:focus {
  color: #f1c40f;
}
#menu-a6 .dropdown-item:hover::before,
#menu-a6 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-a6 .dropdown-item:hover,
#menu-a6 .dropdown-item:focus {
  color: #000000;
}
#menu-a6 .link[aria-expanded="true"],
#menu-a6 .dropdown-menu {
  background: #a04000;
}
#menu-a6 .nav-dropdown-sm .link:focus,
#menu-a6 .nav-dropdown-sm .link:hover,
#menu-a6 .nav-dropdown-sm .dropdown-item:focus,
#menu-a6 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-a6 .navbar,
#menu-a6 .nav-dropdown-sm,
#menu-a6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-a6 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-a6 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-a6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-a6 .bg-color.transparent.opened .link:hover,
#menu-a6 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-a6 .link[aria-expanded="true"],
#menu-a6 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-ab .mbr-section-title,
#header2-ab .mbr-section-subtitle,
#header2-ab .btn {
  color: #fff;
}
#header2-ab .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-aq .mbr-section-title,
#content3-aq .mbr-section-subtitle {
  text-align: center;
}
#content3-as .mbr-section-title,
#content3-as .mbr-section-subtitle {
  text-align: center;
}
#content3-ag .mbr-section-title,
#content3-ag .mbr-section-subtitle {
  text-align: center;
}
#content3-at .mbr-section-title,
#content3-at .mbr-section-subtitle {
  text-align: center;
}
#content3-au .mbr-section-title,
#content3-au .mbr-section-subtitle {
  text-align: center;
}
#content3-av .mbr-section-title,
#content3-av .mbr-section-subtitle {
  text-align: center;
}
#content3-aw .mbr-section-title,
#content3-aw .mbr-section-subtitle {
  text-align: center;
}
#content3-ax .mbr-section-title,
#content3-ax .mbr-section-subtitle {
  text-align: center;
}
#content3-ay .mbr-section-title,
#content3-ay .mbr-section-subtitle {
  text-align: center;
}
#content3-az .mbr-section-title,
#content3-az .mbr-section-subtitle {
  text-align: center;
}
#content3-b0 .mbr-section-title,
#content3-b0 .mbr-section-subtitle {
  text-align: center;
}
#content3-b1 .mbr-section-title,
#content3-b1 .mbr-section-subtitle {
  text-align: center;
}
#content3-bx .mbr-section-title,
#content3-bx .mbr-section-subtitle {
  text-align: center;
}
#content3-c0 .mbr-section-title,
#content3-c0 .mbr-section-subtitle {
  text-align: center;
}
#features4-ai .mbr-section-title {
  font-weight: 700;
}
#features4-ai .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-ak .display-1 {
  font-weight: 700;
}
#call1-ak .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-ak .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-am .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-am .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-am H1 {
  color: #ffffff;
}
#form1-an .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-ao .mbr-section-text {
  color: #fff;
}
#footer2-ao P {
  font-size: 20px;
}
#menu-ap .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ap .navbar-caption {
  color: #ffffff;
}
#menu-ap .navbar-toggler {
  color: #000000;
}
#menu-ap .close-icon::before,
#menu-ap .close-icon::after {
  background-color: #000000;
}
#menu-ap .link,
#menu-ap .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-ap .link {
  font-size: 0.75rem;
}
#menu-ap .dropdown-item,
#menu-ap .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ap .link:hover,
#menu-ap .link:focus {
  color: #f1c40f;
}
#menu-ap .dropdown-item:hover::before,
#menu-ap .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ap .dropdown-item:hover,
#menu-ap .dropdown-item:focus {
  color: #000000;
}
#menu-ap .link[aria-expanded="true"],
#menu-ap .dropdown-menu {
  background: #a04000;
}
#menu-ap .nav-dropdown-sm .link:focus,
#menu-ap .nav-dropdown-sm .link:hover,
#menu-ap .nav-dropdown-sm .dropdown-item:focus,
#menu-ap .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-ap .navbar,
#menu-ap .nav-dropdown-sm,
#menu-ap .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ap .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-ap .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-ap .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ap .bg-color.transparent.opened .link:hover,
#menu-ap .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ap .link[aria-expanded="true"],
#menu-ap .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-c3 .mbr-section-title,
#header2-c3 .mbr-section-subtitle,
#header2-c3 .btn {
  color: #fff;
}
#header2-c3 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-ce .mbr-section-title,
#content3-ce .mbr-section-subtitle {
  text-align: center;
}
#content3-d4 .mbr-section-title,
#content3-d4 .mbr-section-subtitle {
  text-align: center;
}
#features4-d7 .mbr-section-title {
  font-weight: 700;
}
#features4-d7 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-d9 .display-1 {
  font-weight: 700;
}
#call1-d9 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-d9 .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-db .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-db .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-db H1 {
  color: #ffffff;
}
#form1-dc .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-dd .mbr-section-text {
  color: #fff;
}
#footer2-dd P {
  font-size: 20px;
}
#menu-de .hide-buttons .nav-btn {
  display: none !important;
}
#menu-de .navbar-caption {
  color: #ffffff;
}
#menu-de .navbar-toggler {
  color: #000000;
}
#menu-de .close-icon::before,
#menu-de .close-icon::after {
  background-color: #000000;
}
#menu-de .link,
#menu-de .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-de .link {
  font-size: 0.75rem;
}
#menu-de .dropdown-item,
#menu-de .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-de .link:hover,
#menu-de .link:focus {
  color: #f1c40f;
}
#menu-de .dropdown-item:hover::before,
#menu-de .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-de .dropdown-item:hover,
#menu-de .dropdown-item:focus {
  color: #000000;
}
#menu-de .link[aria-expanded="true"],
#menu-de .dropdown-menu {
  background: #a04000;
}
#menu-de .nav-dropdown-sm .link:focus,
#menu-de .nav-dropdown-sm .link:hover,
#menu-de .nav-dropdown-sm .dropdown-item:focus,
#menu-de .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-de .navbar,
#menu-de .nav-dropdown-sm,
#menu-de .nav-dropdown-sm .link[aria-expanded="true"],
#menu-de .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-de .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-de .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-de .bg-color.transparent.opened .link:hover,
#menu-de .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-de .link[aria-expanded="true"],
#menu-de .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-dh .mbr-section-title,
#header2-dh .mbr-section-subtitle,
#header2-dh .btn {
  color: #fff;
}
#header2-dh .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-l7 .mbr-section-title,
#content3-l7 .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-l8 .card-block p {
  font-size: 15px;
}
#features4-dv .mbr-section-title {
  font-weight: 700;
}
#features4-dv .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-dx .display-1 {
  font-weight: 700;
}
#call1-dx .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-dx .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-dz .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-dz .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-dz H1 {
  color: #ffffff;
}
#form1-e0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-e0 .form-control-label {
  color: undefined;
}
#footer2-e1 .mbr-section-text {
  color: #fff;
}
#footer2-e1 P {
  font-size: 20px;
}
#menu-e2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-e2 .navbar-caption {
  color: #ffffff;
}
#menu-e2 .navbar-toggler {
  color: #000000;
}
#menu-e2 .close-icon::before,
#menu-e2 .close-icon::after {
  background-color: #000000;
}
#menu-e2 .link,
#menu-e2 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-e2 .link {
  font-size: 0.75rem;
}
#menu-e2 .dropdown-item,
#menu-e2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-e2 .link:hover,
#menu-e2 .link:focus {
  color: #f1c40f;
}
#menu-e2 .dropdown-item:hover::before,
#menu-e2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-e2 .dropdown-item:hover,
#menu-e2 .dropdown-item:focus {
  color: #000000;
}
#menu-e2 .link[aria-expanded="true"],
#menu-e2 .dropdown-menu {
  background: #a04000;
}
#menu-e2 .nav-dropdown-sm .link:focus,
#menu-e2 .nav-dropdown-sm .link:hover,
#menu-e2 .nav-dropdown-sm .dropdown-item:focus,
#menu-e2 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-e2 .navbar,
#menu-e2 .nav-dropdown-sm,
#menu-e2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-e2 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-e2 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-e2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-e2 .bg-color.transparent.opened .link:hover,
#menu-e2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-e2 .link[aria-expanded="true"],
#menu-e2 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-eg .mbr-section-title,
#header2-eg .mbr-section-subtitle,
#header2-eg .btn {
  color: #fff;
}
#header2-eg .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-lb .mbr-section-title,
#content3-lb .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-l9 .card-block p {
  font-size: 15px;
}
#features4-ek .mbr-section-title {
  font-weight: 700;
}
#features4-ek .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-em .display-1 {
  font-weight: 700;
}
#call1-em .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-em .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-eo .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-eo .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-eo H1 {
  color: #ffffff;
}
#form1-ep .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-ep .form-control-label {
  color: undefined;
}
#footer2-eq .mbr-section-text {
  color: #fff;
}
#footer2-eq P {
  font-size: 20px;
}
#menu-er .hide-buttons .nav-btn {
  display: none !important;
}
#menu-er .navbar-caption {
  color: #ffffff;
}
#menu-er .navbar-toggler {
  color: #000000;
}
#menu-er .close-icon::before,
#menu-er .close-icon::after {
  background-color: #000000;
}
#menu-er .link,
#menu-er .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-er .link {
  font-size: 0.75rem;
}
#menu-er .dropdown-item,
#menu-er .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-er .link:hover,
#menu-er .link:focus {
  color: #f1c40f;
}
#menu-er .dropdown-item:hover::before,
#menu-er .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-er .dropdown-item:hover,
#menu-er .dropdown-item:focus {
  color: #000000;
}
#menu-er .link[aria-expanded="true"],
#menu-er .dropdown-menu {
  background: #a04000;
}
#menu-er .nav-dropdown-sm .link:focus,
#menu-er .nav-dropdown-sm .link:hover,
#menu-er .nav-dropdown-sm .dropdown-item:focus,
#menu-er .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-er .navbar,
#menu-er .nav-dropdown-sm,
#menu-er .nav-dropdown-sm .link[aria-expanded="true"],
#menu-er .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-er .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-er .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-er .bg-color.transparent.opened .link:hover,
#menu-er .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-er .link[aria-expanded="true"],
#menu-er .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-e4 .mbr-section-title,
#header2-e4 .mbr-section-subtitle,
#header2-e4 .btn {
  color: #fff;
}
#header2-e4 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-lh .mbr-section-title,
#content3-lh .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-lg .card-block p {
  font-size: 15px;
}
#features4-e8 .mbr-section-title {
  font-weight: 700;
}
#features4-e8 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-ea .display-1 {
  font-weight: 700;
}
#call1-ea .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-ea .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-ec .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-ec .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-ec H1 {
  color: #ffffff;
}
#form1-ed .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-ed .form-control-label {
  color: undefined;
}
#footer2-ee .mbr-section-text {
  color: #fff;
}
#footer2-ee P {
  font-size: 20px;
}
#menu-ef .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ef .navbar-caption {
  color: #ffffff;
}
#menu-ef .navbar-toggler {
  color: #000000;
}
#menu-ef .close-icon::before,
#menu-ef .close-icon::after {
  background-color: #000000;
}
#menu-ef .link,
#menu-ef .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-ef .link {
  font-size: 0.75rem;
}
#menu-ef .dropdown-item,
#menu-ef .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ef .link:hover,
#menu-ef .link:focus {
  color: #f1c40f;
}
#menu-ef .dropdown-item:hover::before,
#menu-ef .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ef .dropdown-item:hover,
#menu-ef .dropdown-item:focus {
  color: #000000;
}
#menu-ef .link[aria-expanded="true"],
#menu-ef .dropdown-menu {
  background: #a04000;
}
#menu-ef .nav-dropdown-sm .link:focus,
#menu-ef .nav-dropdown-sm .link:hover,
#menu-ef .nav-dropdown-sm .dropdown-item:focus,
#menu-ef .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-ef .navbar,
#menu-ef .nav-dropdown-sm,
#menu-ef .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ef .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-ef .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-ef .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ef .bg-color.transparent.opened .link:hover,
#menu-ef .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ef .link[aria-expanded="true"],
#menu-ef .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-es .mbr-section-title,
#header2-es .mbr-section-subtitle,
#header2-es .btn {
  color: #fff;
}
#header2-es .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-ld .mbr-section-title,
#content3-ld .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-le .card-block p {
  font-size: 15px;
}
#features4-ew .mbr-section-title {
  font-weight: 700;
}
#features4-ew .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-ey .display-1 {
  font-weight: 700;
}
#call1-ey .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-ey .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-f0 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-f0 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-f0 H1 {
  color: #ffffff;
}
#form1-f1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-f1 .form-control-label {
  color: undefined;
}
#footer2-f2 .mbr-section-text {
  color: #fff;
}
#footer2-f2 P {
  font-size: 20px;
}
#menu-f3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-f3 .navbar-caption {
  color: #ffffff;
}
#menu-f3 .navbar-toggler {
  color: #000000;
}
#menu-f3 .close-icon::before,
#menu-f3 .close-icon::after {
  background-color: #000000;
}
#menu-f3 .link,
#menu-f3 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-f3 .link {
  font-size: 0.75rem;
}
#menu-f3 .dropdown-item,
#menu-f3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-f3 .link:hover,
#menu-f3 .link:focus {
  color: #f1c40f;
}
#menu-f3 .dropdown-item:hover::before,
#menu-f3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-f3 .dropdown-item:hover,
#menu-f3 .dropdown-item:focus {
  color: #000000;
}
#menu-f3 .link[aria-expanded="true"],
#menu-f3 .dropdown-menu {
  background: #a04000;
}
#menu-f3 .nav-dropdown-sm .link:focus,
#menu-f3 .nav-dropdown-sm .link:hover,
#menu-f3 .nav-dropdown-sm .dropdown-item:focus,
#menu-f3 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-f3 .navbar,
#menu-f3 .nav-dropdown-sm,
#menu-f3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-f3 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-f3 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-f3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-f3 .bg-color.transparent.opened .link:hover,
#menu-f3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-f3 .link[aria-expanded="true"],
#menu-f3 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-f4 .mbr-section-title,
#header2-f4 .mbr-section-subtitle,
#header2-f4 .btn {
  color: #fff;
}
#header2-f4 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-l3 .mbr-section-title,
#content3-l3 .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-l5 .card-block p {
  font-size: 15px;
}
#features4-f8 .mbr-section-title {
  font-weight: 700;
}
#features4-f8 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-fa .display-1 {
  font-weight: 700;
}
#call1-fa .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-fa .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-fc .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-fc .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-fc H1 {
  color: #ffffff;
}
#form1-fd .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-fd .form-control-label {
  color: undefined;
}
#footer2-fe .mbr-section-text {
  color: #fff;
}
#footer2-fe P {
  font-size: 20px;
}
#menu-ff .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ff .navbar-caption {
  color: #ffffff;
}
#menu-ff .navbar-toggler {
  color: #000000;
}
#menu-ff .close-icon::before,
#menu-ff .close-icon::after {
  background-color: #000000;
}
#menu-ff .link,
#menu-ff .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-ff .link {
  font-size: 0.75rem;
}
#menu-ff .dropdown-item,
#menu-ff .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ff .link:hover,
#menu-ff .link:focus {
  color: #f1c40f;
}
#menu-ff .dropdown-item:hover::before,
#menu-ff .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ff .dropdown-item:hover,
#menu-ff .dropdown-item:focus {
  color: #000000;
}
#menu-ff .link[aria-expanded="true"],
#menu-ff .dropdown-menu {
  background: #a04000;
}
#menu-ff .nav-dropdown-sm .link:focus,
#menu-ff .nav-dropdown-sm .link:hover,
#menu-ff .nav-dropdown-sm .dropdown-item:focus,
#menu-ff .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-ff .navbar,
#menu-ff .nav-dropdown-sm,
#menu-ff .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ff .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-ff .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-ff .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ff .bg-color.transparent.opened .link:hover,
#menu-ff .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ff .link[aria-expanded="true"],
#menu-ff .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-fs .mbr-section-title,
#header2-fs .mbr-section-subtitle,
#header2-fs .btn {
  color: #fff;
}
#header2-fs .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-fw .mbr-section-title {
  font-weight: 700;
}
#features4-fw .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-fy .display-1 {
  font-weight: 700;
}
#call1-fy .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-fy .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-g0 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-g0 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-g0 H1 {
  color: #ffffff;
}
#form1-g1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-g2 .mbr-section-text {
  color: #fff;
}
#footer2-g2 P {
  font-size: 20px;
}
#menu-g3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g3 .navbar-caption {
  color: #ffffff;
}
#menu-g3 .navbar-toggler {
  color: #000000;
}
#menu-g3 .close-icon::before,
#menu-g3 .close-icon::after {
  background-color: #000000;
}
#menu-g3 .link,
#menu-g3 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-g3 .link {
  font-size: 0.75rem;
}
#menu-g3 .dropdown-item,
#menu-g3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-g3 .link:hover,
#menu-g3 .link:focus {
  color: #f1c40f;
}
#menu-g3 .dropdown-item:hover::before,
#menu-g3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-g3 .dropdown-item:hover,
#menu-g3 .dropdown-item:focus {
  color: #000000;
}
#menu-g3 .link[aria-expanded="true"],
#menu-g3 .dropdown-menu {
  background: #a04000;
}
#menu-g3 .nav-dropdown-sm .link:focus,
#menu-g3 .nav-dropdown-sm .link:hover,
#menu-g3 .nav-dropdown-sm .dropdown-item:focus,
#menu-g3 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-g3 .navbar,
#menu-g3 .nav-dropdown-sm,
#menu-g3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g3 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-g3 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-g3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g3 .bg-color.transparent.opened .link:hover,
#menu-g3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-g3 .link[aria-expanded="true"],
#menu-g3 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-g4 .mbr-section-title,
#header2-g4 .mbr-section-subtitle,
#header2-g4 .btn {
  color: #fff;
}
#header2-g4 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-g8 .mbr-section-title {
  font-weight: 700;
}
#features4-g8 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-ga .display-1 {
  font-weight: 700;
}
#call1-ga .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-ga .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-gc .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-gc .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-gc H1 {
  color: #ffffff;
}
#form1-gd .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-ge .mbr-section-text {
  color: #fff;
}
#footer2-ge P {
  font-size: 20px;
}
#menu-gf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gf .navbar-caption {
  color: #ffffff;
}
#menu-gf .navbar-toggler {
  color: #000000;
}
#menu-gf .close-icon::before,
#menu-gf .close-icon::after {
  background-color: #000000;
}
#menu-gf .link,
#menu-gf .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-gf .link {
  font-size: 0.75rem;
}
#menu-gf .dropdown-item,
#menu-gf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-gf .link:hover,
#menu-gf .link:focus {
  color: #f1c40f;
}
#menu-gf .dropdown-item:hover::before,
#menu-gf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-gf .dropdown-item:hover,
#menu-gf .dropdown-item:focus {
  color: #000000;
}
#menu-gf .link[aria-expanded="true"],
#menu-gf .dropdown-menu {
  background: #a04000;
}
#menu-gf .nav-dropdown-sm .link:focus,
#menu-gf .nav-dropdown-sm .link:hover,
#menu-gf .nav-dropdown-sm .dropdown-item:focus,
#menu-gf .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-gf .navbar,
#menu-gf .nav-dropdown-sm,
#menu-gf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gf .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-gf .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-gf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gf .bg-color.transparent.opened .link:hover,
#menu-gf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-gf .link[aria-expanded="true"],
#menu-gf .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-gg .mbr-section-title,
#header2-gg .mbr-section-subtitle,
#header2-gg .btn {
  color: #fff;
}
#header2-gg .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-l2 .mbr-section-title,
#content3-l2 .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-l1 .card-block p {
  font-size: 15px;
}
#features4-gk .mbr-section-title {
  font-weight: 700;
}
#features4-gk .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-gm .display-1 {
  font-weight: 700;
}
#call1-gm .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-gm .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-go .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-go .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-go H1 {
  color: #ffffff;
}
#pricing-table2-go .mbr-price-figure {
  font-size: 80px;
}
#form1-gp .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-gp .form-control-label {
  color: undefined;
}
#footer2-gq .mbr-section-text {
  color: #fff;
}
#footer2-gq P {
  font-size: 20px;
}
#menu-gr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gr .navbar-caption {
  color: #ffffff;
}
#menu-gr .navbar-toggler {
  color: #000000;
}
#menu-gr .close-icon::before,
#menu-gr .close-icon::after {
  background-color: #000000;
}
#menu-gr .link,
#menu-gr .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-gr .link {
  font-size: 0.75rem;
}
#menu-gr .dropdown-item,
#menu-gr .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-gr .link:hover,
#menu-gr .link:focus {
  color: #f1c40f;
}
#menu-gr .dropdown-item:hover::before,
#menu-gr .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-gr .dropdown-item:hover,
#menu-gr .dropdown-item:focus {
  color: #000000;
}
#menu-gr .link[aria-expanded="true"],
#menu-gr .dropdown-menu {
  background: #a04000;
}
#menu-gr .nav-dropdown-sm .link:focus,
#menu-gr .nav-dropdown-sm .link:hover,
#menu-gr .nav-dropdown-sm .dropdown-item:focus,
#menu-gr .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-gr .navbar,
#menu-gr .nav-dropdown-sm,
#menu-gr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gr .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-gr .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-gr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gr .bg-color.transparent.opened .link:hover,
#menu-gr .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-gr .link[aria-expanded="true"],
#menu-gr .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-gs .mbr-section-title,
#header2-gs .mbr-section-subtitle,
#header2-gs .btn {
  color: #fff;
}
#header2-gs .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-ln .mbr-section-title,
#content3-ln .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-lm .card-block p {
  font-size: 15px;
}
#features4-gw .mbr-section-title {
  font-weight: 700;
}
#features4-gw .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-gy .display-1 {
  font-weight: 700;
}
#call1-gy .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-gy .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-h0 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-h0 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-h0 H1 {
  color: #ffffff;
}
#pricing-table2-h0 .mbr-price-figure {
  font-size: 80px;
}
#form1-h1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-h2 .mbr-section-text {
  color: #fff;
}
#footer2-h2 P {
  font-size: 20px;
}
#menu-h3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-h3 .navbar-caption {
  color: #ffffff;
}
#menu-h3 .navbar-toggler {
  color: #000000;
}
#menu-h3 .close-icon::before,
#menu-h3 .close-icon::after {
  background-color: #000000;
}
#menu-h3 .link,
#menu-h3 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-h3 .link {
  font-size: 0.75rem;
}
#menu-h3 .dropdown-item,
#menu-h3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-h3 .link:hover,
#menu-h3 .link:focus {
  color: #f1c40f;
}
#menu-h3 .dropdown-item:hover::before,
#menu-h3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-h3 .dropdown-item:hover,
#menu-h3 .dropdown-item:focus {
  color: #000000;
}
#menu-h3 .link[aria-expanded="true"],
#menu-h3 .dropdown-menu {
  background: #a04000;
}
#menu-h3 .nav-dropdown-sm .link:focus,
#menu-h3 .nav-dropdown-sm .link:hover,
#menu-h3 .nav-dropdown-sm .dropdown-item:focus,
#menu-h3 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-h3 .navbar,
#menu-h3 .nav-dropdown-sm,
#menu-h3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-h3 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-h3 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-h3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-h3 .bg-color.transparent.opened .link:hover,
#menu-h3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-h3 .link[aria-expanded="true"],
#menu-h3 .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-h4 .mbr-section-title,
#header2-h4 .mbr-section-subtitle,
#header2-h4 .btn {
  color: #fff;
}
#header2-h4 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-h8 .mbr-section-title {
  font-weight: 700;
}
#features4-h8 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-ha .display-1 {
  font-weight: 700;
}
#call1-ha .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-ha .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-hc .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-hc .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-hc H1 {
  color: #ffffff;
}
#pricing-table2-hc .mbr-price-figure {
  font-size: 72px;
}
#form1-hd .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-he .mbr-section-text {
  color: #fff;
}
#footer2-he P {
  font-size: 20px;
}
#menu-hf .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hf .navbar-caption {
  color: #ffffff;
}
#menu-hf .navbar-toggler {
  color: #000000;
}
#menu-hf .close-icon::before,
#menu-hf .close-icon::after {
  background-color: #000000;
}
#menu-hf .link,
#menu-hf .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-hf .link {
  font-size: 0.75rem;
}
#menu-hf .dropdown-item,
#menu-hf .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-hf .link:hover,
#menu-hf .link:focus {
  color: #f1c40f;
}
#menu-hf .dropdown-item:hover::before,
#menu-hf .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-hf .dropdown-item:hover,
#menu-hf .dropdown-item:focus {
  color: #000000;
}
#menu-hf .link[aria-expanded="true"],
#menu-hf .dropdown-menu {
  background: #a04000;
}
#menu-hf .nav-dropdown-sm .link:focus,
#menu-hf .nav-dropdown-sm .link:hover,
#menu-hf .nav-dropdown-sm .dropdown-item:focus,
#menu-hf .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-hf .navbar,
#menu-hf .nav-dropdown-sm,
#menu-hf .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hf .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-hf .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-hf .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hf .bg-color.transparent.opened .link:hover,
#menu-hf .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-hf .link[aria-expanded="true"],
#menu-hf .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-hg .mbr-section-title,
#header2-hg .mbr-section-subtitle,
#header2-hg .btn {
  color: #fff;
}
#header2-hg .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-lq .mbr-section-title,
#content3-lq .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-lp .card-block p {
  font-size: 15px;
}
#features4-hk .mbr-section-title {
  font-weight: 700;
}
#features4-hk .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-hm .display-1 {
  font-weight: 700;
}
#call1-hm .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-hm .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-ho .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-ho .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-ho H1 {
  color: #ffffff;
}
#pricing-table2-ho .mbr-price-figure {
  font-size: 80px;
}
#form1-hp .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-hq .mbr-section-text {
  color: #fff;
}
#footer2-hq P {
  font-size: 20px;
}
#menu-hr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hr .navbar-caption {
  color: #ffffff;
}
#menu-hr .navbar-toggler {
  color: #000000;
}
#menu-hr .close-icon::before,
#menu-hr .close-icon::after {
  background-color: #000000;
}
#menu-hr .link,
#menu-hr .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-hr .link {
  font-size: 0.75rem;
}
#menu-hr .dropdown-item,
#menu-hr .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-hr .link:hover,
#menu-hr .link:focus {
  color: #f1c40f;
}
#menu-hr .dropdown-item:hover::before,
#menu-hr .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-hr .dropdown-item:hover,
#menu-hr .dropdown-item:focus {
  color: #000000;
}
#menu-hr .link[aria-expanded="true"],
#menu-hr .dropdown-menu {
  background: #a04000;
}
#menu-hr .nav-dropdown-sm .link:focus,
#menu-hr .nav-dropdown-sm .link:hover,
#menu-hr .nav-dropdown-sm .dropdown-item:focus,
#menu-hr .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-hr .navbar,
#menu-hr .nav-dropdown-sm,
#menu-hr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hr .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-hr .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-hr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hr .bg-color.transparent.opened .link:hover,
#menu-hr .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-hr .link[aria-expanded="true"],
#menu-hr .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-hs .mbr-section-title,
#header2-hs .mbr-section-subtitle,
#header2-hs .btn {
  color: #fff;
}
#header2-hs .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-hw .mbr-section-title {
  font-weight: 700;
}
#features4-hw .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-hy .display-1 {
  font-weight: 700;
}
#call1-hy .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-hy .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-i0 .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-i0 .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-i0 H1 {
  color: #ffffff;
}
#pricing-table2-i0 .mbr-price-figure {
  font-size: 72px;
}
#form1-i1 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-i2 .mbr-section-text {
  color: #fff;
}
#footer2-i2 P {
  font-size: 20px;
}
#menu-i3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-i3 .navbar-caption {
  color: #ffffff;
}
#menu-i3 .navbar-toggler {
  color: #000000;
}
#menu-i3 .close-icon::before,
#menu-i3 .close-icon::after {
  background-color: #000000;
}
#menu-i3 .link,
#menu-i3 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-i3 .link {
  font-size: 0.75rem;
}
#menu-i3 .dropdown-item,
#menu-i3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-i3 .link:hover,
#menu-i3 .link:focus {
  color: #f1c40f;
}
#menu-i3 .dropdown-item:hover::before,
#menu-i3 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-i3 .dropdown-item:hover,
#menu-i3 .dropdown-item:focus {
  color: #000000;
}
#menu-i3 .link[aria-expanded="true"],
#menu-i3 .dropdown-menu {
  background: #a04000;
}
#menu-i3 .nav-dropdown-sm .link:focus,
#menu-i3 .nav-dropdown-sm .link:hover,
#menu-i3 .nav-dropdown-sm .dropdown-item:focus,
#menu-i3 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-i3 .navbar,
#menu-i3 .nav-dropdown-sm,
#menu-i3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-i3 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-i3 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-i3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-i3 .bg-color.transparent.opened .link:hover,
#menu-i3 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-i3 .link[aria-expanded="true"],
#menu-i3 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-i4 .mbr-section-title,
#header2-i4 .mbr-section-subtitle,
#header2-i4 .btn {
  color: #fff;
}
#header2-i4 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-i8 .mbr-section-title {
  font-weight: 700;
}
#features4-i8 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-ia .display-1 {
  font-weight: 700;
}
#call1-ia .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-ia .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-ic .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-ic .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-ic H1 {
  color: #ffffff;
}
#form1-id .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-ie .mbr-section-text {
  color: #fff;
}
#footer2-ie P {
  font-size: 20px;
}
#menu-if .hide-buttons .nav-btn {
  display: none !important;
}
#menu-if .navbar-caption {
  color: #ffffff;
}
#menu-if .navbar-toggler {
  color: #000000;
}
#menu-if .close-icon::before,
#menu-if .close-icon::after {
  background-color: #000000;
}
#menu-if .link,
#menu-if .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-if .link {
  font-size: 0.75rem;
}
#menu-if .dropdown-item,
#menu-if .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-if .link:hover,
#menu-if .link:focus {
  color: #f1c40f;
}
#menu-if .dropdown-item:hover::before,
#menu-if .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-if .dropdown-item:hover,
#menu-if .dropdown-item:focus {
  color: #000000;
}
#menu-if .link[aria-expanded="true"],
#menu-if .dropdown-menu {
  background: #a04000;
}
#menu-if .nav-dropdown-sm .link:focus,
#menu-if .nav-dropdown-sm .link:hover,
#menu-if .nav-dropdown-sm .dropdown-item:focus,
#menu-if .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-if .navbar,
#menu-if .nav-dropdown-sm,
#menu-if .nav-dropdown-sm .link[aria-expanded="true"],
#menu-if .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-if .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-if .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-if .bg-color.transparent.opened .link:hover,
#menu-if .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-if .link[aria-expanded="true"],
#menu-if .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-ig .mbr-section-title,
#header2-ig .mbr-section-subtitle,
#header2-ig .btn {
  color: #fff;
}
#header2-ig .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-ik .mbr-section-title {
  font-weight: 700;
}
#features4-ik .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-is .mbr-section-title {
  font-weight: 700;
}
#features3-is .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-im .display-1 {
  font-weight: 700;
}
#call1-im .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-im .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#form1-ip .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-iq .mbr-section-text {
  color: #fff;
}
#footer2-iq P {
  font-size: 20px;
}
#menu-ir .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ir .navbar-caption {
  color: #ffffff;
}
#menu-ir .navbar-toggler {
  color: #000000;
}
#menu-ir .close-icon::before,
#menu-ir .close-icon::after {
  background-color: #000000;
}
#menu-ir .link,
#menu-ir .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-ir .link {
  font-size: 0.75rem;
}
#menu-ir .dropdown-item,
#menu-ir .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ir .link:hover,
#menu-ir .link:focus {
  color: #f1c40f;
}
#menu-ir .dropdown-item:hover::before,
#menu-ir .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-ir .dropdown-item:hover,
#menu-ir .dropdown-item:focus {
  color: #000000;
}
#menu-ir .link[aria-expanded="true"],
#menu-ir .dropdown-menu {
  background: #a04000;
}
#menu-ir .nav-dropdown-sm .link:focus,
#menu-ir .nav-dropdown-sm .link:hover,
#menu-ir .nav-dropdown-sm .dropdown-item:focus,
#menu-ir .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-ir .navbar,
#menu-ir .nav-dropdown-sm,
#menu-ir .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ir .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-ir .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-ir .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ir .bg-color.transparent.opened .link:hover,
#menu-ir .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-ir .link[aria-expanded="true"],
#menu-ir .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-it .mbr-section-title,
#header2-it .mbr-section-subtitle,
#header2-it .btn {
  color: #fff;
}
#header2-it .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-iv .mbr-section-title {
  font-weight: 700;
}
#features4-iv .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-ix .mbr-section-title {
  font-weight: 700;
}
#features3-ix .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-iy .display-1 {
  font-weight: 700;
}
#call1-iy .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-iy .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#form1-j0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-j1 .mbr-section-text {
  color: #fff;
}
#footer2-j1 P {
  font-size: 20px;
}
#menu-j2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-j2 .navbar-caption {
  color: #ffffff;
}
#menu-j2 .navbar-toggler {
  color: #000000;
}
#menu-j2 .close-icon::before,
#menu-j2 .close-icon::after {
  background-color: #000000;
}
#menu-j2 .link,
#menu-j2 .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-j2 .link {
  font-size: 0.75rem;
}
#menu-j2 .dropdown-item,
#menu-j2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-j2 .link:hover,
#menu-j2 .link:focus {
  color: #f1c40f;
}
#menu-j2 .dropdown-item:hover::before,
#menu-j2 .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-j2 .dropdown-item:hover,
#menu-j2 .dropdown-item:focus {
  color: #000000;
}
#menu-j2 .link[aria-expanded="true"],
#menu-j2 .dropdown-menu {
  background: #a04000;
}
#menu-j2 .nav-dropdown-sm .link:focus,
#menu-j2 .nav-dropdown-sm .link:hover,
#menu-j2 .nav-dropdown-sm .dropdown-item:focus,
#menu-j2 .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-j2 .navbar,
#menu-j2 .nav-dropdown-sm,
#menu-j2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-j2 .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-j2 .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-j2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-j2 .bg-color.transparent.opened .link:hover,
#menu-j2 .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-j2 .link[aria-expanded="true"],
#menu-j2 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}


#header2-fg .mbr-section-title,
#header2-fg .mbr-section-subtitle,
#header2-fg .btn {
  color: #fff;
}
#header2-fg .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-lj .mbr-section-title,
#content3-lj .mbr-section-subtitle {
  text-align: center;
}
#testimonials2-lk .card-block p {
  font-size: 15px;
}
#features4-fk .mbr-section-title {
  font-weight: 700;
}
#features4-fk .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-fm .display-1 {
  font-weight: 700;
}
#call1-fm .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-fm .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#pricing-table2-fo .mbr-section__container .mbr-section-title {
  color: #fff;
}
#pricing-table2-fo .mbr-section__container .mbr-section-subtitle {
  color: #ffffff;
}
#pricing-table2-fo H1 {
  color: #ffffff;
}
#form1-fp .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-fp .form-control-label {
  color: undefined;
}
#footer2-fq .mbr-section-text {
  color: #fff;
}
#footer2-fq P {
  font-size: 20px;
}
#menu-fr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-fr .navbar-caption {
  color: #ffffff;
}
#menu-fr .navbar-toggler {
  color: #000000;
}
#menu-fr .close-icon::before,
#menu-fr .close-icon::after {
  background-color: #000000;
}
#menu-fr .link,
#menu-fr .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-fr .link {
  font-size: 0.75rem;
}
#menu-fr .dropdown-item,
#menu-fr .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-fr .link:hover,
#menu-fr .link:focus {
  color: #f1c40f;
}
#menu-fr .dropdown-item:hover::before,
#menu-fr .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-fr .dropdown-item:hover,
#menu-fr .dropdown-item:focus {
  color: #000000;
}
#menu-fr .link[aria-expanded="true"],
#menu-fr .dropdown-menu {
  background: #a04000;
}
#menu-fr .nav-dropdown-sm .link:focus,
#menu-fr .nav-dropdown-sm .link:hover,
#menu-fr .nav-dropdown-sm .dropdown-item:focus,
#menu-fr .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-fr .navbar,
#menu-fr .nav-dropdown-sm,
#menu-fr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-fr .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-fr .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-fr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-fr .bg-color.transparent.opened .link:hover,
#menu-fr .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-fr .link[aria-expanded="true"],
#menu-fr .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-k3 .mbr-section-title,
#header2-k3 .mbr-section-subtitle,
#header2-k3 .btn {
  color: #fff;
}
#header2-k3 .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features4-k5 .mbr-section-title {
  font-weight: 700;
}
#features4-k5 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-k7 .mbr-section-title {
  font-weight: 700;
}
#features3-k7 .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-k8 .display-1 {
  font-weight: 700;
}
#call1-k8 .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-k8 .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#form1-ka .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-kb .mbr-section-text {
  color: #fff;
}
#footer2-kb P {
  font-size: 20px;
}
#menu-kc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-kc .navbar-caption {
  color: #ffffff;
}
#menu-kc .navbar-toggler {
  color: #000000;
}
#menu-kc .close-icon::before,
#menu-kc .close-icon::after {
  background-color: #000000;
}
#menu-kc .link,
#menu-kc .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-kc .link {
  font-size: 0.75rem;
}
#menu-kc .dropdown-item,
#menu-kc .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-kc .link:hover,
#menu-kc .link:focus {
  color: #f1c40f;
}
#menu-kc .dropdown-item:hover::before,
#menu-kc .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-kc .dropdown-item:hover,
#menu-kc .dropdown-item:focus {
  color: #000000;
}
#menu-kc .link[aria-expanded="true"],
#menu-kc .dropdown-menu {
  background: #a04000;
}
#menu-kc .nav-dropdown-sm .link:focus,
#menu-kc .nav-dropdown-sm .link:hover,
#menu-kc .nav-dropdown-sm .dropdown-item:focus,
#menu-kc .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-kc .navbar,
#menu-kc .nav-dropdown-sm,
#menu-kc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-kc .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-kc .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-kc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-kc .bg-color.transparent.opened .link:hover,
#menu-kc .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-kc .link[aria-expanded="true"],
#menu-kc .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}


#header2-kk .mbr-section-title,
#header2-kk .mbr-section-subtitle,
#header2-kk .btn {
  color: #fff;
}
#header2-kk .mbr-section-title {
  font-weight: 700;
  font-size: 60px;
}
#content3-ku .mbr-section-title,
#content3-ku .mbr-section-subtitle {
  text-align: center;
}
#content3-kw .mbr-section-title,
#content3-kw .mbr-section-subtitle {
  text-align: center;
}
#content3-ky .mbr-section-title,
#content3-ky .mbr-section-subtitle {
  text-align: center;
}
#features4-km .mbr-section-title {
  font-weight: 700;
}
#features4-km .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#features3-ko .mbr-section-title {
  font-weight: 700;
}
#features3-ko .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#call1-kp .display-1 {
  font-weight: 700;
}
#call1-kp .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#call1-kp .mbr-section-title {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#form1-kr .mbr-section-subtitle {
  text-transform: uppercase;
}
#footer2-ks .mbr-section-text {
  color: #fff;
}
#footer2-ks P {
  font-size: 20px;
}
#menu-kt .hide-buttons .nav-btn {
  display: none !important;
}
#menu-kt .navbar-caption {
  color: #ffffff;
}
#menu-kt .navbar-toggler {
  color: #000000;
}
#menu-kt .close-icon::before,
#menu-kt .close-icon::after {
  background-color: #000000;
}
#menu-kt .link,
#menu-kt .dropdown-item {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#menu-kt .link {
  font-size: 0.75rem;
}
#menu-kt .dropdown-item,
#menu-kt .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-kt .link:hover,
#menu-kt .link:focus {
  color: #f1c40f;
}
#menu-kt .dropdown-item:hover::before,
#menu-kt .dropdown-item:focus::before {
  background: #f1c40f;
}
#menu-kt .dropdown-item:hover,
#menu-kt .dropdown-item:focus {
  color: #000000;
}
#menu-kt .link[aria-expanded="true"],
#menu-kt .dropdown-menu {
  background: #a04000;
}
#menu-kt .nav-dropdown-sm .link:focus,
#menu-kt .nav-dropdown-sm .link:hover,
#menu-kt .nav-dropdown-sm .dropdown-item:focus,
#menu-kt .nav-dropdown-sm .dropdown-item:hover {
  background: #c44e00!important;
}
#menu-kt .navbar,
#menu-kt .nav-dropdown-sm,
#menu-kt .nav-dropdown-sm .link[aria-expanded="true"],
#menu-kt .nav-dropdown-sm .dropdown-menu {
  background: #d35400;
}
#menu-kt .bg-color.transparent .link {
  color: #000000;
  transition: none;
}
#menu-kt .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-kt .bg-color.transparent.opened .link:hover,
#menu-kt .bg-color.transparent.opened .link:focus {
  color: #f1c40f;
}
#menu-kt .link[aria-expanded="true"],
#menu-kt .dropdown-item[aria-expanded="true"] {
  color: #f1c40f!important;
}
