@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&display=swap);








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: 'Open Sans', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Open Sans', sans-serif;
}
.btn {
  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: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Open Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Open Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #bbbbbb !important;
}
.bg-success {
  background-color: #2980b9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #666666 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #409ad5;
  border-color: #409ad5;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #409ad5 !important;
  border-color: #409ad5 !important;
}
.btn-warning {
  background-color: #666666;
  border-color: #666666;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #b6b6b6;
  color: #b6b6b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  background: none;
  border-color: #277ab1;
  color: #277ab1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2980b9 !important;
  border-color: #2980b9 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #616161;
  color: #616161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary.btn-text {
  color: #bbbbbb;
  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: #d4d4d4;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #000000;
  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: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #000000;
  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: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2980b9;
  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: #409ad5;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #666666;
  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: #808080;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #ffffff;
  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: #ffffff;
  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: #bbbbbb !important;
}
.text-success {
  color: #2980b9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #666666 !important;
}
.text-danger {
  color: #ffffff !important;
}
.alert-success {
  background-color: #2980b9;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #666666;
}
.alert-danger {
  background-color: #ffffff;
}
.btn-social {
  border-color: #bbbbbb;
}
.btn-social:hover {
  background: #bbbbbb;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #bbbbbb;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #bbbbbb;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #bbbbbb;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #bbbbbb;
}
.lead a {
  color: #bbbbbb;
}
.lead a:hover {
  color: #d4d4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7fbbe3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #bbbbbb;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #bbbbbb;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #bbbbbb;
  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(187, 187, 187, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #c8c8c8;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #bbbbbb;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(187, 187, 187, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #bbbbbb;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #bbbbbb;
}
.mbr-slider .carousel-indicators .active {
  background: #bbbbbb;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #bbbbbb;
}
.mbr-gallery .modal .close:hover {
  background: #bbbbbb;
}
.mbr-gallery-filter li.active {
  border-color: #bbbbbb;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #d4d4d4;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(187, 187, 187, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #bbbbbb;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #bbbbbb;
}
/*content4*/
.content4 p {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #bbbbbb;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #bbbbbb;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #bbbbbb;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #bbbbbb;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #bbbbbb;
  }
}
.progressbar .progressbar-number {
  background: #d4d4d4;
}
/*countdown*/
.countdown .period {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Open Sans', sans-serif;
}
.countdown1 .number-wrap {
  border-color: #bbbbbb;
}
.countdown2 .bottom1 {
  background: #d4d4d4;
}
.countdown2 .bottom2 {
  background: #a2a2a2;
}
/*accordion*/
.accordion .panel-heading {
  background: #d4d4d4;
  border-bottom: 1px solid #a2a2a2;
}
.accordion .panel-heading:hover {
  background: #a2a2a2;
}
.accordion .accordion-group .panel:last-child:after {
  background: #a2a2a2;
}
/* news */
.news__card:hover {
  background: #bbbbbb;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #bbbbbb;
}
.shop1 .shop-item-price {
  font-family: 'Open Sans', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #bbbbbb;
  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: 'Open Sans', sans-serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Open Sans', 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: #bbbbbb;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Open Sans', sans-serif;
}
.form-control {
  background: #f5f5f5;
  padding: 0.8rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/*end colorM*/
#features10-65 .lead {
  color: #ffffff;
}
#features10-65 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-65 .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-65 .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-65 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-65 .mbr-section-text B {
  color: #666666;
}
#features10-65 .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-65 .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-65 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-65 .display-4 {
  text-align: right;
}
#image2-17 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-17 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1d DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1d .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1c DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1c .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1f DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1f .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1e DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1e .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1h DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1h .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1g DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1g .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1k DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1k .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1i DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1i .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-r DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-r .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-q DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-q .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-2 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-2 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-4c .mbr-section-text {
  color: #fff;
}
#footer2-4c P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-61 .lead {
  color: #ffffff;
}
#features10-61 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-61 .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-61 .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-61 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-61 .mbr-section-text B {
  color: #666666;
}
#features10-61 .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-61 .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-61 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-61 .display-4 {
  text-align: right;
}
#image2-1m DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1m .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1n DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1n .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1o DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1o .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1q DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1q .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1r DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1r .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1s DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1s .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1t DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1t .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1u DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1u .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-1v DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-1v .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-20 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-20 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-21 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-21 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-22 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-22 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-23 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-23 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-4c .mbr-section-text {
  color: #fff;
}
#footer2-4c P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-c9 .lead {
  color: #ffffff;
}
#features10-c9 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-c9 .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-c9 .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-c9 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-c9 .mbr-section-text B {
  color: #666666;
}
#features10-c9 .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-c9 .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-c9 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-c9 .display-4 {
  text-align: right;
}
#image2-ca DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ca .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-cb DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-cb .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-cc DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-cc .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-cd DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-cd .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ce DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ce .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-cf DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-cf .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-cg DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-cg .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ch DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ch .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ci DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ci .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-cj DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-cj .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ck DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ck .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-cn .mbr-section-text {
  color: #fff;
}
#footer2-cn P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #bbbbbb !important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-d0 .lead {
  color: #ffffff;
}
#features10-d0 .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-d0 .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-d0 .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-d0 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-d0 .mbr-section-text B {
  color: #666666;
}
#features10-d0 .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-d0 .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-d0 .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-d0 .display-4 {
  text-align: right;
}
#image2-d1 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d1 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d2 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d2 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d3 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d3 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d4 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d4 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d5 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d5 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d6 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d6 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d7 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d7 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d8 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d8 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-d9 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-d9 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-db DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-db .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dc DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dc .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-df DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-df .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dd DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dd .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dg DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dg .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dh DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dh .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-di DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-di .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dj DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dj .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dk DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dk .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-de .mbr-section-text {
  color: #fff;
}
#footer2-de P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #bbbbbb !important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-dm .lead {
  color: #ffffff;
}
#features10-dm .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-dm .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-dm .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-dm .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-dm .mbr-section-text B {
  color: #666666;
}
#features10-dm .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-dm .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-dm .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-dm .display-4 {
  text-align: right;
}
#image2-dn DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dn .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-do DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-do .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dp DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dp .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dq DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dq .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dr DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dr .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ds DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ds .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dt DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dt .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-du DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-du .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dv DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dv .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dx DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dx .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dy DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dy .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-dz DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-dz .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e0 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e0 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e1 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e1 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e2 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e2 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e3 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e3 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e4 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e4 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e7 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e7 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e8 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e8 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e9 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e9 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ea DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ea .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-e5 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-e5 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-e6 .mbr-section-text {
  color: #fff;
}
#footer2-e6 P {
  font-size: 14px;
  color: #666666;
}
#image2-ec DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ec .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-eb DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-eb .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #bbbbbb !important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-ee .lead {
  color: #ffffff;
}
#features10-ee .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ee .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-ee .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-ee .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-ee .mbr-section-text B {
  color: #666666;
}
#features10-ee .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-ee .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-ee .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-ee .display-4 {
  text-align: right;
}
#image2-gm DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-gm .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ef DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ef .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-eg DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-eg .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-eh DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-eh .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ei DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ei .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ej DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ej .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ek DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ek .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-el DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-el .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-em DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-em .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-en DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-en .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ep DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ep .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-eq DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-eq .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-er DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-er .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-es DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-es .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-et DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-et .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-eu DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-eu .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ev DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ev .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ew DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ew .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-f2 .mbr-section-text {
  color: #fff;
}
#footer2-f2 P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #bbbbbb !important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}


