
  body{
    background: url(../img/bg.png) !important;
    }

  html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  a {
    /* display: inline-block; */
    /* width: 75px; */
    /* margin: 10px; */
    /* border: 3px solid #ccc; */
    /* border-radius: 15px; */
    /* overflow: hidden; */
  }
  .video-listing{
  background-color: #fff;
  overflow: hidden;
  padding: 0 12px;
}
.video-listing .col-md-3{
  /* position: relative; */
  padding: 10px 10px;
}
.caption-01{
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  bottom: 20px;
  height: 100;
}
.caption-01 h2{
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 0 45px 0 15px;
}
.caption-01 img{height: auto;width: auto;/* display: -webkit-inline-box; */}

  a img {
    display: inline;
    width: 100%;
  }

  .lightninBox {
    -webkit-transform: scale(1);
    -webkit-transition: .5s all ease-in-out;
    transform: scale(1);
    transition: .5s all ease-in-out;
  }

  .lightninBox:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #lightninBox-loader {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(50%,50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: .5s opacity ease-in;
    transition: .5s opacity ease-in;
  }

  #lightninBox-loader.lb-visible {
     opacity: 1;
  }

  #lightninBox-screen {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-animation: lb-screen-fade-out;
    animation: lb-screen-fade-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }

  #lightninBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.5);
    transform: translate3d(-50%,-50%,0) scale(.5);
    display: none;
    opacity: 0;
    padding: 20px;
    background: #fff;
    -webkit-transition: 1s width ease-in-out;
    transition: 1s width ease-in-out;
  }


  #lightninBox img, #lightninBox video {
    display: block;
  }

  #lightninBox.lb-invisible, #lightninBox-screen.lb-invisible {
    display: block;
    visibility: hidden;
  }

  #lightninBox.lb-visible {

    display: block;
    opacity: 1;
    -webkit-animation: lb-lightbox-fade-in;
    animation: lb-lightbox-fade-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
  }

  #lightninBox.lb-lightbox-fade-out {
    opacity: 0;
    -webkit-animation: lb-lightbox-fade-out;
    animation: lb-lightbox-fade-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }
  #lightninBox-screen.lb-visible {
    display: block;
    opacity: 0.5;
    -webkit-animation: lb-screen-fade-in;
    animation: lb-screen-fade-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }
  #lightninBox-screen.lb-screen-fade-out {
    display: none;
    -webkit-animation: lb-screen-fade-out;
    animation: lb-screen-fade-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }

  #lightninBox .lb-close, #lightninBox .lb-prev, #lightninBox .lb-next {
    position: absolute;
    z-index: 2;
    border: 0;
    outline: 0;
    color: transparent;
    cursor: pointer;
  }

  #lightninBox .lb-close {

    top: 30px;
    right: 30px;
    width: 22px;
    height: 20px;
    background: url(../img/close.png);
  }

  #lightninBox .lb-prev {
    visibility: hidden;
    top: 50%;
    left: 30px;
    width: 12px;
    height: 20px;
    background: url(../img/prev.png);
  }

  #lightninBox .lb-next {
    visibility: hidden;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 20px;
    background: url(../img/next.png);
  }

  #lightninBox .lb-prev.lb-enabled, #lightninBox .lb-next.lb-enabled {
    visibility: visible;
  }
 

@-webkit-keyframes lb-lightbox-fade-in {
    0%   {display: none; opacity: 0; transform: -webkit-translate3d(-50%,-50%,0) scale(.5); transform: translate3d(-50%,-50%,0) scale(.5);}
    1%   {display: block;}
    100% {opacity: 1; -webkit-transform: translate3d(-50%,-50%,0) scale(1); transform: translate3d(-50%,-50%,0) scale(1);}
}
@-webkit-keyframes lb-screen-fade-in {
    0%   {display: none; opacity: 0;}
    1%   {display: block;opacity: 0;}
    100% {display: block; opacity: .5;}
}

