.blink_text {
    text-decoration: blink;
    animation: blinker 2s linear infinite;
}

.associate-item
{
	-webkit-box-shadow: 7px 6px 10px -1px rgba(0,0,0,0.65);
-moz-box-shadow: 7px 6px 10px -1px rgba(0,0,0,0.65);
box-shadow: 7px 6px 10px -1px rgba(0,0,0,0.65);
background:#fff;
margin-top:25px;
}
.associate-content
{ 
padding:10px;
min-height:110px;
}
.associate-image i
{ 
padding:10px;
font-size:32px;
margin-top:-20px !important;
color:#fff;
border-radius:50%;
background:#3b569d;
margin-bottom:7px;
}
.associate-image
{
	text-align:center;
}
.associate-type 
{
	min-height:60px;
}

.associate-type span
{
	background:#3B569D;
	color:#fff;
	margin-top:10px;
	padding:5px;
}
.associate-type p
{
	text-align:center;
	margin-top:10px;
	
}

.associate-content h3
{
	text-transform:none;
	font-size:21px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}
.associate-content p
{
	margin-bottom:10px;
}
.fa-star
{
	color:#FFC600;
}

.pull-right i
{
	color:#000;
}

.associate-bottom
{
	margin-bottom:20px;	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:25px;
	border-top:1px solid #ccc;
}
.gutter
{
	padding:10px;
}

.backh2 span
{
	background-color:#3B569D;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}

/*.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 15px;
  color: #3B569D;
  text-align: center;
  vertical-align: middle;
  bottom:0px;
  background: #fff;
  border:1px solid #3B569D;
  
}

.innerTEXT{
    position:absolute;
    top:30px;
    left:50px;
}*/
.circles {
  display: flex;
}
.circle-with-text {
  background: #F6F7F9;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  margin: 5px 20px;
  font-size: 18px;
  padding: 15px;
  display: flex;
  height: 180px;
  width: 180px;
  color: #3B569D;
  border: 1px solid #3B569D;
}
.multi-line-text {
  font-size: 18px;
}

.pune
{
	background:#ccc;
	padding-top:40px;
	padding-bottom:40px;
}
.academy
{
	border:1px solid #D3D3D3;
	text-align:center !important;
}
.academy i
 {
	 font-size:32px;
	 color:#3B569D;
	 padding:10px;
}
.academy p
 {
	 padding:10px;
	 color:#3F3F3F;
}

.associations
{
	background:#ccc;
	padding-top:40px;
	padding-bottom:50px;
}
.sponsorship
{
	background-image:url(../img/venu-page-banner.jpg);
	height:250px;
	padding:50px;
}
.imgcenter img
{
	margin:0 auto;
	display:block;
	border-radius:4px;
	position:relative;
	padding:5px;
	border:1px solid #ccc;
	margin-top:20%;	
}

.listings
{
	-webkit-box-shadow: 7px 6px 10px -1px rgba(0,0,0,0.65);
	-moz-box-shadow: 7px 6px 10px -1px rgba(0,0,0,0.65);
	box-shadow: 7px 6px 10px -1px rgba(0,0,0,0.65);
	background:#fff;
	margin-top:25px;
	box-sizing: border-box;
	width:100%;
}

.listings_image
{
	
}

.listings_desc
{
}

.owl-theme.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}
.owl-dots {
	text-align:center;
	margin:15px 0 0;
}
.owl-dots .owl-dot {
	display:inline-block;
	vertical-align:middle;
	margin:0 4px;
}
.owl-dots span {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 15px;
  opacity: 0.4;
  width: 15px;
  border:rgba(0, 0, 0, 0.4) solid 1px;
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
	opacity:1;
	background:#38ccff;
	border-color:#38ccff;
}
.owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  right:0px;
  height:4px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.owl-nav > div {
	font-size:0px;
	position:relative;
}
.owl-nav > div:after {
	position:absolute;
	left:-40px;
	font-size:70px;
	color:#111;
	opacity:0.15;
	font-family:fontawesome;
	content:"\f104";
	transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
	   -ms-transform: translateY(-50%);
}
.owl-nav .owl-prev:after {
	content:"\f104";
}
.owl-nav .owl-next:after {
	content:"\f105";
	left:inherit;
	right:-40px;
}
.owl-nav .owl-next {
	float:right;
}
.owl-nav > div:hover:after {
	opacity:1;
	color:#38ccff;
}

div.pagination 
{
	padding: 3px;
	margin: 3px;
	text-align:center;
	font-family:tahoma;
	font-size:12px;
}
 
div.pagination a  {
	padding:6px 15px;
	margin: 2px;
	text-decoration: none;
	color: #006699;
	clear: left;
	font-size:18px;
}

div.pagination a:hover, div.digg a:active {
	color: #000;
}
 
div.pagination span.current {
	padding:6px 15px;
	margin: 2px;
	font-weight: bold;
	background-color: #38ccff;
	color: #FFF;
	font-size:18px;
}
 
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #DDD;
}
 
 .panel-body ul li i
{
	font-size:20px;
	color:#3B569D;
	padding:5px;
}
.panel-body ul li
{
	padding-top:5px;
}
.accordion-toggle
{
	color:#3B569D !important;
}






.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background: url("../wp-content/uploads/2016/03/Colorful-Material-Design-Background.jpg");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn_oval{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

.err_msg {
	color: #ff0000;
}