
  /* New Css */
  .recruiter-sec-outer-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .recruiter-sec-inner{
    position: relative;
    width: 18.5%;
    padding: 1rem;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 20%);
    transition: all .3s;
    /* transform: scale(.98); */
    overflow: hidden;
    border-radius: 5px;
  }
  .recruiter-sec-inner::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    z-index: 0;
    background-color: #e2dfff;
    transition: all .5s ease;
  }
  .recruiter-sec-inner:hover{
    box-shadow: 0 5px 25px -5px rgb(0 0 0 / 20%);
    cursor: pointer;
  }
  .recruiter-sec-inner:hover.recruiter-sec-inner::after{
    left: 0%;
  }
  .recruiter-sec-inner:hover.recruiter-sec-inner img{
    transform: scale(1.03);
    transition-delay: .4s;
    transform-origin: center;
  }
  .recruiter-sec-inner img{
    width: 100%;
    height: 80px;
    max-height: 80px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transform: scale(.98);
    transition: all .6s ease;
  }
  .recruiter-sec h3{
    font-weight: 400;
    font-size: 32px;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
  }
  #recruiter-sec{
    padding-bottom: 4rem;
  }
  #gotplaced-sec{
    position: relative;
    padding: 4rem 0 3rem;
    background-color: #221d8a;
  }
  .gotplaced-sec-heading h3{
    position: relative;
    text-align: center;
    font-family: cursive;
    font-style: italic;
    font-weight: 600;
    color: #ffeb3b;
    background: #fff;
    width: fit-content;
    margin: auto;
    padding: 4px 25px;
    font-size: 32px;
    line-height: 1.33;
    letter-spacing: 1px;
    z-index: 2;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 1px 2px 20px 1px rgb(255 0 0 / 30%);
  }
  .gotplaced-sec-heading{
    position: relative;
    margin-bottom: 30px;
  }
  .gotplaced-sec-heading::after{
    position: absolute;
    content: '';
    width: 35%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/pgdc/ar.png);
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    right: 3%;
  }
  .gotplaced-sec-heading::before{
    position: absolute;
    content: '';
    width: 35%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/pgdc/ar.png);
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3%;
    transform: rotateY(180deg);
  }
  .gotplaced-sec-heading h3::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(191deg,#332d93b5,#fa0000e0);
    z-index: -1;
    inset: 0;
  }
  .placement-sec-outer.lazy_bgcs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border: 1px solid #2d26c1;
    background: #221d8a;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .placement-sec-outer.lazy_bgcs.visible{

    background: url(../images/pgdc/gotbg1.png);
  }

  .placement-sec-img-wrapper{width: 40%;}
  .placement-sec-text-wrapper{width: 60%;}
  .placement-sec-img-wrapper{ 
    position: relative;
  }
  .placement-sec-img-wrapper img{
    width: 115px;
    height: 115px;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 4px 4px 0px rgb(34 29 138 / 26%), -4px -4px 0px rgb(255 0 0 / 24%), -5px 4px 0px rgb(34 29 138 / 26%), 3px -5px 0px rgb(255 0 0 / 24%);
  }
  .placement-sec-text-wrapper ul{
    padding-left: 25px;
    margin: 0;
    list-style: none;
  }
  .placement-sec-text-wrapper ul li{
    padding-bottom: 4px;
    border-bottom: 1px solid #2e25bb;
    letter-spacing: .5px;
  }
  .placement-sec-text-wrapper ul li:last-child{
    border-bottom: unset;
  }
  .placement-sec-text-wrapper ul li b{
    font-size: 12px;
    color: #ffeb3b; 
  }
  .placement-sec-text-wrapper ul li span{
    font-size: 15px;
  }
  .placement-sec .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
      border-radius: unset;
      background: rgb(255, 186, 186);
      opacity: .9;
      transition: all .6s ease;
  }
  .placement-sec .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    background: #d50303;
  }
  .show-more-btn-div{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    margin-top:20px;
  }
  #showRecruters{
    padding:7px 20px;
    font-size:16px;
    background:#fff;
    color:#1e1888;
    border:1px solid;
    border-radius:0;
    transition:all .3s ease;
    outline:none;
  }
  #showRecruters:hover{
    background:#1e1888;
    color:#fff;
    border-color:#1e1888;
    outline:unset;
  }
  .clickToShow{display:none;}
  
  /*-------------------------------------------------------*/
.reg-srch-form {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000008f;
    height: 100vh;
    width: 100vw;
    z-index: 99999999999999999999999;
    display:none;
    transition:all .5s;
    transform:scale(0);
}
.inner-reg-srch-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 2rem;
    box-shadow: white 0px 0px 9px -2px;
    background-color: #00005c;
}
.inner-reg-srch-form input{
        height: 40px;
    width: 220px;
    padding-left: 10px;
}
.r-bt button {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: black;
    padding: 5px 12px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
}
.r-bt {
    margin-top: 1rem;
    text-align: center;
}
.cl {
    position: absolute;
    top: -20%;
    right: -12%;
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: black;
}
.cl h1 {
    font-size: 15px;
    color: white;
}
.cll-bt a{
    padding:8px 22px;
    border:1px solid white;
    color:white;
    transition:all .3s;
    position:relative;
}
.cll-bt a::after {
    position: absolute;
    content: "";
    border-top: 2px solid red;
    border-left: 2px solid red;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: -6px;
    left: -6px;
    animation:animate 1s linear infinite;
}
.cll-bt:hover a::after,.cll-bt:hover a::before {
    border-color:white;
}
@keyframes animate{
    0%{
        opacity:0.1;
    }
    50%{
       opacity:1;
    }
    100%{
       opacity:0.1;
    }
}
.cll-bt a::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    background-size: contain;
    height: 20px;
    width: 20px;
    bottom: -6px;
    right: -6px;
    animation:animate 1s linear infinite;
}
.cll-bt a:hover{
    background-color:red;
    border:1px solid red;
}
.cll-bt{
    float: right;
    margin-top: -4rem;
}
@media(max-width:479px){
    .cll-bt {float: left; margin-top: 0rem; margin-bottom: 2rem;}}