body {
    padding-top: 0px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    line-height: 20px;
}
/*College-Mentor*/
.clg-mentor .mentor-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    cursor: pointer;
}

.clg-mentor .mentor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.mentor-img {
    width: 120px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #007bff;
}

.mentor-role {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 5px;
}

.mentor-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.profile-btn {
    text-decoration: none;
    color: #fff;
    background: #007bff;
    padding: 8px 18px;
    border-radius: 30px;
    transition: 0.3s;
    font-weight: bold;
}

.profile-btn:hover {
    background: #0056b3;
}

/*College-Mentor*/
.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);
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fc9928;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}
.contact_top{
	color:#fff;
}
.contact_top:hover{
	color:#fff;
	text-decoration:none;
}
/*.header_top_border{*/
/*	border-top: 5px solid #ff0000;*/
/*}*/
.header_top{
	background:#1E90FF;
	padding: 15px;
}
.header_top_border p{
	margin-bottom:0px;
	color:#fff;
}
.middle_header h5{
	color:red;
	margin-top: 3px;
}
.middle_header h2{
	color: #1E90FF;
    font-weight: bold;
}
.flash {
    animation-name: flash;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes flash {
    from {color: white;}
    to {color: #1E90FF;}
}
.top_points_2 {
    font-weight: bold;
    margin-top: 26px;
    background: #1E90FF;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.PD_sir{
	border-radius: 50%;
    width: 56%;
    margin-top: 3px;
    background: #771e44;
    border: 3px solid #363636;
 	
}
.honrables{
	margin-top:40px;
	padding: 2px;
    border: 1px solid #13637d;
}
.honrables p{
	margin-bottom:8px;
}
.profile_view {
    background: #1E90FF;
    padding: 8px;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    color: #000;
    border: 1px solid #13637d;
    padding: 2px 15px;
    overflow: hidden;
}
.cards img{
	width: 45%;
    border-radius: 50%;
    border: 1px solid #000;
}
.about_section{
	padding-top:20px;
	padding-bottom: 20px;
	background:#efefef;
}
.cards{
	background:#fff;
	padding:10px;
	border-radius:10px;
}
.para p{
	line-height:23px;
}
.para h1{
	color:#771e44;
}
.read_more{
	color:#771e44;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}
.circle_img{
	width:80%;
}
.services{
	padding-top:20px;
	padding-bottom: 20px;
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #000;
}
.services_icons{
	width:100%;
}
.services a{
    color:#000;
}
.services a:hover{
	text-decoration:none;
}
.quick_view img{
	width: 30%;
    top: -58px;
    position: absolute;
    left: 124px;
}
.rti_icon{
	width:15% !important;
	left: 150px !important;
}
.quick_view{
	padding-top: 40px;
}
.quick_view_border{
	padding-top: 45px;
    border-right: 3px solid #771e44;
    margin-top: 40px;
    background: #efefef;
    padding-bottom: 20px;
}
.view_more{
	margin: auto;
    display: block;
}
.quick_view_border p{
	margin-top:10px;
	margin-bottom: 5px;
}
.inner_table th,td{
	font-size:18px;
}
.inner_list_image {
    list-style-image: url(../images/caret.jpg);
}
.inner_list_image > li {
    border-bottom: 1px solid #363636;
    padding: 5px;
}
.inner_list_image a {
    color: #333;
    font-size: 17px;
}
.readmore_text {
    transition: all .5s;
}
.readmore_text:hover {
    font-size:16px;
}
.heading_span{
	color: #fff;
    background: #1E90FF;
    padding: 8px;
    border-radius: 7px;
    font-weight: normal;
}
.card_one {
    transition: all 1s;
}
.card_one:hover {
    transform: scale(0.90);
    transition-duration: 1s;
    cursor: pointer;
}
.quick_icons img{
	width:43%;
	transition: all .5s;
}
.quick_icons {
	padding: 10px;
    background: #b6cada;
    height: 124px;
}
.quick_icons img:hover {
    transform: scale(1.2);
}
.footer {
    background: #363636;
    padding-top: 20px;
}
.copy_right {
    background: #ddd;
    padding: 10px;
}
/*About-College*/
:root{ 
    --white: #fff;
    --main-color: #1E90FF;
}
body{ background: #F2F2F2; }
h1{ padding: 0 0 30px; }
.serviceBox{
    color: #1E90FF;
    text-align: center;
    padding: 30px 20px;
    border-radius: 30px 30px;
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: var(--white);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 20px 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox .service-icon{
    font-size: 45px;
    line-height: 45px;
    padding: 0 0 30px;
    margin: 0 0 30px;
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.25) ;
}
.serviceBox .service-icon:after{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 0 0 30px 0;
}
.serviceBox .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #000;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;   
    margin: 0;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.serviceBox.blue{ --main-color:#6b9fe3; }
.serviceBox.cyan{ --main-color:#31bfc4; }
.serviceBox.purple{ --main-color:#8746ae; } 
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}
/*About-College*/
.clg-mentor{
    width: 100%;
    display: flex;
    justify-content: center;
}