
#h5vpQuickPlayer .plyr .plyr__controls .plyr__control,
.h5vp_video_playlist .plyr .plyr__controls .plyr__control,
.h5vp_player .plyr .plyr__controls .plyr__control {
  color: #ffffff;
}
#h5vpQuickPlayer .plyr .plyr__controls .plyr__control:hover,
.h5vp_video_playlist .plyr .plyr__controls .plyr__control:hover,
.h5vp_player .plyr .plyr__controls .plyr__control:hover {
  color: #ffffff;
}
#h5vpQuickPlayer .plyr .plyr__controls .plyr__menu__container .plyr__control,
.h5vp_video_playlist .plyr .plyr__controls .plyr__menu__container .plyr__control,
.h5vp_player .plyr .plyr__controls .plyr__menu__container .plyr__control {
  color: #333333;
}
#h5vpQuickPlayer .plyr .plyr__controls .plyr__menu__container .plyr__control:hover,
.h5vp_video_playlist .plyr .plyr__controls .plyr__menu__container .plyr__control:hover,
.h5vp_player .plyr .plyr__controls .plyr__menu__container .plyr__control:hover {
  color: #ffffff;
}
#h5vpQuickPlayer .plyr .plyr__controls input:hover,
.h5vp_video_playlist .plyr .plyr__controls input:hover,
.h5vp_player .plyr .plyr__controls input:hover {
  background: transparent;
}
.h5vp_player .plyr .plyr__controls .plyr__control:not(:hover),
.h5vp_video_playlist .plyr .plyr__controls .plyr__control:not(:hover),
#h5vpQuickPlayer .plyr .plyr__controls .plyr__control:not(:hover) {
  background: transparent;
}
.video-sticky.in {
  width: 400px !important;
  height: auto !important;
  position: fixed !important;
  top: 40px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 9999999999;
}
#clapper .video-sticky.in {
  width: 400px !important;
  height: 226px !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999999;
}
.fluidplayer .video-sticky.in {
  width: 400px !important;
  height: 226px !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999999;
}
.jp-video .video-sticky.in {
  width: 480px !important;
  height: 326px !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999999;
}
.videojs .video-sticky.in {
  padding-top: 0px !important;
  top: 50px !important;
}
#h5vpQuickPlayer .plyr .plyr__poster,
.h5vp_player .plyr .plyr__poster {
  background-repeat: no-repeat;
  background-size: cover;
}
.h5vp_player {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.h5vp_player .plyr .mejs__offscreen {
  display: none;
}
.h5vp_player .video_overlay {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.h5vp_player .password_form {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  z-index: 99999999;
  text-align: center;
}
.h5vp_player .password_form label {
  color: #ffffff;
  display: block;
}
.h5vp_player .password_form input[type="password"] {
  margin: 15px auto;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 17px;
  display: block;
}
.h5vp_player .password_form input[type="submit"] {
  padding: 7px 20px;
  background: #00b3ff;
  border: none;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
  border-radius: 3px;
  cursor: pointer;
}
.password_form .notice {
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
}
.password_form .notice.error {
  color: #f02849;
}
.password_form .notice.success {
  color: green;
}
.h5vp_player .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 999999999999999;
}
.h5vp_player .close:hover {
  cursor: pointer;
}
.videojs .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
}
.videojs .close:hover {
  cursor: pointer;
}
.player .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 9999999999999;
}
.player .close:hover {
  cursor: pointer;
}
.jp-video .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 9999999999999;
}
.jp-video .close:hover {
  cursor: pointer;
}
.fluidplayer .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 9999999999999;
}
.fluidplayer .close:hover {
  cursor: pointer;
}