@-webkit-keyframes lb-lightbox-fade-out {
    0%   {opacity: 1;-webkit-transform: translate3d(-50%,-50%,0) scale(1);transform: translate3d(-50%,-50%,0) scale(1);}
    99%   {opacity: 0;-webkit-transform: translate3d(-50%,-50%,0) scale(.1);transform: translate3d(-50%,-50%,0) scale(.1);}
    100% {display: none; }
}
@-webkit-keyframes lb-screen-fade-out {
    0%   {opacity: .5;}
    99%   { opacity: 0;}
    100% {display: none;}
}


@keyframes lb-lightbox-fade-in {
    0%   {display: none; opacity: 0; transform: -webkit-translate3d(-50%,-50%,0) scale(.5); transform: translate3d(-50%,-50%,0) scale(.5);}
    1%   {display: block;}
    100% {opacity: 1; -webkit-transform: translate3d(-50%,-50%,0) scale(1); transform: translate3d(-50%,-50%,0) scale(1);}
}
@keyframes lb-screen-fade-in {
    0%   {display: none; opacity: 0;}
    1%   {display: block;opacity: 0;}
    100% {display: block; opacity: .5;}
}

@keyframes lb-lightbox-fade-out {
    0%   {opacity: 1;-webkit-transform: translate3d(-50%,-50%,0) scale(1);transform: translate3d(-50%,-50%,0) scale(1);}
    99%   {opacity: 0;-webkit-transform: translate3d(-50%,-50%,0) scale(.1);transform: translate3d(-50%,-50%,0) scale(.1);}
    100% {display: none; }
}
@keyframes lb-screen-fade-out {
    0%   {opacity: .5;}
    99%   { opacity: 0;}
    100% {display: none;}
}
@keyframes lb-fade-in {
    0%   {display: none; opacity: 0;}
    1%   { display: block;}
    100% {opacity: 1;}
}
@keyframes lb-fade-out {
    0%   {display: block; opacity: 1;}
    99%   { opacity: 0;}
    100% {display: none;}
}
/*=======login=======*/
.login {
  background: rgba(241, 242, 181, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(19, 80, 88, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f2b5', endColorstr='#135058', GradientType=1);
}

.relative {
  position: relative;
}

.login-container-wrapper .logo,
.login-container-wrapper .welcome {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.login-container-wrapper .logo {
  text-align: center;
  position: absolute;
  top: -49px;
  margin: 0 auto;
  width: 25%;
  left: 37.5%;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 3px #40a0b8;
  padding: 30px 13px;
  /* box-shadow: 0px 0px 9px 2px #344454; */
}

.login-container-wrapper {
  max-width: 400px;
  margin: 10% auto 8%;
  padding: 40px;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  /* box-shadow: 1px 1px 10px 1px #000000, 8px 8px 0px 0px #344454, 12px 12px 10px 0px #000000; */
  position: relative;
  padding-top: 57px;
  box-shadow: 0 0 16px #344455;
}

.logo .fa {
  font-size: 50px;
}
.login input:focus + .fa{
  color:#fff;
}
.login-form .form-group {
  margin-right: 0;
  margin-left: 0;
}

.login-form i {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #93a5ab;
}

.login-form .input-lg {
  font-size: 16px;
  height: 52px;
  padding: 10px 25px;
  border-radius: 0;
}

.login input[type="email"],
.login input[type="password"],
.login input:focus {
  background-color: rgba(40, 52, 67, 0.75);
  border: 1px solid #4a525f;
  color: #eee;
  border-left: 4px solid #93a5ab;
}

.login input:focus {
  border-left: 4px solid #ccd8da;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(40, 52, 67, 0.75)!important;
  background-image: none;
  color: rgb(0, 0, 0);
  border-color: #FAFFBD;
}

.login .checkbox label,
.login .checkbox a {
  color: #ddd;
}

.btn-success {
  background-color: transparent;
  background-image: none;
  padding: 8px 50px;
  border-radius: 0;
  border: 2px solid #93a5ab;
  box-shadow: inset 0 0 0 0 #7692A7;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.welcome strong{color: #3992a2;font-size: 25px;}
.log-logo img{width: 200px;}
.log-logo{
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 11px;
  margin-bottom: 8px;
}

.btn-success:focus,
.btn-success:hover,
.btn-success.active,
.btn-success:active {
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0 0 100px 0 #7692A7;
  color: #FFF;
}
#particles-js {
/*   background: cornflowerblue; */
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}