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

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

.btn:active, .btn:focus {
  background-image: none !important;
}

.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-accent {
  background-color: #1d707d;
  background-image: none;
}
.btn-accent:hover {
  background-color: #2891a3;
}

body {
  overflow-x: hidden;
}

.body-fixed-header {
  padding-top: 110px;
}

.banner {
  height: calc(100vh - 110px);
  text-align: center;
  overflow: hidden;
}
.banner iframe {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .banner iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .banner iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.banner .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  background-image: repeating-linear-gradient(0deg, black 0px, #2a2a2a 5px, white 5px, white 5px);
}
.banner .banner-text {
  padding: 20px;
  margin: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .banner-text h3,
.banner .banner-text p {
  color: #fff !important;
  text-shadow: 2px 2px 2px #000000;
}
.banner .banner-text h3 {
  font-size: 46px;
}
.banner .banner-text p {
  margin-top: 30px;
  font-size: 20px;
}
.banner .banner-buttons {
  margin-top: 50px;
}
.banner .banner-button {
  border: 1px solid #fff;
}
.banner .banner-button.btn-light {
  color: #212529;
  background-color: #fff;
}

.section-carousel .owl-carousel {
  position: relative;
}
.section-carousel .owl-carousel .item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #dfdfdf;
}
.section-carousel .owl-carousel .item img {
  width: 100%;
  height: auto;
}
.section-carousel .owl-carousel .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-carousel .owl-nav {
  margin: 0;
}
.section-carousel .owl-nav .owl-prev,
.section-carousel .owl-nav .owl-next {
  position: absolute;
  left: 20px;
  top: 50%;
  background: transparent;
  font-size: 36px;
  -webkit-transform: scale(2, 3);
          transform: scale(2, 3);
  font-weight: 100;
}
.section-carousel .owl-nav .owl-prev:hover,
.section-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.section-carousel .owl-nav .owl-next {
  left: auto;
  right: 20px;
}

.section-coming-next {
  padding: 150px 0;
  background-color: #fbfbfb;
}

.section-products .title h4 {
  font-size: 42px;
  font-weight: 700;
}
.section-products .title h5 {
  font-size: 24px;
}
.section-products-list {
  margin-top: 60px;
}
.section-products-compare {
  margin-top: 60px;
}
.section-products-compare .compare-title h4 {
  font-size: 42px;
  font-weight: 600;
}
.section-products .product-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border-radius: 20px;
  background-color: #212529;
  color: #ffffff;
  text-align: center;
}
.section-products .product-item-image {
  border-radius: 6px;
  margin-bottom: 30px;
}
.section-products .product-item .btn {
  margin-top: auto !important;
  color: #ffffff;
  border-color: #ffffff;
}
.section-products .product-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.section-products .product-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.section-products .product-features {
  font-weight: 200;
}
.section-products .compare-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}
.section-products .compare-row {
  margin-bottom: 40px;
}
.section-products .compare-item {
  height: 100%;
  padding: 40px 32px;
}
.section-products .compare-item-icon {
  width: 46px;
}
.section-products .compare-item-title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.section-custom {
  margin-top: 60px;
  padding: 100px;
  text-align: center;
}
.section-custom .container {
  border: 1px solid #dedede;
  padding: 80px;
  border-radius: 16px;
}
.section-custom .carousel-item {
  border-radius: 8px;
  overflow: hidden;
}
.section-custom .carousel-indicators-item {
  background-color: #a4a4a4;
  border-radius: 2px;
}
.section-custom .carousel-indicators-item.active {
  background-color: #212529;
}
.section-custom .custom-content {
  max-width: 960px;
  margin: 0 auto;
  font-size: 18px;
}
.section-custom .title h4 {
  font-size: 42px;
  font-weight: 700;
}
.section-custom .title h5 {
  font-size: 24px;
  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 .title {
  font-size: 44px;
  font-weight: 700;
}
.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");
}

.section-news .owl-carousel .owl-item {
  padding: 6px;
}
.section-news .card.article {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-news .card.article:hover {
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}
.section-news .card.article .card-img-top {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.section-news .card.article .card-title {
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-news .card.article .card-text {
  font-size: 14px;
  line-height: 21px;
}
.section-news .card.article .btn {
  position: relative;
  height: 34px;
  line-height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0px 0px 0px 0;
  background-image: none;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section-news .card.article .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  left: 100%;
  right: 0;
  background-color: #1d707d;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section-news .card.article .btn:hover {
  padding-left: 12px;
}
.section-news .card.article .btn:hover::after {
  left: 0;
}
.section-news .card.article .btn:hover .btn-text {
  color: white;
}
.section-news .card.article .btn:hover .icon {
  margin: 0;
}
.section-news .card.article .btn .btn-text {
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section-news .card.article .btn .icon {
  position: static;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  z-index: 1;
  padding: 0;
  font-size: 20px;
  background-color: #1d707d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}