body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}

.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;
}
.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:#2BAE66FF;
	padding:10px;
}
.header_clg_name{
	margin-top:0px;
}
.header_clg_name h2{
	margin-top: 0px;
    margin-bottom: 5px;
    color: #333;
    font-size: 42px;
}
.top_words_bdr{
    border-left: 2px dashed #2BAE66FF;
}
.top_words_bdr h5{
    font-size:18px;
}
.middle_header{
	padding-top: 10px;
    padding-bottom: 10px;
}
.top_points_1{
	font-weight: bold;
    margin-top: 19px;
    background: #9fa161;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.top_points_2{
	font-weight: bold;
    margin-top: 19px;
    background: #528069;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.quick_bar span{
	color:#333;
	font-size:24px;
}
.quick_bar{
	margin-top:14px;
}
.read_more{
	transition: all 1s;
	color:#FB9928;
	font-weight:bold;
}
.read_more:hover{
	text-decoration:none;
	margin-left:10px;
	color:#FB9928;
}
.quick_bar img{
	transition-duration: 1s;
}
.quick_info{
	border-bottom: 4px solid #333;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.principal_desk p{
	margin-bottom:4px;
}
.principal_desk h3{
	color:#FB9928;
}
.principal_desk img{
	border:1px solid #ddd;
}
.PD_sir {
    border-radius: 50%;
    width: 100%;
    background: #ffffff;
    border: 2px solid #343a40;
}
.welcome_college p{
	line-height:25px;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    color: #000;
    border: 1px solid #13637d;
    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;
}
.footer_section{
	/* background:#333; */
	padding:10px;
}
.footer_copyright{
	background-image:url(../img/bg-new.jpg);
	padding:10px;
}
.footer_copyright p{
	margin-bottom:0px;
}

  
.services-inner {
  display: grid;
 
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-row-gap: 50px;
  grid-column-gap: 20px;
}
  
  
.services-box {
  color: #9e9e9e;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #2ecc71;
  padding: 15px;
}
  
  
.icon {
  display: block;
  
  border-radius: 50%;
  
  height: 80px;
  padding: 12px;
  margin: 0 auto 10px auto;
}
  
  
.icon i {
  color: #333;
  font-size: 1.2rem;
}
  
  
.services-title {
  font-weight: normal;
  font-size: 1.2rem;
}
.slide {
	width: 40%;
	margin: auto;
	height: 300px;
	position: relative;
	margin-top: 20px;
}
.slide img {
width: 100%;
height: 100%;
position: absolute;
}
.slide img {

	transition: 1.5s;
	border:1px solid silver;
	padding: 3px 3px;
  opacity: 0;

}
#img1 {
	opacity: 1;
	transition: 1.5s;
}


.content {
	width: 60%;
	margin: auto;
	height: 100px;
	border:none;
	border-top:2px solid silver;
	padding: 5px 5px;
	padding-top: 10px;
	margin-top: 20px;
}

.content a img {
	width: 22%;
	height: 100%;
	margin-left: 10px;

	border:1px solid silver;
	padding: 3px 3px;
    filter: blur(0px);

}


.content a img:hover {
	filter: blur(1px);
	transition: 0.3s;
}

.slide img:target {
	opacity: 1!important;
}


@media screen and (max-width: 500px) {

	.slide {
		width: 98%;
	}
	.content {
		width: 99%;
	}
	.content a img {
		margin-left: 1px;
	}
}
.our-team{
    text-align: center;
}
.our-team .pic{
    position: relative;
    overflow: hidden;
}
.our-team .pic img{
    width:30%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.our-team:hover .pic img{
    transform: translateY(15px);
}
.our-team .social_media_team{
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 25px;
    background-color:rgba(59, 204, 161, 0.9);
    transition: all 0.35s ease 0s;
}
.our-team:hover .social_media_team{
    bottom: 0px;
}
.our-team .description{
    margin-top: 10px;
    color: #fff;
    text-align:justify;
}

.our-team .team-prof{
    margin-top: 10px;
}
.our-team .post-title a{
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
}
.our-team .post-title a:hover{
    text-decoration: none;
    color:#3bcca1;
}
.our-team .post{
    color:#3bcca1;
    font-size: 18px;
}
.read-more {
    display: inline-block;
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #414141;
    position: relative;
    bottom: -20px;
    transition: margin-right 0.5s ease 0s, border-color 0.3s ease 0s;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#8ec837;
    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;
}
.inner_list_image {
    list-style-image: url(../images/bullet_list.png);
}
.inner_list_image > li {
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.inner_list_image a {
    color: #fff;
    font-size: 17px;
}
.inner_list_image a:hover {
    text-decoration:none;
}
.readmore_text {
    transition: all .5s;
}
.readmore_text:hover {
    font-size:16px;
}
.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: black;}
}
.quicks_icons img{
	margin-top: 7px;
}
.quicks_icons p{
	color: #ffff;
    padding-bottom: 8px;
    margin-bottom: 11px;
}
.quicks_icons{
    background: #969d62;
    border-radius: 10px;
}
.principal_pic img{
	border:2px solid #ddd;
}
.read_more_home{
	text-align: right;
	margin-top: 27px;
}
.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: #8ec837;
    border-radius: 5px;
    border: 2px solid #8ec837;
	text-decoration:none;
}
.our_recruiters{
	background:#ddd;
}
.quick_view {
    padding-top: 10px;
}
.quick_view_border {
    padding-top: 45px;
    border-right: 3px solid #343a40;
    margin-top: 40px;
    background: #8ec837;
    padding-bottom: 20px;
}
.quick_view img {
    width: 30%;
    top: -30px;
    position: absolute;
    left: 81px;
	transition: all .5s;
	cursor:pointer;
}
.quick_view img:hover {
    transform: scale(1.2);
}
.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: #8ec837;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #8ec837;
}
.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: #8ec837;
    border-color: #8ec837;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_bg_img{
	background-image: url(../img/bacj.jpg);
}
@media only screen and (max-width: 992px) {
.quick_view img {
    width: 20%;
    top: -30px;
    position: absolute;
    left: 145px;
    transition: all .5s;
    cursor: pointer;
}
}
