.logo img {
    max-width: 80px !important;
}
.banner-title{
    font-size: 24px !important;
}
.designation{

    right: -150px !important;
    top: 130px !important;
}

.about-three-bg {
    background: white;
}

.c-black {
    color: #000000 !important;

}

.video-modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
    margin: 10% auto;
    width: 80%;
    max-width: 800px;
    position: relative;
}

.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: -25px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}


.lightbox {
    display: none; 
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
  }
  
  .lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
  }
  
  .close {
    position: absolute;
    top: 15px; right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }