
.img-content {
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    
}
.img-content img{
    width: 100%;
    height:360px;
    transition: all 0.7s;
    overflow: hidden;
    z-index: 10;
}
.academic-content-1{
    position: relative;
    background-color: aliceblue;
    background: rgba(255, 255, 255, 0.082);
    background: transparent;
    box-shadow: 0px 0px 20px rgb(209, 207, 204);
    padding: 25px;
    overflow: hidden;
}
.img-content::after{
position: absolute;
content: "";
border: 10px solid #740000;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
transform: scale(1);
transition: .3s;
z-index: 1;
}


.academic-content-1:hover .img-content img{
transform: scale(1.1)  rotate(5deg) ;
transition: .7s;
}
.academic-content-2 .para_h3{
    color: #d3b300;
    font-weight: 900;

}
.academic-content-2{
    position: relative;
}

.img-content::before {
    position: absolute;
    content: "";
    border: 10px solid #d3b300;
    bottom: 45px;
    left: 45px;
    right: 0;
    top: -0px;
    transform: scale(1);
    transition: .3s;
    z-index: 1;
    width: 92%;
    height: 100%;
    z-index: -1;
}
.academic-content-2 .para-content{
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: .5px;
    text-align: justify;

}
@media (max-width:360px) {
    .academic-content-1{
        position: relative;
        background-color: aliceblue;
        background: rgba(255, 255, 255, 0.082);
        background: transparent;
        box-shadow: 0px 0px 20px rgb(209, 207, 204);
        padding: 5px;
        overflow: hidden;
    }
    .img-content img{
        width: 100%;
        height:260px;
        transition: all 0.7s;
        overflow: hidden;
    }
    .img-content::after{
        position: absolute;
        content: "";
        border: 10px solid #740000;
        top: 0;
        bottom: 0;
        left:0;
        right:0;
        transform: scale(1);
        transition: .3s;
        z-index: 1;
        }
        .mar{
            margin-top: 30px !important;
        }
        .para_p1{
            line-height:25px !important;
            font-weight: 500;
            word-spacing: 1px;
            letter-spacing: .5px;
            text-align: justify;
        }
        .img-content::before{
            position: absolute;
            content: "";
            border: 0px solid #d3b300;
            top: 0;
            bottom: 15px;
            left: 15px;
            right: 0px;
            transform: scale(1);
            transition: .3s;
            z-index: 1;
        }
        h2{
            font-size: 1.6em !important;
        }
}
.para-content-1{
   
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: .5px;
    text-align: justify;
    padding: 15px 0px;
}
.para_p1{
    line-height:normal;
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: .5px;
    text-align: justify;
}
.gap-2{
    margin-left: 10px;
}
.mar{
    margin-top: 115px ;
}
.form{
    background-color: #740000;
    padding: 20px;
   
}
.form-group label{
    color: #fff;
}
.form-group input::placeholder{
    color: red;
}
.block{
    width: 100%;
    background-color: #d3b300;
    color: #fff;
    border: none;
}
.form-color{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(156, 155, 151);
    padding: 15px;
    border-radius: 5px;
}
.image-width{
    width: 100%;
    height: 100%;
}
.image-width img{
    width: 100%;
    height: 100%;
}
.last{
    font-weight: 900;
    color: #740000f1;
    line-height: 26px;
    letter-spacing: .90px;
}
.color{
    font-size: 20px;
    font-weight: 900 !important;
    color: #740000 !important;
}

.img-in img{
    background-color: #fff;
    padding: 10px;
    position: relative;
}
/* .img-in::after {
    content: "";
    position: absolute;
    border: 15px solid #740000;
 
    display: block;
    
    left: 0;
    top: 0; 
}
.img-in{
    position: relative;
} */
.img-in {
    position: relative;
}

.img-in::after {
    content: "";
    position: absolute;
    border-left: 10px solid #740000; 
    border-top: 10px solid #740000; 
    width:17%; 
    height: 29%; 
    top: 0;
    left: 0;
    box-sizing: border-box; /* Ensures border is included in width/height */
}