   .hero-wrap {
   margin-top: 60px !important;
   }

   .header-wrap.sticky{
   top: 0 !important;
   }

   .navbar-brand{
   width: 180px !important;
   }


     img.grayscale {
      filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
      filter: gray; /* IE6-9 */
      -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    }

    img.grayscale:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
    }


    .promo-video:before{
        z-index: 1;
    }

    #myVideo{
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit:cover;
    }

  .counter-card-wrap.style3 .counter-card{
    z-index: 1;
  }

  .video-title{
    z-index: 1;
  }

  /* .text-primary{
    color:#338F7A !important;
  } */
