body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.clg-mentor{
    width:100%;
    display:flex;
    justify-content:center;
}
/*------------------About College Start----------------*/
.abt-dnc{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 42px 40px;
    border-radius: 0px;
    outline: 1px solid #603F83FF;
}

.abt-dnc .title{
    color: #fff;
    background: #603F83FF;
    font-family: 'Poppins', sans-serif;
    font-size:19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px;
    margin: 0 0 15px;
    outline: 2px solid #fff;
    outline-offset: -7px;
}
.abt-dnc .description{
    color: #999;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.9px;
    margin: 0 20px 15px;
    text-align:justify;
    
}
.abt-dnc .read-more{
    color: #fff;
    background:#603F83FF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline:1px solid #fff;
    padding:10px;
    outline-offset: -3px;
}
/*------------------About College End----------------*/
/*------------------Mentor Start----------------*/
.dnc-ClgMentor{
    color: #fff;
    background-color: #C7D3D4FF;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    padding: 25px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
}
.dnc-ClgMentor:before{
    content: '';
    background: #603F83FF;
    height: 48%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.dnc-ClgMentor .dnc-img{
    background: #fff;
    width: 140px;
    height: 140px;
    padding: 7px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: block;
    position: relative;
}
.dnc-ClgMentor .dnc-img:before{
    content: '';
    height: 113%;
    width: 113%;
   
    border-radius: 5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.dnc-ClgMentor.dnc-img img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.dnc-ClgMentor .dnc-details{ margin: 0 0 10px; }
.dnc-ClgMentor .title{
    font-family: 'Pacifico', cursive;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    color:#000;
}
.dnc-ClgMentor .post{
    font-size: 15px;
    font-weight: 800;
    text-transform: capitalize;
    Color:#603F83FF;
    
}

/*------------------Mentor End----------------*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #333333;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
    margin-top: 11px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "\00bb";
}
.breadcrumb .active {
  color:#fff;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}
.quick_feeds ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.quick_feeds ul li {
    display: inline-block;
}
.quick_feeds li {
    list-style: none;
}
.quick_feeds a {
    color: #fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.social_media_icon  {
    padding-left:0px;
}
.social_media_icon li {
    padding-left: 20px;
	display: inline-block;
}
.social_media_icon i{
	transition: all 1s;
	
}
.facebook_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.twitter_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.google_plus_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.linkedin_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.instagram_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.contact_top{
	color:#000;
}
.contact_top:hover{
	color:#fff;
	text-decoration:none;
}
.header_top_border{
	border-top: 5px solid #C7D3D4FF;
}
.header_top{
	background:#C7D3D4FF;
	padding: 10px;
}
.header_top_border p{
	margin-bottom:0px;
	color:#000;
}
.middle_header h5{
	color:#000;
	margin-top: 0px;
	font-family: 'monotype', corsiva;
	color:#D2042D;
}
.middle_header h2{
	color:#D2042D;
    font-weight: bold;
    font-family: 'monotype', corsiva;
}
.heading_span {
    color: #fff;
    background:#603F83FF;
    padding: 8px;
    font-weight: normal;
    margin-left: -18px;
    border-radius: 5px;
}
/*--------------------Service Box Start---------------------*/

.naac-menu .service-icon{
    background:#fff;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 5px auto 0px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.9);
    /*position: relative;*/
    /*z-index: 1;*/
}
.service-icon img:hover{
  transform: rotate(360deg);
  transition: 2s;
    
    
}
.service-icon a:hover{
  font-weight: bold;
  transition: 0.3s;

}
.naac-menu {
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    
}

/*--------------------Service Box Start End---------------------*/
.noticeSlider {
    padding: 0;
    background: #515665;
    margin-top: 0;
    color: #fff;
    border: 1px solid #2ba84a;
    padding: 2px 15px;
    overflow: hidden;
}

.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #fff;
}

.inner_table th,td{
	font-size:18px;
}

.inner_list_image > li {
    border-bottom: 5px solid #603F83FF;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px;
}
.inner_list_image a {
    color: #333;
    font-size: 17px;
}

.footer {
    background:#C7D3D4FF;
    padding-top: 20px;
    font-family: 'monotype', corsiva;
}
.copy_right {
    background: #ddd;
    padding: 10px;
}




