body {
    padding-top: 0px;
    /*background: #fff;*/
    background-image:url(../img_new/Texture_website.jpg);
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    /*color: #282828;*/
    line-height: 20px;
	font-size:15px;
}
/*About-Institute*/
.serviceBox .service-content{
    padding: 20px;
    background: #fff;
    border: 1px solid #B42C51;
    text-align: center;
    position: relative;
}
.serviceBox .service-content:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #B42C51;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-content:after{
    top: 0;
    left: 0;
}
.serviceBox .service-icon{
    display: inline-block;
    font-size: 50px;
    color: #4f00d6;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(180deg); }
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    color: #474747;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    margin-bottom: 0;
    text-align:justify;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
/*About-Institute*/
/*Founder*/
.our-team{
    text-align: center;
    transition: all 0.3s ease 0s;
    /*background:#9e2141;*/
    border:1px solid #9e2141;
}
.pic img{
    width:50%;
    height: auto;
    transition: all 0.3s ease 0s;
    border-radius:7px;
    margin-top:10px;
}
.post-title{
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.post{
    font-size: 13px;
    font-weight: 500;
    color:#000;
    display: block;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}
.our-team .description{
    color:#777;
    padding: 0 30px;
    margin-bottom: 20px;
}
.team_social{
    list-style: none;
    border-top: 1px solid #e67e22;
    padding: 28px 0 20px 0;
}
.team_social > li{
    display: inline-block;
    margin: 0 4px;
}
.team_social > li > a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #fff;
}
.team_social > li > a:hover{
    background: #e67e22;
    border: 1px solid #e67e22;
}
.team_social > li > a > i{ line-height:inherit; }
.our-team:hover{
    background: #9e2141;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic{
    transform: translateY(3px);
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}
/*Founder*/
/*At-Glance*/
.inner_list_image {
    list-style-image: url(../img_new/bullet_list1.png);
}
.inner_list_image > li {
    border-bottom: 1px solid #B42C51;
    padding: 5px;
}
.inner_list_image a {
    color: #000;
    font-size: 17px;
}
.inner_list_image a:hover {
    text-decoration:none;
}
/*At-Glance*/
.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: #F5F7F4;
    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: #000;
}
.quick_feeds a:hover {
    color: #B42C51;
    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: 60%;
	border:1px solid #666;
	border-radius:100px;
	margin-bottom:3px;
}
.header_middle h1{
	margin-top:14px;
	color: #B42C51;
	font-size: 40px;
}
.header_middle h4{
	color:#f3715d;
}
.apply_now a{
	background: #B42C51;
    color: #fff;
    padding: 20px;
    border-radius: 7px;
    border: 2px solid #fff;
}
.apply_now{
	margin-top:70px;
}
.flash {
   animation-name: flash;
    animation-duration: 1.9s;
    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 #B42C51;
    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: #B42C51;
}
.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: #F5F7F4;
    padding: 10px;
}