body {
    padding-top: 0px;
    background: #fff;
  font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #371B58;
    line-height: 20px;
    
}

.navbar-inverse {
    background-color: #fff;
    height: 130px;
    background-image: url(../images/cba.jpg);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;

}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0px 15px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 50px;
    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;
}
.top-scroll {
    border: 1px solid #ddd;
    margin: 5px 0px;
    overflow: hidden;
}
.quick-link-bg {
    background: #f7f7f7;
    padding: 7px 15px;
}
 .accordion-toggle
{
    position: relative;
    display: block;
    padding: 4px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin-bottom: 2px;
    border-bottom: 1px solid #0086b2;
}
.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{
  align-items: center;
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.social-media:hover{
  transform: translateX(calc(-100% + 60px));
}

.social-media i{
  color: #fff;
  font-size: 20px;
  padding: 15px;
  text-align: center;
  width: 60px;
}
.social-media a{
  color: #fff;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}
.social-media-container{
  top: 50%;
  list-style-type: none;
  padding: 0;
  position: fixed;
  left: calc(100% - 60px);
  transform: translateY(-50%);
  min-width: 250px;
  z-index: 1230;
}

.social-media.facebook{
  background-color: #3b5998;
}

.social-media.youtube{
  background-color: #FF0000;
}
.social-media.twitter{
  background-color: #00acee;
}
.social-media.instagram{
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: '#f09433','#bc1888';
}
.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:10px solid #fff;
	
}
.header_top{
	padding: 20px;
}
.header_top_border p{
	margin-bottom:0px;
	color:#fff;
	background: #0086b2;
	padding:5px;
}
.middle_header h5{
	color:#00000;
	margin-top: 3px;
}
.header_top_border h2{
   
	color:#0086b2;
    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%;
	border: 1px solid #000;
}
.Principal img{
	width:100%;
	height:243px;
	border: 1px solid #000;
}
.profile_view{
	background: #583bb6;
    padding: 8px;
    border-radius:7px;
}
.para p{
	line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    color: #282828;
     padding: 4px;
	background: #fff;
    border-radius:7px;
}
.para h1{
	color: #000000;
    margin-bottom: 1px;
}
.read_more{
	color:#771e44;
}

.quick_strip{
	padding-top: 10px;
    box-shadow: 0px 0px 12px 0px #000;
    margin-top: 40px;
    padding-bottom: 10px;
    border-radius: 10px;
    
}

.quick_links p{
	color:#000;
	margin-bottom: 0px;
	transition: all .5s;
}
.quick_links p:hover{
	color:#0e74a5;
	margin-bottom: 0px;
	cursor:pointer;
	transform:scale(1.1);
	
}
.icons{
	transition: all .5s;
}
.icons:hover{
	transform:rotate(20deg);
}
.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: #EBEBEB;
    color: #00000;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;

    border-radius:7px;
   
}
@-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: #000000;
}
.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 #583bb6;
    padding: 5px;
}
.inner_list_image a {
    color: #00000;
    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: #f7f7f7;
    padding: 15px;
    border-top-right-radius: 15px;
}




