.fac-sec{
    display:flex;
    align-items: center;
    justify-content: center;
    padding:50px 0px;
}
.fac-sec .nav-tabs {
    border: none;
  }
  .fac-sec .nav-tabs .nav-item {
    margin-bottom: 5px;
    padding: 0 1px;
}
  .fac-sec .nav-tabs .nav-item button {
    width: 100%;
    font-weight: 600;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 0;
    position: relative;
}
.fac-sec .nav-tabs .nav-item button.active {
    background-color: var(--blue);
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: none;
  }
  /* #committe_main .nav-tabs .nav-item button.active::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -9px;
    opacity: 1;
    background-color: var(--blue);
    z-index: 1;
    transition: 0.5s all;
  } */
  .committee_table_inn{
    margin-top:60px;
  }
  .placement-details #committe_main {
    background: #ececec;
    padding: 50px 0;
    padding-bottom:50px;
  }


.committee_sec button {
    color: #dddddd4d;
    padding: 12px 25px;
    width: 100%;
   text-align: start;
}

.committee_table_inn thead {
    background: linear-gradient(135deg, var(--blue) 0%, #49a752 100%);
}
.committee_sec .nav-pills{
    background-color:var(--blue);
    padding:80px 20px;
   
}
.committee_sec {
    position: relative;
}

.nav-link {
    position: relative;
    z-index: 1; 
    overflow: hidden; 
}

.nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(1); 
    transform-origin: left center; 
    background-color:var(--orange);
    z-index: -1; 
    transition: transform 0.8s; 
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0); 
    transform-origin: left center; 
    background-color:var(--orange);
    z-index: -1;
    transition: transform 0.8s;
}
.fac-text {
    width: 100%;
    margin-top: 123px;
    background: #fff;
    /* margin-top: 155px; */
    padding: 50px 210px 50px 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.fac-text h4 {
    line-height: 54px;
    border-bottom: 2px solid #49a752;
    margin-bottom: 20px;
    color: #49a752;
    font-weight: bold;
    font-size: 30px;
}
.fac-text p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
}
.faci-img {
    margin-left: -199px;
    margin-top: -9px;
    position: relative;
    transform-origin: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.faci-img::after {
    position: absolute;
    content: "";
    height: 435px;
    width: 69%;
    transform: rotate(45deg);
    border: 10px solid #fff;
    left: 98px;
    top: 72px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.fac-sec .col-lg-8, .col-lg-4{
    padding:0px;
}
.fac-sec .row{
    margin:auto;
}
.fac-sec .tab-content{
    margin:80px 0px 50px;
}


.faci-img img {

    width: 100%;
    height: auto;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

}

.fac-img-start {
    position: relative;
    width: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faci-img{
    position: relative;
}
.fac-sec h3{ 
  font-size: 35px;
font-weight: bold;
color: var(--blue);
margin-bottom: 30px
}
#nss-gallery{
    margin-top:100px;
}
#nss-gallery .row{
    row-gap: 20px;
}
#nss-gallery p{
    font-weight:500;
    color: var(--orange);
    padding: 3px 5px 0px;
}
#nss-gallery img{
    border-radius:20px;
}

@media (max-width: 1366px) { 

.fac-text {
    margin-top: 123px;

    /* margin-top: 155px; */
    padding: 50px 140px 50px 20px;
}
.faci-img {
    margin-left: -113px;
    margin-top: 48px;
}
.faci-img::after {
    position: absolute;
    content: "";
    height: 371px;
    width: 77%;
    transform: rotate(45deg);

    left: 57px;
    top: 57px;
    z-index: -1;
}
.fac-text {
    margin-top: 145px;

    /* margin-top: 155px; */
    padding: 30px 130px 30px 20px;
}
}
@media (max-width: 1199px) { 
.faci-img {
    margin-left: -87px;
    margin-top: 93px;
}
.faci-img::after {
    position: absolute;
    content: "";
    height: 308px;
    width: 77%;
    transform: rotate(45deg);

    left: 46px;
    top: 46px;
    z-index: -1;
}

    .fac-text {
        margin-top: 132px;
        /* margin-top: 155px; */
        padding: 30px 101px 30px 20px;
    }
}
@media (max-width: 992px) { 
.fac-sec .tab-content {
    margin: 0px 0px 50px;
}

}
@media (max-width: 991px) { 
.order-lg-1 {
    order: 2;
}
.order-lg-2{
    order:1;
}
.fac-img-start {
    width:auto;
}
.faci-img::after {
    height: 435px;
    width: 62%;
    left: 132px;
    top: 61px;


}
.fac-text {
    margin-top: -75px;
    /* margin-top: 155px; */
    padding: 30px 30px 30px 30px;
}
.faci-img {
    margin-left: 0px;
}
.fac-sec h3 {
    margin-top: 80px;

}
}
@media (max-width: 767px) { 
    .faci-img::after {
        height: 400px;
        width: 400px;
        left: 56px;
        top: 56px;

    }
}
@media (max-width: 492px) { 

    .fac-text {
        margin-top: 30px;
        padding:30px;
    }
.faci-img img {
    width: 100%;
    height: auto;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.faci-img::after {
    display:none;
}
.fac-sec h3 {
    margin-top: 0px;
}
.fac-sec .row {
    margin: 0px;
}
.faci-img {
    margin-top:50px;
}

}