
.congratulation {
  padding: 0px 60px 80px;
}

.owl-dots{
    display: none;
}
/* end congratulation */


.gallery-con-pre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 17px;
}
  .three{
    margin-top: 20px;
  }
  .gal-img {
    position: relative;
    width: 32%;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    box-shadow: 1px 4px 7px #6f6f6f;
}
  
  .pop-img {
    width: 100%;
  }
  
  .overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    transition: all ease 0.4s;
    color: red;
    transition: all 0.4s ease 0s;
    background-color: #22222287;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 25px;
  }
  .pl{
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    position: absolute;
    top: 50%;
    left: 50%;
}
  .gal-img:hover .overlay-icon {
    display: block;
  }
  
  .gallery .gbl_btn {
    margin: 0 auto;
  }
  
  
  .gallery-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  
  .modal--bg {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  
  .modal__content {
    position: absolute;
    top: 20%;
    /* padding: 30px; */
    width: 700px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 250ms ease-in-out;
    z-index: 999;
    /* background-color: #f5f5f5; */
  }
  
  .modal__content--show {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  
  .modal__img {
    width: 85%;
    height:auto;
  }
  
  .modal__close {
    position: absolute;
    top: -30%;
    right: -68%;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    z-index: 3;
  }
  
  .modal__left {
    margin: 0 auto;
    width: 100%;
  }
  
  .gallery-top{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
  }
  .gal-top-area{
    background-color: #EDB3B3;
    padding: 8px 40px;
  }
  
  .gal-top-area p{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px ;
    font-weight: 500;
  }
  .gal-top-area.current {
    background-color: #DB0000;
    border-bottom: 1px solid red;
    box-shadow: inset 0px 2px 4px #b0b0b0;
}
  
  .gallery-parent.current{
    display: block;
  }
  .gallery-parent{
    display: none;
  }
  
  .gallery{
    position: relative;
    padding: 80px 0;
  }
  .gall-bg{
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
  }
  .gall-bg img{
    width: 100%;
  }
  
  .gal-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 43px;
  }
 .video-ga{
    width: 31%;
 } 


 #load{
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  background-color: #023586;
  display: inline-block;
  margin-top: 40px;
}

#load:hover{
background-color: #CE0F00;
color: #fff;
}

/* .gal-img{
  display: none;
} */





  /* end gallery */


































