/*--------------------------------------------------
Video Home
--------------------------------------------------*/
::-moz-selection {
  background: #0ebef6;
  color: #fff; }
::selection {
  background: #0ebef6;
  color: #fff; }

#videoHome {
  position: relative;
  z-index: 0;
  max-height: calc(98vw * 9 / 16);
  height: 100vh;
  overflow: hidden;
  background: #27c5f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'FFClanWebMedium', Arial, sans-serif; }
  @media (max-width: 767px) {
    #videoHome {
      max-height: calc(95vw * 9 / 16); } }
  #videoHome .video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      #videoHome .video {
          background: url(http://aryantechnologies.co/vibhor/candent/wesolt/static_video/slidernew.mp4) no-repeat center/cover transparent; } }
/*           background: url(wesolt/static_video/slidernew.mp4) no-repeat center/cover transparent; } }*/
    
/*        background: url(../../res.cloudinary.com/websolute-com/f_auto/websolute/static_video/video-home-5.gif) no-repeat center/cover transparent; } }*/
    #videoHome .video video {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        #videoHome .video video {
/*          display: none; */
/*video play on mobile view when vibhor commented display: none;*/
        } }
  #videoHome .claim {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*align-items: baseline;*/
    font-size: 5.5vw;
    line-height: 1;
    text-align: center;
    color: #fff; }
    @media (min-width: 1920px) {
      #videoHome .claim {
        font-size: 100px; } }
    #videoHome .claim > * {
      padding: 0 10px; 
/*      color: springgreen;*/

    color: #ffdb58;
    
    }
      @media (max-width: 480px) {
        #videoHome .claim > * {
          padding: 0 4px; } }
    #videoHome .claim a {
      color: #fff; }
      #videoHome .claim a span {
        position: relative;
        z-index: 1; 
/*        color: chartreuse;*/
        color: white;
      
      }
        #videoHome .claim a span:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 6%;
          height: 5%;
          border-radius: 10px;
          width: 100%;
          background: #fff; }
          @media (max-width: 768px) {
            #videoHome .claim a span:after {
              height: 4px;
              bottom: 1px; } }
          @media (max-width: 575px) {
            #videoHome .claim a span:after {
              height: 2px;
              bottom: 1px; } }
  #videoHome .claim__word {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #videoHome .claim__word span {
      display: none;
      -webkit-transform-origin: 0 center;
      transform-origin: 0 center; }
  #videoHome .claim__cursor {
    -webkit-animation: cursor .95s forwards infinite;
    animation: cursor .95s forwards infinite; }

@-webkit-keyframes cursor {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes cursor {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; } }