body {
    padding-top: 0px;
    /*background-image:url(../img/background_texture.jpeg);*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.content-text h2 {
    position: relative;
    font-size: 24px;
    padding-bottom:10px;
    font-weight: 400;
    color: #0e4b8e;
    font-family: 'PT Serif', serif;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 35px;
}
/*About-Section*/
.about-clg {
   margin-right: -10px;
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    margin-bottom: 40px;
    margin-top: -7px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: 0.1px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}
/*About-Section*/
/*Mentor*/
.clg-mentor {
    width: 100%;
    display: flex;
    justify-content: center;
}
/*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:#8ec837;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}
.noticeSlider {
    padding: 0;
    background-image:url(../img/notice_bg.jpg);
    margin-top: 0;
    color: #fff;
    border: 1px solid #2ba84a;
    padding: 2px 15px;
    overflow: hidden;
}

.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.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 li {
    padding-left: 20px;
}
.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);
}
.top_header_bg_color{
	background:#1c243c;
	padding:10px;
}
.header_clg_name{
	margin-top:0px;
}
.header_clg_name h2{
	margin-top: 0px;
    margin-bottom: 5px;
    color: #333;
    font-size: 42px;
}
.middle_header{
	padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'monotype', corsiva;
}

.clg-menuT a:hover {
    background: #0e4b8e;
    color: #ffffff;
    transition: all .5s ease !important;
}

.clg-menuT i {
    position: absolute;
    margin-top: 60px;
    z-index: 999;
    transition: all .5s ease !important;
}
.clg-menuT i:hover:before {
    background: #0e4b8e;
    transition: all .5s ease;
}
.clg-menuT i:before {
    position: relative;
    margin-left: 0px;
    padding: 15px;
    color: #fff;
    background: #cc8800;
}
.clg-menuT .single-box {
    padding-left: 50px;
    margin-left: 25px;
    position: relative;
    border: 1px solid #ededed;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.clg-menuT .single-box h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700px;
    line-height: 20px;
    margin-top: 50px;
    color: #222222;
    margin-bottom: 10px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#D2042D;
    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;
}
.footer {
    background:#1c243c;
    padding-top: 50px;
    font-family: 'monotype', corsiva;
}
.copy_right {
    background: #000;
    padding: 10px;
    color:#fff;
}