#content1-fb P {
  color: #000000;
  font-size: 12px;
}
#footer2-f8 .mbr-section-text {
  color: #fff;
}
#footer2-f8 P {
  font-size: 14px;
  color: #666666;
}
#slider3-fa .mbr-section-title,
#slider3-fa .mbr-section-text {
  color: #fff;
}
#slider3-fa .mbr-section-text {
  font-size: 10px;
  color: #000000;
  text-align: left;
}
#slider3-fa .mbr-section-text {
  color: #333333;
}
#slider3-fa .mbr-section-title {
  color: #333333;
}
#slider3-fa .carousel-item {
  opacity: 1;
}
#slider3-fa .carousel-item.active.right,
#slider3-fa .carousel-item.next {
  left: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#slider3-fa .carousel-item.active.left,
#slider3-fa .carousel-item.prev {
  left: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#slider3-fa .carousel-item.active,
#slider3-fa .carousel-item.next.left,
#slider3-fa .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
#slider3-fa .carousel-control {
  opacity: 0;
  top: -100%;
}
#slider3-fa .row {
  top: 97%;
  left: 10px;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}


#content1-gj P {
  color: #000000;
  font-size: 12px;
}
#footer2-gf .mbr-section-text {
  color: #fff;
}
#footer2-gf P {
  font-size: 14px;
  color: #666666;
}
#slider3-gi .mbr-section-title,
#slider3-gi .mbr-section-text {
  color: #fff;
}
#slider3-gi .mbr-section-text {
  font-size: 10px;
  color: #000000;
  text-align: left;
}
#slider3-gi .mbr-section-text {
  color: #333333;
}
#slider3-gi .mbr-section-title {
  color: #333333;
}
#slider3-gi .carousel-item {
  opacity: 1;
}
#slider3-gi .carousel-item.active.right,
#slider3-gi .carousel-item.next {
  left: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#slider3-gi .carousel-item.active.left,
#slider3-gi .carousel-item.prev {
  left: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#slider3-gi .carousel-item.active,
#slider3-gi .carousel-item.next.left,
#slider3-gi .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
#slider3-gi .carousel-control {
  opacity: 0;
  top: -100%;
}
#slider3-gi .row {
  top: 97%;
  left: 10px;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}


#footer2-c6 .mbr-section-text {
  color: #fff;
}
#footer2-c6 P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}
#custom-html-jk {
  /* Type valid CSS here */
}
#custom-html-jk .my-image {
  width: 100%;
}





#features10-hf .lead {
  color: #ffffff;
}
#features10-hf .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-hf .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-hf .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-hf .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-hf .mbr-section-text B {
  color: #666666;
}
#features10-hf .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-hf .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-hf .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-hf .display-4 {
  text-align: right;
}
#image2-jf DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jf .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ji DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ji .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-j7 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-j7 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-kc DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-kc .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-j6 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-j6 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-j9 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-j9 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-j8 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-j8 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-i0 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-i0 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-i1 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-i1 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-i2 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-i2 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-i3 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-i3 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-hj DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-hj .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-hm DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-hm .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-hn DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-hn .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-hk DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-hk .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-hl DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-hl .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-hz .mbr-section-text {
  color: #fff;
}
#footer2-hz P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #bbbbbb !important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-ib .lead {
  color: #ffffff;
}
#features10-ib .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ib .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-ib .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-ib .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-ib .mbr-section-text B {
  color: #666666;
}
#features10-ib .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-ib .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-ib .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-ib .display-4 {
  text-align: right;
}
#image2-jn DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jn .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jq DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jq .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jo DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jo .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ii DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ii .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ih DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ih .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ig DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ig .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-if DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-if .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jr DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jr .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ie DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ie .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-js DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-js .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-id DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-id .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-ic DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-ic .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-im .mbr-section-text {
  color: #fff;
}
#footer2-im P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}





#features10-ju .lead {
  color: #ffffff;
}
#features10-ju .mbr-section-subtitle {
  text-transform: uppercase;
}
#features10-ju .mbr-section-title {
  color: #999999;
  font-size: 32px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-ju .imgTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333333;
}
#features10-ju .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
}
#features10-ju .mbr-section-text B {
  color: #666666;
}
#features10-ju .imgTitle SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
#features10-ju .display-5 {
  color: #e0e0e0;
  font-size: 48px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#features10-ju .mbr-section-text {
  color: #bbbbbb;
  font-size: 11px;
  text-align: left;
}
#features10-ju .display-4 {
  text-align: right;
}
#image2-m5 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-m5 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-m6 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-m6 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-m8 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-m8 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-m4 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-m4 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-lv DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-lv .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-lw DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-lw .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-lx DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-lx .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-lq DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-lq .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-k3 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-k3 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-kd DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-kd .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jv DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jv .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jw DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jw .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jx DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jx .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jy DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jy .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-jz DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-jz .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-k0 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-k0 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-k1 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-k1 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#image2-k2 DIV {
  color: #000000;
  font-size: 10px;
  text-align: left;
}
#image2-k2 .mbr-figure-caption {
  background: rgba(255, 255, 255, 0) !important;
  padding-top: 0px;
}
#footer2-kb .mbr-section-text {
  color: #fff;
}
#footer2-kb P {
  font-size: 14px;
  color: #666666;
}
#menu-ke .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ke .navbar-caption {
  color: #ffffff;
}
#menu-ke .navbar-toggler {
  color: #999999;
}
#menu-ke .close-icon::before,
#menu-ke .close-icon::after {
  background-color: #999999;
}
#menu-ke .link,
#menu-ke .dropdown-item {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}
#menu-ke .link {
  font-size: 0.75rem;
}
#menu-ke .dropdown-item,
#menu-ke .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-ke .link:hover,
#menu-ke .link:focus {
  color: #bbbbbb;
}
#menu-ke .dropdown-item:hover::before,
#menu-ke .dropdown-item:focus::before {
  background: #bbbbbb;
}
#menu-ke .dropdown-item:hover,
#menu-ke .dropdown-item:focus {
  color: #999999;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-menu {
  background: #e6e6e6;
}
#menu-ke .nav-dropdown-sm .link:focus,
#menu-ke .nav-dropdown-sm .link:hover,
#menu-ke .nav-dropdown-sm .dropdown-item:focus,
#menu-ke .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-ke .navbar,
#menu-ke .nav-dropdown-sm,
#menu-ke .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ke .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-ke .bg-color.transparent .link {
  color: #999999;
  transition: none;
}
#menu-ke .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ke .bg-color.transparent.opened .link:hover,
#menu-ke .bg-color.transparent.opened .link:focus {
  color: #bbbbbb;
}
#menu-ke .link[aria-expanded="true"],
#menu-ke .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#menu-ke .btn {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
}
