.achievementsgallery {
    /* background: #f2f2f2; */
    padding: 50px 0px 50px;
}
.achievementsgallery .col-lg-3 img{
    width:100%;
   height:650px;
   transition: all 0.5s ease-in-out;
   overflow: hidden;
}
#achieve :hover{
    overflow: hidden;

}
.ac-gal{
    overflow: hidden;
}
.ac-gal2{
    margin-bottom: 26px;
    overflow: hidden;
    height: 312px;
}
#achieve  img:hover{
    overflow: hidden;
}

#achieve img {
    height: 312px;
    margin-bottom: 24px;
    overflow: hidden;
}
.achievementsgallery .col-lg-3 {
    overflow: hidden;
}
.achievementsgallery .col-lg-3 img:hover{
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
    overflow:hidden;
}
#achieve img:nth-child(2){
    margin-bottom:0px;
}

.achievementsgallery h2{
    color: #394ea1;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.achievements h2 {
    color: #394ea1;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.achievements{
    /* padding:50px 0px 0px; */
}
.achievements .innertitle h2 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 24px;
    background-color: #394ea1;
    color: #ffffff;
    border-bottom: transparent;
    padding: 5px 10px;
    width: fit-content;
   
}
.achievementsgallery .innertitle h2 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 24px;
    background-color: #394ea1;
    color: #ffffff;
    border-bottom: transparent;
    padding: 5px 10px;
    width: fit-content;
   
}
.achievementsgallery .labs-gallery{
    margin-bottom:30px;
}
.achievements .labs-gallery {
    margin-bottom: 30px;
}
.labs-gallery .innertitle hr {
    opacity: 1;
    margin: 0;
    color:  #394ea1;
    /* margin-bottom: 20px; */
}
.achievements table {
    margin-bottom: 50px;
}
.achievements .table>thead {
    background-color:#f7921e;
    color:#ffffff;
}
.achievements .table  {
    text-align: center;
}
.achievements table tr th, .achievements table tr td {
    text-transform: capitalize;
    text-align: center;
}
@media (max-width: 1536px) {
.achievements h2 {
    font-size: 35px;
}
}
@media (max-width: 1366px) {
.achievements h2 {
    font-size: 28px;
}
.achievementsgallery h2 {
    font-size: 28px;
}
.achievements .innertitle h2 {

    font-size: 20px;
}
.achievements table tr th{
    text-align: center;
    font-size: 18px;
}
.achievements table tr td{
    text-align: center;
    font-size: 15px;
}
}
@media (max-width: 1199px) {
  
    .achievements .innertitle h2 {
        font-size: 20px;
    }
    .achievements table tr td{
        text-align: center;
        font-size: 14px;
    }
}
@media (max-width: 540px) {
.achievements h2 {
  margin-bottom:20px;
}
.achievementsgallery .row{
    row-gap:25px;
}
.ac-gal2 {
    margin-bottom: 0px;
}
.best-achi{
    margin-bottom: 26px;
} 

}
@media (max-width: 492px) {
 .achievements table tr td {
    text-align: center;
    font-size: 13px;
}
.achievements table tr th{
    font-size: 14px;
}
}
@media (max-width: 320px) {
    .achievementsgallery h2 {
    font-size: 26px;
}
}


