.modal.Lightbox {
    position: fixed;
    z-index: 99999999999;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
      overflow-y: auto;
      outline: 0;
      visibility: hidden;

      
  
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    /* min-height: calc(100% - 1rem); */
}
  .modal.Lightbox  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    max-width: 1215px;
    margin: 88px auto 6px auto;
  
  }
  .modal.Lightbox  .modal-body.principal_points {
    -webkit-clip-path: polygon(0 0, 80% -18%, 100% 14%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 53%);
    clip-path: polygon(0 0, 80% -18%, 100% 14%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 53%);
}
  .modal.Lightbox .prev{
    left: -5.2vw;
  }
  .modal.Lightbox  .next {
    right: -5.2vw;
    border-radius: 3px 0 0 3px;
  }
  .close.cursor {
    position: absolute;
    right: 25px;
    top: 42px;

}
.close.cursor svg{
  cursor: pointer;

}
  .mySlides {
    display: none;
  }
  .column .demo {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 100%;
}
.grid_data_line {
    margin-bottom: 54px

}
  .modal.Lightbox  .prev,
  .modal.Lightbox  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 20px;
    color: #fefefe;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  
  
  .modal.Lightbox  .prev:hover,
  .modal.Lightbox  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal .modal-body .mySlides h4,
  .modal .modal-body .mySlides1 h4 {
      margin-bottom: 0;
  
  }
  .leader-ship-details .slick-slide img{
      cursor: pointer;
  
  
  }
  .hidden_scroll{
  overflow: hidden;
  }
  .Readmore {
    position: relative;
    top: 112px;
}