p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

a:hover,
a:active {
  color: #1d707d;
}

.btn-accent {
  background-color: #1d707d;
  border-color: #1d707d;
  color: #ffffff !important;
  background-image: none !important;
}
.btn-accent:hover, .btn-accent:active {
  color: white;
  background-color: #4A8C97;
  border-color: #4A8C97;
  color: #ffffff;
}
.btn-link {
  color: #1d707d;
}
.btn-outline-dark {
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
}
.btn-outline-dark i {
  vertical-align: inherit;
  font-size: 22px;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background: transparent !important;
  border: 1px solid #343a40 !important;
  outline: none !important;
  color: unset !important;
}
.btn-danger {
  background-color: #e02b34;
  background-image: none !important;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  height: 2px;
}
.carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.banner {
  padding-top: 20vh;
  padding-bottom: 50px;
}
.banner h4.title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner .slogan {
  font-size: 19px;
  letter-spacing: 2px;
}
.banner ul {
  margin-top: 70px;
  margin-left: -20px;
}
.banner ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid;
  line-height: 1;
}
.banner ul li:last-child {
  border-right: none;
}
.banner ul li a:not(.btn) {
  color: #212529;
}
.banner ul li .btn {
  border-radius: 100px;
}

.setup-content h4 {
  font-size: 54px;
  font-weight: 700;
}
.setup-content h4 + h4 {
  font-size: 40px;
}

.xb-title h4 {
  font-size: 40px;
  font-weight: bold;
}
.xb-title .sub-title {
  font-size: 22px;
}

.decore-left {
  padding-left: 30px;
  border-left: 8px solid #4A8C97;
}

.xblink-info {
  padding-top: 150px;
  background-color: #fbfbfb;
}
.xblink-info h4 {
  font-size: 42px;
}
.xblink-info h4 span {
  font-size: 56px;
  font-weight: bold;
}

.connectivity {
  padding: 0;
}
.connectivity-container {
  position: relative;
  background-image: url("/assets/images/new-images/tram_xbstation.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: bottom right;
  height: calc(100vh - 60px);
  max-height: 700px;
}
.connectivity-content {
  margin: 0;
  position: absolute;
  bottom: 340px;
  left: 0;
  font-size: 28px;
  border-radius: 8px;
  padding: 50px;
}
.connectivity-content .accent {
  font-family: "Electrolize", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #1d707d;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.connectivity-content .normal {
  letter-spacing: 2px;
}

.connector a {
  color: #212529;
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
  text-transform: none;
}
.connector a:focus, .connector a:active {
  background-image: none !important;
}

.xblink-feature .container {
  padding: 50px 0;
}
.xblink-feature .xb-title h4 {
  font-weight: 600;
}
.xblink-feature .box_wrap {
  background-color: #2b2a2f;
  font-weight: 200;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.xblink-feature .box_wrap:hover {
  background-color: #242328;
}
.xblink-feature .box_wrap h4 {
  font-weight: 500;
}
.xblink-feature .box_wrap img {
  width: 36px;
}
.xblink-feature .box_wrap > * {
  color: #fff;
}

.platform {
  background-color: #fbfbfb;
  margin-top: -50px;
}
.platform-container {
  padding: 100px 0 50px;
  text-align: center;
}
.platform-container img {
  max-width: 80%;
}
.platform span,
.platform a {
  font-size: 17px;
  font-weight: 500;
}

.gallery-image {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  position: relative;
}
.gallery-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}
.gallery-image a.mfp-iframe {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75) 90%);
}
.gallery-image a i.ion-play {
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  padding: 8px;
  padding-left: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.gallery .image-left {
  height: 610px;
  background-image: url("/assets/images/new-images/gallery/g1.jpg");
}
.gallery .image-right-top {
  height: 350px;
  background-image: url("/assets/images/new-images/gallery/g2.jpg");
}
.gallery .image-right-left {
  height: 300px;
  background-image: url("/assets/images/new-images/gallery/12km-range-flight.png");
  margin-top: 30px;
}
.gallery .image-right-right {
  height: 300px;
  margin-top: 30px;
  background-image: url("/assets/images/new-images/gallery/xblink-practical-experience.jpg");
}

.faq .faq_content .card-header a {
  background-color: #fff;
  color: #212529;
  border-color: #757575;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.faq .faq_content .card-header a.collapsed {
  border-bottom-color: #757575;
}
.faq .faq_content .card-header a:after {
  color: #212529;
}
.faq .faq_content .card-body {
  color: #212529;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #757575;
  font-size: 15px;
}

.mfp-bg {
  background-color: #000;
}