body{
	background: black !important;
}
a{
	text-decoration: none !important;
	color: #ffffff !important;
}
.latest-video {
  padding-bottom: 2px;
  padding-top: 2px;
  margin-top: 20px;
}

.latest-video .video-title {
  margin: 10px;
}

.latest-video .video-title h6 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
  margin-left: 15px;
  color: white;
}

.latest-video .video-title h6 i {
  margin-right: 5px;
  color: #FFE653;
}

@media screen and (max-width: 768px) {
  .latest-video .video-title h6 {
    margin-left: 1px;
  }
}

.video-row {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.video-row::-webkit-scrollbar {
  display: none;
}

.video-row .video-card--container {
  display: inline-block;
  width: 245px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.video-row .video-card--container .video-card {
  width: 200px;
}

.video-row .video-card--container .video-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-row .video-card--container .video-card .details {
  white-space: normal;
  background-color: #FFE653;
  height: 69px;
  margin: 0px;
}

.video-row .video-card--container .video-card .details h6 {
  padding: 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .video-row .video-card--container .video-card {
    width: 150px;
  }
  .video-row .video-card--container .video-card img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .video-row .video-card--container .video-card .details {
    white-space: normal;
    background-color: #FFE653;
  }
  .video-row .video-card--container .video-card .details h6 {
    padding: 2px;
  }
}

@media screen and (max-width: 768px) {
  .video-row .video-card--container {
    width: 176px;
    margin-left: -20px;
  }
}

.copy {
  padding: 15px;
  background-color: #cccccc26;
  margin-top: 20px;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .copy span {
    float: left;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .copy {
    padding: 10px 0 40px 0;
  }
}
.page-nav {
  padding: 40px;
  text-align: center;
  background-color: #cccccc26;
}

.page-nav ul {
  float: none;
  margin: auto;
}

.page-nav h2 {
  font-size: 30px;
  width: 100%;
  color: white;
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 22px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  color: white;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}

.page-nav ul li a {
  color: #444;
}
.video-blog {
  padding: 30px;
}

@media screen and (max-width: 940px) {
  .video-blog {
    padding: 30px 10px;
  }
}

.video-blog .video-ro {
  margin-bottom: 15px;
  margin-left: 1px;
}

@media screen and (max-width: 575px) {
  .video-blog .video-ro {
    text-align: center;
  }
}

.video-blog .video-ro .detail {
  padding-left: 0px;
}

.video-blog .video-ro .detail h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
  margin-top: 4px;
}

.video-blog .video-ro .detail .counts {
  font-size: .85rem;
}

.video-blog .video-ro .detail .counts span {
  margin-right: 10px;
}

.video-blog .video-ro .detail .counts i {
  font-size: .8rem;
  margin-right: 3px;
}

.video-blog .video-ro .detail p {
  font-size: .85rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.video-cover video {
  width: 100%;
}

.video-cover p {
  margin-top: 15px;
  font-size: .89rem;
}

.video-cover .play-btn {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 45px;
  width: 90px;
  height: 90px;
  color: gold;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 30rem;
  bottom: 35rem;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  border: 10px solid gold;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .video-cover .play-btn {
    top: 36rem;
    bottom: 42rem;
  }
}

.video-cover .pause-btn {
  background-color: rgba(255, 255, 255, 0);
  font-size: 45px;
  width: 90px;
  height: 90px;
  color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 30rem;
  bottom: 35rem;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .video-cover .pause-btn {
    top: 36rem;
    bottom: 42rem;
  }
}
.fa-play:before {
    content: "\f04b";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 15px;
    bottom: 15px;
}
header {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

header .header-bottom img {
  margin: 5px;
  width: 150px;
}

@media screen and (max-width: 991px) {
  header .header-bottom img {
    padding: 5px;
    margin-top: 0px;
    max-width: 200px;
  }
}
.fpb-logo {
    width: 100%;
    height: 246px;
    position: absolute;
    bottom: 22px;
    left: 157px;
    background: inherit;
}

    .fpb-logo img {
        /* border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 160px;
  margin: 5px 0 5px 30px; */
        height: 50px;
    }

@media screen and (max-width: 768px) {
    .fpb-logo {
        width: auto;
        height: 246px;
        position: absolute;
        bottom: 22px;
        left: 107px;
        background: inherit;
    }
}

/* for video play */
.fpb-logo-video {
    width: 100%;
    /* height: 246px;
    position: absolute;
    bottom: 401px;
    left: 0px; */
    background: inherit;
}

    .fpb-logo-video img {
        height: 60px;
    }

@media screen and (max-width: 768px) {
    .fpb-logo-video {
        width: 100%;
        left: 250px;
        bottom: 35px;
        background: inherit;
    }

        .fpb-logo-video img {
            height: 50px;
        }
}

@media screen and (max-width: 1024px) {
    .fpb-logo-video {
        width: 100%;
        left: 50px;
        bottom: 1px;
        background: inherit;
    }

        .fpb-logo-video img {
            height: 50px;
        }
}