/**
* CSS for video playslist
*/
/* css for listwithposter */
.h5vp_video_playlist .plyr .plyr__poster {
  background-size: cover;
  background-repeat: no-repeat
}
.h5vp_video_playlist .listwithposter li span.video_thumb {
  width: 100px;
  height: auto;
  display: inline-block;
}
.h5vp_video_playlist .listwithposter li img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.h5vp_video_playlist .listwithposter li {
  color: #ffffff;
  border: 1px solid #dddddd;
  list-style: none;
  position: relative;
  background: #ffffff;
}
.h5vp_video_playlist .listwithposter li a {
  color: #ffffff;
  /* padding: 5px 20px; */
  display: block;
  text-decoration: none;
}
.h5vp_video_playlist .listwithposter li a .overlay {
  width: 100%;
  height: 200px;
  background: #000000;
  opacity: 0.3;
  position: absolute;
}
.h5vp_video_playlist .listwithposter li a .svg {
  z-index: 999999;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00b3ff;
  border-radius: 50%;
}
.h5vp_video_playlist .listwithposter li a .svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  fill: #ffffff;
}
.h5vp_video_playlist .listwithposter li a div.video_title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.h5vp_video_playlist .listwithposter li .noImage { 
  max-width: 100%;
  height: 200px;
  width: 100%;
}
.h5vp_video_playlist .listwithposter li h3 {
  margin: 10px;  
  font-size: 18px;
  justify-content: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center
}
.h5vp_video_playlist .listwithposter li a div.video_title span {
  font-size: 14px;
  top: 10px;
  position: fixed;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0px);
}
.h5vp_video_playlist .listwithposter li a .title {
  text-align: center;
  font-size: 18px;
}
.h5vp_video_playlist .listwithposter li.active a .overlay {
  background: #000000;
  opacity: 0.6;
}
.listwithposter .h5vp_playlist_item {
  position: relative;
}
.listwithposter.h5vpNotSlide{
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  grid-gap: 20px 20px; /* row gap / col gap */
  margin: 20px 0;
}
.h5vpNotSlide li{
  width: 100%;
}
/* .h5vp_video_playlist .listwithposter li.active a {
  color: pink;
} */
.listwithposter .owl-nav span {
  display: none;
}
.listwithposter .owl-nav {
  height: 0;
}
.listwithposter .owl-nav .owl-prev:before {
  content: "\2039";
  font-family: "dashicons";
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(0, -50%);
  line-height: 1em;
  font-size: 25px;
}
.listwithposter .owl-nav .owl-next:before {
  content: "\203A";
  font-family: "dashicons";
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(0, -50%);
  font-size: 25px;
  line-height: 1em;
}
/* end css for listwithposter*/
/**
* CSS for video playslist
*/
.h5vp_video_playlist .simplelist li span.video_thumb {
  width: 100px;
  height: auto;
  display: inline-block;
}
.h5vp_video_playlist .simplelist li img {
  max-width: 100%;
  /* height: 200px;
  object-fit: cover; */
}
.h5vp_video_playlist .simplelist li {
  background: black;
  color: #ffffff;
  border: 1px solid #dddddd;
  list-style: none;
  position: relative;
  cursor: pointer;
  /* height: 200px;
  position: relative; */
}
.h5vp_video_playlist .simplelist li.active,
.h5vp_video_playlist .simplelist li a:focus {
  background: #00b3ff;
}
.h5vp_video_playlist .simplelist li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.h5vp_video_playlist .simplelist li h3 {
  margin: 10px;
  font-size: 18px;
}
.h5vp_video_playlist .simplelist li a div.title {
  font-size: 18px;
}
/* .h5vp_video_playlist .simplelist li.active .svg {
  background: #00b3ff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
} */
.h5vp_video_playlist .simplelist li .svg svg {
  fill: #ffffff;
  height: 20px;
  width: 20px;
}
.h5vp_video_playlist .simplelist li a svg {
  z-index: 999999;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  fill: #00b3ff;
}
.plyr__volume input[type="range"] {
  overflow: hidden;
}
/* endscreen start  */
.h5vp_endscreen {
  display: none;
}
.h5vp_endscreen .overlay {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.75;
  position: absolute;
  z-index: 9999999;
}
.h5vp_endscreen .endscreen_content {
  z-index: 99999999999;
  position: absolute;
  bottom: 50%;
  right: 50%;
  text-align: center;
  transform: translate(50%, 50%);
}
.h5vp_endscreen .endscreen_content button {
  padding: 10px 20px;
  cursor: pointer;
}
.h5vp_endscreen .endscreen_content p a {
  margin-top: 15px;
  /* color: #ffffff; */
  text-decoration: none;
  display: block;
}
.h5vp_endscreen .endscreen_content span {
  margin-top: -2px;
}
/* .h5vp_endscreen .endscreen_content p a:hover {
  color: #dddddd;
} */
/* endscreen end  */

