.vidhero{
    height: 100vh;
    width: 100%; 
    overflow: hidden;
    position: relative;
}


.vidhero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.vidhero .overlayvid{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
    background-color: rgba(0,0,0,0.4);
      
}

 

.logoshapeimg-large {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 200px;
    background-image: url(../imgs/sasba.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f9f9f9;
    box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
    -webkit-box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
    -moz-box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
}

.custom-mt{
    margin-top: 1.1rem;
    transition: all 0.6s linear;
}


.custom-mt:hover{
   transform: translateY(10px);
}

.main-page-title{
    font-size: 2.7rem;
}

.main-page-subtitle{
     font-size: 1rem;
}


.main-page-subinfo{
     font-size: 0.95rem;
}

.plwhite::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.plwhite:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.plwhite::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.glass-bg{
    background-color: (255,255,255,0.5) !important;
}

.glass-border{
    border:1px solid rgba(255,255,255,0.1);
}



.cat-box{
    position: relative;
    height: 35vh;
    border-radius: 10px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.3s ease-out;
    background-color: #2ebda9;
}


.cat-box-img {
    position: absolute;
    height: 85%;
    width: 100%;
    top: 0%;
    left: 0%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease-out;
    
    
    box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
    -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
    -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
}


.cat-box-backlayer {
    position: absolute;
    height: 85%;
    width: 100%;
    top: 0%;
    left: 0%;
    background: #f9f9f9;  /* fallback for old browsers */
    backgrounds: -webkit-linear-gradient(to bottom, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
    backgrounds: linear-gradient(to bottom, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px; 
    transition: all 0.3s ease-out;
    
    box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
    -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
    -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
}


.cat-box-title {
    position: absolute;
    height: 15%;
    width: 100%;
    bottom: 0%;
    right: 0;
    padding-right: 2.5%;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.cat-box-shape {
    position: absolute;
    height: 0%;
    width: 0%;
    bottom: 0%;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}