.logo-clg {
            max-width: 75%;
        }
        
        .large-dropdown{
           width: 1050px!important;
            height:500px!important;
            overflow-y: scroll!important;
        }
        
        .about-manu{
            left: -100px!important;
        }
        
        .student-manu{
            left: -300px!important
        }
        
        .conferences-workshop{
            left: -500px!important
        }
        
        
        .Training-Placement{
            left: -680px!important
        }
        
        .Feedback{
            left: -880px!important
        }
        
        .academics{
            left: -400px!important
        }
        
         .slider-img{
        height:600px!important;
    }   
        
        @media only screen and (max-width: 576px) {
        .large-dropdown{
           width: 100%!important;
        }
        
        .about-manu{
            left: 0!important;
        }
        
         
         .student-manu{
            left: 0!important;
        }
        
        .academics{
            left: 0px!important;
        }
        .conferences-workshop{
            left: -0px!important;
        }
        #topbar_logo{
            display:none;
        }
         .slider-img{
        height:200px!important;
    }   
        
          
  }
  
  @media (min-width: 576px) and (max-width: 850px) {
   #topbar_logo{
            display:none;
        }
  }
  
  .header-announcements-area{
        border:1px solid #545b5b;
        background:#545b5b!important;
    }
    .newslink{
        color:#fff;
    }
    
    .newslink:hover{
        color:#fff;
    }
    
    .director-founder-area{
                    border: 1px solid #eee;
                    padding: 20px;
                    border-radius: 10px;
                    background: #f0f0f0;
                }
                .title-of-director{
                    text-align:center;
                }
                
                .why-choose_collage{
        padding:50px 20px;
        border-radius:12px;
        background-image: url('../img/student.png?id=1');
        background-size: cover;
    }
    
    .courses-box{
        padding:30px 20px;
        background-image: url('../img/courses_college.png?id=1');
        background-size: cover;
        border-radius:12px;
        min-height: 322px;
    }
    .course-info{
        padding:10px;
            background: #35a055;
    border-radius: 10px;
    }
    .course-info-border-right{
        border-right:2px solid #fff;
        text-align:center;
            align-items: center;
    display: flex;
    }
    .course-info-border-right h6{
     color:#fff;   
    }
    
     .News-Updates-event_area{
        padding:80px 0px; 
        background: #f8f8f8;
    }
    .event-box{
        border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background: #f0f0f0;
    }
    .events-read-more{
        color:#000;
    }
    .events-read-more:hover{
        color:#000;
    }
    .p-text-event{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
    
    .team_image_card {
    width: 160px;
    height: 140px;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -80px;
    z-index: 5;
    transform: scale(0.9);
    transition: all 0.6s ease-out 0s;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}
.team_image {
    width: 100%;
    height: 100%;
}
.team_body_card {
    width: 100%;
    height: 180px;
    padding-top: 80px;
    padding-bottom: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.team-title-text {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px!important;
}
.team-title-text a {
    color: #999;
}
.team-p-text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #8e8e8e;
    margin: 10px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px!important;
    font-size: 15px!important;
}

.recent-achievers-area{
    background:#f2f2f2;
    padding:80px 0px;
}
     