body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
	font-size:15px;
}
.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:#f3715d;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}
.top_header_bg_color {
    background: #f3715d;
    padding: 10px;
}
.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);
}
.header_middle .college_logo{
	width: 68%;
}
.header_middle h1{
	margin-top:14px;
	color: #3d4e5b;
	font-size: 33px;
}
.header_middle h4{
	color:#f3715d;
}
.apply_now a{
	background: #3d4e5b;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #f3715d;
}
.apply_now{
	margin-top:44px;
}
.flash {
   animation-name: flash;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
	cursor:pointer;
}

@keyframes flash {
    from {color: white;}
    to {color: #3d4e5b;}
}
.principal_pic img {
    border: 2px solid #ddd;
	height: 265px;
}
.read_more_home {
    text-align: right;
}
.read_more_home a {
    color: #000;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #000;
    transition-duration: 1s;
}
.read_more_home a:hover {
    color: #ffffff;
    padding: 10px;
    background: #f3715d;
    border-radius: 5px;
    border: 2px solid #f3715d;
    text-decoration: none;
    box-shadow: 0px 5px 8px -3px #000;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    color: #000;
    border: 1px solid #f3715d;
    padding: 2px 15px;
    overflow: hidden;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #000;
}
.services_one{
	background:#f3715d;
	padding:30px;
	height: 292px;
}
.services_one img{
	width:20%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_one h5{
	color:#fff;
}
.services_one p{
	color:#fff;
	padding-bottom: 20px;
}
.services_two{
	background:#3d4e5b;
	padding:30px;
	height: 292px;
}
.services_two img{
	width:23%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_two h5{
	color:#fff;
}
.services_two p{
	color:#fff;
	padding-bottom: 20px;
}
.services_three{
	background:#f3715d;
	padding:30px;
	height: 292px;
}
.services_three img{
	width:29%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_three h5{
	color:#fff;
}
.services_three p{
	color:#fff;
	padding-bottom: 20px;
}
.services_four{
	background:#3d4e5b;
	padding:30px;
	height: 292px;
}
.services_four img{
	width: 57px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_four h5{
	color:#fff;
}
.services_four p{
	color:#fff;
	padding-bottom: 20px;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #0e74a5;
    color: #0e74a5;
    text-align: left;
    border-radius: 5px;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #0e74a5;
}

.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #3d4e5b;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #333333;
    color: #333333;
    text-align: left;
    border-radius: 5px;
}
.btn-info:hover {
    color: #fff;
    background-color: #b06500;
    border-color: #f3715d;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.inner_table th,td{
	font-size:18px;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.menu_para a{
	font-size:16px;
    line-height:25px;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_section {
    background: #3d4e5b;
    padding: 10px;
}
.footer_copyright {
    background: #333333eb;
    padding: 10px;
}