*{
    margin: 0;
    padding: 0;
}
.shreya-section-computer-lab{
    height: auto;

}
.shreya-section-computer-lab .shreya-computer-lab-container{
    width: 90%;
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:auto;
    padding:30px 0px;
}

.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left{
    width: 41%;
    height: auto;
    /* border: 1px solid black; */
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-sub-title{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 36px;
    color: #00283A;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    padding-bottom: 15px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-sub-title span{
    color:  #f18a27;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #757F95;
    line-height: 27px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box {
    padding-top: 30px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 15px;
    width: 88%;
    margin-bottom: 20px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item .shreya-computer-lab-box-item-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #00283A;
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item .shreya-computer-lab-box-item-content h4{
    color: #00283A;
    margin: 0px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    font-size: 22px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item .shreya-computer-lab-box-item-content p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #757F95;
    line-height: 27px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item.active{
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border: none;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item.active .shreya-computer-lab-box-item-icon{
    background-color: #f18a27;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-left .shreya-computer-lab-box 
.shreya-computer-lab-box-item:nth-child(2){
    margin-left: 30px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right{
    position: relative;
    width: 58%;
    
    /* border: 1px solid red; */
    height: auto;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right::before{
    content: "";
    position: absolute;
    border: 10px solid #f18a27;
    width: 250px;
    height: 500px;
    border-radius: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img{
    flex: 0 0 auto;
    width: 380px;
    height: 520px;
    position: relative;
    /* overflow: hidden; */
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img img{
    border-radius: 80px;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img .img-2{
    margin-top: 130px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img .img-1{
    margin-top: -60px;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img::before{
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img:hover::before{
    height: 100%;
    opacity: 0;
    /* -webkit-transition: all 400ms linear; */
    transition: all 400ms linear;
}
.shreya-section-computer-lab .shreya-computer-lab-container .shreya-computer-lab-container-right .shreya-computer-lab-image
.shreya-computer-lab-main-img:hover img{
    transform: scale(1);
}












.shreya-facility-text-content-section{
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
}
.shreya-facility-text-content-section .shreya-facility-text-content-container{
    width: 85%;
    height: auto;
    /* border: 1px solid black; */
}
.shreya-facility-text-content-section .shreya-facility-text-content-container .shreya-facility-text-heading{
        font-family: Poppins, sans-serif !important;
        color: #003e4d;
        font-size: 28px;
        font-weight: 600;
        margin-top: 10px;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        gap: 20px;
       

}
@keyframes pop{
    25% {
    transform: scale(1.1);
}
75% {
    transform: scale(.9);
}
}
.shreya-facility-text-content-section .shreya-facility-text-content-container .shreya-facility-text-heading
.shreya-facility-text-heading-icon{
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 40px;
    height: 40px;
    line-height: 88px;
    color: #fff;
    background: #FDA31B;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    text-align: center;
}
.shreya-facility-text-content-section .shreya-facility-text-content-container .shreya-facility-text-heading
.shreya-facility-text-heading-icon i{
    position: absolute;
    font-size: 15px;
    top: 11px;
    left: 10px;
     animation: pop 1s linear infinite;
}
.shreya-facility-text-content-section .shreya-facility-text-content-container .shreya-facility-text-heading:hover
.shreya-facility-text-heading-icon::before{
    left: 0px;
    top: 0px;
}
.shreya-facility-text-content-section .shreya-facility-text-content-container .shreya-facility-text-heading
.shreya-facility-text-heading-icon::before{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 85%;
    height: 85%;
    z-index: -1;
    border: 3px solid #FDA31B;
    transition: all .5s ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.shreya-facility-text-content-section .shreya-facility-text-content-container .shreya-facility-text-para{
        font-family: Poppins, sans-serif !important;
        color: #757F95;
        font-size: 15px;
        /* font-weight: 600; */
        line-height: 24px;
        text-align: justify;
        margin-top: 7px;
}






.shreya-facility-lab-section{
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 20px;
}
.shreya-facility-lab-section .shreya-facility-lab-container{
    height: auto;
    width: 90%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card{
    /* margin-top: 30px; */
    position: relative;
    width: 430px;
    height: 400px;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img{
    position: relative;
     width: 430px;
    height: 400px;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img img{
    max-width: 100%;
    height: 100%;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img .shreya-facility-lab-card-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 20%;
    transition: 0.5s ease;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img .shreya-facility-lab-card-content
h2{
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 30px;
    width: 100%;
    font-family: Nunito, sans-serif;
    color: #fff;
    transition: 0.3s;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img .shreya-facility-lab-card-content
p{
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: -300px;
    transition: 0.3s;
    padding: 10px;
    font-size: 15px;
    font-family: Nunito, sans-serif;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img .shreya-facility-lab-card-content
.shreya-lab-btn{
    position: absolute;
    text-align: center;
    color: #003e4d;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    bottom: -300px;
    transition: 0.3s;
    padding: 10px 20px;
    font-size: 15px;
    font-family: Nunito, sans-serif;
    margin: auto;
    border: 1px solid transparent;
    left: 40%;
    margin-bottom: 30px;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card:hover
.shreya-facility-lab-card-img .shreya-facility-lab-card-content{
    height: 100%;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card:hover
.shreya-facility-lab-card-img .shreya-facility-lab-card-content h2{
    bottom: 190px;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card:hover
.shreya-facility-lab-card-img .shreya-facility-lab-card-content p{
    bottom: 75px;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card:hover
.shreya-facility-lab-card-img .shreya-facility-lab-card-content .shreya-lab-btn{
    bottom: 0;
}
.shreya-facility-lab-section .shreya-facility-lab-container .shreya-facility-lab-main-card .shreya-facility-lab-card-img .shreya-facility-lab-card-content
.shreya-lab-btn:hover{
    border: 1px solid #ef8f26;
    color: #ef8f26;
    background: transparent;
}