/* poup modal */
.h5vp_video_popup_wrapper.popup1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.h5vp_popup_jomin {
  cursor: pointer;
  display: none;
  width: 100%;
}
.h5vp_popup_jomin.popup1 {
  display: block;
}
.popup_overlay.popup1 {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.85;
  position: absolute;
  z-index: 9999999;
}
.h5vp_popup_video.popup1 {
  position: relative;
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
  top: 10%;
  text-align: center;
  z-index: 9999999;
}
.h5vp_popup_close {
  color: #ffffff;
  position: absolute;
  font-size: 40px;
  z-index: 999999999;
  top: 25px;
  right: 50px;
  cursor: pointer;
  display: none;
}
.h5vp_popup_close.dashicons:before {
  display: none;
}
.h5vp_npopup_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  background: #00b3ff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding-left: 3px;
  cursor: pointer;
  line-height: 0;
}
.h5vp_npopup_play_button svg {
  width: 20px;
  height: 20px;
  fill: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h5vp_npopup_play_button.popup0 {
  display: none;
}
.h5vp_npopup_play_button.popup1 {
  display: block;
}
.h5vp_popup_close.pvideo1 {
  display: block;
}

.h5vp_popup {
  position: relative;
}
.h5vp_player .h5vp_popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h5vp_player.popup_close .plyr {
  display: none;
  opacity: 0;
  -webkit-animation: fadeOut 1s ease;
  animation: fadeOut 1s ease;
}
.h5vp_player.popup_open .plyr {
  position: fixed;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 1000px;
  max-width: 80%;
  height: auto;
  z-index: 9999999999;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  opacity: 1;
}

.h5vp_popup svg {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  height: 50px;
  width: 50px;
  padding: 10px 10px 10px 12px;
  z-index: 99;
  fill: #fff;
  border-radius: 50%;
  overflow: visible;
  margin-left: 10px;
  cursor: pointer;
}

.popup_close .h5vp_popup_overlay {
  -webkit-animation: fadeOut 0.5s ease;
  animation: fadeOut 0.5s ease;
  opacity: 0;
}
.popup_open .h5vp_popup_overlay {
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
  opacity: 0.9;
}
.popup_close_btn {
  font-size: 35px;
  color: #fff;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 99999999999;
  cursor: pointer;
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* video overlay  */
.h5vp_video_overlay {
  position: absolute;
  z-index: 999;
}
.h5vp_video_overlay img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  opacity: 0.7;
}
.h5vp_video_overlay p a {
  opacity: 0.7;
  color: inherit;
}
.h5vp_player:hover .h5vp_video_overlay img,
.h5vp_player:hover .h5vp_video_overlay a {
  opacity: 1;
}
.h5vp_player button:focus {
  background: transparent;
}
.h5vp_player .plyr__video-wrapper {
  overflow: visible;
}

/* Elementor  */
.sticky_close {
  display: none;
  top: 16px;
  right: 4px;
  color: #053285;
  font-size: 22px;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
}

/* Editor  */
.display-block {
  display: block;
}
.block-editor-block-inspector .inline .components-base-control:last-child {
  margin: 0;
}
.thumbInPause::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin: -70px;
  border-radius: 50%;
  border: 10px solid white;
  opacity: 0.75;
  z-index: 1;
  transition: 0.3s ease;
}
.thumbInPause {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
  background-color: transparent;
  z-index: 3;
}
.thumbInPause::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px;
  background-color: black;
  box-shadow: 0 0 140px 80px black;
  opacity: 0.3;
}
.thumbInPause img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbInPause svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -9px -5px;
  transform: scale(3);
  opacity: 0.75;
  transition: 0.3s ease;
}

