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:#fff;
}
.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 #771e44;
}
.header_top{
	background:#363636;
	padding: 15px;
}
.header_top_border p{
	margin-bottom:0px;
	color:#fff;
}
.middle_header h5{
	color:red;
	margin-top: 3px;
}
.middle_header h2{
	color: #771E44;
    font-weight: bold;
}
.PD_sir{
	border-radius: 50%;
    width: 56%;
    margin-top: 3px;
    background: #771e44;
    border: 3px solid #363636;
 	
}
.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;
}
.para p{
	line-height:23px;
}
.para h1{
	color:#771e44;
}
.read_more{
	color:#771e44;
}
@-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: #000;
}
.services_icons{
	width:100%;
}
.services a{
    color:#000;
}
.services a:hover{
	text-decoration:none;
}
.quick_view img{
	width: 30%;
    top: -58px;
    position: absolute;
    left: 124px;
}
.rti_icon{
	width:15% !important;
	left: 150px !important;
}
.quick_view{
	padding-top: 40px;
}
.quick_view_border{
	padding-top: 45px;
    border-right: 3px solid #771e44;
    margin-top: 40px;
    background: #efefef;
    padding-bottom: 20px;
}
.view_more{
	margin: auto;
    display: block;
}
.quick_view_border p{
	margin-top:10px;
	margin-bottom: 5px;
}
.inner_list_image {
    list-style-image: url(../images/bullet_list.png);
}
.inner_list_image > li {
    border-bottom: 1px solid #771e44;
    padding: 5px;
}
.inner_list_image a {
    color: #333;
    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;
}





