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:#14bdee;
}
.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 #363636;
}
.header_top{
	background:#14bdee;
	padding: 15px;
}
.header_top_border p{
	margin-bottom:0px;
	color:#fff;
}
.middle_header h5{
	color:#363636;
	margin-top: 3px;
}
.middle_header h2{
	color:#14bdee;
    font-weight: bold;
	font-size: 36px;
}
.right_logo{
    width: 87%;
    margin-top: 3px;
}
.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;
}
.president_name{
	color:#771e44;
	margin-bottom: 6px;
	margin-top: 10px;
}
.president_pic img{
	width:100%;
	border-radius: 8px;
}
.principal_pic img{
	width:100%;
	border-radius: 8px;
	border:1px solid #ddd;
	
}
.name_hons p{
	position:relative;
	top:67%;
}
.secretary img{
	width:100%;
}
.Principal img{
	width:100%;
	height:258px;
	border: 1px solid #000;
}
.profile_view{
	background: #14bdee;
    padding: 8px;
    border-radius:7px;
}
.para p{
	line-height: 23px;
    font-size: 18px;
    margin-bottom: 10px;
}
.para h1{
	color: #000000;
    margin-bottom: 1px;
}
.read_more{
	color:#771e44;
}
.quick_links {
    padding-bottom: 64px;
}
.icons {
    transition: all .5s;
}
.icons:hover {
    transform: rotate(20deg);
}
.quick_links p {
    color: #000;
}
.title_quicklinks {
    color: #000;
}
.achievementsSlider {
    padding: 0;
    margin: 0;
    /* background: #13637d; */
    background: url(../images/achivements.jpg) no-repeat 0 0 / cover;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    background: #515665;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
@-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: #ffff;
}
.services_icons{
	width:100%;
}
.services a{
    color:#000;
}
.services a:hover{
	text-decoration:none;
}
.quick_view img{
	width: 39%;
    top: -58px;
    position: absolute;
    left: 71px;
    transition: all .5s;
}
.courses_icon {
    width: 33% !important;
    left: 82px !important;
    top: -49px !important;
}
.quick_view{
	padding-top: 40px;
	padding-bottom: 20px;
}
.quick_view_border{
	padding-top: 45px;
    border-right: 3px solid #e45803;
    margin-top: 40px;
    background: #efefef;
    padding-bottom: 20px;
}
.view_more{
	margin: auto;
    display: block;
}
.quick_view_border p{
	margin-top:10px;
	margin-bottom: 5px;
	color:#363636;
}
.quick_view img:hover {
    transform: scale(1.2);
}
.inner_list_image {
    list-style-image: url(../images/bullet_list.png);
}
.inner_list_image > li {
    border-bottom: 1px solid #14bdee;
    padding: 5px;
}
.inner_list_image a {
    color: #ffff;
    font-size: 17px;
}
.readmore_text {
    transition: all .5s;
}
.readmore_text:hover {
    font-size:16px;
}
.usefull_links{
	height: 200px;
    overflow-y: scroll;
}
.card_one {
    transition: all 1s;
}
.card_one:hover {
    transform: scale(0.90);
    transition-duration: 1s;
    cursor: pointer;
}
.footer {
    background: #363636;
    padding-top: 20px;
}
.copy_right {
    background: #ddd;
    padding: 10px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #e45803;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #333333;
    color: #333333;
    text-align: left;
    border-radius: 5px;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.inner_side_bar {
    background: #333;
    padding: 7px;
    border-top-right-radius: 15px;
}




